.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:224,234,243;--color-primary-1:163,193,220;--color-primary-2:102,152,197;--color-primary-3:25,171,181;--color-primary-4:0,83,159;--color-secondary-0:231,239,255;--color-secondary-1:174,201,255;--color-secondary-2:93,146,255;--color-secondary-3:47,73,128;--color-secondary-4:14,22,38;--color-tertiary-0:255,255,255;--color-tertiary-1:145,215,220;--color-tertiary-2:71,188,196;--color-tertiary-3:25,171,181;--color-tertiary-4:15,83,156;--headlines-font-family:"Lato";--paragraphs-font-family:"Lato"; }@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 959px) {
    html {
        width: 960px;
    }
}body { background-color:rgba(var(--color-tertiary-0),1);background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;top:0rem;left:0rem;display:block; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { background-color:rgba(var(--color-tertiary-0),0);background-image:url("https://images.assets-landingi.com/uc/d6d1e5d1-fca1-45b5-b0d5-6edc86642116/head1.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;z-index:auto;border-top:0.0625rem solid rgba(var(--color-primary-4),1);border-left:0.0625rem solid rgba(var(--color-primary-4),1);border-right:0.0625rem solid rgba(var(--color-primary-4),1);border-bottom:0.0625rem solid rgba(var(--color-primary-4),1);box-shadow: none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.adaptive-delivery-prevent-bg, #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.lazyload, #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.lazyloading { background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { background-color: transparent; background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { border-width: 0; border-radius: 0; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { font-size:0.875rem;font-family:arial;height:47.6875rem;width:60rem;overflow:visible;position:relative;display:block; }#XbzETwGrCLvFuNL0GtxEMtKNwLh3hZRD { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:10.25rem;width:24.4375rem;top:8.4375rem;left:32.125rem;overflow:hidden;display:block; }
#DMKamnQnmzHVWMJKWd4dpxJvKlKu6LRd .widget-form-header { font-size:0.875rem; }
#DMKamnQnmzHVWMJKWd4dpxJvKlKu6LRd .widget-regular-label { height:auto;display:block;font-family:"open sans";font-size:0.875rem;font-weight:bold;color:#000000;width:19.375rem;padding-top:0;padding-right:0;padding-bottom:0.3125rem;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;background-color:transparent;background-image:none;vertical-align:top;text-align:left;text-align-last:left; }
#DMKamnQnmzHVWMJKWd4dpxJvKlKu6LRd .widget-input-text { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0.1875rem solid rgba(var(--color-tertiary-4),1);padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:19.375rem;box-sizing:border-box;height:2.3125rem;color:rgba(var(--color-tertiary-4),1);font-size:1rem;overflow:hidden;font-family:"open sans";vertical-align:top; }
#DMKamnQnmzHVWMJKWd4dpxJvKlKu6LRd .widget-input-text {padding-top: 0; padding-bottom: 0;}#DMKamnQnmzHVWMJKWd4dpxJvKlKu6LRd .widget-textarea { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0.1875rem solid rgba(var(--color-tertiary-4),1);padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:19.375rem;box-sizing:border-box;height:4.375rem;color:rgba(var(--color-tertiary-4),1);font-size:1rem;overflow:hidden;font-family:"open sans";vertical-align:top; }
#DMKamnQnmzHVWMJKWd4dpxJvKlKu6LRd .widget-input-select { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #d6d4d4;border-right:0.0625rem solid #d6d4d4;border-bottom:0.0625rem solid #d6d4d4;border-left:0.0625rem solid #d6d4d4;padding-top:0;padding-right:0.3125rem;padding-bottom:0;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:19.375rem;box-sizing:border-box;height:2.5rem;color:#161616;font-family:"open sans";font-size:0.875rem;overflow:hidden;vertical-align:top; }
#DMKamnQnmzHVWMJKWd4dpxJvKlKu6LRd .widget-input-select {padding-top: 0; padding-bottom: 0;}#DMKamnQnmzHVWMJKWd4dpxJvKlKu6LRd .widget-input-checkbox { width:1rem;height:1rem;box-sizing:border-box;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0;padding-top:0.0625rem;padding-right:0.0625rem;padding-bottom:0.0625rem;padding-left:0.0625rem;vertical-align:top; }
#DMKamnQnmzHVWMJKWd4dpxJvKlKu6LRd .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#DMKamnQnmzHVWMJKWd4dpxJvKlKu6LRd .widget-input-button { border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;background-color:transparent;background-image: -webkit-linear-gradient(67deg, rgba(var(--color-tertiary-4),1), rgba(var(--color-tertiary-3),1));background-image: -moz-linear-gradient(67deg, rgba(var(--color-tertiary-4),1), rgba(var(--color-tertiary-3),1));background-image: -ms-linear-gradient(67deg, rgba(var(--color-tertiary-4),1), rgba(var(--color-tertiary-3),1));background-image: -o-linear-gradient(67deg, rgba(var(--color-tertiary-4),1), rgba(var(--color-tertiary-3),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-4),1)', endColorstr='rgba(var(--color-tertiary-3),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-4),1)', endColorstr='rgba(var(--color-tertiary-3),1)' );";background-image: linear-gradient(67deg, rgba(var(--color-tertiary-4),1), rgba(var(--color-tertiary-3),1));background-size:initial !important;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;box-sizing:border-box;font-size:1.125rem;font-weight:bold;color:#f2f9ff;width:19.375rem;height:3.9375rem;font-family:"open sans";overflow:hidden; }
#DMKamnQnmzHVWMJKWd4dpxJvKlKu6LRd [class*="-text"]:-moz-placeholder { color:rgba(var(--color-tertiary-4),1);font-family:"open sans";font-size:1rem; }
#DMKamnQnmzHVWMJKWd4dpxJvKlKu6LRd [class*="-text"]::-moz-placeholder { color:rgba(var(--color-tertiary-4),1);font-family:"open sans";font-size:1rem; }
#DMKamnQnmzHVWMJKWd4dpxJvKlKu6LRd [class*="-text"]:-ms-input-placeholder { color:rgba(var(--color-tertiary-4),1);font-family:"open sans";font-size:1rem; }
#DMKamnQnmzHVWMJKWd4dpxJvKlKu6LRd [class*="-text"]::-webkit-input-placeholder { color:rgba(var(--color-tertiary-4),1);font-family:"open sans";font-size:1rem; }
#DMKamnQnmzHVWMJKWd4dpxJvKlKu6LRd .widget-checkbox-label { display:inline-block;*zoom:1;*display:inline;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;font-family:"open sans";line-height:1.4;font-size:0.75rem;font-weight:700;color:rgba(var(--color-tertiary-3),1);vertical-align:top;width:18.125rem;overflow:hidden;font-style:normal;float:none; }
#DMKamnQnmzHVWMJKWd4dpxJvKlKu6LRd .widget-input-radio { display:inline-block;*zoom:1;*display:inline;clear:left;width:0.8125rem;height:0.8125rem;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0.1875rem;vertical-align:middle; }
#DMKamnQnmzHVWMJKWd4dpxJvKlKu6LRd .widget-radio-label { display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:1.125rem;vertical-align:middle;font-family:"open sans";font-size:0.75rem;font-weight:300;color:#161616;overflow:hidden;font-style:normal;line-height:1.3;float:none; }
#DMKamnQnmzHVWMJKWd4dpxJvKlKu6LRd .widget-container { padding-top:0.9375rem;padding-right:0;padding-bottom:0.875rem;padding-left:0;width:100%;font-size:0;height:auto; }
#DMKamnQnmzHVWMJKWd4dpxJvKlKu6LRd .widget-container:first-of-type{padding-top:0;}#DMKamnQnmzHVWMJKWd4dpxJvKlKu6LRd .widget-container:last-of-type{padding-bottom:0;}#DMKamnQnmzHVWMJKWd4dpxJvKlKu6LRd  { background-color:rgba(var(--color-tertiary-0),1);background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:19.375rem;height:auto;border-top:0;border-left:0;border-right:0;border-bottom:0;z-index:15006;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0rem 0rem 0.75rem rgba(0,0,0,0.17) ;position:absolute;top:19.186788387597rem;left:0rem;font-size:0.875rem; }
#DMKamnQnmzHVWMJKWd4dpxJvKlKu6LRd .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:19.375rem;display:block;vertical-align:top; }
#DMKamnQnmzHVWMJKWd4dpxJvKlKu6LRd .widget-info-text { display:block;height:auto;font-family:"open sans";font-size:0.75rem;line-height:1.3;font-weight:300;color:#000000;vertical-align:top;overflow:hidden;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#DMKamnQnmzHVWMJKWd4dpxJvKlKu6LRd {display:block;}#DMKamnQnmzHVWMJKWd4dpxJvKlKu6LRd { background-color:rgba(var(--color-tertiary-0),1);background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:19.375rem;height:auto;border-top:0;border-left:0;border-right:0;border-bottom:0;z-index:15006;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0rem 0rem 0.75rem rgba(0,0,0,0.17) ;position:absolute;top:19.186788387597rem;left:0rem;font-size:0.875rem; }
#DMKamnQnmzHVWMJKWd4dpxJvKlKu6LRd #Z9eaSiPcC4FESC05GPNI9F605P8ca2kA { position:relative; }
#DMKamnQnmzHVWMJKWd4dpxJvKlKu6LRd #Uc7PB7prmWvcA3toWX8ySfI7vxsu8UkC { position:relative;display:none; }
#DMKamnQnmzHVWMJKWd4dpxJvKlKu6LRd #GIVKczGbigrzwUyeEb0i1KVmtPGhpIs5 { position:relative; }
#DMKamnQnmzHVWMJKWd4dpxJvKlKu6LRd #tlw5BmTIoJ5EiIhRseZTPAd9smetSHU3 { position:relative; }
#DMKamnQnmzHVWMJKWd4dpxJvKlKu6LRd #nvuWZE61HROwuNrotFWD0mptmimkoO5y { position:relative;display:none; }
#DMKamnQnmzHVWMJKWd4dpxJvKlKu6LRd #G81ZtS6IheLr6ZNdiCdyIKGbozhyb5EE { position:relative; }
#DMKamnQnmzHVWMJKWd4dpxJvKlKu6LRd #hM5BfZ0m3MvhGgZxdozmJDXpDZARqbT8 { position:relative; }
#DMKamnQnmzHVWMJKWd4dpxJvKlKu6LRd #xkWM4GOTsBJuqTcntQBNKDJ8ku1DTDNa { position:relative;display:none; }
#DMKamnQnmzHVWMJKWd4dpxJvKlKu6LRd #yzFA8NAUMoqriU98qE4sJ1NKw6s7Ndzo { position:relative; }
#DMKamnQnmzHVWMJKWd4dpxJvKlKu6LRd #POrQVIOCfzTfes216sdBBifiLQA6yAey { position:relative; }
#DMKamnQnmzHVWMJKWd4dpxJvKlKu6LRd #MH6SpqkHdrr8PXJuLfnKPHWfzVrbuZwK { position:relative;z-index:2; }
#DMKamnQnmzHVWMJKWd4dpxJvKlKu6LRd #ZL2dkeSNRSOT6hqT9amF79uMgdVcQNJR { position:relative; }
#DMKamnQnmzHVWMJKWd4dpxJvKlKu6LRd #TTw8oSP5fP5OJg8NyFp9tw53krhpNqbV { position:relative; }
#DMKamnQnmzHVWMJKWd4dpxJvKlKu6LRd #Ta9si8xiQ1cJN7ZlrtgdbnTuESCA3T2n { position:relative; }
#VdSmrywWkHIb5SuIbtCWNz83nNBN4wct { color:rgba(var(--color-tertiary-0),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:16.75rem;left:4.6875rem;height:1.29980625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#BMk9LVb9Pfkm08xuXx3eP0FqMHQTmNJG { box-sizing:content-box;height:46.0625rem;width:19.25rem;position:absolute;display:block;z-index:14999;background-color:rgba(var(--color-primary-4),1);background-image:none;top:4.1866320073604rem;left:1.3736991882324rem;border-top-right-radius:1.5625rem;border-bottom-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-top-left-radius:1.5625rem;display:block; }
#G5vaieTVx8CmUuXEpka4H15TcOfN5J3R { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.8125rem;width:12.9375rem;top:7.125rem;left:4.4375rem;overflow:hidden;display:block; }
#rCI8QqaXcnTpgw2D9dkdO0DCuV8Kh0Fx { position:absolute;display:block;z-index:15009;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.8125rem;width:19.25rem;top:26.8125rem;left:31.875rem;overflow:hidden;display:block; }
#EK0CF6uscRX6fMQnmTLz5vOc463gRkVH { color:rgba(var(--color-tertiary-0),1);display:block;width:25.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:21.875rem;left:32.125rem;height:3.57421875rem;font-style:italic;display:block; }
#wPdc0n0N2fCxE0FBxTwOx3L8FbA5DqBM { position:absolute;display:block;z-index:15068;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.625rem;width:17.1875rem;top:18.6875rem;left:38.0625rem;overflow:hidden;display:block; }
#yTNPU9WWpkHpB24Oztd3N7a1tkwUxViB { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.3125rem;width:7.25rem;top:36.443181820214rem;left:37.318183898926rem;overflow:hidden;display:none; }
#Bio3tggZ4osTENDRVhTxG3W6sm78EeHQ { position:absolute;display:block;z-index:15074;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.74956875rem;width:2.74956875rem;top:34.4375rem;left:32.125rem;overflow:hidden;display:block; }
#TuVXrfDVU0xaSmVTMhofQEKh6XSJWT8y { color:rgba(var(--color-tertiary-0),1);display:block;width:10.4989375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15012;line-height:1.3;letter-spacing:0;top:34.8125rem;left:36.25rem;height:1.94921875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#tlBJVfvgJ4cnSk89LlgDvsZNVGAleKPc { position:relative;display:block; }#tlBJVfvgJ4cnSk89LlgDvsZNVGAleKPc { background-color: transparent; background-image: none; }#tlBJVfvgJ4cnSk89LlgDvsZNVGAleKPc::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tlBJVfvgJ4cnSk89LlgDvsZNVGAleKPc > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tlBJVfvgJ4cnSk89LlgDvsZNVGAleKPc > .row .container > .video-iframe-container { display: none; }#tlBJVfvgJ4cnSk89LlgDvsZNVGAleKPc > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tlBJVfvgJ4cnSk89LlgDvsZNVGAleKPc > .row > .video-iframe-container { display: none; }#tlBJVfvgJ4cnSk89LlgDvsZNVGAleKPc > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tlBJVfvgJ4cnSk89LlgDvsZNVGAleKPc { border-width: 0; border-radius: 0; }#tlBJVfvgJ4cnSk89LlgDvsZNVGAleKPc > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#tlBJVfvgJ4cnSk89LlgDvsZNVGAleKPc > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:8.875rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#UvBhircCPsaSSNvxTTKySqZTa3HU8p4J { background-color:rgba(var(--color-primary-4),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:arial;font-size:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.25rem;height:2.56185rem;text-decoration:none;z-index:15011;text-align:center;text-align-last:center;top:0rem;left:22.437068939209rem;display:block; }
#SRhwPzdu7M4vnp8uW2mBRqi1sG4dcAM0 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#oKczT49zGkfKrPs4Owi1E0EP12Rx5TPI { background-color:rgba(var(--color-primary-4),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:arial;font-size:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.25rem;height:2.5625rem;text-decoration:none;z-index:15010;text-align:center;text-align-last:center;top:0rem;left:48.6875rem;display:block; }
#qVeG856dS7izURiMffp7KvBQsPap0udm { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#xhxxOvM7qXpFTaK2Aelt2DXt0TpnUwdV { background-color:rgba(var(--color-primary-4),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:arial;font-size:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.375rem;height:2.5625rem;text-decoration:none;z-index:15015;text-align:center;text-align-last:center;top:0rem;left:47.625rem;display:none; }
#xOvn7evHa3O1QvQir31kDI9vHn47CwSi { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#nAPM7KUffNX7SmTQKDIKSTp6LLbrypvV { background-color:rgba(var(--color-primary-4),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:arial;font-size:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.375rem;height:2.5625rem;text-decoration:none;z-index:15015;text-align:center;text-align-last:center;top:0rem;left:47.625rem;display:none; }
#tXl2UJTqFq9nTA34ywE9qcSZT9TO01pM { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#lZ26UloBUW5FeEwT7FbJyCiG7TDGzC1a { background-color:rgba(var(--color-primary-4),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:arial;font-size:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.25rem;height:2.56185rem;text-decoration:none;z-index:15012;text-align:center;text-align-last:center;top:3.1564674377441rem;left:22.437068939209rem;display:block; }
#UKyKSkw3cHSakxd7uVBvW4WufXWS0dH5 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#h5aUz16c2I6JLfd8nRe31mEmZU6T6P3a { background-color:rgba(var(--color-primary-4),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:arial;font-size:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.25rem;height:2.56185rem;text-decoration:none;z-index:15008;text-align:center;text-align-last:center;top:3.1564674377441rem;left:35.562068939209rem;display:block; }
#nCU7KCb4XbSS2Mr4sm26UTeuwoH3LrTe { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#iM93Qdapo0QIq9vuyT1liWFbl8dGPrb4 { background-color:rgba(var(--color-primary-4),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:arial;font-size:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.25rem;height:2.5625rem;text-decoration:none;z-index:15009;text-align:center;text-align-last:center;top:3.25rem;left:48.75rem;display:block; }
#dC0C08Owic1R9KVJG9QCOSStIJvwRwwx { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#O0h7fHliT8VyK6lQVhflKPi1iu0egpTF { background-color:rgba(var(--color-primary-4),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:arial;font-size:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.8125rem;height:2.5625rem;text-decoration:none;z-index:15013;text-align:center;text-align-last:center;top:0rem;left:22rem;display:none; }
#stEQ9OKudUJeOUW9CMK5BLJEN08f10pF { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#TClAarveLKT1HsAib5v8WkkkP2VaTuZN { background-color:rgba(var(--color-primary-4),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:arial;font-size:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:19.25rem;height:2.5625rem;text-decoration:none;z-index:15012;text-align:center;text-align-last:center;top:0rem;left:1.3602447509766rem;display:block; }
#lOJiV753VpylcIDLZqh4kZqvMTqx6pXP { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#SOSx6d0D3EA9cEtHeLDZDq4zwxOSiHfU { background-color:rgba(var(--color-primary-4),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:arial;font-size:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.25rem;height:2.56185rem;text-decoration:none;z-index:15011;text-align:center;text-align-last:center;top:0rem;left:35.562068939209rem;display:block; }
#TStp7LWDcBTWTKoeTTXDK0P4CrecLMvy { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#qWxHZqdADWU6Uf9EI4xGLUIcLkvDwhAV { position:relative;display:block; }#qWxHZqdADWU6Uf9EI4xGLUIcLkvDwhAV { background-color: transparent; background-image: none; }#qWxHZqdADWU6Uf9EI4xGLUIcLkvDwhAV::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qWxHZqdADWU6Uf9EI4xGLUIcLkvDwhAV > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qWxHZqdADWU6Uf9EI4xGLUIcLkvDwhAV > .row .container > .video-iframe-container { display: none; }#qWxHZqdADWU6Uf9EI4xGLUIcLkvDwhAV > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qWxHZqdADWU6Uf9EI4xGLUIcLkvDwhAV > .row > .video-iframe-container { display: none; }#qWxHZqdADWU6Uf9EI4xGLUIcLkvDwhAV > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qWxHZqdADWU6Uf9EI4xGLUIcLkvDwhAV { border-width: 0; border-radius: 0; }#qWxHZqdADWU6Uf9EI4xGLUIcLkvDwhAV > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#qWxHZqdADWU6Uf9EI4xGLUIcLkvDwhAV > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:55.125rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; }#Qei1isGiEAkEGpNee9zvTcxQRagA3uXb { color:rgba(var(--color-tertiary-4),1);display:block;width:54.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:2.25rem;left:0rem;height:2.4375rem;font-style:normal;display:block; }
#TTz2aBesoHXemRUx0otbwqAvfMUGLaJd { position:absolute;display:block;z-index:15002;background-color:rgba(var(--color-primary-3),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: none;height:0.3125rem;width:13.75rem;top:1.25rem;left:0rem;display:block; }
#NSK9PUMT3Wyvo0HHqeBHMu8md3VkiiTe { color:rgba(var(--color-tertiary-4),1);display:block;width:37.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.75rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:7.5rem;left:0.8125rem;height:2.2744125rem;font-style:normal;display:block; }
#ihzeK7PpN7gTGlgi3BC8ngQfOUXqyk64 { position:absolute;display:block;z-index:15003;background-color:rgba(var(--color-primary-3),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: none;height:1.875rem;width:0.25rem;top:7.75rem;left:0rem;display:block; }
#v9E4rKTKOZwoIWqp9Q2yLydWkTB7TW4M { background-color:transparent;background-image: -webkit-linear-gradient(79deg, rgba(var(--color-tertiary-4),1), rgba(var(--color-primary-3),1));background-image: -moz-linear-gradient(79deg, rgba(var(--color-tertiary-4),1), rgba(var(--color-primary-3),1));background-image: -ms-linear-gradient(79deg, rgba(var(--color-tertiary-4),1), rgba(var(--color-primary-3),1));background-image: -o-linear-gradient(79deg, rgba(var(--color-tertiary-4),1), rgba(var(--color-primary-3),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-4),1)', endColorstr='rgba(var(--color-primary-3),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-4),1)', endColorstr='rgba(var(--color-primary-3),1)' );";background-image: linear-gradient(79deg, rgba(var(--color-tertiary-4),1), rgba(var(--color-primary-3),1));background-size:auto !important;border-top:0.25rem solid rgba(var(--color-tertiary-0),1);border-left:0.25rem solid rgba(var(--color-tertiary-0),1);border-right:0.25rem solid rgba(var(--color-tertiary-0),1);border-bottom:0.25rem solid rgba(var(--color-tertiary-0),1);border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.4375rem;text-decoration:none;z-index:15018;text-align:center;text-align-last:center;top:43.9375rem;left:39.6875rem;display:block; }
#rw0XoWLvXUc42mKk9m7VJzzkJZD2ZAsJ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ERrd1IPT6IqLAQvddMp9ffz8654qDp2O { color:rgba(var(--color-tertiary-0),1);display:block;width:57.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:700;z-index:15025;line-height:1.5;letter-spacing:0;top:36.1875rem;left:1.25rem;height:7.03125rem;font-style:normal;display:block; }
#TJLJi0RRZDIKDKmrJHbfq5vwUogfeKlI { box-sizing:content-box;height:11.75rem;width:60rem;position:absolute;display:block;z-index:14999;background-color:transparent;background-image: -webkit-linear-gradient(141deg, rgba(var(--color-tertiary-4),1), rgba(var(--color-primary-3),1));background-image: -moz-linear-gradient(141deg, rgba(var(--color-tertiary-4),1), rgba(var(--color-primary-3),1));background-image: -ms-linear-gradient(141deg, rgba(var(--color-tertiary-4),1), rgba(var(--color-primary-3),1));background-image: -o-linear-gradient(141deg, rgba(var(--color-tertiary-4),1), rgba(var(--color-primary-3),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-4),1)', endColorstr='rgba(var(--color-primary-3),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-4),1)', endColorstr='rgba(var(--color-primary-3),1)' );";background-image: linear-gradient(141deg, rgba(var(--color-tertiary-4),1), rgba(var(--color-primary-3),1));background-size:auto !important;top:34.125rem;left:0rem;border-top-right-radius:1.5625rem;border-bottom-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-top-left-radius:1.5625rem;display:block; }
#MOgvcJr2A89repWu4x1i71lAwtlvSiw9 { color:rgba(var(--color-tertiary-3),1);display:block;width:57.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15015;line-height:1.6;letter-spacing:0;top:10.625rem;left:2.1875rem;height:4rem;font-style:normal;display:block; }
#hZJO1vrcbJxbJxxcOU86BT981LVr5q1f { position:absolute;display:block;z-index:15032;background-color:rgba(var(--color-tertiary-4),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: none;height:0.3125rem;width:13.75rem;top:23.5rem;left:12.5rem;display:block; }
#bCfUR5UaxrJ3V6nyoVxf0d4grMhPLWOz { color:rgba(var(--color-tertiary-4),1);display:block;width:14.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:700;z-index:15045;line-height:1.5;letter-spacing:0;top:21.625rem;left:12.5rem;height:1.40625rem;font-style:normal;display:block; }
#fpDifoQA6fNI7n3tW13xDucMVL1Val52 { color:rgba(var(--color-tertiary-4),1);display:block;width:16.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:700;z-index:15044;line-height:1.3;letter-spacing:0;top:19.3125rem;left:12.5rem;height:1.7871125rem;font-style:normal;display:block; }
#izZq7VshdSlE064W89CzP4LOoCVGBVi9 { color:rgba(var(--color-tertiary-3),1);display:block;width:15.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:700;z-index:15038;line-height:1.5;letter-spacing:0;top:24.9375rem;left:12.5rem;height:2.4375rem;font-style:normal;overflow:hidden;display:block; }#izZq7VshdSlE064W89CzP4LOoCVGBVi9 li:not(:first-child){ padding-top:0.125rem;padding-right:0;padding-bottom:0;padding-left:0; }#izZq7VshdSlE064W89CzP4LOoCVGBVi9 li:before{  }
#cUDXluNxfXJuDfd5E9fo0craIgKpo8wG { position:absolute;display:block;z-index:15058;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:11.1875rem;width:11.1875rem;top:18.0625rem;left:0rem;overflow:hidden;display:block; }
#DlxTR6h30lqBkLCPdvClnWWReElO7GQ6 { position:absolute;display:block;z-index:15039;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:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: none;height:0.9375rem;width:0.9375rem;top:11.25rem;left:0rem;display:block; }
#vhxl32LKZ3bTTkCaN8vpmBQIVSpA6RaA { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-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; }#vhxl32LKZ3bTTkCaN8vpmBQIVSpA6RaA > .row .container { background-color: transparent; background-image: none; }#vhxl32LKZ3bTTkCaN8vpmBQIVSpA6RaA::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vhxl32LKZ3bTTkCaN8vpmBQIVSpA6RaA > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vhxl32LKZ3bTTkCaN8vpmBQIVSpA6RaA > .row .container > .video-iframe-container { display: none; }#vhxl32LKZ3bTTkCaN8vpmBQIVSpA6RaA > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vhxl32LKZ3bTTkCaN8vpmBQIVSpA6RaA > .row > .video-iframe-container { display: none; }#vhxl32LKZ3bTTkCaN8vpmBQIVSpA6RaA > .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); }#vhxl32LKZ3bTTkCaN8vpmBQIVSpA6RaA > .row .container { border-width: 0; border-radius: 0; }#vhxl32LKZ3bTTkCaN8vpmBQIVSpA6RaA > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#vhxl32LKZ3bTTkCaN8vpmBQIVSpA6RaA > .row .container { font-size:0.875rem;font-family:arial;height:1.5625rem;width:60rem;position:relative;display:block; }#RTJeXDqUFIAzn7C2QifiG3f0PmZ1lRSb { 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/992e308d-636a-49a1-a0cc-c075a8473d20/DAVINCI_1.jpg");background-position:center left !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#RTJeXDqUFIAzn7C2QifiG3f0PmZ1lRSb.adaptive-delivery-prevent-bg, #RTJeXDqUFIAzn7C2QifiG3f0PmZ1lRSb.lazyload, #RTJeXDqUFIAzn7C2QifiG3f0PmZ1lRSb.lazyloading { background-image: none; }#RTJeXDqUFIAzn7C2QifiG3f0PmZ1lRSb > .row .container { background-color: transparent; background-image: none; }#RTJeXDqUFIAzn7C2QifiG3f0PmZ1lRSb::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RTJeXDqUFIAzn7C2QifiG3f0PmZ1lRSb > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RTJeXDqUFIAzn7C2QifiG3f0PmZ1lRSb > .row .container > .video-iframe-container { display: none; }#RTJeXDqUFIAzn7C2QifiG3f0PmZ1lRSb > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RTJeXDqUFIAzn7C2QifiG3f0PmZ1lRSb > .row > .video-iframe-container { display: none; }#RTJeXDqUFIAzn7C2QifiG3f0PmZ1lRSb > .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); }#RTJeXDqUFIAzn7C2QifiG3f0PmZ1lRSb > .row .container { border-width: 0; border-radius: 0; }#RTJeXDqUFIAzn7C2QifiG3f0PmZ1lRSb > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#RTJeXDqUFIAzn7C2QifiG3f0PmZ1lRSb > .row .container { font-size:0.875rem;font-family:arial;height:82rem;width:60rem;position:relative;display:block; }#isZfQqUfkelURt8lERp33mbZpqObU6IZ { color:rgba(var(--color-tertiary-0),1);display:block;width:23.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.625rem;font-weight:700;z-index:15005;line-height:1.5;letter-spacing:0;top:3.25rem;left:25rem;height:7.875rem;font-style:normal;display:block; }
#vDMJixcStQBS4iN7o1F89ins5OLPRmNo { color:rgba(var(--color-tertiary-0),1);display:block;width:23.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15006;line-height:1.5;letter-spacing:0;top:19.1875rem;left:25rem;height:1.875rem;font-style:normal;display:block; }
#IIWwMzxGK5aVoUbPioliXRCS3r3qPD5s { color:rgba(var(--color-tertiary-0),1);display:block;width:23.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:400;z-index:15007;line-height:1.5;letter-spacing:0;top:22.1875rem;left:25rem;height:18.4375rem;font-style:normal;display:block; }#IIWwMzxGK5aVoUbPioliXRCS3r3qPD5s li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#IIWwMzxGK5aVoUbPioliXRCS3r3qPD5s li:before{  }
#ZT3fLsZmayyTdTEsHUAnNmFC94BSdXdk { color:rgba(var(--color-tertiary-0),1);display:block;width:23.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:400;z-index:15008;line-height:1.5;letter-spacing:0;top:47.625rem;left:25rem;height:7.3125rem;font-style:normal;display:block; }#ZT3fLsZmayyTdTEsHUAnNmFC94BSdXdk li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#ZT3fLsZmayyTdTEsHUAnNmFC94BSdXdk li:before{  }
#cZ9T4AAFaXRplzBD9SDutw1VJJLHeppZ { color:rgba(var(--color-tertiary-0),1);display:block;width:23.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15007;line-height:1.5;letter-spacing:0;top:44.125rem;left:25rem;height:1.875rem;font-style:normal;display:block; }
#LGgc3BQFaMf6tTcl0Sb8imhEyu4xnLaI { position:absolute;display:block;z-index:15004;background-color:rgba(0,0,0,0.65);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:81.9375rem;width:29.8125rem;top:0rem;left:21.436634063721rem;display:block; }
#Tq4kzFtW0bh3voh6SWmxzmaW3FDM7Q29 { color:rgba(var(--color-tertiary-0),1);display:block;width:23.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:700;z-index:15007;line-height:1.5;letter-spacing:0;top:11.75rem;left:25rem;height:2.34375rem;font-style:italic;display:block; }
#c3Oie1MORTr8KlfPFkDt9nhyNUg6NaNd { position:absolute;display:block;z-index:15035;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0.1875rem 0.1875rem 0.625rem rgba(var(--color-primary-3),1) ;height:21.375rem;width:38rem;top:56.215270996094rem;left:20.248481750488rem;display:block; }
#hSEZcn5CTdELP3uu2uw8zKTAJrBBpng2 { position:relative;display:none; }#hSEZcn5CTdELP3uu2uw8zKTAJrBBpng2 { border-width: 0; border-radius: 0; }#hSEZcn5CTdELP3uu2uw8zKTAJrBBpng2 > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#hSEZcn5CTdELP3uu2uw8zKTAJrBBpng2 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:18.75rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#ySMw7h8bCd20mAmKZId2dkPfKLCEDdvR { color:rgba(var(--color-tertiary-0),1);display:block;width:23.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.625rem;font-weight:700;z-index:15005;line-height:1.5;letter-spacing:0;top:7.625rem;left:25rem;height:7.875rem;font-style:normal;display:none; }
#XltMpNAHA8HUA5OWmZqMxVLIykG1ye5f { color:rgba(var(--color-tertiary-0),1);display:block;width:23.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15006;line-height:1.5;letter-spacing:0;top:19.1875rem;left:25rem;height:1.875rem;font-style:normal;display:none; }
#FZBFq4lrl1UTRL4fcqyGCKThUb0w8nVP { color:rgba(var(--color-tertiary-0),1);display:block;width:23.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:400;z-index:15007;line-height:1.5;letter-spacing:0;top:22.1875rem;left:25rem;height:9.21875rem;font-style:normal;display:none; }#FZBFq4lrl1UTRL4fcqyGCKThUb0w8nVP li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#FZBFq4lrl1UTRL4fcqyGCKThUb0w8nVP li:before{  }
#ZcVZT2xls2SobsuTeT2U6UpBEDluKrlt { color:rgba(var(--color-tertiary-0),1);display:block;width:23.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15007;line-height:1.5;letter-spacing:0;top:34.9375rem;left:25rem;height:1.875rem;font-style:normal;display:none; }
#Q5Z2OZ0P0PnlV5r1NL3NIzpnTFcS0KBn { color:rgba(var(--color-tertiary-0),1);display:block;width:23.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:400;z-index:15008;line-height:1.5;letter-spacing:0;top:38.4375rem;left:25rem;height:7.3125rem;font-style:normal;display:none; }#Q5Z2OZ0P0PnlV5r1NL3NIzpnTFcS0KBn li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#Q5Z2OZ0P0PnlV5r1NL3NIzpnTFcS0KBn li:before{  }
#Ddx9UJ1TQxluyJbBeQlV5fDFEKL3V7Tf { color:rgba(var(--color-tertiary-0),1);display:block;width:23.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15006;line-height:1.5;letter-spacing:0;top:19.1875rem;left:25rem;height:1.875rem;font-style:normal;display:none; }
#ztJWHWB1g2qKyV9F47uqoU0Zd0es8TKK { position:absolute;display:block;z-index:15035;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:21.25rem;width:38.125rem;top:56.215280532837rem;left:20.248481750488rem;display:none; }
#gsgP6i3mnCrhzFUDaMCHRvZcr5dVXSTB { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-3),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#gsgP6i3mnCrhzFUDaMCHRvZcr5dVXSTB > .row .container { background-color: transparent; background-image: none; }#gsgP6i3mnCrhzFUDaMCHRvZcr5dVXSTB::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gsgP6i3mnCrhzFUDaMCHRvZcr5dVXSTB > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gsgP6i3mnCrhzFUDaMCHRvZcr5dVXSTB > .row .container > .video-iframe-container { display: none; }#gsgP6i3mnCrhzFUDaMCHRvZcr5dVXSTB > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gsgP6i3mnCrhzFUDaMCHRvZcr5dVXSTB > .row > .video-iframe-container { display: none; }#gsgP6i3mnCrhzFUDaMCHRvZcr5dVXSTB > .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); }#gsgP6i3mnCrhzFUDaMCHRvZcr5dVXSTB > .row .container { border-width: 0; border-radius: 0; }#gsgP6i3mnCrhzFUDaMCHRvZcr5dVXSTB > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#gsgP6i3mnCrhzFUDaMCHRvZcr5dVXSTB > .row .container { font-size:0.875rem;font-family:arial;height:1.5625rem;width:60rem;position:relative;display:block; }#zhPG7pdWZ4nwOCyZOzvwGZRq627aNnVa { position:relative;display:block; }#zhPG7pdWZ4nwOCyZOzvwGZRq627aNnVa { background-color: transparent; background-image: none; }#zhPG7pdWZ4nwOCyZOzvwGZRq627aNnVa::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zhPG7pdWZ4nwOCyZOzvwGZRq627aNnVa > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zhPG7pdWZ4nwOCyZOzvwGZRq627aNnVa > .row .container > .video-iframe-container { display: none; }#zhPG7pdWZ4nwOCyZOzvwGZRq627aNnVa > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zhPG7pdWZ4nwOCyZOzvwGZRq627aNnVa > .row > .video-iframe-container { display: none; }#zhPG7pdWZ4nwOCyZOzvwGZRq627aNnVa > .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); }#zhPG7pdWZ4nwOCyZOzvwGZRq627aNnVa { border-width: 0; border-radius: 0; }#zhPG7pdWZ4nwOCyZOzvwGZRq627aNnVa > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#zhPG7pdWZ4nwOCyZOzvwGZRq627aNnVa > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:5rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#lNqN7T8d0SbcJy0kvMJbDAgTpwQIDHoM { position:relative;display:block; }#lNqN7T8d0SbcJy0kvMJbDAgTpwQIDHoM { background-color: transparent; background-image: none; }#lNqN7T8d0SbcJy0kvMJbDAgTpwQIDHoM::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lNqN7T8d0SbcJy0kvMJbDAgTpwQIDHoM > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lNqN7T8d0SbcJy0kvMJbDAgTpwQIDHoM > .row .container > .video-iframe-container { display: none; }#lNqN7T8d0SbcJy0kvMJbDAgTpwQIDHoM > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lNqN7T8d0SbcJy0kvMJbDAgTpwQIDHoM > .row > .video-iframe-container { display: none; }#lNqN7T8d0SbcJy0kvMJbDAgTpwQIDHoM > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lNqN7T8d0SbcJy0kvMJbDAgTpwQIDHoM { border-width: 0; border-radius: 0; }#lNqN7T8d0SbcJy0kvMJbDAgTpwQIDHoM > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#lNqN7T8d0SbcJy0kvMJbDAgTpwQIDHoM > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:57.5rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#dQIcm8ZFrCwSTMPPPoluttH4TZAWsnT4 { color:rgba(var(--color-tertiary-4),1);display:block;width:36.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:2.25rem;left:0rem;height:2.4375rem;font-style:normal;display:block; }
#sQFTS91N7iR1Q6aKnGe3KMFNBLK1366L { position:absolute;display:block;z-index:15029;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:8.8125rem;width:8.8125rem;top:7.5rem;left:3.125rem;overflow:hidden;display:block; }
#z0elpM3lTIuG9IUNIHRWO7HuHTxJolpB { color:rgba(var(--color-tertiary-4),1);display:block;width:12.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15024;line-height:1.3;letter-spacing:0;top:18.125rem;left:16.375rem;height:1.462675rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#ttIZEoIgUEZ7guThtHlKPuf0KBZe2SB8 { color:rgba(var(--color-tertiary-3),1);display:block;width:11rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:700;z-index:15025;line-height:1.5;letter-spacing:0;top:20.6875rem;left:2.4375rem;height:2.8125rem;font-style:normal;overflow:hidden;display:block; }#ttIZEoIgUEZ7guThtHlKPuf0KBZe2SB8 li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#ttIZEoIgUEZ7guThtHlKPuf0KBZe2SB8 li:before{  }
#ksOnD4laXKBvz829z5FUaPQI09DMiBRe { position:absolute;display:block;z-index:15030;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:8.75rem;width:9.0625rem;top:7.5625rem;left:18.1875rem;overflow:hidden;display:block; }
#JVDOlBZTS6ZPRa7mHS4Pr15WaxzQCpRz { position:absolute;display:block;z-index:15031;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:8.75rem;width:10.0625rem;top:7.5625rem;left:33.125rem;overflow:hidden;display:block; }
#xz7nRcSV7faFsWbUd5NWJTTCSq09t7Hr { position:absolute;display:block;z-index:15032;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9.875rem;width:9.0625rem;top:6.5rem;left:48.1875rem;overflow:hidden;display:block; }
#oH8W6BmKIarIyOvwM18oZCya3BkSRK5I { color:rgba(var(--color-tertiary-4),1);display:block;width:10.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15025;line-height:1.3;letter-spacing:0;top:18.125rem;left:2.4375rem;height:1.462675rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#qz1hr1X5AKs2QkCnCyFJcZu3KsgFZF1O { color:rgba(var(--color-tertiary-4),1);display:block;width:12.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15025;line-height:1.3;letter-spacing:0;top:18.125rem;left:32.0625rem;height:1.4619125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#NkTCcF2LFQTptsFw3dqlrI7eX37l51Vk { color:rgba(var(--color-tertiary-4),1);display:block;width:7.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15026;line-height:1.3;letter-spacing:0;top:18.125rem;left:49.1875rem;height:1.462675rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#NV1SE8DAQyKglXzp1xLKv2p2m8KhdRBb { color:rgba(var(--color-tertiary-3),1);display:block;width:12.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:700;z-index:15026;line-height:1.5;letter-spacing:0;top:20.6875rem;left:16.375rem;height:2.8125rem;font-style:normal;overflow:hidden;display:block; }#NV1SE8DAQyKglXzp1xLKv2p2m8KhdRBb li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#NV1SE8DAQyKglXzp1xLKv2p2m8KhdRBb li:before{  }
#OGT1VHBpmZNHf8yw7JeZZq1RV5qs1eR1 { color:rgba(var(--color-tertiary-3),1);display:block;width:12.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:700;z-index:15027;line-height:1.5;letter-spacing:0;top:20.6875rem;left:32.0625rem;height:2.8125rem;font-style:normal;overflow:hidden;display:block; }#OGT1VHBpmZNHf8yw7JeZZq1RV5qs1eR1 li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#OGT1VHBpmZNHf8yw7JeZZq1RV5qs1eR1 li:before{  }
#F3chnoq14KHuZI3HEHWTtchmHX6MAykS { color:rgba(var(--color-tertiary-3),1);display:block;width:10.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:700;z-index:15028;line-height:1.5;letter-spacing:0;top:20.6875rem;left:49.1875rem;height:5.625rem;font-style:normal;overflow:hidden;display:block; }#F3chnoq14KHuZI3HEHWTtchmHX6MAykS li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#F3chnoq14KHuZI3HEHWTtchmHX6MAykS li:before{  }
#GiBPdeZwlKzsImJXBz1sxkmuayqpnZ7q { position:absolute;display:block;z-index:15004;background-color:rgba(var(--color-primary-3),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: none;height:0.3125rem;width:13.75rem;top:1.25rem;left:0rem;display:block; }
#i8T6T0EMTcaJDV3264LETLLbq2iGKEi0 { color:rgba(var(--color-tertiary-4),1);display:block;width:34rem;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:30rem;left:1.25rem;height:1.46218125rem;font-style:normal;display:block; }
#TLbPZneeMObLS1seh4B4vfWe68dAZ7SU { color:rgba(var(--color-tertiary-4),1);display:block;width:36.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:26.3125rem;left:0rem;height:2.4375rem;font-style:normal;display:block; }
#Ae6CkW4lp5VNlFVvKSHnSswTd3skUik1 { color:rgba(var(--color-tertiary-3),1);display:block;width:17.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:700;z-index:15005;line-height:1.5;letter-spacing:0;top:32.375rem;left:1.25rem;height:11.71875rem;font-style:normal;display:block; }#Ae6CkW4lp5VNlFVvKSHnSswTd3skUik1 li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#Ae6CkW4lp5VNlFVvKSHnSswTd3skUik1 li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_bdb86a3b629b7349a191db2d9aa75daf2f11cf60.svg); }
#CugWZqyh4JDF0OF1kCe8lRoyceJ9dfX0 { color:rgba(var(--color-tertiary-0),1);display:block;width:54.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:48.6875rem;left:1.25rem;height:2.9243625rem;font-style:normal;display:block; }
#inPKEmwJnCqGxxVqv5z5CTBV4Te3KZTC { box-sizing:content-box;height:5.875rem;width:60rem;position:absolute;display:block;z-index:15000;background-color:transparent;background-image: -webkit-linear-gradient(141deg, rgba(var(--color-tertiary-4),1), rgba(var(--color-primary-3),1));background-image: -moz-linear-gradient(141deg, rgba(var(--color-tertiary-4),1), rgba(var(--color-primary-3),1));background-image: -ms-linear-gradient(141deg, rgba(var(--color-tertiary-4),1), rgba(var(--color-primary-3),1));background-image: -o-linear-gradient(141deg, rgba(var(--color-tertiary-4),1), rgba(var(--color-primary-3),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-4),1)', endColorstr='rgba(var(--color-primary-3),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-4),1)', endColorstr='rgba(var(--color-primary-3),1)' );";background-image: linear-gradient(141deg, rgba(var(--color-tertiary-4),1), rgba(var(--color-primary-3),1));background-size:auto !important;top:47.25rem;left:0rem;border-top-right-radius:1.5625rem;border-bottom-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-top-left-radius:1.5625rem;display:block; }
#dPaeEehq21QXRt3ZVKaoW5rflD0u7imm { color:rgba(var(--color-tertiary-3),1);display:block;width:40.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:700;z-index:15006;line-height:1.5;letter-spacing:0;top:36.8125rem;left:19.75rem;height:2.8125rem;font-style:normal;display:block; }#dPaeEehq21QXRt3ZVKaoW5rflD0u7imm li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#dPaeEehq21QXRt3ZVKaoW5rflD0u7imm li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_3fa164e92d5da324565bf8a4e9e43a3287b569cf.svg); }
#kwXa6Eiz892MypzUTDp3GAEve43qRnSx { box-sizing:content-box;height:0.25rem;width:2.9375rem;position:absolute;display:block;z-index:15036;background-color:rgba(var(--color-primary-3),1);background-image:none;top:32.9375rem;left:13.8125rem;border-top-right-radius:0.75rem;border-bottom-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-top-left-radius:0.75rem;display:block; }
#hJ5BEaesqOfpttdcoGdkeqOplfdNgqrg { box-sizing:content-box;height:0.24956625rem;width:2.93728125rem;position:absolute;display:block;z-index:15037;background-color:rgba(var(--color-primary-3),1);background-image:none;top:43.4375rem;left:13.8125rem;border-top-right-radius:0.75rem;border-bottom-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-top-left-radius:0.75rem;display:block; }
#G16LerOS3NLGV6qBV15gazCdsHkPmp3S { box-sizing:content-box;height:10.6875rem;width:0.25rem;position:absolute;display:block;z-index:15038;background-color:rgba(var(--color-primary-3),1);background-image:none;top:33rem;left:16.5rem;display:block; }
#yJu2uVMl94T48IumNLerd5fz1kAHR6gB { position:absolute;display:block;z-index:15006;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:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: none;height:0.3125rem;width:13.75rem;top:1.25rem;left:0rem;display:none; }
#CA8VVzWGCugBQFVHvEGudalKKoJM4VqN { color:rgba(var(--color-tertiary-4),1);display:block;width:34rem;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:42.1875rem;left:1.25rem;height:1.462675rem;font-style:normal;display:none; }
#RL8KxU0GcHhZgV8KQmR9t1II8UIdNPgD { position:relative;display:block; }#RL8KxU0GcHhZgV8KQmR9t1II8UIdNPgD { background-color: transparent; background-image: none; }#RL8KxU0GcHhZgV8KQmR9t1II8UIdNPgD::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RL8KxU0GcHhZgV8KQmR9t1II8UIdNPgD > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RL8KxU0GcHhZgV8KQmR9t1II8UIdNPgD > .row .container > .video-iframe-container { display: none; }#RL8KxU0GcHhZgV8KQmR9t1II8UIdNPgD > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RL8KxU0GcHhZgV8KQmR9t1II8UIdNPgD > .row > .video-iframe-container { display: none; }#RL8KxU0GcHhZgV8KQmR9t1II8UIdNPgD > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RL8KxU0GcHhZgV8KQmR9t1II8UIdNPgD { border-width: 0; border-radius: 0; }#RL8KxU0GcHhZgV8KQmR9t1II8UIdNPgD > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#RL8KxU0GcHhZgV8KQmR9t1II8UIdNPgD > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:129.625rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#gfUCtr4Pz3RSTQvGF3EASIQrkWGIKG0W { color:rgba(var(--color-tertiary-4),1);display:block;width:43.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:2.25rem;left:0rem;height:2.4375rem;font-style:normal;display:block; }
#aPbQhZIbHTkRab9JyzbFqVtcDxKbLZQh { position:absolute;display:block;z-index:15006;background-color:rgba(var(--color-primary-3),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: none;height:0.3125rem;width:13.75rem;top:1.25rem;left:0rem;display:block; }
#orUuoT6SZ4grG6Tw5HoD7psdk8aASZ59 { box-sizing:content-box;height:1.5625rem;width:0.3125rem;position:absolute;display:block;z-index:15021;background-color:rgba(var(--color-primary-3),1);background-image:none;top:61.75rem;left:0rem;border-top-right-radius:1.5625rem;border-bottom-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-top-left-radius:1.5625rem;display:block; }
#zdHmXTPARnbT3vTD7Lxuuwmwh44D5OJn { color:rgba(var(--color-tertiary-4),1);display:block;width:28.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:700;z-index:15019;line-height:1.5;letter-spacing:0;top:61.5625rem;left:1.1875rem;height:1.875rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#WF3HkzMa0WtKxx7dZLMttcclqsdTMU1t { color:rgba(var(--color-tertiary-4),1);display:block;width:57.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:700;z-index:15018;line-height:1.5;letter-spacing:0;top:63.6875rem;left:1.1875rem;height:8.4375rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#AoZRH3xVho2k0vxBpPqPTMklikwhsslG { color:rgba(var(--color-tertiary-4),1);display:block;width:57.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:700;z-index:15021;line-height:1.5;letter-spacing:0;top:78rem;left:1.1875rem;height:7.03125rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#QS8eaVl13uThq1aVwTiUywbDu178EQN1 { box-sizing:content-box;height:1.5625rem;width:0.3125rem;position:absolute;display:block;z-index:15024;background-color:rgba(var(--color-primary-3),1);background-image:none;top:76.0625rem;left:0rem;border-top-right-radius:1.5625rem;border-bottom-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-top-left-radius:1.5625rem;display:block; }
#qHBlIQR7Cy3hwK2TNMtRwFJhNdTdlGKk { color:rgba(var(--color-tertiary-4),1);display:block;width:28.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:700;z-index:15022;line-height:1.5;letter-spacing:0;top:75.875rem;left:1.1875rem;height:1.875rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#LHtfrglMsQWQoZoW2IFhU3UgUhQ8keOa { color:rgba(var(--color-tertiary-4),1);display:block;width:57.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:700;z-index:15030;line-height:1.5;letter-spacing:0;top:91rem;left:1.1875rem;height:8.4375rem;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; }
#SLE9PQFZFXzR2nma0dP6d0rIbxeGKaK4 { color:rgba(var(--color-tertiary-4),1);display:block;width:28.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:700;z-index:15031;line-height:1.5;letter-spacing:0;top:88.8125rem;left:1.1875rem;height:1.875rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#zNMc7mZ4IMiZJhwqvA9TlDEQL95nJIQG { box-sizing:content-box;height:1.5625rem;width:0.3125rem;position:absolute;display:block;z-index:15033;background-color:rgba(var(--color-primary-3),1);background-image:none;top:89.0625rem;left:0rem;border-top-right-radius:1.5625rem;border-bottom-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-top-left-radius:1.5625rem;display:block; }
#rwS5IWREdGGoLnTL9021dy5FD4uqgIRJ { color:rgba(var(--color-tertiary-4),1);display:block;width:57.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:700;z-index:15033;line-height:1.5;letter-spacing:0;top:105.375rem;left:1.1875rem;height:7.03125rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#tLqawU2P84ZRIoii12sR1uTsvz04cgkO { color:rgba(var(--color-tertiary-4),1);display:block;width:28.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:700;z-index:15034;line-height:1.5;letter-spacing:0;top:103.1875rem;left:1.1875rem;height:1.875rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#QrZehvT3fwBDgB3Xk2aHKeMywkGRPFJv { box-sizing:content-box;height:1.5625rem;width:0.3125rem;position:absolute;display:block;z-index:15036;background-color:rgba(var(--color-primary-3),1);background-image:none;top:103.4375rem;left:0rem;border-top-right-radius:1.5625rem;border-bottom-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-top-left-radius:1.5625rem;display:block; }
#f31UQsFKQABcBXc0BBPdCdKNAZb2KMw4 { color:rgba(var(--color-tertiary-4),1);display:block;width:57.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:700;z-index:15036;line-height:1.5;letter-spacing:0;top:118.25rem;left:1.1875rem;height:7.03125rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#I1fOTr4rJDHTrHU6JZA4MTJTLwTG8rQP { color:rgba(var(--color-tertiary-4),1);display:block;width:28.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:700;z-index:15037;line-height:1.5;letter-spacing:0;top:116.0625rem;left:1.1875rem;height:1.875rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#w3XIZEpJFVgA5pDzcGAE1cTVPFN7i4DB { box-sizing:content-box;height:1.5625rem;width:0.3125rem;position:absolute;display:block;z-index:15039;background-color:rgba(var(--color-primary-3),1);background-image:none;top:116.3125rem;left:0rem;border-top-right-radius:1.5625rem;border-bottom-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-top-left-radius:1.5625rem;display:block; }
#eUtsqVhxx0lzHiZZE0Sf2V7t69e2kSyl { color:rgba(var(--color-tertiary-4),1);display:block;width:28.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:700;z-index:15022;line-height:1.5;letter-spacing:0;top:8.4375rem;left:1.1875rem;height:1.875rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#t9lgsvGg8GCXf6aIo2bSblnNompLxSnV { color:rgba(var(--color-tertiary-4),1);display:block;width:57.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:700;z-index:15021;line-height:1.5;letter-spacing:0;top:10.5625rem;left:1.1875rem;height:7.03125rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#e1KyUEniPbMyEvivkB7RCOxPQfyOpNLt { box-sizing:content-box;height:1.5625rem;width:0.3125rem;position:absolute;display:block;z-index:15024;background-color:rgba(var(--color-primary-3),1);background-image:none;top:8.625rem;left:0rem;border-top-right-radius:1.5625rem;border-bottom-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-top-left-radius:1.5625rem;display:block; }
#KD4rxDt3uKc4xrMJ4MbCQrK2wdHdudLC { color:rgba(var(--color-tertiary-4),1);display:block;width:28.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:700;z-index:15025;line-height:1.5;letter-spacing:0;top:21.375rem;left:1.1875rem;height:1.875rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#zJFZq3EWRdJhD5R97woxgtUryn7qXNkm { color:rgba(var(--color-tertiary-4),1);display:block;width:57.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:700;z-index:15024;line-height:1.5;letter-spacing:0;top:23.5rem;left:1.1875rem;height:7.03125rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#U8cLwQcueH1kpkKKkFt4OE4P5Gverii6 { box-sizing:content-box;height:1.5625rem;width:0.3125rem;position:absolute;display:block;z-index:15027;background-color:rgba(var(--color-primary-3),1);background-image:none;top:21.5625rem;left:0rem;border-top-right-radius:1.5625rem;border-bottom-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-top-left-radius:1.5625rem;display:block; }
#guHe43vb5fv67Tz4S0qlRL8bKEs6FwaH { color:rgba(var(--color-tertiary-4),1);display:block;width:28.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:700;z-index:15028;line-height:1.5;letter-spacing:0;top:34.3125rem;left:1.1875rem;height:1.875rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#AHliwwkFUeFb8QAUgTRiIAN1SuKteUfX { color:rgba(var(--color-tertiary-4),1);display:block;width:57.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:700;z-index:15027;line-height:1.5;letter-spacing:0;top:36.4375rem;left:1.1875rem;height:7.03125rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#slfIIKZXvTgGbfr8cML4eJ304dwGPMkt { box-sizing:content-box;height:1.5625rem;width:0.3125rem;position:absolute;display:block;z-index:15030;background-color:rgba(var(--color-primary-3),1);background-image:none;top:34.5rem;left:0rem;border-top-right-radius:1.5625rem;border-bottom-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-top-left-radius:1.5625rem;display:block; }
#CCTel5TtUqUnVqgehKWNbziVeryZwrEg { color:rgba(var(--color-tertiary-4),1);display:block;width:57.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:700;z-index:15030;line-height:1.5;letter-spacing:0;top:49.375rem;left:1.1875rem;height:8.4375rem;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; }
#WPKZ8oqgMLv6od53H8Ihg75SAtTL0mDn { color:rgba(var(--color-tertiary-4),1);display:block;width:28.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:700;z-index:15031;line-height:1.5;letter-spacing:0;top:47.25rem;left:1.1875rem;height:;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#pIR9Sk3AXV7CbMd83m8FnrLmXhaPSz7f { box-sizing:content-box;height:1.5625rem;width:0.3125rem;position:absolute;display:block;z-index:15033;background-color:rgba(var(--color-primary-3),1);background-image:none;top:47.4375rem;left:0rem;border-top-right-radius:1.5625rem;border-bottom-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-top-left-radius:1.5625rem;display:block; }
#vOcmF2s43ZaI4v0Sf3sif3non25PBqoM { position:relative;display:block; }#vOcmF2s43ZaI4v0Sf3sif3non25PBqoM { background-color: transparent; background-image: none; }#vOcmF2s43ZaI4v0Sf3sif3non25PBqoM::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vOcmF2s43ZaI4v0Sf3sif3non25PBqoM > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vOcmF2s43ZaI4v0Sf3sif3non25PBqoM > .row .container > .video-iframe-container { display: none; }#vOcmF2s43ZaI4v0Sf3sif3non25PBqoM > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vOcmF2s43ZaI4v0Sf3sif3non25PBqoM > .row > .video-iframe-container { display: none; }#vOcmF2s43ZaI4v0Sf3sif3non25PBqoM > .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); }#vOcmF2s43ZaI4v0Sf3sif3non25PBqoM { border-width: 0; border-radius: 0; }#vOcmF2s43ZaI4v0Sf3sif3non25PBqoM > .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; }#vOcmF2s43ZaI4v0Sf3sif3non25PBqoM > .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:142.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; }#gCOmHukkRXRcXaHxksK2O4iKM6Uxvv0x { color:rgba(var(--color-tertiary-4),1);display:block;width:43.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:2.25rem;left:0rem;height:2.4375rem;font-style:normal;display:block; }
#SIZipsbElosXkTgQlShAHJapZM2Desc1 { position:absolute;display:block;z-index:15006;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:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: none;height:0.3125rem;width:13.75rem;top:1.25rem;left:0rem;display:block; }
#RPONwsyGRe2g5Deam5kKyMGyBXG1sq83 { box-sizing:content-box;height:1.5625rem;width:0.3125rem;position:absolute;display:block;z-index:15021;background-color:rgba(var(--color-primary-3),1);background-image:none;top:7.625rem;left:0rem;border-top-right-radius:1.5625rem;border-bottom-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-top-left-radius:1.5625rem;display:block; }
#poGVIy7sgeGtvzUJ6bCUAWhzUyZlPrfT { color:rgba(var(--color-tertiary-4),1);display:block;width:22.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:700;z-index:15019;line-height:1.5;letter-spacing:0;top:7.4365234375rem;left:1.1865234375rem;height:1.875rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#IHMxklB5ctxUF8aCETMdROL04VnSssTh { color:rgba(var(--color-tertiary-4),1);display:block;width:57.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:700;z-index:15018;line-height:1.5;letter-spacing:0;top:9.5625rem;left:1.1875rem;height:7.03125rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#mEUrf4VJdDfzE0T496AiP41wTE1NxXkA { color:rgba(var(--color-tertiary-4),1);display:block;width:57.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:700;z-index:15021;line-height:1.5;letter-spacing:0;top:22.4375rem;left:1.1875rem;height:18.28125rem;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; }
#E0SBr5H1VlRrTpT1B7Cyw9GO7Zsn3KEc { box-sizing:content-box;height:1.5625rem;width:0.3125rem;position:absolute;display:block;z-index:15024;background-color:rgba(var(--color-primary-3),1);background-image:none;top:20.5rem;left:0rem;border-top-right-radius:1.5625rem;border-bottom-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-top-left-radius:1.5625rem;display:block; }
#tWQoVK0qCTGTzzWCvKDmUJfBefh7NXVw { color:rgba(var(--color-tertiary-4),1);display:block;width:12.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:700;z-index:15022;line-height:1.5;letter-spacing:0;top:20.3125rem;left:1.1875rem;height:1.875rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#ZOpPX1muZ9rlwRCSZVWOCXoBSbvvrRJs { color:rgba(var(--color-tertiary-4),1);display:block;width:57.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:700;z-index:15024;line-height:1.5;letter-spacing:0;top:46.5625rem;left:1.1875rem;height:19.6875rem;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; }
#d1Mwr0ChmTFQ8EAAwVNfARcgh5KsGKFJ { box-sizing:content-box;height:1.5625rem;width:0.3125rem;position:absolute;display:block;z-index:15027;background-color:rgba(var(--color-primary-3),1);background-image:none;top:44.625rem;left:0rem;border-top-right-radius:1.5625rem;border-bottom-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-top-left-radius:1.5625rem;display:block; }
#Xvz3NmzHHAnVTnZcIVblznxfkkZecDhg { color:rgba(var(--color-tertiary-4),1);display:block;width:13.6875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:700;z-index:15025;line-height:1.5;letter-spacing:0;top:44.4375rem;left:1.1875rem;height:1.875rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#oQpby76DPLNLvWAnCpy1emiV89m6h13w { color:rgba(var(--color-tertiary-4),1);display:block;width:57.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:700;z-index:15027;line-height:1.5;letter-spacing:0;top:72.125rem;left:1.1875rem;height:16.875rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#RGghGkgWS4IxFdMu5NJu7C7tcV7CqhZ7 { box-sizing:content-box;height:1.5625rem;width:0.3125rem;position:absolute;display:block;z-index:15030;background-color:rgba(var(--color-primary-3),1);background-image:none;top:70.1875rem;left:0rem;border-top-right-radius:1.5625rem;border-bottom-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-top-left-radius:1.5625rem;display:block; }
#vGuIoLLwgMn6XaPQdTS83xH0mWpCzqtn { color:rgba(var(--color-tertiary-4),1);display:block;width:35.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:700;z-index:15028;line-height:1.5;letter-spacing:0;top:70rem;left:1.1875rem;height:1.875rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#nfEqFHiMKZ145NcVnmTeFXVIXSTxhF1S { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:arial;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:21.75rem;height:1.875rem;text-decoration:none;z-index:15036;text-align:center;text-align-last:center;top:7.4677734375rem;left:1.1865234375rem;display:block; }
#E1abBrX5Q4NpmlStyiQLaJKpTTUzz0CA { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ogfaJkFGHCRsMfGRrHbM4CcIOC4wogEh { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:arial;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.875rem;height:1.875rem;text-decoration:none;z-index:15037;text-align:center;text-align-last:center;top:20.3125rem;left:1.1875rem;display:block; }
#AoUGLtc37fdc2dT2MPeXeyZ4TvoOeWmt { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#uOBwSLa57tsGLaAvlCeMMAsSC4d0LIxm { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:arial;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.3125rem;height:1.875rem;text-decoration:none;z-index:15038;text-align:center;text-align-last:center;top:44.4375rem;left:1.1875rem;display:block; }
#wZv2mleGR88fwR1rdt41ag38eVZtTeFG { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#RVDpMN9ZxEmiAWhSOBR4aU58NQm0GoXh { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:arial;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.3125rem;height:1.875rem;text-decoration:none;z-index:15039;text-align:center;text-align-last:center;top:70rem;left:1.1875rem;display:block; }
#VsaC4qoFAiTMPMT3hCvONE7zTrqBlhmE { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#DTpxwnz12Jx9FszubNcCI4iJvFSk8D7h { color:rgba(var(--color-tertiary-4),1);display:block;width:57.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:700;z-index:15031;line-height:1.5;letter-spacing:0;top:94.875rem;left:1.1875rem;height:19.6875rem;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; }
#OKX8fo7DgzAPuLfAPl0Nw1LXV3Tt62tR { color:rgba(var(--color-tertiary-4),1);display:block;width:15.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:700;z-index:15032;line-height:1.5;letter-spacing:0;top:92.75rem;left:1.1875rem;height:1.875rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#CA8XZqP0ucvzJmCloKWl6ziqgEnbbRL9 { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:arial;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.8125rem;height:1.875rem;text-decoration:none;z-index:15043;text-align:center;text-align-last:center;top:92.8125rem;left:1.1875rem;display:block; }
#pFRnoAk88JnCrkBqDzBoZ2moTcTRV3sV { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ym51yfFL0szkh0NwiV8T1GLagscvQy0w { box-sizing:content-box;height:1.5625rem;width:0.3125rem;position:absolute;display:block;z-index:15034;background-color:rgba(var(--color-primary-3),1);background-image:none;top:92.9375rem;left:0rem;border-top-right-radius:1.5625rem;border-bottom-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-top-left-radius:1.5625rem;display:block; }
#TJprvQC5rDKC6dXVtWbkv2xdzdi4E5V9 { background-color:#5d92ff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:arial;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.4375rem;text-decoration:none;z-index:15000;text-align:center;text-align-last:center;display:none; }
#OHI87cTFIFwre7zhlGRb2wTn9fuDOvuT { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#iKePayxcnPgERyGArgKEWiniA7ehtd5k { background-color:#5d92ff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:arial;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.4375rem;text-decoration:none;z-index:15000;text-align:center;text-align-last:center;display:none; }
#WglGIpLRktJgLTkDBwPDXuqXoEXDM8ZK { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#fuOJsxDAoWAk7ZiOSZfI11KpMHEr8XRi { background-color:#5d92ff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:arial;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.4375rem;text-decoration:none;z-index:15000;text-align:center;text-align-last:center;display:none; }
#dbEnvTssPowC61kFa9tmwoA3Df3NZLUh { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#aHoVtpntATVcS9ZNolQa2dfTS03Cm8ba { background-color:#5d92ff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:arial;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.4375rem;text-decoration:none;z-index:15000;text-align:center;text-align-last:center;display:none; }
#SG8FpWfbKnnSgz7P2ESR8VKqLLGQgQqL { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#XNEKl7lB7kBqr628vmQEyETNDL06GvSI { background-color:#5d92ff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:arial;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.4375rem;text-decoration:none;z-index:15000;text-align:center;text-align-last:center;display:none; }
#XONHemKt4SXBUfXqnsL7kwF84KXOUI88 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#fp0o1JsLqO9GAcayECng2BAcnoBDFKTP { color:rgba(var(--color-tertiary-4),1);display:block;width:57.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:700;z-index:15035;line-height:1.5;letter-spacing:0;top:120.375rem;left:1.1875rem;height:15.46875rem;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; }
#vbSHfGC17vUko9sfXyJPQJXR0MAyhQwB { color:rgba(var(--color-tertiary-4),1);display:block;width:38.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:700;z-index:15036;line-height:1.5;letter-spacing:0;top:118.25rem;left:1.1875rem;height:1.875rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#rvh6L0lqeVWnl4avTf3vS68duuVxaZv3 { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:arial;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:38.4375rem;height:1.875rem;text-decoration:none;z-index:15047;text-align:center;text-align-last:center;top:118.3125rem;left:1.1875rem;display:block; }
#QwzJDn48FECaIKTy1EgV5M4DRRLmRpoN { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#W8EkUXJSmht4XTm29l0a5hEoNsmWoWE3 { box-sizing:content-box;height:1.5625rem;width:0.3125rem;position:absolute;display:block;z-index:15038;background-color:rgba(var(--color-primary-3),1);background-image:none;top:118.4375rem;left:0rem;border-top-right-radius:1.5625rem;border-bottom-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-top-left-radius:1.5625rem;display:block; }
#cA6KnBJmnoBIlqFOlfMDvOOWMlPhFb9I { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-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; }#cA6KnBJmnoBIlqFOlfMDvOOWMlPhFb9I > .row .container { background-color: transparent; background-image: none; }#cA6KnBJmnoBIlqFOlfMDvOOWMlPhFb9I::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cA6KnBJmnoBIlqFOlfMDvOOWMlPhFb9I > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cA6KnBJmnoBIlqFOlfMDvOOWMlPhFb9I > .row .container > .video-iframe-container { display: none; }#cA6KnBJmnoBIlqFOlfMDvOOWMlPhFb9I > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cA6KnBJmnoBIlqFOlfMDvOOWMlPhFb9I > .row > .video-iframe-container { display: none; }#cA6KnBJmnoBIlqFOlfMDvOOWMlPhFb9I > .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); }#cA6KnBJmnoBIlqFOlfMDvOOWMlPhFb9I > .row .container { border-width: 0; border-radius: 0; }#cA6KnBJmnoBIlqFOlfMDvOOWMlPhFb9I > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#cA6KnBJmnoBIlqFOlfMDvOOWMlPhFb9I > .row .container { font-size:0.875rem;font-family:arial;height:1.5625rem;width:60rem;position:relative;display:block; }#WRqb5u3rq7kWv43mDvRsSScurv30tbuq { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/1da7968b-56ae-473e-9fab-8d8214d268d5/ClujSpital.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:contain !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#WRqb5u3rq7kWv43mDvRsSScurv30tbuq.adaptive-delivery-prevent-bg, #WRqb5u3rq7kWv43mDvRsSScurv30tbuq.lazyload, #WRqb5u3rq7kWv43mDvRsSScurv30tbuq.lazyloading { background-image: none; }#WRqb5u3rq7kWv43mDvRsSScurv30tbuq > .row .container { background-color: transparent; background-image: none; }#WRqb5u3rq7kWv43mDvRsSScurv30tbuq::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-tertiary-4),0.4); }#WRqb5u3rq7kWv43mDvRsSScurv30tbuq > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WRqb5u3rq7kWv43mDvRsSScurv30tbuq > .row .container > .video-iframe-container { display: none; }#WRqb5u3rq7kWv43mDvRsSScurv30tbuq > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-tertiary-4),0.4); }#WRqb5u3rq7kWv43mDvRsSScurv30tbuq > .row > .video-iframe-container { display: none; }#WRqb5u3rq7kWv43mDvRsSScurv30tbuq > .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); }#WRqb5u3rq7kWv43mDvRsSScurv30tbuq > .row .container { border-width: 0; border-radius: 0; }#WRqb5u3rq7kWv43mDvRsSScurv30tbuq::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#WRqb5u3rq7kWv43mDvRsSScurv30tbuq > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#WRqb5u3rq7kWv43mDvRsSScurv30tbuq > .row .container { font-size:0.875rem;font-family:arial;height:30.0625rem;width:60rem;position:relative;display:block; }#sr98qMSFM8nmfhE7TT2KZynr60dxWi1k { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.625rem;width:12.3125rem;top:21.5rem;left:47.5rem;overflow:hidden;display:block; }
#oKWblhiApwpKqFJ2dFLVvCXwesPpKG28 { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.375rem;width:15.125rem;top:22.125rem;left:22.4375rem;overflow:hidden;display:block; }
#TNlibJZ98bFQu4kO0ynMNzNv9fFpe0xm { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.3125rem;width:10.625rem;top:20.8125rem;left:0rem;overflow:hidden;display:block; }
#G54xW2Z0yibTHcZviqcA4t5TC6HREer3 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-3),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#G54xW2Z0yibTHcZviqcA4t5TC6HREer3 > .row .container { background-color: transparent; background-image: none; }#G54xW2Z0yibTHcZviqcA4t5TC6HREer3::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#G54xW2Z0yibTHcZviqcA4t5TC6HREer3 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#G54xW2Z0yibTHcZviqcA4t5TC6HREer3 > .row .container > .video-iframe-container { display: none; }#G54xW2Z0yibTHcZviqcA4t5TC6HREer3 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#G54xW2Z0yibTHcZviqcA4t5TC6HREer3 > .row > .video-iframe-container { display: none; }#G54xW2Z0yibTHcZviqcA4t5TC6HREer3 > .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); }#G54xW2Z0yibTHcZviqcA4t5TC6HREer3 > .row .container { border-width: 0; border-radius: 0; }#G54xW2Z0yibTHcZviqcA4t5TC6HREer3 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#G54xW2Z0yibTHcZviqcA4t5TC6HREer3 > .row .container { font-size:0.875rem;font-family:arial;height:1.5625rem;width:60rem;position:relative;display:block; }#p6KSHxrbkc1T4f18TCB26LXia0IM1EBU { position:relative;display:block; }#p6KSHxrbkc1T4f18TCB26LXia0IM1EBU { background-color: transparent; background-image: none; }#p6KSHxrbkc1T4f18TCB26LXia0IM1EBU::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#p6KSHxrbkc1T4f18TCB26LXia0IM1EBU > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#p6KSHxrbkc1T4f18TCB26LXia0IM1EBU > .row .container > .video-iframe-container { display: none; }#p6KSHxrbkc1T4f18TCB26LXia0IM1EBU > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#p6KSHxrbkc1T4f18TCB26LXia0IM1EBU > .row > .video-iframe-container { display: none; }#p6KSHxrbkc1T4f18TCB26LXia0IM1EBU > .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); }#p6KSHxrbkc1T4f18TCB26LXia0IM1EBU { border-width: 0; border-radius: 0; }#p6KSHxrbkc1T4f18TCB26LXia0IM1EBU > .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; }#p6KSHxrbkc1T4f18TCB26LXia0IM1EBU > .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:3.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; }#l88uNPrd5I3WalT28CZ9d1VoNtf55Sxe { position:relative;display:block; }#l88uNPrd5I3WalT28CZ9d1VoNtf55Sxe { background-color: transparent; background-image: none; }#l88uNPrd5I3WalT28CZ9d1VoNtf55Sxe::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#l88uNPrd5I3WalT28CZ9d1VoNtf55Sxe > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#l88uNPrd5I3WalT28CZ9d1VoNtf55Sxe > .row .container > .video-iframe-container { display: none; }#l88uNPrd5I3WalT28CZ9d1VoNtf55Sxe > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#l88uNPrd5I3WalT28CZ9d1VoNtf55Sxe > .row > .video-iframe-container { display: none; }#l88uNPrd5I3WalT28CZ9d1VoNtf55Sxe > .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); }#l88uNPrd5I3WalT28CZ9d1VoNtf55Sxe { border-width: 0; border-radius: 0; }#l88uNPrd5I3WalT28CZ9d1VoNtf55Sxe > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#l88uNPrd5I3WalT28CZ9d1VoNtf55Sxe > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:97rem;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; }#uxm26VWZfs3WPtUdtDEibfWyyXv6i8l7 { color:rgba(var(--color-tertiary-4),1);display:block;width:42.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:2.25rem;left:0rem;height:2.4375rem;font-style:normal;display:block; }
#oV65pkOy9T77nqdI3ntAKG88dB71Mih9 { position:absolute;display:block;z-index:15006;background-color:rgba(var(--color-primary-3),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: none;height:0.3125rem;width:13.75rem;top:1.25rem;left:0rem;display:block; }
#fq4ndeddUOFKhRsdoCRe6tTNRqTVeGPu { color:rgba(var(--color-tertiary-0),1);display:block;width:52.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.0625rem;font-weight:700;z-index:15032;line-height:1.5;letter-spacing:0;top:8.25rem;left:2.9375rem;height:;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#v17Gu9zrQWnKDgZKXWlxVzUSGStNTNyW { color:rgba(var(--color-tertiary-0),1);display:block;width:52.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.0625rem;font-weight:700;z-index:15033;line-height:1.5;letter-spacing:0;top:10.75rem;left:4.6875rem;height:;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#Tbl9A45Ca0TooLL8Jmtt0dSTQJRFzeeT { color:rgba(var(--color-tertiary-0),1);display:block;width:52.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.0625rem;font-weight:700;z-index:15035;line-height:1.5;letter-spacing:0;top:19.625rem;left:4.6875rem;height:;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#NOA90AAUFdwhAhz0c79yI90eoeczyhwW { color:rgba(var(--color-tertiary-0),1);display:block;width:32.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.0625rem;font-weight:700;z-index:15034;line-height:1.5;letter-spacing:0;top:17.125rem;left:2.9375rem;height:;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#NkqV7Qp2XWnTHCrDxxBnPMm1hsV77OMn { box-sizing:content-box;height:86.6875rem;width:60rem;position:absolute;display:block;z-index:15004;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-tertiary-4),1), rgba(var(--color-primary-3),1));background-image: -moz-linear-gradient(180deg, rgba(var(--color-tertiary-4),1), rgba(var(--color-primary-3),1));background-image: -ms-linear-gradient(180deg, rgba(var(--color-tertiary-4),1), rgba(var(--color-primary-3),1));background-image: -o-linear-gradient(180deg, rgba(var(--color-tertiary-4),1), rgba(var(--color-primary-3),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-4),1)', endColorstr='rgba(var(--color-primary-3),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-4),1)', endColorstr='rgba(var(--color-primary-3),1)' );";background-image: linear-gradient(180deg, rgba(var(--color-tertiary-4),1), rgba(var(--color-primary-3),1));background-size:auto !important;top:6.3125rem;left:0rem;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:1.5625rem;border-bottom-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-top-left-radius:1.5625rem;display:block; }
#UHkSV9xtoTWRrqdnebOPKs0Kr0lIZkgU { color:rgba(var(--color-tertiary-0),1);display:block;width:28.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.0625rem;font-weight:700;z-index:15034;line-height:1.5;letter-spacing:0;top:24.375rem;left:2.9375rem;height:;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#MRtuBkM98dIawBE2ZnWEmkVdsN6V61zh { color:rgba(var(--color-tertiary-0),1);display:block;width:50.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.0625rem;font-weight:700;z-index:15035;line-height:1.5;letter-spacing:0;top:26.875rem;left:4.6875rem;height:;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#apI2SMluflTlyKtqaxXRReo3cEFP5F8y { color:rgba(var(--color-tertiary-0),1);display:block;width:28.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.0625rem;font-weight:700;z-index:15034;line-height:1.5;letter-spacing:0;top:33.1875rem;left:2.9375rem;height:1.59375rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#S30oxbVw9Li1DTc2TELzQuTXN6a84TOJ { color:rgba(var(--color-tertiary-0),1);display:block;width:50.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.0625rem;font-weight:700;z-index:15035;line-height:1.5;letter-spacing:0;top:35.6875rem;left:4.6875rem;height:;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#ywbGJmUtX7MVzoQLJTsiCAL12zagx4Mf { color:rgba(var(--color-tertiary-0),1);display:block;width:38.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.0625rem;font-weight:700;z-index:15036;line-height:1.5;letter-spacing:0;top:42.0625rem;left:2.9375rem;height:1.59375rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#ppDFZlzO72mq1eliyttTFo6wJ0VyVXBA { color:rgba(var(--color-tertiary-0),1);display:block;width:50.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.0625rem;font-weight:700;z-index:15037;line-height:1.5;letter-spacing:0;top:44.5625rem;left:4.6875rem;height:;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#tFhmhB4TR7KQVTW4NndFgvmJ6uWfXacL { color:rgba(var(--color-tertiary-0),1);display:block;width:38.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.0625rem;font-weight:700;z-index:15038;line-height:1.5;letter-spacing:0;top:50.9375rem;left:2.9375rem;height:1.59375rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#nNtfTcSheLB73llNtdHJiOeTOcGvXJ1h { color:rgba(var(--color-tertiary-0),1);display:block;width:50.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.0625rem;font-weight:700;z-index:15039;line-height:1.5;letter-spacing:0;top:53.4375rem;left:4.6875rem;height:4.78125rem;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; }
#xiKd6F6g1RQpZ8BwROFvmgNyxzby5lHy { color:rgba(var(--color-tertiary-0),1);display:block;width:38.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.0625rem;font-weight:700;z-index:15040;line-height:1.5;letter-spacing:0;top:59.8125rem;left:2.9375rem;height:1.59375rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#Icsv9bqeBBAzy9WV9OZgutq387yhPUzh { color:rgba(var(--color-tertiary-0),1);display:block;width:50.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.0625rem;font-weight:700;z-index:15041;line-height:1.5;letter-spacing:0;top:62.3125rem;left:4.6875rem;height:4.78125rem;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; }
#XZG3vWmDmkhX1tch2dc0wfEMtfwsGbrG { color:rgba(var(--color-tertiary-0),1);display:block;width:38.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.0625rem;font-weight:700;z-index:15042;line-height:1.5;letter-spacing:0;top:68.6875rem;left:2.9375rem;height:1.59375rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#hhNscgTE2AEvrxunPPKOpzFvmHnZ4nTt { color:rgba(var(--color-tertiary-0),1);display:block;width:50.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.0625rem;font-weight:700;z-index:15043;line-height:1.5;letter-spacing:0;top:71.1875rem;left:4.6875rem;height:;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#mdqg6BZhOCU2Khs02Mfv0sgeHvugGExg { color:rgba(var(--color-tertiary-0),1);display:block;width:38.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.0625rem;font-weight:700;z-index:15044;line-height:1.5;letter-spacing:0;top:75.9375rem;left:2.9375rem;height:1.59375rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#neRivtgPGzIWQNDoddBIAUTgz06g38F1 { color:rgba(var(--color-tertiary-0),1);display:block;width:50.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.0625rem;font-weight:700;z-index:15045;line-height:1.5;letter-spacing:0;top:78.4375rem;left:4.6875rem;height:;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#BZsLCfsgmBACoOhXfaFp13oHh9WSB976 { color:rgba(var(--color-tertiary-0),1);display:block;width:44.5625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.0625rem;font-weight:700;z-index:15046;line-height:1.5;letter-spacing:0;top:83.1875rem;left:2.9375rem;height:1.59375rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#bNPTOZ4NkkW9fcMPi3DVTlXZWuVXKqJb { color:rgba(var(--color-tertiary-0),1);display:block;width:50.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.0625rem;font-weight:700;z-index:15047;line-height:1.5;letter-spacing:0;top:85.6875rem;left:4.6875rem;height:;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#NvLAFiCC2ANhOLsfuhwgPTyHoxJ4ChaE { position:relative;display:block; }#NvLAFiCC2ANhOLsfuhwgPTyHoxJ4ChaE { background-color: transparent; background-image: none; }#NvLAFiCC2ANhOLsfuhwgPTyHoxJ4ChaE::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NvLAFiCC2ANhOLsfuhwgPTyHoxJ4ChaE > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NvLAFiCC2ANhOLsfuhwgPTyHoxJ4ChaE > .row .container > .video-iframe-container { display: none; }#NvLAFiCC2ANhOLsfuhwgPTyHoxJ4ChaE > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NvLAFiCC2ANhOLsfuhwgPTyHoxJ4ChaE > .row > .video-iframe-container { display: none; }#NvLAFiCC2ANhOLsfuhwgPTyHoxJ4ChaE > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NvLAFiCC2ANhOLsfuhwgPTyHoxJ4ChaE { border-width: 0; border-radius: 0; }#NvLAFiCC2ANhOLsfuhwgPTyHoxJ4ChaE > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#NvLAFiCC2ANhOLsfuhwgPTyHoxJ4ChaE > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:13.375rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#imuaELBTzmK6sSyqSm0z4bI4DEkXm1aq { color:rgba(var(--color-tertiary-4),1);display:block;width:51.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:2.1875rem;left:0rem;height:2.4375rem;font-style:normal;display:block; }
#TzJ1EqucC2oKrTM0iD9lT6TMptT1UcGV { position:absolute;display:block;z-index:15008;background-color:rgba(var(--color-primary-3),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: none;height:0.3125rem;width:13.75rem;top:1.1875rem;left:0rem;display:block; }
#Lf8P6lcl5C5AtBg7HyqiXJFbwAeoTFe7 { position:absolute;display:block;z-index:15011;height:7.375rem;width:60rem;top:5.4375rem;left:0rem;display:block; }
#AoFwNR8c18FuFEW2TffPU4NOu91TR9l4 { position:relative;display:block; }#AoFwNR8c18FuFEW2TffPU4NOu91TR9l4 { background-color: transparent; background-image: none; }#AoFwNR8c18FuFEW2TffPU4NOu91TR9l4::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AoFwNR8c18FuFEW2TffPU4NOu91TR9l4 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AoFwNR8c18FuFEW2TffPU4NOu91TR9l4 > .row .container > .video-iframe-container { display: none; }#AoFwNR8c18FuFEW2TffPU4NOu91TR9l4 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AoFwNR8c18FuFEW2TffPU4NOu91TR9l4 > .row > .video-iframe-container { display: none; }#AoFwNR8c18FuFEW2TffPU4NOu91TR9l4 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AoFwNR8c18FuFEW2TffPU4NOu91TR9l4 { border-width: 0; border-radius: 0; }#AoFwNR8c18FuFEW2TffPU4NOu91TR9l4 > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#AoFwNR8c18FuFEW2TffPU4NOu91TR9l4 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:15.0625rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#J0Fw5vUGWOKiWQvudLPMMUkyf0iLLtiX { background-color:transparent;background-image: -webkit-linear-gradient(79deg, rgba(var(--color-tertiary-4),1), rgba(var(--color-primary-3),1));background-image: -moz-linear-gradient(79deg, rgba(var(--color-tertiary-4),1), rgba(var(--color-primary-3),1));background-image: -ms-linear-gradient(79deg, rgba(var(--color-tertiary-4),1), rgba(var(--color-primary-3),1));background-image: -o-linear-gradient(79deg, rgba(var(--color-tertiary-4),1), rgba(var(--color-primary-3),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-4),1)', endColorstr='rgba(var(--color-primary-3),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-4),1)', endColorstr='rgba(var(--color-primary-3),1)' );";background-image: linear-gradient(79deg, rgba(var(--color-tertiary-4),1), rgba(var(--color-primary-3),1));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.4375rem;text-decoration:none;z-index:15019;text-align:center;text-align-last:center;top:8.59375rem;left:19.8125rem;display:block; }
#grdPIit377wTEN7J7O1r1FxyZvhOufRi { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#SGVNrzDvG9LdmnOZGMQCmwmTRwv2vzl4 { color:rgba(var(--color-tertiary-4),1);display:block;width:60rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.0625rem;font-weight:700;z-index:15044;line-height:1.5;letter-spacing:0;top:2.8125rem;left:0rem;height:3.1875rem;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; }
#VFgmc8y58yCJQHk38yz9bbHwiJ0L3nku { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-tertiary-4),1), rgba(var(--color-tertiary-3),1));background-image: -moz-linear-gradient(180deg, rgba(var(--color-tertiary-4),1), rgba(var(--color-tertiary-3),1));background-image: -ms-linear-gradient(180deg, rgba(var(--color-tertiary-4),1), rgba(var(--color-tertiary-3),1));background-image: -o-linear-gradient(180deg, rgba(var(--color-tertiary-4),1), rgba(var(--color-tertiary-3),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-4),1)', endColorstr='rgba(var(--color-tertiary-3),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-4),1)', endColorstr='rgba(var(--color-tertiary-3),1)' );";background-image: linear-gradient(180deg, rgba(var(--color-tertiary-4),1), rgba(var(--color-tertiary-3),1));background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#VFgmc8y58yCJQHk38yz9bbHwiJ0L3nku > .row .container { background-color: transparent; background-image: none; }#VFgmc8y58yCJQHk38yz9bbHwiJ0L3nku::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VFgmc8y58yCJQHk38yz9bbHwiJ0L3nku > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VFgmc8y58yCJQHk38yz9bbHwiJ0L3nku > .row .container > .video-iframe-container { display: none; }#VFgmc8y58yCJQHk38yz9bbHwiJ0L3nku > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VFgmc8y58yCJQHk38yz9bbHwiJ0L3nku > .row > .video-iframe-container { display: none; }#VFgmc8y58yCJQHk38yz9bbHwiJ0L3nku > .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); }#VFgmc8y58yCJQHk38yz9bbHwiJ0L3nku > .row .container { border-width: 0; border-radius: 0; }#VFgmc8y58yCJQHk38yz9bbHwiJ0L3nku > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#VFgmc8y58yCJQHk38yz9bbHwiJ0L3nku > .row .container { font-size:0.875rem;font-family:arial;height:32.75rem;width:60rem;position:relative;display:block; }#OTNs1m1efcBCt105EthgeRtulivadSSc { position:absolute;display:block;z-index:15039;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9.25rem;width:15.625rem;top:4.09375rem;left:0rem;overflow:hidden;display:block; }
#Ms557AnzUGC40RtDiJVoOIM2fTWPW0Ow { box-sizing:content-box;color:rgba(var(--color-tertiary-0),1);font-size:1.75rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15054;top:8.75rem;left:20.375rem;display:block; }
#kHHb5vodoyVIuk3z7UTGRRLuTLbreDIz { color:rgba(var(--color-tertiary-0),1);display:block;width:8.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.75rem;font-weight:700;z-index:15020;line-height:1.3;letter-spacing:0;top:3.1875rem;left:20.375rem;height:2.2745rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#Ci0Nn0eEXS1sA9oiO0fWQQ5FDmvimLe3 { box-sizing:content-box;height:0.3125rem;width:15.9375rem;position:absolute;display:block;z-index:15018;background-color:rgba(var(--color-primary-3),1);background-image:none;top:6.4375rem;left:20.4375rem;border-top-right-radius:1.5625rem;border-bottom-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-top-left-radius:1.5625rem;display:block; }
#uBXHfOCyRCAEPIdHh04LoXRPVJBEBq1m { color:rgba(var(--color-tertiary-0),1);display:block;width:16.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15064;line-height:1.3;letter-spacing:0;top:9.25rem;left:23.3125rem;height:1.462675rem;font-style:normal;display:block; }
#LX2FOlBkxUSCcMvTO39pVI2Nz4r91r0t { color:rgba(var(--color-tertiary-0),1);display:block;width:16rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;z-index:15063;line-height:1.3;letter-spacing:0;top:12rem;left:23.4375rem;height:2.2734375rem;font-style:normal;display:block; }
#R4rnn1OWr50zlwgppsD0SqWXgEVqIwpQ { 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:700;z-index:15035;line-height:1.3;letter-spacing:0;top:26rem;left:5.5rem;height:1.29980625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#mtK0CMhVZWkBmkB7QgIs4zp3X60Eb2et { color:#000000;display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15036;line-height:1.3;letter-spacing:0;top:26rem;left:23.5625rem;height:1.29980625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#VKHu5TwS1onPtMs9o8PBxFxrokmP6UTs { box-sizing:content-box;height:0.875rem;width:0.1875rem;position:absolute;display:block;z-index:15014;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:26.1875rem;left:21.875rem;border-top-right-radius:0.375rem;border-bottom-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-top-left-radius:0.375rem;display:block; }
#OIXJexH40F2S9iocnGvA1eska3BRxgoN { color:#000000;display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15037;line-height:1.3;letter-spacing:0;top:26rem;left:42.0625rem;height:1.29980625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#hDdQ0D0HuNqbXTiw846sFmSiV2b268Nk { box-sizing:content-box;height:0.875rem;width:0.1875rem;position:absolute;display:block;z-index:15015;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:26.1875rem;left:39.875rem;border-top-right-radius:0.375rem;border-bottom-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-top-left-radius:0.375rem;display:block; }
#NKDrebnxFunrnPifuTgcCPt47mVS5BT4 { color:rgba(var(--color-tertiary-0),1);display:block;width:28.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:700;z-index:15038;line-height:1.3;letter-spacing:0;top:28.875rem;left:15.875rem;height:0.9746125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#p3Hyge4sRF48WA9IABdEM5MkKOtFzrht { color:rgba(var(--color-tertiary-0),1);display:block;width:16.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15065;line-height:1.3;letter-spacing:0;top:16.875rem;left:20.375rem;height:1.462675rem;font-style:normal;display:block; }
#h70mp0zy8xApVTAKFVMkqm24im3rvW5L { color:rgba(var(--color-tertiary-0),1);display:block;width:10.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;z-index:15064;line-height:1.3;letter-spacing:0;top:19.0625rem;left:20.4375rem;height:2.2734375rem;font-style:normal;display:block; }
#qgKGKAZrRZ0HuTJX3i2y0iM1KPNsnkKE { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.9375rem;width:15.625rem;top:16.455081939698rem;left:0rem;overflow:hidden;display:block; }
#IhM2AIeRvyEbUO1ahh8Am1gttVPst5Fu { color:rgba(var(--color-tertiary-0),1);display:block;width:10.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;z-index:15065;line-height:1.3;letter-spacing:0;top:19.0625rem;left:31.8125rem;height:2.2734375rem;font-style:normal;display:block; }
#P0dUS0bNo1Pwnnx837MHMEVFthXZnNLZ { position:absolute;display:block;z-index:15066;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.75rem;width:2.75rem;top:18.4609375rem;left:44.25rem;overflow:hidden;display:block; }
#AR9Tp5INymh8bGXUctZXADHhcs2wHG1D { color:rgba(var(--color-tertiary-0),1);display:block;width:6.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15066;line-height:1.3;letter-spacing:0;top:18.25rem;left:51.1875rem;height:1.462675rem;font-style:normal;display:block; }
#Lg4voeCPAPOOWCmPcW5M2NAdRQU1Ppwn { color:rgba(var(--color-tertiary-0),1);display:block;width:7.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15067;line-height:1.3;letter-spacing:0;top:19.9375rem;left:51.1875rem;height:1.462675rem;font-style:normal;display:block; }
#BC25hCtkNQ1yueADXr4WJeiGn7utukVJ { color:rgba(var(--color-tertiary-0),1);display:block;width:3.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15066;line-height:1.3;letter-spacing:0;top:18.25rem;left:48rem;height:1.462675rem;font-style:normal;display:block; }
#CwPfqUyVBUKdTXcMpn97EVEdxWgV1f5h { color:rgba(var(--color-tertiary-0),1);display:block;width:3.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15067;line-height:1.3;letter-spacing:0;top:19.9375rem;left:48rem;height:1.462675rem;font-style:normal;display:block; }
#v31wXNyN2pl4bx9k0DCOTRMyfZtc3CCd { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: 0.1875rem 0.1875rem 0.625rem rgba(var(--color-primary-3),1) ;height:11.5rem;width:17.5rem;top:3rem;left:42.5rem;overflow:hidden;display:block; }
#u1hmEtPOJVwI43k238Pz2HoAuW7cnCCS { position:absolute;display:block;z-index:15069;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.375rem;width:3.875rem;top:7.6875rem;left:49.3125rem;overflow:hidden;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XbzETwGrCLvFuNL0GtxEMtKNwLh3hZRD { top:8.4375rem;left:23.3125rem;width:24.4375rem;height:10.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #DMKamnQnmzHVWMJKWd4dpxJvKlKu6LRd .widget-regular-label { width:19.375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;display:block; }
#DMKamnQnmzHVWMJKWd4dpxJvKlKu6LRd .widget-input-text { width:19.375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#DMKamnQnmzHVWMJKWd4dpxJvKlKu6LRd .widget-input-text {padding-top: 0; padding-bottom: 0;}#DMKamnQnmzHVWMJKWd4dpxJvKlKu6LRd .widget-textarea { width:19.375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#DMKamnQnmzHVWMJKWd4dpxJvKlKu6LRd .widget-input-select { width:19.375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#DMKamnQnmzHVWMJKWd4dpxJvKlKu6LRd .widget-input-select {padding-top: 0; padding-bottom: 0;}#DMKamnQnmzHVWMJKWd4dpxJvKlKu6LRd .widget-input-button { width:19.375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#DMKamnQnmzHVWMJKWd4dpxJvKlKu6LRd .widget-checkbox-label { width:18.1875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#DMKamnQnmzHVWMJKWd4dpxJvKlKu6LRd  { width:19.375rem;height:auto;top:19.125rem;left:0rem; }
#DMKamnQnmzHVWMJKWd4dpxJvKlKu6LRd .radio-container { width:19.375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#DMKamnQnmzHVWMJKWd4dpxJvKlKu6LRd {display:block;}#DMKamnQnmzHVWMJKWd4dpxJvKlKu6LRd { width:19.375rem;height:auto;top:19.125rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #DMKamnQnmzHVWMJKWd4dpxJvKlKu6LRd #Z9eaSiPcC4FESC05GPNI9F605P8ca2kA {  }
 }@media only screen and (max-width: 763px) { #DMKamnQnmzHVWMJKWd4dpxJvKlKu6LRd #Uc7PB7prmWvcA3toWX8ySfI7vxsu8UkC { display:none; }
 }@media only screen and (max-width: 763px) { #DMKamnQnmzHVWMJKWd4dpxJvKlKu6LRd #GIVKczGbigrzwUyeEb0i1KVmtPGhpIs5 {  }
 }@media only screen and (max-width: 763px) { #DMKamnQnmzHVWMJKWd4dpxJvKlKu6LRd #tlw5BmTIoJ5EiIhRseZTPAd9smetSHU3 {  }
 }@media only screen and (max-width: 763px) { #DMKamnQnmzHVWMJKWd4dpxJvKlKu6LRd #nvuWZE61HROwuNrotFWD0mptmimkoO5y { display:none; }
 }@media only screen and (max-width: 763px) { #DMKamnQnmzHVWMJKWd4dpxJvKlKu6LRd #G81ZtS6IheLr6ZNdiCdyIKGbozhyb5EE {  }
 }@media only screen and (max-width: 763px) { #DMKamnQnmzHVWMJKWd4dpxJvKlKu6LRd #hM5BfZ0m3MvhGgZxdozmJDXpDZARqbT8 {  }
 }@media only screen and (max-width: 763px) { #DMKamnQnmzHVWMJKWd4dpxJvKlKu6LRd #xkWM4GOTsBJuqTcntQBNKDJ8ku1DTDNa {  }
 }@media only screen and (max-width: 763px) { #DMKamnQnmzHVWMJKWd4dpxJvKlKu6LRd #yzFA8NAUMoqriU98qE4sJ1NKw6s7Ndzo {  }
 }@media only screen and (max-width: 763px) { #DMKamnQnmzHVWMJKWd4dpxJvKlKu6LRd #POrQVIOCfzTfes216sdBBifiLQA6yAey {  }
 }@media only screen and (max-width: 763px) { #DMKamnQnmzHVWMJKWd4dpxJvKlKu6LRd #MH6SpqkHdrr8PXJuLfnKPHWfzVrbuZwK {  }
 }@media only screen and (max-width: 763px) { #DMKamnQnmzHVWMJKWd4dpxJvKlKu6LRd #ZL2dkeSNRSOT6hqT9amF79uMgdVcQNJR {  }
 }@media only screen and (max-width: 763px) { #DMKamnQnmzHVWMJKWd4dpxJvKlKu6LRd #TTw8oSP5fP5OJg8NyFp9tw53krhpNqbV {  }
 }@media only screen and (max-width: 763px) { #DMKamnQnmzHVWMJKWd4dpxJvKlKu6LRd #Ta9si8xiQ1cJN7ZlrtgdbnTuESCA3T2n {  }
 }@media only screen and (max-width: 763px) { #VdSmrywWkHIb5SuIbtCWNz83nNBN4wct { top:16.75rem;left:0rem;width:12.5rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #BMk9LVb9Pfkm08xuXx3eP0FqMHQTmNJG { top:4.125rem;left:0rem;width:19.25rem;height:46.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #G5vaieTVx8CmUuXEpka4H15TcOfN5J3R { top:7.125rem;left:0rem;width:12.875rem;height:7.7748711333981rem;display:block; }
 }@media only screen and (max-width: 763px) { #rCI8QqaXcnTpgw2D9dkdO0DCuV8Kh0Fx { top:26.8125rem;left:25.75rem;width:19.25rem;height:5.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #EK0CF6uscRX6fMQnmTLz5vOc463gRkVH { top:21.875rem;left:22.625rem;width:25.125rem;height:3.5625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wPdc0n0N2fCxE0FBxTwOx3L8FbA5DqBM { top:18.6875rem;left:26.4375rem;width:17.1875rem;height:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #yTNPU9WWpkHpB24Oztd3N7a1tkwUxViB { top:37.0625rem;left:31.818183898926rem;width:10.5rem;height:9.1422413793106rem;display:none; }
 }@media only screen and (max-width: 763px) { #Bio3tggZ4osTENDRVhTxG3W6sm78EeHQ { top:34.4375rem;left:26rem;width:2.6875rem;height:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TuVXrfDVU0xaSmVTMhofQEKh6XSJWT8y { top:34.8125rem;left:30.125rem;width:10.4375rem;height:1.9375rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #tlBJVfvgJ4cnSk89LlgDvsZNVGAleKPc { display:block; }#tlBJVfvgJ4cnSk89LlgDvsZNVGAleKPc > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UvBhircCPsaSSNvxTTKySqZTa3HU8p4J { width:11.25rem;height:2.5rem;top:0rem;left:16.312068939209rem;display:block; }
 }@media only screen and (max-width: 763px) { #SRhwPzdu7M4vnp8uW2mBRqi1sG4dcAM0 { display:block; }
 }@media only screen and (max-width: 763px) { #oKczT49zGkfKrPs4Owi1E0EP12Rx5TPI { width:11.25rem;height:2.5rem;top:0rem;left:36.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #qVeG856dS7izURiMffp7KvBQsPap0udm { display:block; }
 }@media only screen and (max-width: 763px) { #xhxxOvM7qXpFTaK2Aelt2DXt0TpnUwdV { width:11.375rem;height:2.5625rem;top:0rem;left:36.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #xOvn7evHa3O1QvQir31kDI9vHn47CwSi { display:block; }
 }@media only screen and (max-width: 763px) { #nAPM7KUffNX7SmTQKDIKSTp6LLbrypvV { width:11.375rem;height:2.5625rem;top:0rem;left:36.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #tXl2UJTqFq9nTA34ywE9qcSZT9TO01pM { display:block; }
 }@media only screen and (max-width: 763px) { #lZ26UloBUW5FeEwT7FbJyCiG7TDGzC1a { width:11.25rem;height:2.5rem;top:3.125rem;left:16.312068939209rem;display:block; }
 }@media only screen and (max-width: 763px) { #UKyKSkw3cHSakxd7uVBvW4WufXWS0dH5 { display:block; }
 }@media only screen and (max-width: 763px) { #h5aUz16c2I6JLfd8nRe31mEmZU6T6P3a { width:11.25rem;height:2.5rem;top:3.125rem;left:29.437068939209rem;display:block; }
 }@media only screen and (max-width: 763px) { #nCU7KCb4XbSS2Mr4sm26UTeuwoH3LrTe { display:block; }
 }@media only screen and (max-width: 763px) { #iM93Qdapo0QIq9vuyT1liWFbl8dGPrb4 { width:11.25rem;height:2.5rem;top:3.25rem;left:36.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #dC0C08Owic1R9KVJG9QCOSStIJvwRwwx { display:block; }
 }@media only screen and (max-width: 763px) { #O0h7fHliT8VyK6lQVhflKPi1iu0egpTF { width:8.8125rem;height:2.5625rem;top:0rem;left:15.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #stEQ9OKudUJeOUW9CMK5BLJEN08f10pF { display:block; }
 }@media only screen and (max-width: 763px) { #TClAarveLKT1HsAib5v8WkkkP2VaTuZN { width:19.25rem;height:2.5625rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #lOJiV753VpylcIDLZqh4kZqvMTqx6pXP { display:block; }
 }@media only screen and (max-width: 763px) { #SOSx6d0D3EA9cEtHeLDZDq4zwxOSiHfU { width:11.25rem;height:2.5rem;top:0rem;left:29.437068939209rem;display:block; }
 }@media only screen and (max-width: 763px) { #TStp7LWDcBTWTKoeTTXDK0P4CrecLMvy { display:block; }
 }@media only screen and (max-width: 763px) { #qWxHZqdADWU6Uf9EI4xGLUIcLkvDwhAV { display:block; }#qWxHZqdADWU6Uf9EI4xGLUIcLkvDwhAV > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Qei1isGiEAkEGpNee9zvTcxQRagA3uXb { top:2.25rem;left:0rem;width:47.75rem;height:2.4375rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TTz2aBesoHXemRUx0otbwqAvfMUGLaJd { top:1.25rem;left:0rem;width:13.75rem;height:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NSK9PUMT3Wyvo0HHqeBHMu8md3VkiiTe { top:7.5rem;left:0rem;width:37.1875rem;height:2.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ihzeK7PpN7gTGlgi3BC8ngQfOUXqyk64 { top:7.75rem;left:0rem;width:0.25rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #v9E4rKTKOZwoIWqp9Q2yLydWkTB7TW4M { width:17.5rem;height:3.4375rem;top:43.9375rem;left:30.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #rw0XoWLvXUc42mKk9m7VJzzkJZD2ZAsJ { display:block; }
 }@media only screen and (max-width: 763px) { #ERrd1IPT6IqLAQvddMp9ffz8654qDp2O { top:36.1875rem;left:0rem;width:47.75rem;height:7rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TJLJi0RRZDIKDKmrJHbfq5vwUogfeKlI { top:34.125rem;left:0rem;width:47.75rem;height:11.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #MOgvcJr2A89repWu4x1i71lAwtlvSiw9 { top:10.625rem;left:0rem;width:47.75rem;height:4rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #hZJO1vrcbJxbJxxcOU86BT981LVr5q1f { top:23.5rem;left:6.375rem;width:13.75rem;height:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bCfUR5UaxrJ3V6nyoVxf0d4grMhPLWOz { top:21.625rem;left:6.375rem;width:14.25rem;height:1.375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fpDifoQA6fNI7n3tW13xDucMVL1Val52 { top:19.3125rem;left:6.375rem;width:16.6875rem;height:1.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #izZq7VshdSlE064W89CzP4LOoCVGBVi9 { top:24.9375rem;left:6.375rem;width:15.5625rem;height:;font-size:0.875rem;display:block; }#izZq7VshdSlE064W89CzP4LOoCVGBVi9 li:before{  }
 }@media only screen and (max-width: 763px) { #cUDXluNxfXJuDfd5E9fo0craIgKpo8wG { top:18.0625rem;left:0rem;width:11.1875rem;height:11.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DlxTR6h30lqBkLCPdvClnWWReElO7GQ6 { top:11.25rem;left:0rem;width:0.9375rem;height:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vhxl32LKZ3bTTkCaN8vpmBQIVSpA6RaA { display:block; }#vhxl32LKZ3bTTkCaN8vpmBQIVSpA6RaA > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RTJeXDqUFIAzn7C2QifiG3f0PmZ1lRSb { display:block; }#RTJeXDqUFIAzn7C2QifiG3f0PmZ1lRSb > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #isZfQqUfkelURt8lERp33mbZpqObU6IZ { top:3.1875rem;left:18.875003814698rem;width:23.5625rem;height:7.8125rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vDMJixcStQBS4iN7o1F89ins5OLPRmNo { top:19.1875rem;left:18.875rem;width:23.625rem;height:1.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #IIWwMzxGK5aVoUbPioliXRCS3r3qPD5s { top:22.1875rem;left:18.875rem;width:23.625rem;height:;font-size:1.0625rem;display:block; }#IIWwMzxGK5aVoUbPioliXRCS3r3qPD5s li:before{  }
 }@media only screen and (max-width: 763px) { #ZT3fLsZmayyTdTEsHUAnNmFC94BSdXdk { top:47.625rem;left:18.875rem;width:23.625rem;height:7.3125rem;font-size:1.0625rem;display:block; }#ZT3fLsZmayyTdTEsHUAnNmFC94BSdXdk li:before{  }
 }@media only screen and (max-width: 763px) { #cZ9T4AAFaXRplzBD9SDutw1VJJLHeppZ { top:44.125rem;left:18.875rem;width:23.625rem;height:1.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #LGgc3BQFaMf6tTcl0Sb8imhEyu4xnLaI { top:0rem;left:15.311634063721rem;width:29.8125rem;height:81.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tq4kzFtW0bh3voh6SWmxzmaW3FDM7Q29 { top:11.75rem;left:18.875rem;width:23.625rem;height:2.3125rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #c3Oie1MORTr8KlfPFkDt9nhyNUg6NaNd { top:56.1875rem;left:9.625rem;width:38rem;height:21.375492198834rem;display:block; }
 }@media only screen and (max-width: 763px) { #hSEZcn5CTdELP3uu2uw8zKTAJrBBpng2 { display:none; }#hSEZcn5CTdELP3uu2uw8zKTAJrBBpng2 > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #ySMw7h8bCd20mAmKZId2dkPfKLCEDdvR { top:7.625rem;left:18.875rem;width:23.625rem;height:7.875rem;font-size:1.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #XltMpNAHA8HUA5OWmZqMxVLIykG1ye5f { top:19.1875rem;left:18.875rem;width:23.625rem;height:1.875rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #FZBFq4lrl1UTRL4fcqyGCKThUb0w8nVP { top:29.75rem;left:0rem;width:16.875rem;height:;font-size:0.875rem;display:none; }#FZBFq4lrl1UTRL4fcqyGCKThUb0w8nVP li:before{  }
 }@media only screen and (max-width: 763px) { #ZcVZT2xls2SobsuTeT2U6UpBEDluKrlt { top:34.9375rem;left:18.875rem;width:23.625rem;height:1.875rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #Q5Z2OZ0P0PnlV5r1NL3NIzpnTFcS0KBn { top:38.4375rem;left:18.875rem;width:23.625rem;height:7.3125rem;font-size:0.875rem;display:none; }#Q5Z2OZ0P0PnlV5r1NL3NIzpnTFcS0KBn li:before{  }
 }@media only screen and (max-width: 763px) { #Ddx9UJ1TQxluyJbBeQlV5fDFEKL3V7Tf { top:23.1875rem;left:0rem;width:11.625rem;height:3.1875rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #ztJWHWB1g2qKyV9F47uqoU0Zd0es8TKK { top:56.1875rem;left:9.625rem;width:38.125rem;height:21.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #gsgP6i3mnCrhzFUDaMCHRvZcr5dVXSTB { display:block; }#gsgP6i3mnCrhzFUDaMCHRvZcr5dVXSTB > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zhPG7pdWZ4nwOCyZOzvwGZRq627aNnVa { display:block; }#zhPG7pdWZ4nwOCyZOzvwGZRq627aNnVa > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lNqN7T8d0SbcJy0kvMJbDAgTpwQIDHoM { display:block; }#lNqN7T8d0SbcJy0kvMJbDAgTpwQIDHoM > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dQIcm8ZFrCwSTMPPPoluttH4TZAWsnT4 { top:2.25rem;left:0rem;width:36.9375rem;height:2.4375rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #sQFTS91N7iR1Q6aKnGe3KMFNBLK1366L { top:7.5rem;left:0rem;width:8.8125rem;height:8.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #z0elpM3lTIuG9IUNIHRWO7HuHTxJolpB { top:18.125rem;left:10.25rem;width:12.75rem;height:1.4375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ttIZEoIgUEZ7guThtHlKPuf0KBZe2SB8 { top:20.6875rem;left:0rem;width:11rem;height:2.8125rem;font-size:0.875rem;display:block; }#ttIZEoIgUEZ7guThtHlKPuf0KBZe2SB8 li:before{  }
 }@media only screen and (max-width: 763px) { #ksOnD4laXKBvz829z5FUaPQI09DMiBRe { top:7.5625rem;left:12.0625rem;width:9.0625rem;height:8.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #JVDOlBZTS6ZPRa7mHS4Pr15WaxzQCpRz { top:7.5625rem;left:27rem;width:10.0625rem;height:8.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #xz7nRcSV7faFsWbUd5NWJTTCSq09t7Hr { top:6.5rem;left:38.6875rem;width:9.0625rem;height:9.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #oH8W6BmKIarIyOvwM18oZCya3BkSRK5I { top:18.125rem;left:0rem;width:10.25rem;height:1.4375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qz1hr1X5AKs2QkCnCyFJcZu3KsgFZF1O { top:18.125rem;left:25.9375rem;width:12.25rem;height:1.4375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #NkTCcF2LFQTptsFw3dqlrI7eX37l51Vk { top:18.125rem;left:40.625rem;width:7.125rem;height:1.4375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #NV1SE8DAQyKglXzp1xLKv2p2m8KhdRBb { top:20.6875rem;left:10.25rem;width:12.0625rem;height:2.8125rem;font-size:0.875rem;display:block; }#NV1SE8DAQyKglXzp1xLKv2p2m8KhdRBb li:before{  }
 }@media only screen and (max-width: 763px) { #OGT1VHBpmZNHf8yw7JeZZq1RV5qs1eR1 { top:20.6875rem;left:25.9375rem;width:12.0625rem;height:2.8125rem;font-size:0.875rem;display:block; }#OGT1VHBpmZNHf8yw7JeZZq1RV5qs1eR1 li:before{  }
 }@media only screen and (max-width: 763px) { #F3chnoq14KHuZI3HEHWTtchmHX6MAykS { top:20.6875rem;left:36.875rem;width:10.875rem;height:5.625rem;font-size:0.875rem;display:block; }#F3chnoq14KHuZI3HEHWTtchmHX6MAykS li:before{  }
 }@media only screen and (max-width: 763px) { #GiBPdeZwlKzsImJXBz1sxkmuayqpnZ7q { top:1.25rem;left:0rem;width:13.75rem;height:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #i8T6T0EMTcaJDV3264LETLLbq2iGKEi0 { top:30rem;left:0rem;width:34rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TLbPZneeMObLS1seh4B4vfWe68dAZ7SU { top:26.3125rem;left:0rem;width:36.9375rem;height:2.4375rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ae6CkW4lp5VNlFVvKSHnSswTd3skUik1 { top:32.375rem;left:0rem;width:17.125rem;height:11.6875rem;font-size:0.9375rem;display:block; }#Ae6CkW4lp5VNlFVvKSHnSswTd3skUik1 li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_bdb86a3b629b7349a191db2d9aa75daf2f11cf60.svg); }
 }@media only screen and (max-width: 763px) { #CugWZqyh4JDF0OF1kCe8lRoyceJ9dfX0 { top:48.6875rem;left:0rem;width:47.75rem;height:2.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #inPKEmwJnCqGxxVqv5z5CTBV4Te3KZTC { top:47.25rem;left:0rem;width:47.75rem;height:5.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dPaeEehq21QXRt3ZVKaoW5rflD0u7imm { top:36.8125rem;left:7.5625rem;width:40.1875rem;height:2.8125rem;font-size:0.9375rem;display:block; }#dPaeEehq21QXRt3ZVKaoW5rflD0u7imm li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_3fa164e92d5da324565bf8a4e9e43a3287b569cf.svg); }
 }@media only screen and (max-width: 763px) { #kwXa6Eiz892MypzUTDp3GAEve43qRnSx { top:32.9375rem;left:7.6875rem;width:2.9375rem;height:0.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #hJ5BEaesqOfpttdcoGdkeqOplfdNgqrg { top:43.4375rem;left:7.6875rem;width:2.875rem;height:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #G16LerOS3NLGV6qBV15gazCdsHkPmp3S { top:33rem;left:10.375rem;width:0.25rem;height:10.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #yJu2uVMl94T48IumNLerd5fz1kAHR6gB { top:1.25rem;left:0rem;width:13.75rem;height:0.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #CA8VVzWGCugBQFVHvEGudalKKoJM4VqN { top:67.125rem;left:0rem;width:20rem;height:5.8125rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #RL8KxU0GcHhZgV8KQmR9t1II8UIdNPgD { display:block; }#RL8KxU0GcHhZgV8KQmR9t1II8UIdNPgD > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gfUCtr4Pz3RSTQvGF3EASIQrkWGIKG0W { top:2.25rem;left:0rem;width:43.9375rem;height:2.4375rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #aPbQhZIbHTkRab9JyzbFqVtcDxKbLZQh { top:1.25rem;left:0rem;width:13.75rem;height:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #orUuoT6SZ4grG6Tw5HoD7psdk8aASZ59 { top:61.75rem;left:0rem;width:0.3125rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zdHmXTPARnbT3vTD7Lxuuwmwh44D5OJn { top:61.5625rem;left:0rem;width:28.75rem;height:1.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #WF3HkzMa0WtKxx7dZLMttcclqsdTMU1t { top:63.6875rem;left:0rem;width:47.75rem;height:8.4375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #AoZRH3xVho2k0vxBpPqPTMklikwhsslG { top:78rem;left:0rem;width:47.75rem;height:7rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QS8eaVl13uThq1aVwTiUywbDu178EQN1 { top:76.0625rem;left:0rem;width:0.3125rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qHBlIQR7Cy3hwK2TNMtRwFJhNdTdlGKk { top:75.875rem;left:0rem;width:28.75rem;height:1.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #LHtfrglMsQWQoZoW2IFhU3UgUhQ8keOa { top:91rem;left:0rem;width:47.75rem;height:8.4375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #SLE9PQFZFXzR2nma0dP6d0rIbxeGKaK4 { top:88.8125rem;left:0rem;width:28.75rem;height:1.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #zNMc7mZ4IMiZJhwqvA9TlDEQL95nJIQG { top:89.0625rem;left:0rem;width:0.3125rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rwS5IWREdGGoLnTL9021dy5FD4uqgIRJ { top:105.375rem;left:0rem;width:47.75rem;height:7rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #tLqawU2P84ZRIoii12sR1uTsvz04cgkO { top:103.1875rem;left:0rem;width:28.75rem;height:1.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #QrZehvT3fwBDgB3Xk2aHKeMywkGRPFJv { top:103.4375rem;left:0rem;width:0.3125rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #f31UQsFKQABcBXc0BBPdCdKNAZb2KMw4 { top:118.25rem;left:0rem;width:47.75rem;height:7rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #I1fOTr4rJDHTrHU6JZA4MTJTLwTG8rQP { top:116.0625rem;left:0rem;width:28.75rem;height:1.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #w3XIZEpJFVgA5pDzcGAE1cTVPFN7i4DB { top:116.3125rem;left:0rem;width:0.3125rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #eUtsqVhxx0lzHiZZE0Sf2V7t69e2kSyl { top:8.4375rem;left:0rem;width:28.75rem;height:;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #t9lgsvGg8GCXf6aIo2bSblnNompLxSnV { top:10.5625rem;left:0rem;width:47.75rem;height:7rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #e1KyUEniPbMyEvivkB7RCOxPQfyOpNLt { top:8.625rem;left:0rem;width:0.3125rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #KD4rxDt3uKc4xrMJ4MbCQrK2wdHdudLC { top:21.375rem;left:0rem;width:28.75rem;height:;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #zJFZq3EWRdJhD5R97woxgtUryn7qXNkm { top:23.5rem;left:0rem;width:47.75rem;height:7rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #U8cLwQcueH1kpkKKkFt4OE4P5Gverii6 { top:21.5625rem;left:0rem;width:0.3125rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #guHe43vb5fv67Tz4S0qlRL8bKEs6FwaH { top:34.3125rem;left:0rem;width:28.75rem;height:;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #AHliwwkFUeFb8QAUgTRiIAN1SuKteUfX { top:36.4375rem;left:0rem;width:47.75rem;height:7rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #slfIIKZXvTgGbfr8cML4eJ304dwGPMkt { top:34.5rem;left:0rem;width:0.3125rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #CCTel5TtUqUnVqgehKWNbziVeryZwrEg { top:49.375rem;left:0rem;width:47.75rem;height:8.4375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WPKZ8oqgMLv6od53H8Ihg75SAtTL0mDn { top:47.25rem;left:0rem;width:28.75rem;height:;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #pIR9Sk3AXV7CbMd83m8FnrLmXhaPSz7f { top:47.4375rem;left:0rem;width:0.3125rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vOcmF2s43ZaI4v0Sf3sif3non25PBqoM { display:block; }#vOcmF2s43ZaI4v0Sf3sif3non25PBqoM > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gCOmHukkRXRcXaHxksK2O4iKM6Uxvv0x { top:2.1875rem;left:0rem;width:43.875rem;height:2.375rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SIZipsbElosXkTgQlShAHJapZM2Desc1 { top:1.25rem;left:0rem;width:13.75rem;height:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RPONwsyGRe2g5Deam5kKyMGyBXG1sq83 { top:7.625rem;left:0rem;width:0.3125rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #poGVIy7sgeGtvzUJ6bCUAWhzUyZlPrfT { top:7.375rem;left:0rem;width:22.1875rem;height:1.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #IHMxklB5ctxUF8aCETMdROL04VnSssTh { top:9.5625rem;left:0rem;width:47.75rem;height:7rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #mEUrf4VJdDfzE0T496AiP41wTE1NxXkA { top:22.4375rem;left:0rem;width:47.75rem;height:18.25rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #E0SBr5H1VlRrTpT1B7Cyw9GO7Zsn3KEc { top:20.5rem;left:0rem;width:0.3125rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #tWQoVK0qCTGTzzWCvKDmUJfBefh7NXVw { top:20.3125rem;left:0rem;width:12.875rem;height:1.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZOpPX1muZ9rlwRCSZVWOCXoBSbvvrRJs { top:46.5625rem;left:0rem;width:47.75rem;height:19.6875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #d1Mwr0ChmTFQ8EAAwVNfARcgh5KsGKFJ { top:44.625rem;left:0rem;width:0.3125rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xvz3NmzHHAnVTnZcIVblznxfkkZecDhg { top:44.4375rem;left:0rem;width:13.625rem;height:1.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #oQpby76DPLNLvWAnCpy1emiV89m6h13w { top:72.125rem;left:0rem;width:47.75rem;height:16.875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #RGghGkgWS4IxFdMu5NJu7C7tcV7CqhZ7 { top:70.1875rem;left:0rem;width:0.3125rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vGuIoLLwgMn6XaPQdTS83xH0mWpCzqtn { top:70rem;left:0rem;width:35.625rem;height:1.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #nfEqFHiMKZ145NcVnmTeFXVIXSTxhF1S { width:21.75rem;height:1.875rem;top:7.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #E1abBrX5Q4NpmlStyiQLaJKpTTUzz0CA { display:block; }
 }@media only screen and (max-width: 763px) { #ogfaJkFGHCRsMfGRrHbM4CcIOC4wogEh { width:12.8125rem;height:1.875rem;top:20.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #AoUGLtc37fdc2dT2MPeXeyZ4TvoOeWmt { display:block; }
 }@media only screen and (max-width: 763px) { #uOBwSLa57tsGLaAvlCeMMAsSC4d0LIxm { width:13.25rem;height:1.875rem;top:44.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #wZv2mleGR88fwR1rdt41ag38eVZtTeFG { display:block; }
 }@media only screen and (max-width: 763px) { #RVDpMN9ZxEmiAWhSOBR4aU58NQm0GoXh { width:15.3125rem;height:1.875rem;top:70rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #VsaC4qoFAiTMPMT3hCvONE7zTrqBlhmE { display:block; }
 }@media only screen and (max-width: 763px) { #DTpxwnz12Jx9FszubNcCI4iJvFSk8D7h { top:94.875rem;left:0rem;width:47.75rem;height:19.6875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #OKX8fo7DgzAPuLfAPl0Nw1LXV3Tt62tR { top:92.75rem;left:0rem;width:15.9375rem;height:1.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #CA8XZqP0ucvzJmCloKWl6ziqgEnbbRL9 { width:14.8125rem;height:1.875rem;top:92.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #pFRnoAk88JnCrkBqDzBoZ2moTcTRV3sV { display:block; }
 }@media only screen and (max-width: 763px) { #ym51yfFL0szkh0NwiV8T1GLagscvQy0w { top:92.9375rem;left:0rem;width:0.3125rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TJprvQC5rDKC6dXVtWbkv2xdzdi4E5V9 { width:0;height:0;display:none; }
 }@media only screen and (max-width: 763px) { #OHI87cTFIFwre7zhlGRb2wTn9fuDOvuT { display:block; }
 }@media only screen and (max-width: 763px) { #iKePayxcnPgERyGArgKEWiniA7ehtd5k { width:0;height:0;display:none; }
 }@media only screen and (max-width: 763px) { #WglGIpLRktJgLTkDBwPDXuqXoEXDM8ZK { display:block; }
 }@media only screen and (max-width: 763px) { #fuOJsxDAoWAk7ZiOSZfI11KpMHEr8XRi { width:0;height:0;display:none; }
 }@media only screen and (max-width: 763px) { #dbEnvTssPowC61kFa9tmwoA3Df3NZLUh { display:block; }
 }@media only screen and (max-width: 763px) { #aHoVtpntATVcS9ZNolQa2dfTS03Cm8ba { width:0;height:0;display:none; }
 }@media only screen and (max-width: 763px) { #SG8FpWfbKnnSgz7P2ESR8VKqLLGQgQqL { display:block; }
 }@media only screen and (max-width: 763px) { #XNEKl7lB7kBqr628vmQEyETNDL06GvSI { width:0;height:0;display:none; }
 }@media only screen and (max-width: 763px) { #XONHemKt4SXBUfXqnsL7kwF84KXOUI88 { display:block; }
 }@media only screen and (max-width: 763px) { #fp0o1JsLqO9GAcayECng2BAcnoBDFKTP { top:120.375rem;left:0rem;width:47.75rem;height:15.4375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vbSHfGC17vUko9sfXyJPQJXR0MAyhQwB { top:118.25rem;left:0rem;width:38.375rem;height:1.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #rvh6L0lqeVWnl4avTf3vS68duuVxaZv3 { width:38.4375rem;height:1.875rem;top:118.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #QwzJDn48FECaIKTy1EgV5M4DRRLmRpoN { display:block; }
 }@media only screen and (max-width: 763px) { #W8EkUXJSmht4XTm29l0a5hEoNsmWoWE3 { top:118.4375rem;left:0rem;width:0.3125rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #cA6KnBJmnoBIlqFOlfMDvOOWMlPhFb9I { display:block; }#cA6KnBJmnoBIlqFOlfMDvOOWMlPhFb9I > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WRqb5u3rq7kWv43mDvRsSScurv30tbuq { display:block; }#WRqb5u3rq7kWv43mDvRsSScurv30tbuq > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #sr98qMSFM8nmfhE7TT2KZynr60dxWi1k { top:21.5rem;left:35.4375rem;width:12.3125rem;height:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #oKWblhiApwpKqFJ2dFLVvCXwesPpKG28 { top:22.125rem;left:16.3125rem;width:15.125rem;height:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TNlibJZ98bFQu4kO0ynMNzNv9fFpe0xm { top:20.8125rem;left:0rem;width:10.625rem;height:6.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #G54xW2Z0yibTHcZviqcA4t5TC6HREer3 { display:block; }#G54xW2Z0yibTHcZviqcA4t5TC6HREer3 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #p6KSHxrbkc1T4f18TCB26LXia0IM1EBU { display:block; }#p6KSHxrbkc1T4f18TCB26LXia0IM1EBU > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #l88uNPrd5I3WalT28CZ9d1VoNtf55Sxe { display:block; }#l88uNPrd5I3WalT28CZ9d1VoNtf55Sxe > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uxm26VWZfs3WPtUdtDEibfWyyXv6i8l7 { top:2.25rem;left:0rem;width:42.5625rem;height:2.4375rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #oV65pkOy9T77nqdI3ntAKG88dB71Mih9 { top:1.25rem;left:0rem;width:13.75rem;height:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fq4ndeddUOFKhRsdoCRe6tTNRqTVeGPu { top:8.25rem;left:0rem;width:47.75rem;height:;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #v17Gu9zrQWnKDgZKXWlxVzUSGStNTNyW { top:10.75rem;left:0rem;width:47.75rem;height:;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tbl9A45Ca0TooLL8Jmtt0dSTQJRFzeeT { top:19.625rem;left:0rem;width:47.75rem;height:;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #NOA90AAUFdwhAhz0c79yI90eoeczyhwW { top:17.125rem;left:0rem;width:32.5rem;height:;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #NkqV7Qp2XWnTHCrDxxBnPMm1hsV77OMn { top:6.3125rem;left:0rem;width:47.75rem;height:86.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UHkSV9xtoTWRrqdnebOPKs0Kr0lIZkgU { top:24.375rem;left:0rem;width:28.75rem;height:;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #MRtuBkM98dIawBE2ZnWEmkVdsN6V61zh { top:26.875rem;left:0rem;width:47.75rem;height:;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #apI2SMluflTlyKtqaxXRReo3cEFP5F8y { top:33.1875rem;left:0rem;width:28.75rem;height:;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #S30oxbVw9Li1DTc2TELzQuTXN6a84TOJ { top:35.6875rem;left:0rem;width:47.75rem;height:;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ywbGJmUtX7MVzoQLJTsiCAL12zagx4Mf { top:42.0625rem;left:0rem;width:38.25rem;height:1.625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ppDFZlzO72mq1eliyttTFo6wJ0VyVXBA { top:44.5625rem;left:0rem;width:47.75rem;height:;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #tFhmhB4TR7KQVTW4NndFgvmJ6uWfXacL { top:50.9375rem;left:0rem;width:38.25rem;height:;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #nNtfTcSheLB73llNtdHJiOeTOcGvXJ1h { top:53.4375rem;left:0rem;width:47.75rem;height:;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xiKd6F6g1RQpZ8BwROFvmgNyxzby5lHy { top:59.8125rem;left:0rem;width:38.25rem;height:;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Icsv9bqeBBAzy9WV9OZgutq387yhPUzh { top:62.3125rem;left:0rem;width:47.75rem;height:;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #XZG3vWmDmkhX1tch2dc0wfEMtfwsGbrG { top:68.6875rem;left:0rem;width:38.25rem;height:;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hhNscgTE2AEvrxunPPKOpzFvmHnZ4nTt { top:71.1875rem;left:0rem;width:47.75rem;height:;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #mdqg6BZhOCU2Khs02Mfv0sgeHvugGExg { top:75.9375rem;left:0rem;width:38.25rem;height:;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #neRivtgPGzIWQNDoddBIAUTgz06g38F1 { top:78.4375rem;left:0rem;width:47.75rem;height:;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #BZsLCfsgmBACoOhXfaFp13oHh9WSB976 { top:83.1875rem;left:0rem;width:44.5625rem;height:1.625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #bNPTOZ4NkkW9fcMPi3DVTlXZWuVXKqJb { top:85.6875rem;left:0rem;width:47.75rem;height:;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #NvLAFiCC2ANhOLsfuhwgPTyHoxJ4ChaE { display:block; }#NvLAFiCC2ANhOLsfuhwgPTyHoxJ4ChaE > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #imuaELBTzmK6sSyqSm0z4bI4DEkXm1aq { top:2.1875rem;left:0rem;width:47.75rem;height:2.4375rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TzJ1EqucC2oKrTM0iD9lT6TMptT1UcGV { top:1.1875rem;left:0rem;width:13.75rem;height:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Lf8P6lcl5C5AtBg7HyqiXJFbwAeoTFe7 { top:5.4375rem;left:0rem;width:47.75rem;height:7.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #AoFwNR8c18FuFEW2TffPU4NOu91TR9l4 { display:block; }#AoFwNR8c18FuFEW2TffPU4NOu91TR9l4 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #J0Fw5vUGWOKiWQvudLPMMUkyf0iLLtiX { width:17.5rem;height:3.4375rem;top:8.5625rem;left:13.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #grdPIit377wTEN7J7O1r1FxyZvhOufRi { display:block; }
 }@media only screen and (max-width: 763px) { #SGVNrzDvG9LdmnOZGMQCmwmTRwv2vzl4 { top:2.8125rem;left:0rem;width:47.75rem;height:3.1875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VFgmc8y58yCJQHk38yz9bbHwiJ0L3nku { display:block; }#VFgmc8y58yCJQHk38yz9bbHwiJ0L3nku > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OTNs1m1efcBCt105EthgeRtulivadSSc { top:4.0625rem;left:0rem;width:15.625rem;height:9.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ms557AnzUGC40RtDiJVoOIM2fTWPW0Ow { top:8.75rem;left:14.25rem;width:2.5rem;height:2.5rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #kHHb5vodoyVIuk3z7UTGRRLuTLbreDIz { top:3.1875rem;left:14.25rem;width:8.6875rem;height:2.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ci0Nn0eEXS1sA9oiO0fWQQ5FDmvimLe3 { top:6.4375rem;left:14.3125rem;width:15.9375rem;height:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #uBXHfOCyRCAEPIdHh04LoXRPVJBEBq1m { top:9.25rem;left:17.1875rem;width:16.3125rem;height:1.4375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LX2FOlBkxUSCcMvTO39pVI2Nz4r91r0t { top:12rem;left:17.3125rem;width:16rem;height:2.25rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #R4rnn1OWr50zlwgppsD0SqWXgEVqIwpQ { top:26rem;left:0rem;width:12.5rem;height:1.25rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mtK0CMhVZWkBmkB7QgIs4zp3X60Eb2et { top:26rem;left:17.4375rem;width:12.5rem;height:1.25rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VKHu5TwS1onPtMs9o8PBxFxrokmP6UTs { top:26.1875rem;left:15.75rem;width:0.1875rem;height:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #OIXJexH40F2S9iocnGvA1eska3BRxgoN { top:26rem;left:35.25rem;width:12.5rem;height:1.25rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hDdQ0D0HuNqbXTiw846sFmSiV2b268Nk { top:26.1875rem;left:33.75rem;width:0.1875rem;height:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #NKDrebnxFunrnPifuTgcCPt47mVS5BT4 { top:28.875rem;left:9.75rem;width:28.25rem;height:0.9375rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #p3Hyge4sRF48WA9IABdEM5MkKOtFzrht { top:16.875rem;left:14.25rem;width:16.3125rem;height:1.4375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #h70mp0zy8xApVTAKFVMkqm24im3rvW5L { top:19.0625rem;left:14.3125rem;width:10.375rem;height:2.25rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qgKGKAZrRZ0HuTJX3i2y0iM1KPNsnkKE { top:16.4375rem;left:0rem;width:15.625rem;height:4.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #IhM2AIeRvyEbUO1ahh8Am1gttVPst5Fu { top:19.0625rem;left:25.6875rem;width:10.375rem;height:2.25rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #P0dUS0bNo1Pwnnx837MHMEVFthXZnNLZ { top:18.4375rem;left:38.125rem;width:2.75rem;height:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #AR9Tp5INymh8bGXUctZXADHhcs2wHG1D { top:18.25rem;left:41.4375rem;width:6.3125rem;height:1.4375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Lg4voeCPAPOOWCmPcW5M2NAdRQU1Ppwn { top:19.9375rem;left:40.1875rem;width:7.5625rem;height:1.4375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BC25hCtkNQ1yueADXr4WJeiGn7utukVJ { top:18.25rem;left:41.875rem;width:3.4375rem;height:1.4375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CwPfqUyVBUKdTXcMpn97EVEdxWgV1f5h { top:19.9375rem;left:41.875rem;width:3.4375rem;height:1.4375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #v31wXNyN2pl4bx9k0DCOTRMyfZtc3CCd { top:3rem;left:30.25rem;width:17.5rem;height:11.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #u1hmEtPOJVwI43k238Pz2HoAuW7cnCCS { top:7.6875rem;left:43.1875rem;width:3.875rem;height:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { position:relative;z-index:auto;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/dcab49f5-3581-4b7b-9fe7-5a40590bec6d/headmobile1.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.adaptive-delivery-prevent-bg, #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.lazyload, #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.lazyloading { background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { background-color: transparent; background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:20rem;height:75.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XbzETwGrCLvFuNL0GtxEMtKNwLh3hZRD { width:20rem;height:8.5rem;top:3.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #DMKamnQnmzHVWMJKWd4dpxJvKlKu6LRd .widget-regular-label { width:17.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;display:block;padding-top:0;padding-right:0;padding-bottom:0.3125rem;padding-left:0;text-align:left;text-align-last:left;vertical-align:top;height:auto; }
#DMKamnQnmzHVWMJKWd4dpxJvKlKu6LRd .widget-input-text { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;vertical-align:top; }
#DMKamnQnmzHVWMJKWd4dpxJvKlKu6LRd .widget-input-text {padding-top: 0; padding-bottom: 0;}#DMKamnQnmzHVWMJKWd4dpxJvKlKu6LRd .widget-textarea { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;vertical-align:top; }
#DMKamnQnmzHVWMJKWd4dpxJvKlKu6LRd .widget-input-select { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;vertical-align:top; }
#DMKamnQnmzHVWMJKWd4dpxJvKlKu6LRd .widget-input-select {padding-top: 0; padding-bottom: 0;}#DMKamnQnmzHVWMJKWd4dpxJvKlKu6LRd .widget-input-checkbox { width:1rem;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0;vertical-align:top; }
#DMKamnQnmzHVWMJKWd4dpxJvKlKu6LRd .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#DMKamnQnmzHVWMJKWd4dpxJvKlKu6LRd .widget-input-button { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#DMKamnQnmzHVWMJKWd4dpxJvKlKu6LRd .widget-checkbox-label { width:16.3125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#DMKamnQnmzHVWMJKWd4dpxJvKlKu6LRd  { width:17.5rem;height:auto;top:35.125rem;left:0rem; }
#DMKamnQnmzHVWMJKWd4dpxJvKlKu6LRd .radio-container { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;vertical-align:top; }
#DMKamnQnmzHVWMJKWd4dpxJvKlKu6LRd {display:block;}#DMKamnQnmzHVWMJKWd4dpxJvKlKu6LRd { width:17.5rem;height:auto;top:35.125rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #DMKamnQnmzHVWMJKWd4dpxJvKlKu6LRd #Z9eaSiPcC4FESC05GPNI9F605P8ca2kA {  }
 }@media only screen and (max-width: 763px) { #DMKamnQnmzHVWMJKWd4dpxJvKlKu6LRd #Uc7PB7prmWvcA3toWX8ySfI7vxsu8UkC { display:none; }
 }@media only screen and (max-width: 763px) { #DMKamnQnmzHVWMJKWd4dpxJvKlKu6LRd #GIVKczGbigrzwUyeEb0i1KVmtPGhpIs5 {  }
 }@media only screen and (max-width: 763px) { #DMKamnQnmzHVWMJKWd4dpxJvKlKu6LRd #tlw5BmTIoJ5EiIhRseZTPAd9smetSHU3 {  }
 }@media only screen and (max-width: 763px) { #DMKamnQnmzHVWMJKWd4dpxJvKlKu6LRd #nvuWZE61HROwuNrotFWD0mptmimkoO5y { display:none; }
 }@media only screen and (max-width: 763px) { #DMKamnQnmzHVWMJKWd4dpxJvKlKu6LRd #G81ZtS6IheLr6ZNdiCdyIKGbozhyb5EE {  }
 }@media only screen and (max-width: 763px) { #DMKamnQnmzHVWMJKWd4dpxJvKlKu6LRd #hM5BfZ0m3MvhGgZxdozmJDXpDZARqbT8 {  }
 }@media only screen and (max-width: 763px) { #DMKamnQnmzHVWMJKWd4dpxJvKlKu6LRd #xkWM4GOTsBJuqTcntQBNKDJ8ku1DTDNa { display:none; }
 }@media only screen and (max-width: 763px) { #DMKamnQnmzHVWMJKWd4dpxJvKlKu6LRd #yzFA8NAUMoqriU98qE4sJ1NKw6s7Ndzo {  }
 }@media only screen and (max-width: 763px) { #DMKamnQnmzHVWMJKWd4dpxJvKlKu6LRd #POrQVIOCfzTfes216sdBBifiLQA6yAey {  }
 }@media only screen and (max-width: 763px) { #DMKamnQnmzHVWMJKWd4dpxJvKlKu6LRd #MH6SpqkHdrr8PXJuLfnKPHWfzVrbuZwK {  }
 }@media only screen and (max-width: 763px) { #DMKamnQnmzHVWMJKWd4dpxJvKlKu6LRd #ZL2dkeSNRSOT6hqT9amF79uMgdVcQNJR {  }
 }@media only screen and (max-width: 763px) { #DMKamnQnmzHVWMJKWd4dpxJvKlKu6LRd #TTw8oSP5fP5OJg8NyFp9tw53krhpNqbV {  }
 }@media only screen and (max-width: 763px) { #DMKamnQnmzHVWMJKWd4dpxJvKlKu6LRd #Ta9si8xiQ1cJN7ZlrtgdbnTuESCA3T2n {  }
 }@media only screen and (max-width: 763px) { #VdSmrywWkHIb5SuIbtCWNz83nNBN4wct { width:12.5rem;height:1.29980625rem;top:32.5rem;left:3.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #BMk9LVb9Pfkm08xuXx3eP0FqMHQTmNJG { width:19.25rem;height:54.8125rem;top:20.6875rem;left:0.375rem;z-index:14999;display:block; }
 }@media only screen and (max-width: 763px) { #G5vaieTVx8CmUuXEpka4H15TcOfN5J3R { width:12.9375rem;height:7.8125rem;top:23.1875rem;left:3.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rCI8QqaXcnTpgw2D9dkdO0DCuV8Kh0Fx { width:16.310375rem;height:4.93608125rem;top:67.25rem;left:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #EK0CF6uscRX6fMQnmTLz5vOc463gRkVH { width:20rem;height:3.375rem;top:14.875rem;left:0rem;font-size:1.125rem;line-height:1.5;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #wPdc0n0N2fCxE0FBxTwOx3L8FbA5DqBM { width:14.5rem;height:1.375rem;top:11.8125rem;left:4.8125rem;z-index:14998;display:block; }
 }@media only screen and (max-width: 763px) { #yTNPU9WWpkHpB24Oztd3N7a1tkwUxViB { width:4.74875625rem;height:4.1346929418104rem;top:76.843207561794rem;left:7.625rem;z-index:15008;overflow:hidden;display:none; }
 }@media only screen and (max-width: 763px) { #Bio3tggZ4osTENDRVhTxG3W6sm78EeHQ { width:2.0625rem;height:2.0625rem;top:63.4375rem;left:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TuVXrfDVU0xaSmVTMhofQEKh6XSJWT8y { width:10.4368125rem;height:2.03125rem;top:63.3125rem;left:5.625rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #tlBJVfvgJ4cnSk89LlgDvsZNVGAleKPc { background-color:#0f539c;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#tlBJVfvgJ4cnSk89LlgDvsZNVGAleKPc > .row .container { background-color: transparent; background-image: none; }#tlBJVfvgJ4cnSk89LlgDvsZNVGAleKPc::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tlBJVfvgJ4cnSk89LlgDvsZNVGAleKPc > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tlBJVfvgJ4cnSk89LlgDvsZNVGAleKPc > .row .container > .video-iframe-container { display: none; }#tlBJVfvgJ4cnSk89LlgDvsZNVGAleKPc > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tlBJVfvgJ4cnSk89LlgDvsZNVGAleKPc > .row > .video-iframe-container { display: none; }#tlBJVfvgJ4cnSk89LlgDvsZNVGAleKPc > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tlBJVfvgJ4cnSk89LlgDvsZNVGAleKPc > .row .container { border-width: 0; border-radius: 0; }#tlBJVfvgJ4cnSk89LlgDvsZNVGAleKPc > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#tlBJVfvgJ4cnSk89LlgDvsZNVGAleKPc > .row .container { width:20rem;height:34.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UvBhircCPsaSSNvxTTKySqZTa3HU8p4J { width:20rem;height:2.5625rem;top:6.3125rem;left:0rem;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;background-color:transparent;background-image: -webkit-linear-gradient(90deg, #0f539c, #19abb5);background-image: -moz-linear-gradient(90deg, #0f539c, #19abb5);background-image: -ms-linear-gradient(90deg, #0f539c, #19abb5);background-image: -o-linear-gradient(90deg, #0f539c, #19abb5);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#0f539c', endColorstr='#19abb5' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#0f539c', endColorstr='#19abb5' );";background-image: linear-gradient(90deg, #0f539c, #19abb5);background-size:auto !important;display:none; }
 }@media only screen and (max-width: 763px) { #SRhwPzdu7M4vnp8uW2mBRqi1sG4dcAM0 { display:block; }
 }@media only screen and (max-width: 763px) { #oKczT49zGkfKrPs4Owi1E0EP12Rx5TPI { width:19.98611125rem;height:2.54796125rem;top:15.123699188233rem;left:0rem;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;background-color:transparent;background-image: -webkit-linear-gradient(90deg, #0f539c, #19abb5);background-image: -moz-linear-gradient(90deg, #0f539c, #19abb5);background-image: -ms-linear-gradient(90deg, #0f539c, #19abb5);background-image: -o-linear-gradient(90deg, #0f539c, #19abb5);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#0f539c', endColorstr='#19abb5' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#0f539c', endColorstr='#19abb5' );";background-image: linear-gradient(90deg, #0f539c, #19abb5);background-size:auto !important;border-top:0.125rem solid #ffffff;border-left:0.125rem solid #ffffff;border-right:0.125rem solid #ffffff;border-bottom:0.125rem solid #ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #qVeG856dS7izURiMffp7KvBQsPap0udm { display:block; }
 }@media only screen and (max-width: 763px) { #xhxxOvM7qXpFTaK2Aelt2DXt0TpnUwdV { width:20rem;height:2.5625rem;top:23.9375rem;left:0rem;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;z-index:15017;background-color:transparent;background-image: -webkit-linear-gradient(90deg, #0f539c, #19abb5);background-image: -moz-linear-gradient(90deg, #0f539c, #19abb5);background-image: -ms-linear-gradient(90deg, #0f539c, #19abb5);background-image: -o-linear-gradient(90deg, #0f539c, #19abb5);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#0f539c', endColorstr='#19abb5' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#0f539c', endColorstr='#19abb5' );";background-image: linear-gradient(90deg, #0f539c, #19abb5);background-size:auto !important;border-top:0.125rem solid #ffffff;border-left:0.125rem solid #ffffff;border-right:0.125rem solid #ffffff;border-bottom:0.125rem solid #ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #xOvn7evHa3O1QvQir31kDI9vHn47CwSi { display:block; }
 }@media only screen and (max-width: 763px) { #nAPM7KUffNX7SmTQKDIKSTp6LLbrypvV { width:20rem;height:2.5625rem;top:28.375rem;left:0rem;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;z-index:15018;background-color:transparent;background-image: -webkit-linear-gradient(90deg, #0f539c, #19abb5);background-image: -moz-linear-gradient(90deg, #0f539c, #19abb5);background-image: -ms-linear-gradient(90deg, #0f539c, #19abb5);background-image: -o-linear-gradient(90deg, #0f539c, #19abb5);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#0f539c', endColorstr='#19abb5' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#0f539c', endColorstr='#19abb5' );";background-image: linear-gradient(90deg, #0f539c, #19abb5);background-size:auto !important;border-top:0.125rem solid #ffffff;border-left:0.125rem solid #ffffff;border-right:0.125rem solid #ffffff;border-bottom:0.125rem solid #ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #tXl2UJTqFq9nTA34ywE9qcSZT9TO01pM { display:block; }
 }@media only screen and (max-width: 763px) { #lZ26UloBUW5FeEwT7FbJyCiG7TDGzC1a { width:20rem;height:2.5rem;top:19.546442031861rem;left:0rem;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;background-color:transparent;background-image: -webkit-linear-gradient(90deg, #0f539c, #19abb5);background-image: -moz-linear-gradient(90deg, #0f539c, #19abb5);background-image: -ms-linear-gradient(90deg, #0f539c, #19abb5);background-image: -o-linear-gradient(90deg, #0f539c, #19abb5);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#0f539c', endColorstr='#19abb5' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#0f539c', endColorstr='#19abb5' );";background-image: linear-gradient(90deg, #0f539c, #19abb5);background-size:auto !important;border-top:0.0625rem solid #ffffff;border-left:0.0625rem solid #ffffff;border-right:0.0625rem solid #ffffff;border-bottom:0.0625rem solid #ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #UKyKSkw3cHSakxd7uVBvW4WufXWS0dH5 { display:block; }
 }@media only screen and (max-width: 763px) { #h5aUz16c2I6JLfd8nRe31mEmZU6T6P3a { width:11.25rem;height:2.5rem;top:3.125rem;left:4.375rem;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;background-color:transparent;background-image: -webkit-linear-gradient(90deg, #0f539c, #19abb5);background-image: -moz-linear-gradient(90deg, #0f539c, #19abb5);background-image: -ms-linear-gradient(90deg, #0f539c, #19abb5);background-image: -o-linear-gradient(90deg, #0f539c, #19abb5);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#0f539c', endColorstr='#19abb5' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#0f539c', endColorstr='#19abb5' );";background-image: linear-gradient(90deg, #0f539c, #19abb5);background-size:auto !important;display:none; }
 }@media only screen and (max-width: 763px) { #nCU7KCb4XbSS2Mr4sm26UTeuwoH3LrTe { display:block; }
 }@media only screen and (max-width: 763px) { #iM93Qdapo0QIq9vuyT1liWFbl8dGPrb4 { width:11.25rem;height:2.5rem;top:3.25rem;left:4.375rem;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;background-color:transparent;background-image: -webkit-linear-gradient(90deg, #0f539c, #19abb5);background-image: -moz-linear-gradient(90deg, #0f539c, #19abb5);background-image: -ms-linear-gradient(90deg, #0f539c, #19abb5);background-image: -o-linear-gradient(90deg, #0f539c, #19abb5);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#0f539c', endColorstr='#19abb5' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#0f539c', endColorstr='#19abb5' );";background-image: linear-gradient(90deg, #0f539c, #19abb5);background-size:auto !important;display:none; }
 }@media only screen and (max-width: 763px) { #dC0C08Owic1R9KVJG9QCOSStIJvwRwwx { display:block; }
 }@media only screen and (max-width: 763px) { #O0h7fHliT8VyK6lQVhflKPi1iu0egpTF { width:19.98611125rem;height:2.54796125rem;top:6.311851501465rem;left:0rem;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;background-color:transparent;background-image: -webkit-linear-gradient(90deg, #0f539c, #19abb5);background-image: -moz-linear-gradient(90deg, #0f539c, #19abb5);background-image: -ms-linear-gradient(90deg, #0f539c, #19abb5);background-image: -o-linear-gradient(90deg, #0f539c, #19abb5);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#0f539c', endColorstr='#19abb5' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#0f539c', endColorstr='#19abb5' );";background-image: linear-gradient(90deg, #0f539c, #19abb5);background-size:auto !important;z-index:15014;border-top:0.125rem solid #ffffff;border-left:0.125rem solid #ffffff;border-right:0.125rem solid #ffffff;border-bottom:0.125rem solid #ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #stEQ9OKudUJeOUW9CMK5BLJEN08f10pF { display:block; }
 }@media only screen and (max-width: 763px) { #TClAarveLKT1HsAib5v8WkkkP2VaTuZN { width:20rem;height:2.56185rem;top:1.875rem;left:0rem;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;background-color:transparent;background-image: -webkit-linear-gradient(90deg, #0f539c, #19abb5);background-image: -moz-linear-gradient(90deg, #0f539c, #19abb5);background-image: -ms-linear-gradient(90deg, #0f539c, #19abb5);background-image: -o-linear-gradient(90deg, #0f539c, #19abb5);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#0f539c', endColorstr='#19abb5' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#0f539c', endColorstr='#19abb5' );";background-image: linear-gradient(90deg, #0f539c, #19abb5);background-size:auto !important;border-top:0.0625rem solid #ffffff;border-left:0.0625rem solid #ffffff;border-right:0.0625rem solid #ffffff;border-bottom:0.0625rem solid #ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #lOJiV753VpylcIDLZqh4kZqvMTqx6pXP { display:block; }
 }@media only screen and (max-width: 763px) { #SOSx6d0D3EA9cEtHeLDZDq4zwxOSiHfU { width:19.95792375rem;height:2.45789875rem;top:10.792100906372rem;left:0rem;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;background-color:transparent;background-image: -webkit-linear-gradient(90deg, #0f539c, #19abb5);background-image: -moz-linear-gradient(90deg, #0f539c, #19abb5);background-image: -ms-linear-gradient(90deg, #0f539c, #19abb5);background-image: -o-linear-gradient(90deg, #0f539c, #19abb5);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#0f539c', endColorstr='#19abb5' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#0f539c', endColorstr='#19abb5' );";background-image: linear-gradient(90deg, #0f539c, #19abb5);background-size:auto !important;border-top:0.125rem solid #ffffff;border-left:0.125rem solid #ffffff;border-right:0.125rem solid #ffffff;border-bottom:0.125rem solid #ffffff;z-index:15007;display:block; }
 }@media only screen and (max-width: 763px) { #TStp7LWDcBTWTKoeTTXDK0P4CrecLMvy { display:block; }
 }@media only screen and (max-width: 763px) { #qWxHZqdADWU6Uf9EI4xGLUIcLkvDwhAV { display:block; }#qWxHZqdADWU6Uf9EI4xGLUIcLkvDwhAV > .row .container { width:20rem;height:92.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Qei1isGiEAkEGpNee9zvTcxQRagA3uXb { width:20rem;height:3.57421875rem;top:2.1875rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TTz2aBesoHXemRUx0otbwqAvfMUGLaJd { width:10.5625rem;height:0.3125rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #NSK9PUMT3Wyvo0HHqeBHMu8md3VkiiTe { width:18.8125rem;height:3.25rem;top:9.5625rem;left:1.25rem;font-size:1.25rem;color:#0f539c;display:block; }
 }@media only screen and (max-width: 763px) { #ihzeK7PpN7gTGlgi3BC8ngQfOUXqyk64 { width:0.3125rem;height:1.875rem;top:9.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #v9E4rKTKOZwoIWqp9Q2yLydWkTB7TW4M { width:15.8125rem;height:3.4375rem;top:81.25rem;left:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rw0XoWLvXUc42mKk9m7VJzzkJZD2ZAsJ { display:block; }
 }@media only screen and (max-width: 763px) { #ERrd1IPT6IqLAQvddMp9ffz8654qDp2O { width:17.8125rem;height:25.5rem;top:52.75rem;left:1.125rem;font-size:1.0625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #TJLJi0RRZDIKDKmrJHbfq5vwUogfeKlI { width:20rem;height:30.3125rem;top:51rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #MOgvcJr2A89repWu4x1i71lAwtlvSiw9 { width:18.1875rem;height:7.96875rem;top:15.3125rem;left:1.8125rem;font-size:1.0625rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #hZJO1vrcbJxbJxxcOU86BT981LVr5q1f { width:13.75rem;height:0.3125rem;top:43.8125rem;left:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bCfUR5UaxrJ3V6nyoVxf0d4grMhPLWOz { width:14.25rem;height:1.40625rem;top:41.75rem;left:2.875rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #fpDifoQA6fNI7n3tW13xDucMVL1Val52 { width:16.6875rem;height:1.625rem;top:39.4375rem;left:1.6875rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #izZq7VshdSlE064W89CzP4LOoCVGBVi9 { width:15.5625rem;height:2.625rem;top:44.4375rem;left:2.1875rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }#izZq7VshdSlE064W89CzP4LOoCVGBVi9 li:before{  }
 }@media only screen and (max-width: 763px) { #cUDXluNxfXJuDfd5E9fo0craIgKpo8wG { width:11.1875rem;height:11.1875rem;top:27rem;left:4.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #DlxTR6h30lqBkLCPdvClnWWReElO7GQ6 { width:0.9375rem;height:0.9375rem;top:15.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #vhxl32LKZ3bTTkCaN8vpmBQIVSpA6RaA { display:block; }#vhxl32LKZ3bTTkCaN8vpmBQIVSpA6RaA > .row .container { width:20rem;height:1.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RTJeXDqUFIAzn7C2QifiG3f0PmZ1lRSb { display:none; }#RTJeXDqUFIAzn7C2QifiG3f0PmZ1lRSb > .row .container { width:20rem;height:70.9375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #isZfQqUfkelURt8lERp33mbZpqObU6IZ { width:20rem;height:6rem;top:8.875rem;left:0rem;font-size:2rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #vDMJixcStQBS4iN7o1F89ins5OLPRmNo { width:20rem;height:1.875rem;top:20.4375rem;left:0rem;font-size:1.25rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #IIWwMzxGK5aVoUbPioliXRCS3r3qPD5s { width:20rem;height:20.03125rem;top:23.4375rem;left:0rem;font-size:1.0625rem;text-align:left;text-align-last:left;display:block; }#IIWwMzxGK5aVoUbPioliXRCS3r3qPD5s li:before{  }
 }@media only screen and (max-width: 763px) { #ZT3fLsZmayyTdTEsHUAnNmFC94BSdXdk { width:20rem;height:7.3125rem;top:39.6875rem;left:0rem;font-size:1.0625rem;text-align:left;text-align-last:left;display:block; }#ZT3fLsZmayyTdTEsHUAnNmFC94BSdXdk li:before{  }
 }@media only screen and (max-width: 763px) { #cZ9T4AAFaXRplzBD9SDutw1VJJLHeppZ { width:20rem;height:3.75rem;top:36.1875rem;left:0rem;font-size:1.25rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #LGgc3BQFaMf6tTcl0Sb8imhEyu4xnLaI { width:20rem;height:52.5rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tq4kzFtW0bh3voh6SWmxzmaW3FDM7Q29 { width:20rem;height:2.34375rem;top:55rem;left:0rem;font-size:1.5625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #c3Oie1MORTr8KlfPFkDt9nhyNUg6NaNd { height:11.147540983606rem;width:20rem;top:58.59375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #hSEZcn5CTdELP3uu2uw8zKTAJrBBpng2 { background-color:#081023;background-image:url("https://images.assets-landingi.com/uc/28338dba-7733-4fe6-9618-ca90e22c2baf/davincimob.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#hSEZcn5CTdELP3uu2uw8zKTAJrBBpng2.adaptive-delivery-prevent-bg, #hSEZcn5CTdELP3uu2uw8zKTAJrBBpng2.lazyload, #hSEZcn5CTdELP3uu2uw8zKTAJrBBpng2.lazyloading { background-image: none; }#hSEZcn5CTdELP3uu2uw8zKTAJrBBpng2 > .row .container { background-color: transparent; background-image: none; }#hSEZcn5CTdELP3uu2uw8zKTAJrBBpng2::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hSEZcn5CTdELP3uu2uw8zKTAJrBBpng2 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hSEZcn5CTdELP3uu2uw8zKTAJrBBpng2 > .row .container > .video-iframe-container { display: none; }#hSEZcn5CTdELP3uu2uw8zKTAJrBBpng2 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hSEZcn5CTdELP3uu2uw8zKTAJrBBpng2 > .row > .video-iframe-container { display: none; }#hSEZcn5CTdELP3uu2uw8zKTAJrBBpng2 > .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); }#hSEZcn5CTdELP3uu2uw8zKTAJrBBpng2 > .row .container { border-width: 0; border-radius: 0; }#hSEZcn5CTdELP3uu2uw8zKTAJrBBpng2 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#hSEZcn5CTdELP3uu2uw8zKTAJrBBpng2 > .row .container { width:20rem;height:76.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ySMw7h8bCd20mAmKZId2dkPfKLCEDdvR { width:16.6875rem;height:4.125rem;top:18.1875rem;left:1.65625rem;font-size:1.375rem;text-align:left;text-align-last:left;z-index:15010;display:block; }
 }@media only screen and (max-width: 763px) { #XltMpNAHA8HUA5OWmZqMxVLIykG1ye5f { width:11.625rem;height:3.1875rem;top:26rem;left:1.6875rem;font-size:1.0625rem;text-align:left;text-align-last:left;z-index:15011;display:block; }
 }@media only screen and (max-width: 763px) { #FZBFq4lrl1UTRL4fcqyGCKThUb0w8nVP { width:16.875rem;height:16.625rem;top:29.75rem;left:1.8125rem;font-size:0.875rem;text-align:left;text-align-last:left;z-index:15012;display:block; }#FZBFq4lrl1UTRL4fcqyGCKThUb0w8nVP li:before{  }
 }@media only screen and (max-width: 763px) { #ZcVZT2xls2SobsuTeT2U6UpBEDluKrlt { width:12.6875rem;height:3.1875rem;top:48.9375rem;left:1.6875rem;font-size:1.0625rem;text-align:left;text-align-last:left;z-index:15012;display:block; }
 }@media only screen and (max-width: 763px) { #Q5Z2OZ0P0PnlV5r1NL3NIzpnTFcS0KBn { width:17.375rem;height:6.1875rem;top:52.75rem;left:1.6875rem;font-size:0.875rem;text-align:left;text-align-last:left;z-index:15013;display:block; }#Q5Z2OZ0P0PnlV5r1NL3NIzpnTFcS0KBn li:before{  }
 }@media only screen and (max-width: 763px) { #Ddx9UJ1TQxluyJbBeQlV5fDFEKL3V7Tf { width:14.9375rem;height:1.59375rem;top:23rem;left:1.65625rem;font-size:1.0625rem;text-align:left;text-align-last:left;z-index:15012;font-weight:700;font-style:italic;display:block; }
 }@media only screen and (max-width: 763px) { #ztJWHWB1g2qKyV9F47uqoU0Zd0es8TKK { height:11.25rem;width:20rem;top:61.512588500976rem;left:0rem;z-index:15036;display:block; }
 }@media only screen and (max-width: 763px) { #gsgP6i3mnCrhzFUDaMCHRvZcr5dVXSTB { display:block; }#gsgP6i3mnCrhzFUDaMCHRvZcr5dVXSTB > .row .container { width:20rem;height:1.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zhPG7pdWZ4nwOCyZOzvwGZRq627aNnVa { display:block; }#zhPG7pdWZ4nwOCyZOzvwGZRq627aNnVa > .row .container { width:20rem;height:3.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lNqN7T8d0SbcJy0kvMJbDAgTpwQIDHoM { display:block; }#lNqN7T8d0SbcJy0kvMJbDAgTpwQIDHoM > .row .container { width:20rem;height:95rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dQIcm8ZFrCwSTMPPPoluttH4TZAWsnT4 { width:20rem;height:3.57421875rem;top:2.1875rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #sQFTS91N7iR1Q6aKnGe3KMFNBLK1366L { width:7.3125rem;height:7.3125rem;top:9.51171875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #z0elpM3lTIuG9IUNIHRWO7HuHTxJolpB { width:11.6875rem;height:1.38139375rem;top:21.4375rem;left:8.3125rem;font-size:1.0625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #ttIZEoIgUEZ7guThtHlKPuf0KBZe2SB8 { width:11rem;height:2.625rem;top:12.75rem;left:8.6875rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }#ttIZEoIgUEZ7guThtHlKPuf0KBZe2SB8 li:before{  }
 }@media only screen and (max-width: 763px) { #ksOnD4laXKBvz829z5FUaPQI09DMiBRe { width:7.5625rem;height:7.3125rem;top:19.94921875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #JVDOlBZTS6ZPRa7mHS4Pr15WaxzQCpRz { width:8.375rem;height:7.3125rem;top:30.38671875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #xz7nRcSV7faFsWbUd5NWJTTCSq09t7Hr { width:7.5625rem;height:8.1875rem;top:39.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #oH8W6BmKIarIyOvwM18oZCya3BkSRK5I { width:10.25rem;height:1.38139375rem;top:10.9375rem;left:8.3125rem;font-size:1.0625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #qz1hr1X5AKs2QkCnCyFJcZu3KsgFZF1O { width:8.5625rem;height:2.76171875rem;top:31.3125rem;left:9.75rem;font-size:1.0625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #NkTCcF2LFQTptsFw3dqlrI7eX37l51Vk { width:7.125rem;height:1.38139375rem;top:41.9375rem;left:8.3125rem;font-size:1.0625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #NV1SE8DAQyKglXzp1xLKv2p2m8KhdRBb { width:11rem;height:2.625rem;top:23.3125rem;left:8.6875rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }#NV1SE8DAQyKglXzp1xLKv2p2m8KhdRBb li:before{  }
 }@media only screen and (max-width: 763px) { #OGT1VHBpmZNHf8yw7JeZZq1RV5qs1eR1 { width:10.125rem;height:2.625rem;top:34.3125rem;left:9.75rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }#OGT1VHBpmZNHf8yw7JeZZq1RV5qs1eR1 li:before{  }
 }@media only screen and (max-width: 763px) { #F3chnoq14KHuZI3HEHWTtchmHX6MAykS { width:11.375rem;height:5.25rem;top:43.875rem;left:8.6875rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }#F3chnoq14KHuZI3HEHWTtchmHX6MAykS li:before{  }
 }@media only screen and (max-width: 763px) { #GiBPdeZwlKzsImJXBz1sxkmuayqpnZ7q { width:13.75rem;height:0.3125rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #i8T6T0EMTcaJDV3264LETLLbq2iGKEi0 { width:20rem;height:0;top:67.125rem;left:0rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #TLbPZneeMObLS1seh4B4vfWe68dAZ7SU { width:20rem;height:1.7871125rem;top:52.875rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ae6CkW4lp5VNlFVvKSHnSswTd3skUik1 { width:20rem;height:11.71875rem;top:62.875rem;left:0rem;font-size:0.9375rem;display:block; }#Ae6CkW4lp5VNlFVvKSHnSswTd3skUik1 li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_bdb86a3b629b7349a191db2d9aa75daf2f11cf60.svg); }
 }@media only screen and (max-width: 763px) { #CugWZqyh4JDF0OF1kCe8lRoyceJ9dfX0 { width:17.8125rem;height:7.3095625rem;top:81.5rem;left:1.125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #inPKEmwJnCqGxxVqv5z5CTBV4Te3KZTC { width:20rem;height:12.1875rem;top:79.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #dPaeEehq21QXRt3ZVKaoW5rflD0u7imm { width:20rem;height:0;top:90.6875rem;left:0rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:none; }#dPaeEehq21QXRt3ZVKaoW5rflD0u7imm li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_3fa164e92d5da324565bf8a4e9e43a3287b569cf.svg); }
 }@media only screen and (max-width: 763px) { #kwXa6Eiz892MypzUTDp3GAEve43qRnSx { width:2.9375rem;height:0.25rem;top:94.561630249025rem;left:8.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #hJ5BEaesqOfpttdcoGdkeqOplfdNgqrg { width:2.875rem;height:0.1875rem;top:96.061630249025rem;left:8.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #G16LerOS3NLGV6qBV15gazCdsHkPmp3S { width:0.25rem;height:10.625rem;top:97.499130249025rem;left:9.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #yJu2uVMl94T48IumNLerd5fz1kAHR6gB { width:13.75rem;height:0.3125rem;top:75.5625rem;left:0rem;z-index:15007;display:block; }
 }@media only screen and (max-width: 763px) { #CA8VVzWGCugBQFVHvEGudalKKoJM4VqN { width:20rem;height:5.84765625rem;top:56rem;left:0rem;font-size:1.125rem;z-index:15005;display:block; }
 }@media only screen and (max-width: 763px) { #RL8KxU0GcHhZgV8KQmR9t1II8UIdNPgD { display:block; }#RL8KxU0GcHhZgV8KQmR9t1II8UIdNPgD > .row .container { width:20rem;height:286.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gfUCtr4Pz3RSTQvGF3EASIQrkWGIKG0W { width:20rem;height:3.57421875rem;top:2.1875rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #aPbQhZIbHTkRab9JyzbFqVtcDxKbLZQh { width:13.75rem;height:0.3125rem;top:1.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #orUuoT6SZ4grG6Tw5HoD7psdk8aASZ59 { width:0.3125rem;height:1.5625rem;top:133.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #zdHmXTPARnbT3vTD7Lxuuwmwh44D5OJn { width:16.625rem;height:1.625rem;top:133.25rem;left:1rem;font-size:1.25rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #WF3HkzMa0WtKxx7dZLMttcclqsdTMU1t { width:20rem;height:24.5rem;top:135.4375rem;left:0rem;font-size:0.875rem;line-height:2;display:block; }
 }@media only screen and (max-width: 763px) { #AoZRH3xVho2k0vxBpPqPTMklikwhsslG { width:20rem;height:22.75rem;top:165.8125rem;left:0rem;font-size:0.875rem;line-height:2;display:block; }
 }@media only screen and (max-width: 763px) { #QS8eaVl13uThq1aVwTiUywbDu178EQN1 { width:0.3125rem;height:1.5625rem;top:163.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #qHBlIQR7Cy3hwK2TNMtRwFJhNdTdlGKk { width:16.125rem;height:1.625rem;top:163.6875rem;left:1rem;font-size:1.25rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #LHtfrglMsQWQoZoW2IFhU3UgUhQ8keOa { width:20rem;height:26.25rem;top:194.5625rem;left:0rem;font-size:0.875rem;line-height:2;display:block; }
 }@media only screen and (max-width: 763px) { #SLE9PQFZFXzR2nma0dP6d0rIbxeGKaK4 { width:11.5625rem;height:1.625rem;top:192.3125rem;left:1rem;font-size:1.25rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #zNMc7mZ4IMiZJhwqvA9TlDEQL95nJIQG { width:0.3125rem;height:1.5625rem;top:192.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #rwS5IWREdGGoLnTL9021dy5FD4uqgIRJ { width:20rem;height:24.5rem;top:226.8125rem;left:0rem;font-size:0.875rem;line-height:2;display:block; }
 }@media only screen and (max-width: 763px) { #tLqawU2P84ZRIoii12sR1uTsvz04cgkO { width:15.5625rem;height:1.625rem;top:224.5625rem;left:1rem;font-size:1.25rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #QrZehvT3fwBDgB3Xk2aHKeMywkGRPFJv { width:0.3125rem;height:1.5625rem;top:224.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #f31UQsFKQABcBXc0BBPdCdKNAZb2KMw4 { width:20rem;height:24.5rem;top:257.9375rem;left:0rem;font-size:0.875rem;line-height:2;display:block; }
 }@media only screen and (max-width: 763px) { #I1fOTr4rJDHTrHU6JZA4MTJTLwTG8rQP { width:11.1875rem;height:1.625rem;top:255.03125rem;left:1rem;font-size:1.25rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #w3XIZEpJFVgA5pDzcGAE1cTVPFN7i4DB { width:0.3125rem;height:1.5625rem;top:255.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #eUtsqVhxx0lzHiZZE0Sf2V7t69e2kSyl { width:12.25rem;height:1.625rem;top:9.5rem;left:1rem;font-size:1.25rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #t9lgsvGg8GCXf6aIo2bSblnNompLxSnV { width:20rem;height:24.5rem;top:11.75rem;left:0rem;font-size:0.875rem;line-height:2;display:block; }
 }@media only screen and (max-width: 763px) { #e1KyUEniPbMyEvivkB7RCOxPQfyOpNLt { width:0.3125rem;height:1.5625rem;top:9.53125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #KD4rxDt3uKc4xrMJ4MbCQrK2wdHdudLC { width:11.375rem;height:1.625rem;top:39.96875rem;left:1rem;font-size:1.25rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #zJFZq3EWRdJhD5R97woxgtUryn7qXNkm { width:20rem;height:24.5rem;top:42.25rem;left:0rem;font-size:0.875rem;line-height:2;display:block; }
 }@media only screen and (max-width: 763px) { #U8cLwQcueH1kpkKKkFt4OE4P5Gverii6 { width:0.3125rem;height:1.5625rem;top:40rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #guHe43vb5fv67Tz4S0qlRL8bKEs6FwaH { width:12.125rem;height:1.625rem;top:70.46875rem;left:1rem;font-size:1.25rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #AHliwwkFUeFb8QAUgTRiIAN1SuKteUfX { width:20rem;height:24.5rem;top:72.75rem;left:0rem;font-size:0.875rem;line-height:2;display:block; }
 }@media only screen and (max-width: 763px) { #slfIIKZXvTgGbfr8cML4eJ304dwGPMkt { width:0.3125rem;height:1.5625rem;top:70.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #CCTel5TtUqUnVqgehKWNbziVeryZwrEg { width:20rem;height:26.25rem;top:103.25rem;left:0rem;font-size:0.875rem;line-height:2;display:block; }
 }@media only screen and (max-width: 763px) { #WPKZ8oqgMLv6od53H8Ihg75SAtTL0mDn { width:16.75rem;height:1.625rem;top:101rem;left:1rem;font-size:1.25rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #pIR9Sk3AXV7CbMd83m8FnrLmXhaPSz7f { width:0.3125rem;height:1.5625rem;top:101.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #vOcmF2s43ZaI4v0Sf3sif3non25PBqoM { display:block; }#vOcmF2s43ZaI4v0Sf3sif3non25PBqoM > .row .container { width:20rem;height:325.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gCOmHukkRXRcXaHxksK2O4iKM6Uxvv0x { width:20rem;height:1.7871125rem;top:2.1875rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #SIZipsbElosXkTgQlShAHJapZM2Desc1 { width:13.75rem;height:0.3125rem;top:1.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #RPONwsyGRe2g5Deam5kKyMGyBXG1sq83 { width:0.3125rem;height:1.5625rem;top:7.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #poGVIy7sgeGtvzUJ6bCUAWhzUyZlPrfT { width:18.8125rem;height:3.25rem;top:7.7495727539062rem;left:0.99934893846512rem;font-size:1.25rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #IHMxklB5ctxUF8aCETMdROL04VnSssTh { width:20rem;height:24.5rem;top:11.6240234375rem;left:0rem;font-size:0.875rem;line-height:2;display:block; }
 }@media only screen and (max-width: 763px) { #mEUrf4VJdDfzE0T496AiP41wTE1NxXkA { width:20rem;height:43.75rem;top:42.3125rem;left:0rem;font-size:0.875rem;line-height:2;display:block; }
 }@media only screen and (max-width: 763px) { #E0SBr5H1VlRrTpT1B7Cyw9GO7Zsn3KEc { width:0.3125rem;height:1.5625rem;top:39.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #tWQoVK0qCTGTzzWCvKDmUJfBefh7NXVw { width:19.124375rem;height:1.625rem;top:39.9375rem;left:0.875rem;font-size:1.25rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #ZOpPX1muZ9rlwRCSZVWOCXoBSbvvrRJs { width:20rem;height:59.5rem;top:92.125rem;left:0.0625rem;font-size:0.875rem;line-height:2;z-index:15004;display:block; }
 }@media only screen and (max-width: 763px) { #d1Mwr0ChmTFQ8EAAwVNfARcgh5KsGKFJ { width:0.3125rem;height:1.5625rem;top:89.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xvz3NmzHHAnVTnZcIVblznxfkkZecDhg { width:14.75rem;height:1.625rem;top:89.875rem;left:1rem;font-size:1.25rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #oQpby76DPLNLvWAnCpy1emiV89m6h13w { width:20rem;height:49rem;top:157.6875rem;left:0rem;font-size:0.875rem;line-height:2;z-index:15003;display:block; }
 }@media only screen and (max-width: 763px) { #RGghGkgWS4IxFdMu5NJu7C7tcV7CqhZ7 { width:0.3125rem;height:1.5625rem;top:155.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #vGuIoLLwgMn6XaPQdTS83xH0mWpCzqtn { width:17.9375rem;height:1.625rem;top:155.5rem;left:1rem;font-size:1.25rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #nfEqFHiMKZ145NcVnmTeFXVIXSTxhF1S { width:13.5625rem;height:1.875rem;top:259.40428662109rem;left:3.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #E1abBrX5Q4NpmlStyiQLaJKpTTUzz0CA { display:block; }
 }@media only screen and (max-width: 763px) { #ogfaJkFGHCRsMfGRrHbM4CcIOC4wogEh { width:19rem;height:1.875rem;top:262.52928662109rem;left:0.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #AoUGLtc37fdc2dT2MPeXeyZ4TvoOeWmt { display:block; }
 }@media only screen and (max-width: 763px) { #uOBwSLa57tsGLaAvlCeMMAsSC4d0LIxm { width:19rem;height:1.875rem;top:265.65428662109rem;left:0.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #wZv2mleGR88fwR1rdt41ag38eVZtTeFG { display:block; }
 }@media only screen and (max-width: 763px) { #RVDpMN9ZxEmiAWhSOBR4aU58NQm0GoXh { width:14.4375rem;height:1.875rem;top:268.77928662109rem;left:2.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #VsaC4qoFAiTMPMT3hCvONE7zTrqBlhmE { display:block; }
 }@media only screen and (max-width: 763px) { #DTpxwnz12Jx9FszubNcCI4iJvFSk8D7h { width:20rem;height:54.25rem;top:212.6875rem;left:0rem;font-size:0.875rem;line-height:2;z-index:15003;display:block; }
 }@media only screen and (max-width: 763px) { #OKX8fo7DgzAPuLfAPl0Nw1LXV3Tt62tR { width:15.9375rem;height:1.625rem;top:210.4375rem;left:1rem;font-size:1.25rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #CA8XZqP0ucvzJmCloKWl6ziqgEnbbRL9 { width:11.75rem;height:1.875rem;top:277.59113662109rem;left:4.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #pFRnoAk88JnCrkBqDzBoZ2moTcTRV3sV { display:block; }
 }@media only screen and (max-width: 763px) { #ym51yfFL0szkh0NwiV8T1GLagscvQy0w { width:0.3125rem;height:1.5625rem;top:210.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TJprvQC5rDKC6dXVtWbkv2xdzdi4E5V9 { top:7.7177734375rem;left:1.0625rem;width:15.6875rem;height:3.4375rem;z-index:15064;background-color:transparent;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #OHI87cTFIFwre7zhlGRb2wTn9fuDOvuT { display:block; }
 }@media only screen and (max-width: 763px) { #iKePayxcnPgERyGArgKEWiniA7ehtd5k { top:39.875rem;left:1rem;width:15.5625rem;height:1.8125rem;z-index:15065;background-color:transparent;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #WglGIpLRktJgLTkDBwPDXuqXoEXDM8ZK { display:block; }
 }@media only screen and (max-width: 763px) { #fuOJsxDAoWAk7ZiOSZfI11KpMHEr8XRi { top:89.8125rem;left:1rem;width:13.25rem;height:1.75rem;z-index:15066;background-color:transparent;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #dbEnvTssPowC61kFa9tmwoA3Df3NZLUh { display:block; }
 }@media only screen and (max-width: 763px) { #aHoVtpntATVcS9ZNolQa2dfTS03Cm8ba { top:155.4375rem;left:1rem;width:15.0625rem;height:1.625rem;z-index:15067;background-color:transparent;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #SG8FpWfbKnnSgz7P2ESR8VKqLLGQgQqL { display:block; }
 }@media only screen and (max-width: 763px) { #XNEKl7lB7kBqr628vmQEyETNDL06GvSI { top:210.4375rem;left:1rem;width:14.6875rem;height:1.625rem;z-index:15068;background-color:transparent;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #XONHemKt4SXBUfXqnsL7kwF84KXOUI88 { display:block; }
 }@media only screen and (max-width: 763px) { #fp0o1JsLqO9GAcayECng2BAcnoBDFKTP { width:20rem;height:43.75rem;top:276.125rem;left:0rem;font-size:0.875rem;line-height:2;z-index:15003;display:block; }
 }@media only screen and (max-width: 763px) { #vbSHfGC17vUko9sfXyJPQJXR0MAyhQwB { width:18.625rem;height:4.875rem;top:270.6875rem;left:1rem;font-size:1.25rem;line-height:1.3;z-index:15001;display:block; }
 }@media only screen and (max-width: 763px) { #rvh6L0lqeVWnl4avTf3vS68duuVxaZv3 { width:17.8125rem;height:4.625rem;top:270.6875rem;left:0.9375rem;z-index:15002;display:block; }
 }@media only screen and (max-width: 763px) { #QwzJDn48FECaIKTy1EgV5M4DRRLmRpoN { display:block; }
 }@media only screen and (max-width: 763px) { #W8EkUXJSmht4XTm29l0a5hEoNsmWoWE3 { width:0.3125rem;height:1.5625rem;top:270.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #cA6KnBJmnoBIlqFOlfMDvOOWMlPhFb9I { display:block; }#cA6KnBJmnoBIlqFOlfMDvOOWMlPhFb9I > .row .container { width:20rem;height:0.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WRqb5u3rq7kWv43mDvRsSScurv30tbuq { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/1da7968b-56ae-473e-9fab-8d8214d268d5/ClujSpital.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;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; }#WRqb5u3rq7kWv43mDvRsSScurv30tbuq.adaptive-delivery-prevent-bg, #WRqb5u3rq7kWv43mDvRsSScurv30tbuq.lazyload, #WRqb5u3rq7kWv43mDvRsSScurv30tbuq.lazyloading { background-image: none; }#WRqb5u3rq7kWv43mDvRsSScurv30tbuq > .row .container { background-color: transparent; background-image: none; }#WRqb5u3rq7kWv43mDvRsSScurv30tbuq::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(15,83,156,0.4); }#WRqb5u3rq7kWv43mDvRsSScurv30tbuq > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WRqb5u3rq7kWv43mDvRsSScurv30tbuq > .row .container > .video-iframe-container { display: none; }#WRqb5u3rq7kWv43mDvRsSScurv30tbuq > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(15,83,156,0.4); }#WRqb5u3rq7kWv43mDvRsSScurv30tbuq > .row > .video-iframe-container { display: none; }#WRqb5u3rq7kWv43mDvRsSScurv30tbuq > .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); }#WRqb5u3rq7kWv43mDvRsSScurv30tbuq > .row .container { border-width: 0; border-radius: 0; }#WRqb5u3rq7kWv43mDvRsSScurv30tbuq::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#WRqb5u3rq7kWv43mDvRsSScurv30tbuq > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#WRqb5u3rq7kWv43mDvRsSScurv30tbuq > .row .container { width:20rem;height:11.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #sr98qMSFM8nmfhE7TT2KZynr60dxWi1k { width:5.5rem;height:2.5rem;top:8rem;left:13.9375rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #oKWblhiApwpKqFJ2dFLVvCXwesPpKG28 { width:8.875rem;height:2.5rem;top:8rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TNlibJZ98bFQu4kO0ynMNzNv9fFpe0xm { width:6.125rem;height:3.5625rem;top:3.0625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #G54xW2Z0yibTHcZviqcA4t5TC6HREer3 { display:block; }#G54xW2Z0yibTHcZviqcA4t5TC6HREer3 > .row .container { width:20rem;height:0.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #p6KSHxrbkc1T4f18TCB26LXia0IM1EBU { display:block; }#p6KSHxrbkc1T4f18TCB26LXia0IM1EBU > .row .container { width:20rem;height:3.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #l88uNPrd5I3WalT28CZ9d1VoNtf55Sxe { display:block; }#l88uNPrd5I3WalT28CZ9d1VoNtf55Sxe > .row .container { width:20rem;height:272.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uxm26VWZfs3WPtUdtDEibfWyyXv6i8l7 { width:20rem;height:3.57421875rem;top:2.125rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #oV65pkOy9T77nqdI3ntAKG88dB71Mih9 { width:13.75rem;height:0.3125rem;top:1.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #fq4ndeddUOFKhRsdoCRe6tTNRqTVeGPu { width:18.75rem;height:6.375rem;top:13.5625rem;left:0.625rem;font-size:1.0625rem;line-height:2;display:block; }
 }@media only screen and (max-width: 763px) { #v17Gu9zrQWnKDgZKXWlxVzUSGStNTNyW { width:18.75rem;height:14.875rem;top:20.875rem;left:0.625rem;font-size:1.0625rem;line-height:2;display:block; }
 }@media only screen and (max-width: 763px) { #Tbl9A45Ca0TooLL8Jmtt0dSTQJRFzeeT { width:18.75rem;height:12.75rem;top:44.6875rem;left:0.625rem;font-size:1.0625rem;line-height:2;display:block; }
 }@media only screen and (max-width: 763px) { #NOA90AAUFdwhAhz0c79yI90eoeczyhwW { width:18.75rem;height:4.2507125rem;top:39.5rem;left:0.625rem;font-size:1.0625rem;line-height:2;display:block; }
 }@media only screen and (max-width: 763px) { #NkqV7Qp2XWnTHCrDxxBnPMm1hsV77OMn { width:20rem;height:259.3125rem;top:9.4345703125rem;left:0rem;z-index:15001;display:block; }
 }@media only screen and (max-width: 763px) { #UHkSV9xtoTWRrqdnebOPKs0Kr0lIZkgU { width:18.75rem;height:4.2507125rem;top:61.1875rem;left:0.625rem;font-size:1.0625rem;line-height:2;display:block; }
 }@media only screen and (max-width: 763px) { #MRtuBkM98dIawBE2ZnWEmkVdsN6V61zh { width:18.75rem;height:17rem;top:66.375rem;left:0.625rem;font-size:1.0625rem;line-height:2;display:block; }
 }@media only screen and (max-width: 763px) { #apI2SMluflTlyKtqaxXRReo3cEFP5F8y { width:18.75rem;height:4.2507125rem;top:87.125rem;left:0.625rem;font-size:1.0625rem;line-height:2;display:block; }
 }@media only screen and (max-width: 763px) { #S30oxbVw9Li1DTc2TELzQuTXN6a84TOJ { width:18.75rem;height:17rem;top:92.3125rem;left:0.625rem;font-size:1.0625rem;line-height:2;display:block; }
 }@media only screen and (max-width: 763px) { #ywbGJmUtX7MVzoQLJTsiCAL12zagx4Mf { width:18.75rem;height:6.375rem;top:113.0625rem;left:0.625rem;font-size:1.0625rem;line-height:2;display:block; }
 }@media only screen and (max-width: 763px) { #ppDFZlzO72mq1eliyttTFo6wJ0VyVXBA { width:18.75rem;height:17rem;top:120.375rem;left:0.625rem;font-size:1.0625rem;line-height:2;display:block; }
 }@media only screen and (max-width: 763px) { #tFhmhB4TR7KQVTW4NndFgvmJ6uWfXacL { width:18.75rem;height:4.2507125rem;top:141.125rem;left:0.625rem;font-size:1.0625rem;line-height:2;display:block; }
 }@media only screen and (max-width: 763px) { #nNtfTcSheLB73llNtdHJiOeTOcGvXJ1h { width:18.75rem;height:17rem;top:146.3125rem;left:0.625rem;font-size:1.0625rem;line-height:2;display:block; }
 }@media only screen and (max-width: 763px) { #xiKd6F6g1RQpZ8BwROFvmgNyxzby5lHy { width:18.75rem;height:6.375rem;top:167.0625rem;left:0.625rem;font-size:1.0625rem;line-height:2;display:block; }
 }@media only screen and (max-width: 763px) { #Icsv9bqeBBAzy9WV9OZgutq387yhPUzh { width:18.75rem;height:14.875rem;top:174.375rem;left:0.625rem;font-size:1.0625rem;line-height:2;display:block; }
 }@media only screen and (max-width: 763px) { #XZG3vWmDmkhX1tch2dc0wfEMtfwsGbrG { width:18.75rem;height:4.2507125rem;top:193rem;left:0.625rem;font-size:1.0625rem;line-height:2;display:block; }
 }@media only screen and (max-width: 763px) { #hhNscgTE2AEvrxunPPKOpzFvmHnZ4nTt { width:18.75rem;height:14.875rem;top:198.1875rem;left:0.625rem;font-size:1.0625rem;line-height:2;display:block; }
 }@media only screen and (max-width: 763px) { #mdqg6BZhOCU2Khs02Mfv0sgeHvugGExg { width:18.75rem;height:6.375rem;top:216.8125rem;left:0.625rem;font-size:1.0625rem;line-height:2;display:block; }
 }@media only screen and (max-width: 763px) { #neRivtgPGzIWQNDoddBIAUTgz06g38F1 { width:18.75rem;height:12.75rem;top:224.125rem;left:0.625rem;font-size:1.0625rem;line-height:2;display:block; }
 }@media only screen and (max-width: 763px) { #BZsLCfsgmBACoOhXfaFp13oHh9WSB976 { width:18.75rem;height:6.375rem;top:240.625rem;left:0.625rem;font-size:1.0625rem;line-height:2;display:block; }
 }@media only screen and (max-width: 763px) { #bNPTOZ4NkkW9fcMPi3DVTlXZWuVXKqJb { width:18.75rem;height:17rem;top:247.9375rem;left:0.625rem;font-size:1.0625rem;line-height:2;display:block; }
 }@media only screen and (max-width: 763px) { #NvLAFiCC2ANhOLsfuhwgPTyHoxJ4ChaE { display:block; }#NvLAFiCC2ANhOLsfuhwgPTyHoxJ4ChaE > .row .container { width:20rem;height:14.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #imuaELBTzmK6sSyqSm0z4bI4DEkXm1aq { width:20rem;height:3.57421875rem;top:2.125rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TzJ1EqucC2oKrTM0iD9lT6TMptT1UcGV { width:13.75rem;height:0.3125rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Lf8P6lcl5C5AtBg7HyqiXJFbwAeoTFe7 { width:20rem;height:7.375rem;top:7.13671875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #AoFwNR8c18FuFEW2TffPU4NOu91TR9l4 { display:block; }#AoFwNR8c18FuFEW2TffPU4NOu91TR9l4 > .row .container { width:20rem;height:23.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #J0Fw5vUGWOKiWQvudLPMMUkyf0iLLtiX { width:17.5rem;height:3.4375rem;top:16rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #grdPIit377wTEN7J7O1r1FxyZvhOufRi { display:block; }
 }@media only screen and (max-width: 763px) { #SGVNrzDvG9LdmnOZGMQCmwmTRwv2vzl4 { width:20rem;height:8.5rem;top:3.75rem;left:0rem;font-size:1.0625rem;line-height:2;display:block; }
 }@media only screen and (max-width: 763px) { #VFgmc8y58yCJQHk38yz9bbHwiJ0L3nku { display:block; }#VFgmc8y58yCJQHk38yz9bbHwiJ0L3nku > .row .container { width:20rem;height:45rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OTNs1m1efcBCt105EthgeRtulivadSSc { width:6.312125rem;height:3.75rem;top:3.1871452331543rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ms557AnzUGC40RtDiJVoOIM2fTWPW0Ow { width:1.875rem;height:1.875rem;top:2.8968391418457rem;left:7.9999995827675rem;font-size:1.3125rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #kHHb5vodoyVIuk3z7UTGRRLuTLbreDIz { width:5.0625rem;height:1.29980625rem;top:3.1875rem;left:10.4375rem;font-size:1rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #Ci0Nn0eEXS1sA9oiO0fWQQ5FDmvimLe3 { width:11.5625rem;height:0.1875rem;top:5.3258171081543rem;left:8.4366117119788rem;display:block; }
 }@media only screen and (max-width: 763px) { #uBXHfOCyRCAEPIdHh04LoXRPVJBEBq1m { width:10.3125rem;height:1.13671875rem;top:6.0625rem;left:8.5rem;font-size:0.875rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #LX2FOlBkxUSCcMvTO39pVI2Nz4r91r0t { width:11.375rem;height:2.111325rem;top:7.81960105896rem;left:8.5rem;font-size:0.8125rem;text-align:left;text-align-last:left;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #R4rnn1OWr50zlwgppsD0SqWXgEVqIwpQ { width:7.125rem;height:0.89355625rem;top:37.8125rem;left:0rem;font-size:0.6875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #mtK0CMhVZWkBmkB7QgIs4zp3X60Eb2et { width:3.1875rem;height:0.89355625rem;top:37.8125rem;left:8.4375rem;font-size:0.6875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #VKHu5TwS1onPtMs9o8PBxFxrokmP6UTs { top:37.875rem;left:7.6875rem;width:0.1875rem;height:0.875rem;z-index:15012;background-color:#ffffff;background-image:none;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #OIXJexH40F2S9iocnGvA1eska3BRxgoN { width:5.6875rem;height:0.89355625rem;top:37.8125rem;left:14.3125rem;font-size:0.6875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #hDdQ0D0HuNqbXTiw846sFmSiV2b268Nk { top:37.875rem;left:12.1875rem;width:0.1875rem;height:0.875rem;z-index:15012;background-color:#ffffff;background-image:none;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #NKDrebnxFunrnPifuTgcCPt47mVS5BT4 { width:11.3125rem;height:1.625rem;top:39.8125rem;left:4.34375rem;font-size:0.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #p3Hyge4sRF48WA9IABdEM5MkKOtFzrht { width:6.75rem;height:1.13671875rem;top:25.75rem;left:0rem;font-size:0.875rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #h70mp0zy8xApVTAKFVMkqm24im3rvW5L { width:9.6875rem;height:2.111325rem;top:27.8125rem;left:0rem;font-size:0.8125rem;text-align:left;text-align-last:left;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #qgKGKAZrRZ0HuTJX3i2y0iM1KPNsnkKE { width:6.3125rem;height:2rem;top:7.8615055084231rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #IhM2AIeRvyEbUO1ahh8Am1gttVPst5Fu { width:9.125rem;height:2.111325rem;top:27.811611890793rem;left:10.9375rem;font-size:0.8125rem;text-align:left;text-align-last:left;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #P0dUS0bNo1Pwnnx837MHMEVFthXZnNLZ { width:1.5625rem;height:1.5625rem;top:31.124821662903rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #AR9Tp5INymh8bGXUctZXADHhcs2wHG1D { width:4.31196875rem;height:1.13671875rem;top:31.337002754211rem;left:5.1180749535561rem;font-size:0.875rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #Lg4voeCPAPOOWCmPcW5M2NAdRQU1Ppwn { width:5.875rem;height:1.13671875rem;top:31.3125rem;left:12.5rem;font-size:0.875rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #BC25hCtkNQ1yueADXr4WJeiGn7utukVJ { width:3.4375rem;height:1.13671875rem;top:31.3125rem;left:2.625rem;font-size:0.875rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #CwPfqUyVBUKdTXcMpn97EVEdxWgV1f5h { width:3.4375rem;height:1.13671875rem;top:31.3125rem;left:9.875rem;font-size:0.875rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #v31wXNyN2pl4bx9k0DCOTRMyfZtc3CCd { width:20rem;height:13.0625rem;top:12rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #u1hmEtPOJVwI43k238Pz2HoAuW7cnCCS { width:3.4375rem;height:2.0625rem;top:17.5rem;left:8.28125rem;display:block; }
 }