.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:254,246,229;--color-primary-1:251,225,168;--color-primary-2:246,194,80;--color-primary-3:123,97,40;--color-primary-4:37,29,12;--color-secondary-0:221,221,222;--color-secondary-1:141,142,146;--color-secondary-2:27,28,36;--color-secondary-3:14,14,18;--color-secondary-4:4,4,5;--color-tertiary-0:255,255,255;--color-tertiary-1:224,224,224;--color-tertiary-2:204,204,204;--color-tertiary-3:122,122,122;--color-tertiary-4:0,0,0;--headlines-font-family:"Nunito Sans";--paragraphs-font-family:"Nunito Sans"; }body { background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/7ae7aa53-dc9d-4f34-b645-dc6efe6d804c/aboutus1.jpg");background-position:center !important;background-repeat:repeat !important;background-attachment:fixed;background-size:cover !important;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;top:0rem;left:0rem;display:block; }body.adaptive-delivery-prevent-bg, body.lazyload, body.lazyloading { background-image: none; }
#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-secondary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;z-index:199999;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:fixed;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;top:0rem;left:0rem;right:0rem;display:block; }#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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { font-size:0.875rem;font-family:arial;height:8.5rem;width:75rem;overflow:visible;position:relative;display:block; }#M4wXRf21gcHkFS8D5kKlsaiTRe6Nd5im { 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:6.625rem;width:14.4375rem;top:0.9375rem;left:0rem;overflow:hidden;display:block; }
#fKm0FdAfCoS0aKVtI9niMs2m8i6gRBda { color:rgba(var(--color-tertiary-0),1);display:block;width:56.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:2.125rem;left:18.9375rem;height:1.7875rem;text-align:right;text-align-last:right;font-style:italic;display:block; }
#xF3yqx7fWgmLzsPToFPFP6mVnI8pzmgx { color:rgba(var(--color-primary-2),1);display:block;width:56.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:3.9375rem;left:18.9375rem;height:2.4375rem;text-align:right;text-align-last:right;font-style:normal;display:block; }
#PRboi1JAdmzTbrcJmZAWlVtgUCOdpWbo { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.9375rem;width:1.9375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15003;opacity:1;top:4.1875rem;left:57.5625rem; }
#kGGUDOtamQAvhKuFXRfyvCRXs2roKEOt { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-2),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#kGGUDOtamQAvhKuFXRfyvCRXs2roKEOt > .row .container { background-color: transparent; background-image: none; }#kGGUDOtamQAvhKuFXRfyvCRXs2roKEOt::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kGGUDOtamQAvhKuFXRfyvCRXs2roKEOt > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kGGUDOtamQAvhKuFXRfyvCRXs2roKEOt > .row .container > .video-iframe-container { display: none; }#kGGUDOtamQAvhKuFXRfyvCRXs2roKEOt > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kGGUDOtamQAvhKuFXRfyvCRXs2roKEOt > .row > .video-iframe-container { display: none; }#kGGUDOtamQAvhKuFXRfyvCRXs2roKEOt > .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); }#kGGUDOtamQAvhKuFXRfyvCRXs2roKEOt > .row .container { border-width: 0; border-radius: 0; }#kGGUDOtamQAvhKuFXRfyvCRXs2roKEOt > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#kGGUDOtamQAvhKuFXRfyvCRXs2roKEOt > .row .container { font-size:0.875rem;font-family:arial;height:8.9375rem;width:75rem;position:relative;display:block; }#SSwR7LyTN5vMTz2LWuAIA5tf3M4Wn747 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/7183e4f0-3581-43b6-bba4-e2b524e0e8c7/slide1.jpg");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#SSwR7LyTN5vMTz2LWuAIA5tf3M4Wn747.adaptive-delivery-prevent-bg, #SSwR7LyTN5vMTz2LWuAIA5tf3M4Wn747.lazyload, #SSwR7LyTN5vMTz2LWuAIA5tf3M4Wn747.lazyloading { background-image: none; }#SSwR7LyTN5vMTz2LWuAIA5tf3M4Wn747 > .row .container { background-color: transparent; background-image: none; }#SSwR7LyTN5vMTz2LWuAIA5tf3M4Wn747::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-tertiary-4),0.5); }#SSwR7LyTN5vMTz2LWuAIA5tf3M4Wn747 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SSwR7LyTN5vMTz2LWuAIA5tf3M4Wn747 > .row .container > .video-iframe-container { display: none; }#SSwR7LyTN5vMTz2LWuAIA5tf3M4Wn747 > .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.5); }#SSwR7LyTN5vMTz2LWuAIA5tf3M4Wn747 > .row > .video-iframe-container { display: none; }#SSwR7LyTN5vMTz2LWuAIA5tf3M4Wn747 > .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); }#SSwR7LyTN5vMTz2LWuAIA5tf3M4Wn747 > .row .container { border-width: 0; border-radius: 0; }#SSwR7LyTN5vMTz2LWuAIA5tf3M4Wn747::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; }#SSwR7LyTN5vMTz2LWuAIA5tf3M4Wn747 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#SSwR7LyTN5vMTz2LWuAIA5tf3M4Wn747 > .row .container { font-size:0.875rem;font-family:arial;height:37.875rem;width:75rem;position:relative;display:block; }#qg0nnVy97Jetqs04QAwXC2ovH6LTODEU { color:rgba(var(--color-primary-2),1);display:block;width:75rem;position:absolute;font-family:"dc ash";font-size:5rem;font-weight:400;z-index:15002;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5);top:3.9375rem;left:0rem;height:6.5rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#AM3Hul72Eku9vIowAa8D9V67t0hz0IaH { color:rgba(var(--color-tertiary-0),1);display:block;width:75rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5);top:10.4375rem;left:0rem;height:3.25rem;text-align:center;text-align-last:center;font-style:italic;display:block; }
#NHsMfAmyPyAoA1gc5QhTJNmrDWPOzwHb { color:rgba(var(--color-tertiary-0),1);display:block;width:65.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:400;z-index:15003;line-height:1.3;letter-spacing:0;top:14.5rem;left:4.5625rem;height:9.75rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#pnba9Rp7J0EZgnCaZ1k7T696m5LuNm4a { background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.1875rem solid #000000;border-left:0.1875rem solid #000000;border-right:0.1875rem solid #000000;border-bottom:0.1875rem solid #000000;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-secondary-2),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"dc ash";font-size:1.875rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:4.375rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:27.0625rem;left:19.0625rem;display:block; }
#B3PkUhuA7RNyT0AS5dwxmJATWqTiZoaH { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#SlPc9JJDKfz9P7GcNuVmCFDV2zFdBxbe { background-color:transparent;background-image:none;border-top:0.1875rem solid rgba(var(--color-primary-2),1);border-left:0.1875rem solid rgba(var(--color-primary-2),1);border-right:0.1875rem solid rgba(var(--color-primary-2),1);border-bottom:0.1875rem solid rgba(var(--color-primary-2),1);border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-primary-2),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:4.35416625rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:27.0625rem;left:38.4375rem;display:block; }
#NcHhHJFe5TNasAiDAWN2DwN2ALfhaa7M { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#BNH2uKPnwCN2LxgseI3AHIEJxZIZuvCO { color:rgba(var(--color-primary-2),1);display:block;width:75rem;position:absolute;font-family:"dc ash";font-size:6.25rem;font-weight:400;z-index:15002;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5);top:5.5625rem;left:0rem;height:8.125rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#p9SHmdl2DC9BWl2bTqSsyI4TM9x7xsfw { color:rgba(var(--color-primary-2),1);display:block;width:75rem;position:absolute;font-family:"dc ash";font-size:6.25rem;font-weight:400;z-index:15002;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5);top:5.5625rem;left:0rem;height:8.125rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#gxukkEIDgNTC9kyidNyPI1W6vrXDFOrQ { background-color:rgba(var(--color-secondary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;z-index:199999;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:fixed;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;top:0rem;left:0rem;right:0rem;display:block; }#gxukkEIDgNTC9kyidNyPI1W6vrXDFOrQ > .row .container { background-color: transparent; background-image: none; }#gxukkEIDgNTC9kyidNyPI1W6vrXDFOrQ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gxukkEIDgNTC9kyidNyPI1W6vrXDFOrQ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gxukkEIDgNTC9kyidNyPI1W6vrXDFOrQ > .row .container > .video-iframe-container { display: none; }#gxukkEIDgNTC9kyidNyPI1W6vrXDFOrQ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gxukkEIDgNTC9kyidNyPI1W6vrXDFOrQ > .row > .video-iframe-container { display: none; }#gxukkEIDgNTC9kyidNyPI1W6vrXDFOrQ > .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); }#gxukkEIDgNTC9kyidNyPI1W6vrXDFOrQ > .row .container { border-width: 0; border-radius: 0; }#gxukkEIDgNTC9kyidNyPI1W6vrXDFOrQ > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#gxukkEIDgNTC9kyidNyPI1W6vrXDFOrQ > .row .container { font-size:0.875rem;font-family:arial;height:8.5rem;width:75rem;overflow:visible;position:relative;display:block; }#kz8CHywkaz05TCaJpw1Zm8Z2Z3RDB3lM { 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:6.625rem;width:14.4375rem;top:0.9375rem;left:0rem;overflow:hidden;display:block; }
#fEtyA1rRD2111ilBckpugSQGxiFHVEao { color:rgba(var(--color-tertiary-0),1);display:block;width:56.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:2.125rem;left:18.9375rem;height:1.7875rem;text-align:right;text-align-last:right;font-style:italic;display:block; }
#ZDhykiVDyWDvfG613Ld5EJQ7TayleqOT { color:rgba(var(--color-primary-2),1);display:block;width:56.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:3.9375rem;left:18.9375rem;height:2.4375rem;text-align:right;text-align-last:right;font-style:normal;display:block; }
#o2gz5TazM0FNeoq0sWFwtn9pdX7PTyeH { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.9375rem;width:1.9375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15003;opacity:1;top:4.1875rem;left:57.5625rem; }
#hbHtIvmZlZ10aGRkaNycK45ewCXvBFtJ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-2),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#hbHtIvmZlZ10aGRkaNycK45ewCXvBFtJ > .row .container { background-color: transparent; background-image: none; }#hbHtIvmZlZ10aGRkaNycK45ewCXvBFtJ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hbHtIvmZlZ10aGRkaNycK45ewCXvBFtJ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hbHtIvmZlZ10aGRkaNycK45ewCXvBFtJ > .row .container > .video-iframe-container { display: none; }#hbHtIvmZlZ10aGRkaNycK45ewCXvBFtJ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hbHtIvmZlZ10aGRkaNycK45ewCXvBFtJ > .row > .video-iframe-container { display: none; }#hbHtIvmZlZ10aGRkaNycK45ewCXvBFtJ > .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); }#hbHtIvmZlZ10aGRkaNycK45ewCXvBFtJ > .row .container { border-width: 0; border-radius: 0; }#hbHtIvmZlZ10aGRkaNycK45ewCXvBFtJ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#hbHtIvmZlZ10aGRkaNycK45ewCXvBFtJ > .row .container { font-size:0.875rem;font-family:arial;height:1rem;width:75rem;position:relative;display:block; }#FK4624XQT8kigKrvG8eJZ0OnlNNNuTzX { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-2),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#FK4624XQT8kigKrvG8eJZ0OnlNNNuTzX > .row .container { background-color: transparent; background-image: none; }#FK4624XQT8kigKrvG8eJZ0OnlNNNuTzX::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FK4624XQT8kigKrvG8eJZ0OnlNNNuTzX > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FK4624XQT8kigKrvG8eJZ0OnlNNNuTzX > .row .container > .video-iframe-container { display: none; }#FK4624XQT8kigKrvG8eJZ0OnlNNNuTzX > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FK4624XQT8kigKrvG8eJZ0OnlNNNuTzX > .row > .video-iframe-container { display: none; }#FK4624XQT8kigKrvG8eJZ0OnlNNNuTzX > .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); }#FK4624XQT8kigKrvG8eJZ0OnlNNNuTzX > .row .container { border-width: 0; border-radius: 0; }#FK4624XQT8kigKrvG8eJZ0OnlNNNuTzX > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#FK4624XQT8kigKrvG8eJZ0OnlNNNuTzX > .row .container { font-size:0.875rem;font-family:arial;height:7rem;width:75rem;position:relative;display:block; }#CJ4iQfTm8rTDZvcTdm7BuaplIKiTPJi4 { color:rgba(var(--color-primary-2),1);display:block;width:48rem;position:absolute;font-family:"dc ash";font-size:3.75rem;font-weight:400;z-index:15005;line-height:1.3;letter-spacing:0;top:1.0625rem;left:0.625rem;height:4.875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#CSx27D6o4GUMBJymCtTVKODtPx2PIW88 { background-color:rgba(var(--color-primary-2),0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid rgba(var(--color-primary-2),1);border-left:0.0625rem solid rgba(var(--color-primary-2),1);border-right:0.0625rem solid rgba(var(--color-primary-2),1);border-bottom:0.0625rem solid rgba(var(--color-primary-2),1);border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-primary-2),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.0625rem;height:2.625rem;text-decoration:none;z-index:15000;text-align:center;text-align-last:center;top:2.1875rem;left:56.968753814698rem;display:block; }
#ypyNEX8cvuAV4Eakq3atDSNfdgb9FbfN { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#TUsE5Pd85esT0lPh9e2XybN4Xb7DeSKG { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-2),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#TUsE5Pd85esT0lPh9e2XybN4Xb7DeSKG > .row .container { background-color: transparent; background-image: none; }#TUsE5Pd85esT0lPh9e2XybN4Xb7DeSKG::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TUsE5Pd85esT0lPh9e2XybN4Xb7DeSKG > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TUsE5Pd85esT0lPh9e2XybN4Xb7DeSKG > .row .container > .video-iframe-container { display: none; }#TUsE5Pd85esT0lPh9e2XybN4Xb7DeSKG > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TUsE5Pd85esT0lPh9e2XybN4Xb7DeSKG > .row > .video-iframe-container { display: none; }#TUsE5Pd85esT0lPh9e2XybN4Xb7DeSKG > .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); }#TUsE5Pd85esT0lPh9e2XybN4Xb7DeSKG > .row .container { border-width: 0; border-radius: 0; }#TUsE5Pd85esT0lPh9e2XybN4Xb7DeSKG > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#TUsE5Pd85esT0lPh9e2XybN4Xb7DeSKG > .row .container { font-size:0.875rem;font-family:arial;height:12.625rem;width:75rem;position:relative;display:block; }#ylqpD3x9HHXxiKVw4qohohQsW4U2oFxa { 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:12.5rem;width:12.5rem;top:0rem;left:0rem;overflow:hidden;display:block; }
#smuPlrri3T6HT78V8cgQwVAmStCJ5Zkr { 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:12.5rem;width:12.5rem;top:0rem;left:12.5rem;overflow:hidden;display:block; }
#kSWWFLlWMNZr14a4Xd4NFp7LkPn1pp7f { 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:12.5rem;width:12.5rem;top:0rem;left:25.000003814698rem;overflow:hidden;display:block; }
#P6kCxwyUz7W9p8kqqv1ORNg0JMSnx8SJ { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.5rem;width:12.5rem;top:0rem;left:37.500003814698rem;overflow:hidden;display:block; }
#M69Akg4UlFzM0wSET3xTxy8PCTT8vEuE { 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:12.5rem;width:12.5rem;top:0rem;left:50.000003814698rem;overflow:hidden;display:block; }
#z3esxXAGvQTOurJowpAZqON38TOl24IR { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.5rem;width:12.5rem;top:0rem;left:62.5000038147rem;overflow:hidden;display:block; }
#LTTGXPqa7wPNOew42EwVEsJqOfbLfdKE { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-2),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#LTTGXPqa7wPNOew42EwVEsJqOfbLfdKE > .row .container { background-color: transparent; background-image: none; }#LTTGXPqa7wPNOew42EwVEsJqOfbLfdKE::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LTTGXPqa7wPNOew42EwVEsJqOfbLfdKE > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LTTGXPqa7wPNOew42EwVEsJqOfbLfdKE > .row .container > .video-iframe-container { display: none; }#LTTGXPqa7wPNOew42EwVEsJqOfbLfdKE > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LTTGXPqa7wPNOew42EwVEsJqOfbLfdKE > .row > .video-iframe-container { display: none; }#LTTGXPqa7wPNOew42EwVEsJqOfbLfdKE > .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); }#LTTGXPqa7wPNOew42EwVEsJqOfbLfdKE > .row .container { border-width: 0; border-radius: 0; }#LTTGXPqa7wPNOew42EwVEsJqOfbLfdKE > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#LTTGXPqa7wPNOew42EwVEsJqOfbLfdKE > .row .container { font-size:0.875rem;font-family:arial;height:12.625rem;width:75rem;position:relative;display:block; }#T7ftyqJtZAwyhkLFlOfQhn7UTF4OkJu4 { 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:12.5rem;width:12.5rem;top:0rem;left:0rem;overflow:hidden;display:block; }
#G4sipCp4hkofPq1lEozJQFaZoNco0WOK { 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:12.5rem;width:12.5rem;top:0rem;left:12.5rem;overflow:hidden;display:block; }
#m6vxM21Fw9V8EiTxbP35pio71iEzA0Kp { 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:12.5rem;width:12.5rem;top:0rem;left:25.000003814698rem;overflow:hidden;display:block; }
#rWlb0U0iJoHZpZdf6kUS6VFVxcBfLKXX { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.5rem;width:12.5rem;top:0rem;left:37.500003814698rem;overflow:hidden;display:block; }
#t3R5NsCge15ILl0Pp8UDB7zu4QVJnAJn { 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:12.5rem;width:12.5rem;top:0rem;left:50.000003814698rem;overflow:hidden;display:block; }
#Eh66V17KZhtEeAg75gFBi1bz8UxcmFGl { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.5rem;width:12.5rem;top:0rem;left:62.5000038147rem;overflow:hidden;display:block; }
#LgkuWqNQ65QRFkVHnFvDAXGQEbPC0l6Q { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-2),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#LgkuWqNQ65QRFkVHnFvDAXGQEbPC0l6Q > .row .container { border-width: 0; border-radius: 0; }#LgkuWqNQ65QRFkVHnFvDAXGQEbPC0l6Q > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#LgkuWqNQ65QRFkVHnFvDAXGQEbPC0l6Q > .row .container { font-size:0.875rem;font-family:arial;height:7rem;width:75rem;position:relative;display:none; }#lluLqpkDSbwpnKDEthGoCewodNDcpr5C { background-color:rgba(var(--color-primary-2),0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid rgba(var(--color-primary-2),1);border-left:0.0625rem solid rgba(var(--color-primary-2),1);border-right:0.0625rem solid rgba(var(--color-primary-2),1);border-bottom:0.0625rem solid rgba(var(--color-primary-2),1);border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-primary-2),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.0625rem;height:2.625rem;text-decoration:none;z-index:15000;text-align:center;text-align-last:center;top:2.1875rem;left:56.968753814698rem;display:block; }
#IkkhHS9pSmBzvD3D9d0KP601D7ldDmVI { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#P0XUtawlFQthFerJnDeEIJ0F9qopUP87 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-2),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#P0XUtawlFQthFerJnDeEIJ0F9qopUP87 > .row .container { background-color: transparent; background-image: none; }#P0XUtawlFQthFerJnDeEIJ0F9qopUP87::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#P0XUtawlFQthFerJnDeEIJ0F9qopUP87 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#P0XUtawlFQthFerJnDeEIJ0F9qopUP87 > .row .container > .video-iframe-container { display: none; }#P0XUtawlFQthFerJnDeEIJ0F9qopUP87 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#P0XUtawlFQthFerJnDeEIJ0F9qopUP87 > .row > .video-iframe-container { display: none; }#P0XUtawlFQthFerJnDeEIJ0F9qopUP87 > .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); }#P0XUtawlFQthFerJnDeEIJ0F9qopUP87 > .row .container { border-width: 0; border-radius: 0; }#P0XUtawlFQthFerJnDeEIJ0F9qopUP87 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#P0XUtawlFQthFerJnDeEIJ0F9qopUP87 > .row .container { font-size:0.875rem;font-family:arial;height:2.5rem;width:75rem;position:relative;display:block; }#cMoGRCds3immQI2GkuFH4PFok4bgDd11 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),0);background-image:url("https://images.assets-landingi.com/uc/5a5929f0-5eac-4c71-b4bc-ea62b2c539ca/section2.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#cMoGRCds3immQI2GkuFH4PFok4bgDd11.adaptive-delivery-prevent-bg, #cMoGRCds3immQI2GkuFH4PFok4bgDd11.lazyload, #cMoGRCds3immQI2GkuFH4PFok4bgDd11.lazyloading { background-image: none; }#cMoGRCds3immQI2GkuFH4PFok4bgDd11 > .row .container { background-color: transparent; background-image: none; }#cMoGRCds3immQI2GkuFH4PFok4bgDd11::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cMoGRCds3immQI2GkuFH4PFok4bgDd11 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cMoGRCds3immQI2GkuFH4PFok4bgDd11 > .row .container > .video-iframe-container { display: none; }#cMoGRCds3immQI2GkuFH4PFok4bgDd11 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cMoGRCds3immQI2GkuFH4PFok4bgDd11 > .row > .video-iframe-container { display: none; }#cMoGRCds3immQI2GkuFH4PFok4bgDd11 > .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); }#cMoGRCds3immQI2GkuFH4PFok4bgDd11 > .row .container { border-width: 0; border-radius: 0; }#cMoGRCds3immQI2GkuFH4PFok4bgDd11 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#cMoGRCds3immQI2GkuFH4PFok4bgDd11 > .row .container { font-size:0.875rem;font-family:arial;height:40.6875rem;width:75rem;position:relative;display:block; }#OGLL9J5elx1UGVdLatsM50yw3TAKWNQ8 { color:rgba(var(--color-tertiary-0),1);display:block;width:32.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.25rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:6.75rem;left:0rem;height:8.775rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#QdxDnhMKMszVhMop5oWQTpHd76cXncga { color:rgba(var(--color-tertiary-0),1);display:block;width:30.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:400;z-index:15004;line-height:1.3;letter-spacing:0;top:20.25rem;left:0rem;height:;text-align:left;text-align-last:left;font-style:normal;display:block; }#QdxDnhMKMszVhMop5oWQTpHd76cXncga li:not(:first-child){ padding-top:0.9375rem;padding-right:0;padding-bottom:0;padding-left:0; }#QdxDnhMKMszVhMop5oWQTpHd76cXncga li:before{  }
#PirRmWS9hSo8T6ATgdbDI3fDTtDfUVZl { color:rgba(var(--color-primary-2),1);display:block;width:37.75rem;position:absolute;font-family:"dc ash";font-size:3.75rem;font-weight:400;z-index:15004;line-height:1.3;letter-spacing:0;top:29.0625rem;left:37.1875rem;height:4.875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#KPX5LZD5iWsdn9QSqzKuDE87opa0npAK { color:rgba(var(--color-tertiary-0),1);display:block;width:28rem;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:16.3125rem;left:0rem;height:2.4375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#p2ekTWchRZKfknHCIri05gkxINKNqVvU { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:35.6875rem;width:19.875rem;top:1.96875rem;left:49.155208587646rem;display:none; }
#DGiyBBupkIzKJeM5OJbAgyuTzqHtbODJ { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:21.1875rem;width:37.8125rem;top:6.7500152587887rem;left:37.187503814698rem;display:block; }
#H7nd2teRTHuDc6aeTp1HpKSopAgFrD8T { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-2),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#H7nd2teRTHuDc6aeTp1HpKSopAgFrD8T > .row .container { background-color: transparent; background-image: none; }#H7nd2teRTHuDc6aeTp1HpKSopAgFrD8T::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#H7nd2teRTHuDc6aeTp1HpKSopAgFrD8T > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#H7nd2teRTHuDc6aeTp1HpKSopAgFrD8T > .row .container > .video-iframe-container { display: none; }#H7nd2teRTHuDc6aeTp1HpKSopAgFrD8T > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#H7nd2teRTHuDc6aeTp1HpKSopAgFrD8T > .row > .video-iframe-container { display: none; }#H7nd2teRTHuDc6aeTp1HpKSopAgFrD8T > .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); }#H7nd2teRTHuDc6aeTp1HpKSopAgFrD8T > .row .container { border-width: 0; border-radius: 0; }#H7nd2teRTHuDc6aeTp1HpKSopAgFrD8T > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#H7nd2teRTHuDc6aeTp1HpKSopAgFrD8T > .row .container { font-size:0.875rem;font-family:arial;height:2.5rem;width:75rem;position:relative;display:block; }#TTsJEz0GWtlecosKEwCHm6BX5QeDyMlV { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-2),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#TTsJEz0GWtlecosKEwCHm6BX5QeDyMlV > .row .container { background-color: transparent; background-image: none; }#TTsJEz0GWtlecosKEwCHm6BX5QeDyMlV::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TTsJEz0GWtlecosKEwCHm6BX5QeDyMlV > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TTsJEz0GWtlecosKEwCHm6BX5QeDyMlV > .row .container > .video-iframe-container { display: none; }#TTsJEz0GWtlecosKEwCHm6BX5QeDyMlV > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TTsJEz0GWtlecosKEwCHm6BX5QeDyMlV > .row > .video-iframe-container { display: none; }#TTsJEz0GWtlecosKEwCHm6BX5QeDyMlV > .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); }#TTsJEz0GWtlecosKEwCHm6BX5QeDyMlV > .row .container { border-width: 0; border-radius: 0; }#TTsJEz0GWtlecosKEwCHm6BX5QeDyMlV > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#TTsJEz0GWtlecosKEwCHm6BX5QeDyMlV > .row .container { font-size:0.875rem;font-family:arial;height:14.1875rem;width:75rem;position:relative;display:block; }#dTXmebNmLDI4htJv3VMbsI9toOmC4TJC { 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:10rem;width:10rem;top:2.125rem;left:1.75rem;overflow:hidden;display:block; }
#iinzqS3zL744zS1iuqFXdI2OnMXhK0Mn { 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:9.75rem;width:10rem;top:2.25rem;left:13.6875rem;overflow:hidden;display:block; }
#NPlzGca5b3VlofJTEBKQ5JFcalTHAsT6 { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.5rem;width:22.1875rem;top:3.375rem;left:25.9375rem;overflow:hidden;display:block; }
#BFhMXXUXmfCWxeQIz3N0wV8JMiwphreb { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:8.3125rem;width:10rem;top:2.9375rem;left:50.625rem;overflow:hidden;display:block; }
#Go2HtCMFq7kNTfboTOxt0frFn5BwKcdA { 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:8.9375rem;width:10rem;top:2.625rem;left:63.25rem;overflow:hidden;display:block; }
#lIn6zxTQq6MWKZXJZ0stNGSQw9ba7VeZ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-2),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#lIn6zxTQq6MWKZXJZ0stNGSQw9ba7VeZ > .row .container { background-color: transparent; background-image: none; }#lIn6zxTQq6MWKZXJZ0stNGSQw9ba7VeZ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lIn6zxTQq6MWKZXJZ0stNGSQw9ba7VeZ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lIn6zxTQq6MWKZXJZ0stNGSQw9ba7VeZ > .row .container > .video-iframe-container { display: none; }#lIn6zxTQq6MWKZXJZ0stNGSQw9ba7VeZ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lIn6zxTQq6MWKZXJZ0stNGSQw9ba7VeZ > .row > .video-iframe-container { display: none; }#lIn6zxTQq6MWKZXJZ0stNGSQw9ba7VeZ > .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); }#lIn6zxTQq6MWKZXJZ0stNGSQw9ba7VeZ > .row .container { border-width: 0; border-radius: 0; }#lIn6zxTQq6MWKZXJZ0stNGSQw9ba7VeZ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#lIn6zxTQq6MWKZXJZ0stNGSQw9ba7VeZ > .row .container { font-size:0.875rem;font-family:arial;height:18.25rem;width:75rem;position:relative;display:block; }#at1piO9d40EPdRtGoRwroyZv17eKPMIT { color:rgba(var(--color-primary-2),1);display:block;width:75rem;position:absolute;font-family:"dc ash";font-size:4.5rem;font-weight:400;z-index:15005;line-height:1.3;letter-spacing:0;top:3.2750015258789rem;left:0rem;height:11.7rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#HxzZmC96QGcxCGMhNMIzdsf39ZVh2Xaf { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-2),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#HxzZmC96QGcxCGMhNMIzdsf39ZVh2Xaf > .row .container { background-color: transparent; background-image: none; }#HxzZmC96QGcxCGMhNMIzdsf39ZVh2Xaf::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HxzZmC96QGcxCGMhNMIzdsf39ZVh2Xaf > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HxzZmC96QGcxCGMhNMIzdsf39ZVh2Xaf > .row .container > .video-iframe-container { display: none; }#HxzZmC96QGcxCGMhNMIzdsf39ZVh2Xaf > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HxzZmC96QGcxCGMhNMIzdsf39ZVh2Xaf > .row > .video-iframe-container { display: none; }#HxzZmC96QGcxCGMhNMIzdsf39ZVh2Xaf > .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); }#HxzZmC96QGcxCGMhNMIzdsf39ZVh2Xaf > .row .container { border-width: 0; border-radius: 0; }#HxzZmC96QGcxCGMhNMIzdsf39ZVh2Xaf > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#HxzZmC96QGcxCGMhNMIzdsf39ZVh2Xaf > .row .container { font-size:0.875rem;font-family:arial;height:39.4375rem;width:75rem;position:relative;display:block; }#RnhG7oEPoUvOPM2L9EK5GBygUvZIvTxz { position:absolute;display:block;z-index:15000;height:37.5rem;width:75rem;top:0.65625rem;left:0rem;display:block; }
#ySwzRa7npXgwMq4btRpqyoPO8turTeqs { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-2),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#ySwzRa7npXgwMq4btRpqyoPO8turTeqs > .row .container { background-color: transparent; background-image: none; }#ySwzRa7npXgwMq4btRpqyoPO8turTeqs::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ySwzRa7npXgwMq4btRpqyoPO8turTeqs > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ySwzRa7npXgwMq4btRpqyoPO8turTeqs > .row .container > .video-iframe-container { display: none; }#ySwzRa7npXgwMq4btRpqyoPO8turTeqs > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ySwzRa7npXgwMq4btRpqyoPO8turTeqs > .row > .video-iframe-container { display: none; }#ySwzRa7npXgwMq4btRpqyoPO8turTeqs > .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); }#ySwzRa7npXgwMq4btRpqyoPO8turTeqs > .row .container { border-width: 0; border-radius: 0; }#ySwzRa7npXgwMq4btRpqyoPO8turTeqs > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ySwzRa7npXgwMq4btRpqyoPO8turTeqs > .row .container { font-size:0.875rem;font-family:arial;height:2.5rem;width:75rem;position:relative;display:block; }#qJ30rV51NAVwNxwpHBVB7nT3c7OJtnQi { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/68a4f105-62d5-46ec-b90e-97e31753b507/section4.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#qJ30rV51NAVwNxwpHBVB7nT3c7OJtnQi.adaptive-delivery-prevent-bg, #qJ30rV51NAVwNxwpHBVB7nT3c7OJtnQi.lazyload, #qJ30rV51NAVwNxwpHBVB7nT3c7OJtnQi.lazyloading { background-image: none; }#qJ30rV51NAVwNxwpHBVB7nT3c7OJtnQi > .row .container { background-color: transparent; background-image: none; }#qJ30rV51NAVwNxwpHBVB7nT3c7OJtnQi::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-tertiary-4),0.29); }#qJ30rV51NAVwNxwpHBVB7nT3c7OJtnQi > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qJ30rV51NAVwNxwpHBVB7nT3c7OJtnQi > .row .container > .video-iframe-container { display: none; }#qJ30rV51NAVwNxwpHBVB7nT3c7OJtnQi > .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.29); }#qJ30rV51NAVwNxwpHBVB7nT3c7OJtnQi > .row > .video-iframe-container { display: none; }#qJ30rV51NAVwNxwpHBVB7nT3c7OJtnQi > .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); }#qJ30rV51NAVwNxwpHBVB7nT3c7OJtnQi > .row .container { border-width: 0; border-radius: 0; }#qJ30rV51NAVwNxwpHBVB7nT3c7OJtnQi::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; }#qJ30rV51NAVwNxwpHBVB7nT3c7OJtnQi > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#qJ30rV51NAVwNxwpHBVB7nT3c7OJtnQi > .row .container { font-size:0.875rem;font-family:arial;height:56.125rem;width:75rem;position:relative;display:block; }#fLWoJqIOP7N8WXk5kkClHLOJzSQuX7BZ { position:absolute;display:block;z-index:15013;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:23.1875rem;width:19.25rem;top:22rem;left:0rem;display:block; }
#Vg370qsaRQhw3loDpLSlEDhLmgEdPBAK { box-sizing:content-box;color:#5d92ff;font-size:1.5rem;font-weight:400;line-height:1;height:3.75rem;width:3.75rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15023;top:33.854164123535rem;left:7.75rem; }
#QU73lTOmel9rBxguVziKg9Pb9cJNc5Hv { position:absolute;display:block;z-index:15006;height:28.5625rem;width:54.8125rem;top:17.125rem;left:20.1875rem;display:block; }
#hpar5xgMPCr2wEi8T7nF0q9EwVgAJ3W6 { color:rgba(var(--color-tertiary-4),1);display:block;width:15.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:700;z-index:15024;line-height:1.3;letter-spacing:0;top:27.375rem;left:1.9375rem;height:5.3625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#DcqPp4mJmW4JQDaTp5uC1gfLghcepWQW { color:rgba(var(--color-tertiary-4),1);display:block;width:19.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.75rem;font-weight:400;z-index:15025;line-height:1.3;letter-spacing:0;top:39.875rem;left:0rem;height:2.275rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#y4pZp28mreUDJfulFOdnghOy8teK4wFK { color:rgba(var(--color-tertiary-4),1);display:block;width:19.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:400;z-index:15025;line-height:1.3;letter-spacing:0;top:37.604164123535rem;left:0rem;height:1.7875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#V0F8ovzC5GFQwtU1ZygJO5NHU52z7CxJ { box-sizing:content-box;color:#5d92ff;font-size:1.5rem;font-weight:400;line-height:1;height:3.75rem;width:3.75rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15024;top:22.75rem;left:7.75rem; }
#kZWF3deK61gWdE8vcVvCmHlkUpZUS0P2 { color:rgba(var(--color-primary-2),1);display:block;width:75rem;position:absolute;font-family:"dc ash";font-size:4.5rem;font-weight:400;z-index:15005;line-height:1.3;letter-spacing:0;top:8.0625rem;left:0rem;height:5.85rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#NJBIxWL2EsfCwRermC0eS1tBg2TyVsod { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-2),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#NJBIxWL2EsfCwRermC0eS1tBg2TyVsod > .row .container { background-color: transparent; background-image: none; }#NJBIxWL2EsfCwRermC0eS1tBg2TyVsod::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NJBIxWL2EsfCwRermC0eS1tBg2TyVsod > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NJBIxWL2EsfCwRermC0eS1tBg2TyVsod > .row .container > .video-iframe-container { display: none; }#NJBIxWL2EsfCwRermC0eS1tBg2TyVsod > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NJBIxWL2EsfCwRermC0eS1tBg2TyVsod > .row > .video-iframe-container { display: none; }#NJBIxWL2EsfCwRermC0eS1tBg2TyVsod > .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); }#NJBIxWL2EsfCwRermC0eS1tBg2TyVsod > .row .container { border-width: 0; border-radius: 0; }#NJBIxWL2EsfCwRermC0eS1tBg2TyVsod > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#NJBIxWL2EsfCwRermC0eS1tBg2TyVsod > .row .container { font-size:0.875rem;font-family:arial;height:2.5rem;width:75rem;position:relative;display:block; }#INhOCsxoe1WGZNOiufn2Kf8G12QeKFXv { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),0);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; }#INhOCsxoe1WGZNOiufn2Kf8G12QeKFXv > .row .container { background-color: transparent; background-image: none; }#INhOCsxoe1WGZNOiufn2Kf8G12QeKFXv::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#INhOCsxoe1WGZNOiufn2Kf8G12QeKFXv > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#INhOCsxoe1WGZNOiufn2Kf8G12QeKFXv > .row .container > .video-iframe-container { display: none; }#INhOCsxoe1WGZNOiufn2Kf8G12QeKFXv > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#INhOCsxoe1WGZNOiufn2Kf8G12QeKFXv > .row > .video-iframe-container { display: none; }#INhOCsxoe1WGZNOiufn2Kf8G12QeKFXv > .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); }#INhOCsxoe1WGZNOiufn2Kf8G12QeKFXv > .row .container { border-width: 0; border-radius: 0; }#INhOCsxoe1WGZNOiufn2Kf8G12QeKFXv > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#INhOCsxoe1WGZNOiufn2Kf8G12QeKFXv > .row .container { font-size:0.875rem;font-family:arial;height:61.375rem;width:75rem;position:relative;display:block; }#fehFnSvsEh8xTUp6rKQLyFbwP6P8xdeh { 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:35.375rem;width:36.5625rem;top:26rem;left:19.218753814698rem;overflow:hidden;display:block; }
#BptUcdRrWcx7AMgv2A0EFD6O3S9k5cKB { color:rgba(var(--color-tertiary-4),1);display:block;width:75rem;position:absolute;font-family:"dc ash";font-size:4.5rem;font-weight:400;z-index:15003;line-height:1.3;letter-spacing:0;top:1.25rem;left:0rem;height:5.85rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Mle5zL02x83Cy0NuOazC9CVB671bawXZ { color:rgba(var(--color-tertiary-4),1);display:block;width:74.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:400;z-index:15004;line-height:1.3;letter-spacing:0;top:8.25rem;left:0rem;height:9.75rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#JDNq1hDuXzIZp7sZcMuT7eWd0mTkhJts { 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-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-primary-2),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"dc ash";font-size:2.375rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:23.5916875rem;height:4.09166875rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:20.029167175293rem;left:25.704166412354rem;display:block; }
#WGAEuMD9UxnVIADu5TtSb0GTFmkXxgKT { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#iTvy7m12fGg5zo5C0LHKZHZh8gAVTJEJ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-2),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#iTvy7m12fGg5zo5C0LHKZHZh8gAVTJEJ > .row .container { background-color: transparent; background-image: none; }#iTvy7m12fGg5zo5C0LHKZHZh8gAVTJEJ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iTvy7m12fGg5zo5C0LHKZHZh8gAVTJEJ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iTvy7m12fGg5zo5C0LHKZHZh8gAVTJEJ > .row .container > .video-iframe-container { display: none; }#iTvy7m12fGg5zo5C0LHKZHZh8gAVTJEJ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iTvy7m12fGg5zo5C0LHKZHZh8gAVTJEJ > .row > .video-iframe-container { display: none; }#iTvy7m12fGg5zo5C0LHKZHZh8gAVTJEJ > .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); }#iTvy7m12fGg5zo5C0LHKZHZh8gAVTJEJ > .row .container { border-width: 0; border-radius: 0; }#iTvy7m12fGg5zo5C0LHKZHZh8gAVTJEJ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#iTvy7m12fGg5zo5C0LHKZHZh8gAVTJEJ > .row .container { font-size:0.875rem;font-family:arial;height:2.5rem;width:75rem;position:relative;display:block; }#C8LV2Utw5VifFT2U6SVHPZtWefwrZPKL { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/7183e4f0-3581-43b6-bba4-e2b524e0e8c7/slide1.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#C8LV2Utw5VifFT2U6SVHPZtWefwrZPKL.adaptive-delivery-prevent-bg, #C8LV2Utw5VifFT2U6SVHPZtWefwrZPKL.lazyload, #C8LV2Utw5VifFT2U6SVHPZtWefwrZPKL.lazyloading { background-image: none; }#C8LV2Utw5VifFT2U6SVHPZtWefwrZPKL > .row .container { border-width: 0; border-radius: 0; }#C8LV2Utw5VifFT2U6SVHPZtWefwrZPKL::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; }#C8LV2Utw5VifFT2U6SVHPZtWefwrZPKL > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#C8LV2Utw5VifFT2U6SVHPZtWefwrZPKL > .row .container { font-size:0.875rem;font-family:arial;height:41.125rem;width:75rem;position:relative;display:none; }#OHGLukLzdARKqfHasgTF1TKJ9zLtcqeL { color:rgba(var(--color-primary-2),1);display:block;width:38.625rem;position:absolute;font-family:"dc ash";font-size:3.4375rem;font-weight:400;z-index:15002;line-height:1.1;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5);top:3.8125rem;left:0rem;height:7.5625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#i31xdwTJbb8X5dglPldpfxrDgsJTHGLT { color:rgba(var(--color-tertiary-0),1);display:block;width:43.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:2rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5);top:8.5rem;left:0rem;height:2.6rem;text-align:left;text-align-last:left;font-style:italic;display:block; }
#NzIUmwDQ9i7HGLCMhJaScpg5Z1TKdkH1 { color:rgba(var(--color-tertiary-0),1);display:block;width:45rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.75rem;font-weight:400;z-index:15003;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5);top:25rem;left:0rem;height:2.275rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#SfNWsMCwEXNr9TdNzA91DO0TyD2G3X6n { background-color:rgba(var(--color-tertiary-4),0.55);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid rgba(var(--color-primary-2),1);border-left:0.0625rem solid rgba(var(--color-primary-2),1);border-right:0.0625rem solid rgba(var(--color-primary-2),1);border-bottom:0.0625rem solid rgba(var(--color-primary-2),1);border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-primary-2),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"dc ash";font-size:2.375rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:23.56247875rem;height:4.0624975rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:29.375rem;left:0rem;display:block; }
#f3VnRB6yNN8gPHVdfcHNx6GpUJNoTq70 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#rILbDLITmiG1XXDf5aZP3vLe4SoS8cB1 { color:rgba(var(--color-tertiary-0),1);display:block;width:34.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2rem;font-weight:400;z-index:15005;line-height:1.3;letter-spacing:0;top:12.25rem;left:0rem;height:11.3375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }#rILbDLITmiG1XXDf5aZP3vLe4SoS8cB1 li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#rILbDLITmiG1XXDf5aZP3vLe4SoS8cB1 li:before{  }
#u1uwB0M3Xx8HAIioyT2Tp5hbJMkut3TV { color:rgba(var(--color-tertiary-0),1);display:block;width:31.4375rem;position:absolute;font-family:"dc ash";font-size:2.5rem;font-weight:400;z-index:15004;line-height:1.1;letter-spacing:0;top:2.1541595458984rem;left:43.624996185302rem;height:5.5rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ULeh0onxLTLylHk8q6C81vS8Z6P3wkQP .widget-form-header {  }
#ULeh0onxLTLylHk8q6C81vS8Z6P3wkQP .widget-regular-label { height:auto;display:block;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:bold;color:rgba(var(--color-tertiary-4),1);width:26.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;text-align:left;text-align-last:left;vertical-align:top; }
#ULeh0onxLTLylHk8q6C81vS8Z6P3wkQP .widget-input-text { 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:rgba(var(--color-secondary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0.0625rem solid #d6d4d4;border-right:0.0625rem solid #d6d4d4;border-bottom:0.0625rem solid #d6d4d4;border-left:0.0625rem solid #d6d4d4;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:26.375rem;box-sizing:border-box;height:2.6875rem;color:rgba(var(--color-tertiary-0),1);font-size:1rem;overflow:hidden;font-family:var(--paragraphs-font-family);vertical-align:top;font-weight:700;font-style:normal; }
#ULeh0onxLTLylHk8q6C81vS8Z6P3wkQP .widget-input-text {padding-top: 0; padding-bottom: 0;}#ULeh0onxLTLylHk8q6C81vS8Z6P3wkQP .widget-textarea { 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:rgba(var(--color-secondary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0.0625rem solid #d6d4d4;border-right:0.0625rem solid #d6d4d4;border-bottom:0.0625rem solid #d6d4d4;border-left:0.0625rem solid #d6d4d4;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:26.375rem;box-sizing:border-box;height:4.375rem;color:rgba(var(--color-tertiary-0),1);font-size:1rem;overflow:hidden;font-family:var(--paragraphs-font-family);vertical-align:top;font-weight:700;font-style:normal; }
#ULeh0onxLTLylHk8q6C81vS8Z6P3wkQP .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:rgba(var(--color-secondary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0.0625rem solid #d6d4d4;border-left:0.0625rem solid #d6d4d4;border-right:0.0625rem solid #d6d4d4;border-bottom: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:26.375rem;box-sizing:border-box;height:2.5rem;color:rgba(var(--color-tertiary-0),1);font-family:var(--paragraphs-font-family);font-size:0.875rem;overflow:hidden;vertical-align:top; }
#ULeh0onxLTLylHk8q6C81vS8Z6P3wkQP .widget-input-select {padding-top: 0; padding-bottom: 0;}#ULeh0onxLTLylHk8q6C81vS8Z6P3wkQP .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; }
#ULeh0onxLTLylHk8q6C81vS8Z6P3wkQP .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#ULeh0onxLTLylHk8q6C81vS8Z6P3wkQP .widget-input-button { 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:rgba(var(--color-primary-2),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom: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.25rem;font-weight:bold;color:rgba(var(--color-secondary-2),1);width:26.375rem;height:3.4375rem;font-family:var(--paragraphs-font-family);overflow:hidden; }
#ULeh0onxLTLylHk8q6C81vS8Z6P3wkQP [class*="-text"]:-moz-placeholder { color:#c8c8c8;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;font-style:normal; }
#ULeh0onxLTLylHk8q6C81vS8Z6P3wkQP [class*="-text"]::-moz-placeholder { color:#c8c8c8;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;font-style:normal; }
#ULeh0onxLTLylHk8q6C81vS8Z6P3wkQP [class*="-text"]:-ms-input-placeholder { color:#c8c8c8;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;font-style:normal; }
#ULeh0onxLTLylHk8q6C81vS8Z6P3wkQP [class*="-text"]::-webkit-input-placeholder { color:#c8c8c8;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;font-style:normal; }
#ULeh0onxLTLylHk8q6C81vS8Z6P3wkQP .widget-checkbox-label { display:inline-block;*zoom:1;*display:inline;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;font-family:var(--paragraphs-font-family);line-height:1.3;font-size:0.75rem;font-weight:300;color:rgba(var(--color-tertiary-4),1);vertical-align:top;width:25.1875rem;overflow:hidden;font-style:normal;float:none; }
#ULeh0onxLTLylHk8q6C81vS8Z6P3wkQP .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; }
#ULeh0onxLTLylHk8q6C81vS8Z6P3wkQP .widget-radio-label { display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:1.125rem;vertical-align:middle;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:300;color:#161616;overflow:hidden;font-style:normal;line-height:1.3;float:none; }
#ULeh0onxLTLylHk8q6C81vS8Z6P3wkQP .widget-container { padding-top:0.25rem;padding-right:0;padding-bottom:0.25rem;padding-left:0;width:100%;font-size:0;height:auto; }
#ULeh0onxLTLylHk8q6C81vS8Z6P3wkQP .widget-container:first-of-type{padding-top:0;}#ULeh0onxLTLylHk8q6C81vS8Z6P3wkQP .widget-container:last-of-type{padding-bottom:0;}#ULeh0onxLTLylHk8q6C81vS8Z6P3wkQP  { background-color:rgba(var(--color-secondary-2),1);background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:26.375rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15007;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:8.28125rem;left:45.000003814698rem; }
#ULeh0onxLTLylHk8q6C81vS8Z6P3wkQP .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:26.375rem;display:block;vertical-align:top; }
#ULeh0onxLTLylHk8q6C81vS8Z6P3wkQP .widget-info-text { display:block;height:auto;font-family:var(--paragraphs-font-family);font-size:0.75rem;line-height:1.3;font-weight:300;color:rgba(var(--color-tertiary-4),1);vertical-align:top;overflow:hidden;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#ULeh0onxLTLylHk8q6C81vS8Z6P3wkQP {display:block;}#ULeh0onxLTLylHk8q6C81vS8Z6P3wkQP { background-color:rgba(var(--color-secondary-2),1);background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:26.375rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15007;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:8.28125rem;left:45.000003814698rem; }
#ULeh0onxLTLylHk8q6C81vS8Z6P3wkQP #HUIM87vpKtJ1icIs60eIZXaEJ4QegvSa { position:relative; }
#ULeh0onxLTLylHk8q6C81vS8Z6P3wkQP #hS082mTpJQEJaJT8Aog3qRTLvGJMq8Wb { position:relative;display:none; }
#ULeh0onxLTLylHk8q6C81vS8Z6P3wkQP #lP6stfHkLoc8W1OXHrdi5tQ28PUcLAXo { position:relative; }
#ULeh0onxLTLylHk8q6C81vS8Z6P3wkQP #TJqq0kS4QoViLQK18zZd8TILk057fNHC { position:relative; }
#ULeh0onxLTLylHk8q6C81vS8Z6P3wkQP #vKWGCqL5VNVvtXSEWX6bNHIppHn4ZUox { position:relative;display:none; }
#ULeh0onxLTLylHk8q6C81vS8Z6P3wkQP #Xon1JMxXbwnqfKaPnZUMf1HDuIohDbJH { position:relative; }
#ULeh0onxLTLylHk8q6C81vS8Z6P3wkQP #uUTPu0of0tKDEvrxJeNvJ0fuT5W28a9T { position:relative; }
#ULeh0onxLTLylHk8q6C81vS8Z6P3wkQP #fQPT4fp4aJFn4Oq92lCcvkL37bn6rHXm { position:relative;display:none; }
#ULeh0onxLTLylHk8q6C81vS8Z6P3wkQP #rBXZDifqtqQbo6mWCrX6JvMcioskL8TD { position:relative; }
#ULeh0onxLTLylHk8q6C81vS8Z6P3wkQP #o0FJMr70RhWd0oURiw9SalQkEZSVgMZt { position:relative; }
#ULeh0onxLTLylHk8q6C81vS8Z6P3wkQP #B7GLstnUtHITUEFAIdz4it1O0UWMNUcK { position:relative;display:none; }
#ULeh0onxLTLylHk8q6C81vS8Z6P3wkQP #TmyDId9HNZexKdJz6nSPpXREg6Lgw3Td { position:relative; }
#ULeh0onxLTLylHk8q6C81vS8Z6P3wkQP #Wsd40PWrpmTupfl5rrKbH00VQkTwmLAn { position:relative; }
#ULeh0onxLTLylHk8q6C81vS8Z6P3wkQP #BMMZt3A4GAOS2Ap3Nr57baWSJmNCUD4k { position:relative;display:none; }
#ULeh0onxLTLylHk8q6C81vS8Z6P3wkQP #zfBFSZyphrfac96c18oxl94O0pQRsLnP { position:relative; }
#ULeh0onxLTLylHk8q6C81vS8Z6P3wkQP #rlD2QMPL6tdVWyFErx1X0wefFihKCeM8 { position:relative; }
#ULeh0onxLTLylHk8q6C81vS8Z6P3wkQP #tUTER9Az3NPOzLGeTRlf3GnD7dHF8RWp { position:relative;display:none; }
#ULeh0onxLTLylHk8q6C81vS8Z6P3wkQP #T1CBfgF3toSrDbQUXIWBzSKGN78eXLXO { position:relative; }
#ULeh0onxLTLylHk8q6C81vS8Z6P3wkQP #LaImnaN7SrMUUGqyhqpNKqHDxHZri79a { position:relative; }
#ULeh0onxLTLylHk8q6C81vS8Z6P3wkQP #qvnExLan7CsB2NyH5kSXWQ0qGSnRlMsQ { position:relative; }
#zEMZepr4lTxXGoiHhSrVaRwk2xyZudfP { box-sizing:content-box;height:40rem;width:31.5625rem;position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-secondary-2),1);background-image:none;top:0rem;left:43.437503814698rem;display:block; }
#sMmpJVrA0c9MGIgTdhpfe7x5q5cpAdbw { color:rgba(var(--color-primary-2),1);display:block;width:31.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:400;z-index:15005;line-height:1.3;letter-spacing:0;top:5.5916662216186rem;left:43.687503814698rem;height:1.95rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#K7XD59S0ucnUOh4U6Vdg51i4y4w7wCKs { color:rgba(var(--color-tertiary-0),1);display:block;width:41.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:2rem;font-weight:400;z-index:15003;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5);top:31.062501907349rem;left:0rem;height:2.6rem;text-align:left;text-align-last:left;font-style:normal;display:none; }
#GEZT4CozRCknA1xORS1kpxqz37Z3TEpR { color:rgba(var(--color-primary-2),1);display:block;width:38.625rem;position:absolute;font-family:"dc ash";font-size:5.3125rem;font-weight:400;z-index:15002;line-height:1.1;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5);top:1.4416656494141rem;left:0rem;height:11.6875rem;text-align:left;text-align-last:left;font-style:normal;display:none; }
#Rz95ctvzoq61wW7uIc6zRF6V7lEozyux { color:rgba(var(--color-tertiary-0),1);display:block;width:1.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5);top:8.5rem;left:35.500003814698rem;height:1.4625rem;text-align:left;text-align-last:left;font-style:italic;display:block; }
#orXRNTr2US853BASxdyz3yB2DBRE5Qbp { box-sizing:content-box;height:38.125rem;width:30rem;position:absolute;display:block;z-index:15006;background-color:transparent;background-image:none;top:0.83333301544187rem;left:44.239582061767rem;border-top:0.0625rem solid rgba(var(--color-tertiary-0),1);border-left:0.0625rem solid rgba(var(--color-tertiary-0),1);border-right:0.0625rem solid rgba(var(--color-tertiary-0),1);border-bottom:0.0625rem solid rgba(var(--color-tertiary-0),1);display:block; }
#ArArgy1lasq6XK6SdbObEHhsSeSBC4xu { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-2),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#ArArgy1lasq6XK6SdbObEHhsSeSBC4xu > .row .container { background-color: transparent; background-image: none; }#ArArgy1lasq6XK6SdbObEHhsSeSBC4xu::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ArArgy1lasq6XK6SdbObEHhsSeSBC4xu > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ArArgy1lasq6XK6SdbObEHhsSeSBC4xu > .row .container > .video-iframe-container { display: none; }#ArArgy1lasq6XK6SdbObEHhsSeSBC4xu > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ArArgy1lasq6XK6SdbObEHhsSeSBC4xu > .row > .video-iframe-container { display: none; }#ArArgy1lasq6XK6SdbObEHhsSeSBC4xu > .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); }#ArArgy1lasq6XK6SdbObEHhsSeSBC4xu > .row .container { border-width: 0; border-radius: 0; }#ArArgy1lasq6XK6SdbObEHhsSeSBC4xu > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ArArgy1lasq6XK6SdbObEHhsSeSBC4xu > .row .container { font-size:0.875rem;font-family:arial;height:8.3125rem;width:75rem;position:relative;display:block; }#JBhkKJBoUtx5fTRg9HPUggWE75XVqeIS { color:rgba(var(--color-primary-2),1);display:block;width:75rem;position:absolute;font-family:"dc ash";font-size:4.5rem;font-weight:400;z-index:15005;line-height:1.3;letter-spacing:0;top:2.4625015258789rem;left:0rem;height:5.85rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#aohZ83ZRG76TxP3GlI0cxWQGmqxvOlTU { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-2),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#aohZ83ZRG76TxP3GlI0cxWQGmqxvOlTU > .row .container { background-color: transparent; background-image: none; }#aohZ83ZRG76TxP3GlI0cxWQGmqxvOlTU::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aohZ83ZRG76TxP3GlI0cxWQGmqxvOlTU > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aohZ83ZRG76TxP3GlI0cxWQGmqxvOlTU > .row .container > .video-iframe-container { display: none; }#aohZ83ZRG76TxP3GlI0cxWQGmqxvOlTU > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aohZ83ZRG76TxP3GlI0cxWQGmqxvOlTU > .row > .video-iframe-container { display: none; }#aohZ83ZRG76TxP3GlI0cxWQGmqxvOlTU > .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); }#aohZ83ZRG76TxP3GlI0cxWQGmqxvOlTU > .row .container { border-width: 0; border-radius: 0; }#aohZ83ZRG76TxP3GlI0cxWQGmqxvOlTU > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#aohZ83ZRG76TxP3GlI0cxWQGmqxvOlTU > .row .container { font-size:0.875rem;font-family:arial;height:51.0625rem;width:75rem;position:relative;display:block; }#CeAO5kGa4dLSJl7p20cSuoChXCVbootc .accordion-element-container { border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;flex-direction:column;align-items:center;background-color:rgba(var(--color-secondary-2),1);background-image:none;vertical-align:top; }
#CeAO5kGa4dLSJl7p20cSuoChXCVbootc .accordion-heading-container { width:100%;height:auto;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;flex-direction:row;align-items:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;justify-content:space-between;gap:0.625rem; }
#CeAO5kGa4dLSJl7p20cSuoChXCVbootc .accordion-heading-text { display:block;position:relative;width:100%;font-family:var(--paragraphs-font-family);font-weight:700;font-size:1.25rem;color:rgba(var(--color-primary-2),1); }
#CeAO5kGa4dLSJl7p20cSuoChXCVbootc .accordion-desc-text { display:block;position:relative;width:100%;padding-top:1.25rem;padding-right:0;padding-bottom:0;padding-left:0;font-size:1.125rem;font-family:var(--paragraphs-font-family);color:rgba(var(--color-tertiary-0),1); }
#CeAO5kGa4dLSJl7p20cSuoChXCVbootc .accordion-trigger { width:1.25rem;min-width:1.25rem;height:1.25rem;display:block;position:relative;background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-size:auto !important;background-image:url("https://icons.assets-landingi.com/icon_936d171bcc2e9b15b7612681d31d6b6bbfce5dde.svg");background-size:contain !important; }#CeAO5kGa4dLSJl7p20cSuoChXCVbootc .accordion-trigger.adaptive-delivery-prevent-bg, #CeAO5kGa4dLSJl7p20cSuoChXCVbootc .accordion-trigger.lazyload, #CeAO5kGa4dLSJl7p20cSuoChXCVbootc .accordion-trigger.lazyloading { background-image: none; }
#CeAO5kGa4dLSJl7p20cSuoChXCVbootc { box-sizing:content-box;height:auto;width:71.9375rem;position:absolute;display:flex;flex-direction:column;gap:0.625rem;z-index:15006;background-color:rgba(var(--color-secondary-2),1);background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;top:1.125rem;left:0.28125rem; }
#CeAO5kGa4dLSJl7p20cSuoChXCVbootc .accordion-element-container:first-of-type .accordion-desc-text { display: none; }#CeAO5kGa4dLSJl7p20cSuoChXCVbootc #wktuVEcu0UmqaPkDw7nbKc9NZBQJU3TZ { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#CeAO5kGa4dLSJl7p20cSuoChXCVbootc #i5fMHLH0ruX2K4X4PndCXHQJ8GZgHmuc { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#CeAO5kGa4dLSJl7p20cSuoChXCVbootc #UR8qHs0ftI8NlHk5V5meiIlD6Haga15Q { display:block;position:relative; }
#CeAO5kGa4dLSJl7p20cSuoChXCVbootc #ZNNpzM6M6VQPDDtPMhm326UDMre9MhxT {  }
#CeAO5kGa4dLSJl7p20cSuoChXCVbootc #HCPiWKyXivLanATGTwKzDT2rs3ycGDZp {  }
#CeAO5kGa4dLSJl7p20cSuoChXCVbootc #d1RiA41u7spX6dFyp1pbr9Nypc1WTbz3 { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#CeAO5kGa4dLSJl7p20cSuoChXCVbootc #Idy8nSpaPQyqkuwmOUgzAFlhZyzRGbKX { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#CeAO5kGa4dLSJl7p20cSuoChXCVbootc #R0rTWess3uNbqhRMPTfseV7NQe4ReSHs { display:block;position:relative; }
#CeAO5kGa4dLSJl7p20cSuoChXCVbootc #yd1tQt284UHlu6LPNnCqrknXqOzqLsZW {  }
#CeAO5kGa4dLSJl7p20cSuoChXCVbootc #En7bzTyAcmSP0A7w1RuKO4PH4Tv8Sd0g { display:none; }
#CeAO5kGa4dLSJl7p20cSuoChXCVbootc #gTWvdklS4FAJ6SXBOMyhzfhqHgliB5vk { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#CeAO5kGa4dLSJl7p20cSuoChXCVbootc #N4sBgq4VvUmS7VOPMZP0prwrZW6HylmA { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#CeAO5kGa4dLSJl7p20cSuoChXCVbootc #qzlhGebpu7ZqwHv0KUDyetWZRSVpwZ0U { display:block;position:relative; }
#CeAO5kGa4dLSJl7p20cSuoChXCVbootc #wabUiK1EM6S6afiUPFfq7aPmEf5veTea {  }
#CeAO5kGa4dLSJl7p20cSuoChXCVbootc #DbW0i2mqDWdrGhg0VvpCV0iuRzTl5V1z { display:none; }
#CeAO5kGa4dLSJl7p20cSuoChXCVbootc #BMtCTQXkVUECyEeFSJRgGRD8tRgFeSGy { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#CeAO5kGa4dLSJl7p20cSuoChXCVbootc #aByoT5Ldfvqmkf8wTOFyvBSqQ0630JZz { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#CeAO5kGa4dLSJl7p20cSuoChXCVbootc #sgEZWw0xXGhdgCCT49BSB2NMKqyiau35 { display:block;position:relative; }
#CeAO5kGa4dLSJl7p20cSuoChXCVbootc #roPfVb4yXzVDcrmHHZcKNpEdrmO1CQna {  }
#CeAO5kGa4dLSJl7p20cSuoChXCVbootc #GTwmgp1dq4OqEzOf3PiplgLUW0nFnrCu { display:none; }
#CeAO5kGa4dLSJl7p20cSuoChXCVbootc #HgEDyc2zxKgSzmDrRnOUAem3cto4CoKJ { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#CeAO5kGa4dLSJl7p20cSuoChXCVbootc #CQnbMZp5uCwTwzGCLUIRZ1T8yb378eTb { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#CeAO5kGa4dLSJl7p20cSuoChXCVbootc #VTF0Gqu015dxATrATbHelkMd3Pz8fwlA { display:block;position:relative; }
#CeAO5kGa4dLSJl7p20cSuoChXCVbootc #gTg782dlCEfR6IxplI3PbZu1qFD1TXmS {  }
#CeAO5kGa4dLSJl7p20cSuoChXCVbootc #mdSNHg84m7OxBsDzICxHW9kWnwQhu2OF { display:none; }
#CeAO5kGa4dLSJl7p20cSuoChXCVbootc #NkWoxWRHzpZUpiVoK6akbDufgtctmqtn { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#CeAO5kGa4dLSJl7p20cSuoChXCVbootc #vkVQQX9I44JqtMul2zDXJlBwRmoqelPW { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#CeAO5kGa4dLSJl7p20cSuoChXCVbootc #yypCUh7fDZ9rM089kFaCtpEAbmFCFNed { display:block;position:relative; }
#CeAO5kGa4dLSJl7p20cSuoChXCVbootc #iQmTVlQNILUIyyTMlTHHAiWA9PZLtMZT {  }
#CeAO5kGa4dLSJl7p20cSuoChXCVbootc #tBCKSQJm80XWro3Zc3yLbiaeNb8dEKK5 { display:none; }
#CeAO5kGa4dLSJl7p20cSuoChXCVbootc #SXKtRwiAUTiTB2682pyToF2qTcAKn9qn { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#CeAO5kGa4dLSJl7p20cSuoChXCVbootc #vLuvObUAVwJTu6yJWGPUe2C6mNfASH0K { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#CeAO5kGa4dLSJl7p20cSuoChXCVbootc #GlIJ8Es7HDEITFMwscE2BfaDn9OZFh4O { display:block;position:relative; }
#CeAO5kGa4dLSJl7p20cSuoChXCVbootc #e6z29X7ehVOPgWUXhB6vuN2FrBRMO5zU {  }
#CeAO5kGa4dLSJl7p20cSuoChXCVbootc #wbH0r25eJ5ZrxTIDIFebrr2py0WhlDqz { display:none; }
#CeAO5kGa4dLSJl7p20cSuoChXCVbootc #GAvqKyo2X2fpXSi2ZwkSppF23AoZafcc { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#CeAO5kGa4dLSJl7p20cSuoChXCVbootc #LTTgGfe3KTcQqMla1wFODx9bTpznFKWQ { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#CeAO5kGa4dLSJl7p20cSuoChXCVbootc #x2TxrGQVlXLgLLWvlpxcMZbRN0TobumG { display:block;position:relative; }
#CeAO5kGa4dLSJl7p20cSuoChXCVbootc #Mvp1IIocTBH8hGST4EPrNzS38GWZhfWN {  }
#CeAO5kGa4dLSJl7p20cSuoChXCVbootc #lVTnCdkR59uhA6U1xR9xxUTRWcqK2DgA { display:none; }
#CeAO5kGa4dLSJl7p20cSuoChXCVbootc #iakcdIHwze3mLAiTyIw48CDKs0fCILXa { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#CeAO5kGa4dLSJl7p20cSuoChXCVbootc #VibhlIJUxtEegdWM1bB892tfW83B6ctO { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#CeAO5kGa4dLSJl7p20cSuoChXCVbootc #CA6x2BR3yO7cUxrwucvsJsumUrOOg5tm { display:block;position:relative; }
#CeAO5kGa4dLSJl7p20cSuoChXCVbootc #BlzOohJWEMiLDAAAwGCN6iyREhOLQcGM {  }
#CeAO5kGa4dLSJl7p20cSuoChXCVbootc #QTy6GoBGQC5q8yEyiSxJHQrEPfuBVo2E { display:none; }
#CeAO5kGa4dLSJl7p20cSuoChXCVbootc #oKrVuLTqy7T7cidUFn9BMuBKDTD81tX2 { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#CeAO5kGa4dLSJl7p20cSuoChXCVbootc #DfcAB3iI5nRf3SLTFrDTkiHtxFT7AXbN { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#CeAO5kGa4dLSJl7p20cSuoChXCVbootc #tk5hEgVpxgtOIm438hReiUy7BLVdnzeT { display:block;position:relative; }
#CeAO5kGa4dLSJl7p20cSuoChXCVbootc #HpF0Z2zV7V3mDasTU9mxUR4kG7xKghJy {  }
#CeAO5kGa4dLSJl7p20cSuoChXCVbootc #I4O3ThCQH4bzCATTZ3KVauqupVkEyJ1n { display:none; }
#BbzBXsoCfTdrHTKlsPMALOHySoZH8pkb { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-2),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#BbzBXsoCfTdrHTKlsPMALOHySoZH8pkb > .row .container { background-color: transparent; background-image: none; }#BbzBXsoCfTdrHTKlsPMALOHySoZH8pkb::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BbzBXsoCfTdrHTKlsPMALOHySoZH8pkb > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BbzBXsoCfTdrHTKlsPMALOHySoZH8pkb > .row .container > .video-iframe-container { display: none; }#BbzBXsoCfTdrHTKlsPMALOHySoZH8pkb > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BbzBXsoCfTdrHTKlsPMALOHySoZH8pkb > .row > .video-iframe-container { display: none; }#BbzBXsoCfTdrHTKlsPMALOHySoZH8pkb > .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); }#BbzBXsoCfTdrHTKlsPMALOHySoZH8pkb > .row .container { border-width: 0; border-radius: 0; }#BbzBXsoCfTdrHTKlsPMALOHySoZH8pkb > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#BbzBXsoCfTdrHTKlsPMALOHySoZH8pkb > .row .container { font-size:0.875rem;font-family:arial;height:2.5rem;width:75rem;position:relative;display:block; }#oC8oqzyHT6x7WCQz8NJZPXluyCkXWq1I { 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/7ae7aa53-dc9d-4f34-b645-dc6efe6d804c/aboutus1.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#oC8oqzyHT6x7WCQz8NJZPXluyCkXWq1I.adaptive-delivery-prevent-bg, #oC8oqzyHT6x7WCQz8NJZPXluyCkXWq1I.lazyload, #oC8oqzyHT6x7WCQz8NJZPXluyCkXWq1I.lazyloading { background-image: none; }#oC8oqzyHT6x7WCQz8NJZPXluyCkXWq1I > .row .container { background-color: transparent; background-image: none; }#oC8oqzyHT6x7WCQz8NJZPXluyCkXWq1I::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oC8oqzyHT6x7WCQz8NJZPXluyCkXWq1I > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oC8oqzyHT6x7WCQz8NJZPXluyCkXWq1I > .row .container > .video-iframe-container { display: none; }#oC8oqzyHT6x7WCQz8NJZPXluyCkXWq1I > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oC8oqzyHT6x7WCQz8NJZPXluyCkXWq1I > .row > .video-iframe-container { display: none; }#oC8oqzyHT6x7WCQz8NJZPXluyCkXWq1I > .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); }#oC8oqzyHT6x7WCQz8NJZPXluyCkXWq1I > .row .container { border-width: 0; border-radius: 0; }#oC8oqzyHT6x7WCQz8NJZPXluyCkXWq1I > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#oC8oqzyHT6x7WCQz8NJZPXluyCkXWq1I > .row .container { font-size:0.875rem;font-family:arial;height:16rem;width:75rem;position:relative;display:block; }#ZrcwSzpUUkw6wld7J0G3DvQtyroCpfrs { color:rgba(var(--color-tertiary-4),1);display:block;width:75rem;position:absolute;font-family:"dc ash";font-size:3.75rem;font-weight:400;z-index:15004;line-height:1.3;letter-spacing:0;top:1.7291641235351rem;left:0rem;height:4.875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#GkKzT1tfuscbCTw4pGs8m52wIEDknVJ0 { color:rgba(var(--color-tertiary-4),1);display:block;width:74.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:400;z-index:15005;line-height:1.3;letter-spacing:0;top:7.75rem;left:0.125rem;height:5.85rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#WddHul5ule5l27xRsSReIG1nlUnPBq5u { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),0);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; }#WddHul5ule5l27xRsSReIG1nlUnPBq5u > .row .container { background-color: transparent; background-image: none; }#WddHul5ule5l27xRsSReIG1nlUnPBq5u::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WddHul5ule5l27xRsSReIG1nlUnPBq5u > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WddHul5ule5l27xRsSReIG1nlUnPBq5u > .row .container > .video-iframe-container { display: none; }#WddHul5ule5l27xRsSReIG1nlUnPBq5u > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WddHul5ule5l27xRsSReIG1nlUnPBq5u > .row > .video-iframe-container { display: none; }#WddHul5ule5l27xRsSReIG1nlUnPBq5u > .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); }#WddHul5ule5l27xRsSReIG1nlUnPBq5u > .row .container { border-width: 0; border-radius: 0; }#WddHul5ule5l27xRsSReIG1nlUnPBq5u > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#WddHul5ule5l27xRsSReIG1nlUnPBq5u > .row .container { font-size:0.875rem;font-family:arial;height:43rem;width:75rem;position:relative;display:block; }#tMxec2wT5ZAzAKry0flws61kULmTPRrP .widget-form-header {  }
#tMxec2wT5ZAzAKry0flws61kULmTPRrP .widget-regular-label { height:auto;display:block;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:bold;color:rgba(var(--color-tertiary-4),1);width:26.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;text-align:left;text-align-last:left;vertical-align:top; }
#tMxec2wT5ZAzAKry0flws61kULmTPRrP .widget-input-text { 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:rgba(var(--color-secondary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0.0625rem solid #d6d4d4;border-right:0.0625rem solid #d6d4d4;border-bottom:0.0625rem solid #d6d4d4;border-left:0.0625rem solid #d6d4d4;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:26.375rem;box-sizing:border-box;height:2.6875rem;color:rgba(var(--color-tertiary-0),1);font-size:1rem;overflow:hidden;font-family:var(--paragraphs-font-family);vertical-align:top; }
#tMxec2wT5ZAzAKry0flws61kULmTPRrP .widget-input-text {padding-top: 0; padding-bottom: 0;}#tMxec2wT5ZAzAKry0flws61kULmTPRrP .widget-textarea { 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:rgba(var(--color-secondary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0.0625rem solid #d6d4d4;border-right:0.0625rem solid #d6d4d4;border-bottom:0.0625rem solid #d6d4d4;border-left:0.0625rem solid #d6d4d4;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:26.375rem;box-sizing:border-box;height:4.375rem;color:rgba(var(--color-tertiary-0),1);font-size:1rem;overflow:hidden;font-family:var(--paragraphs-font-family);vertical-align:top; }
#tMxec2wT5ZAzAKry0flws61kULmTPRrP .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:rgba(var(--color-secondary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0.0625rem solid #d6d4d4;border-left:0.0625rem solid #d6d4d4;border-right:0.0625rem solid #d6d4d4;border-bottom: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:26.375rem;box-sizing:border-box;height:2.5rem;color:rgba(var(--color-tertiary-0),1);font-family:var(--paragraphs-font-family);font-size:0.875rem;overflow:hidden;vertical-align:top; }
#tMxec2wT5ZAzAKry0flws61kULmTPRrP .widget-input-select {padding-top: 0; padding-bottom: 0;}#tMxec2wT5ZAzAKry0flws61kULmTPRrP .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; }
#tMxec2wT5ZAzAKry0flws61kULmTPRrP .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#tMxec2wT5ZAzAKry0flws61kULmTPRrP .widget-input-button { 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:rgba(var(--color-primary-2),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom: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.25rem;font-weight:bold;color:rgba(var(--color-secondary-2),1);width:26.375rem;height:3.4375rem;font-family:var(--paragraphs-font-family);overflow:hidden; }
#tMxec2wT5ZAzAKry0flws61kULmTPRrP [class*="-text"]:-moz-placeholder { color:#c8c8c8;font-family:var(--paragraphs-font-family);font-size:1rem; }
#tMxec2wT5ZAzAKry0flws61kULmTPRrP [class*="-text"]::-moz-placeholder { color:#c8c8c8;font-family:var(--paragraphs-font-family);font-size:1rem; }
#tMxec2wT5ZAzAKry0flws61kULmTPRrP [class*="-text"]:-ms-input-placeholder { color:#c8c8c8;font-family:var(--paragraphs-font-family);font-size:1rem; }
#tMxec2wT5ZAzAKry0flws61kULmTPRrP [class*="-text"]::-webkit-input-placeholder { color:#c8c8c8;font-family:var(--paragraphs-font-family);font-size:1rem; }
#tMxec2wT5ZAzAKry0flws61kULmTPRrP .widget-checkbox-label { display:inline-block;*zoom:1;*display:inline;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;font-family:var(--paragraphs-font-family);line-height:1.3;font-size:0.75rem;font-weight:300;color:rgba(var(--color-tertiary-4),1);vertical-align:top;width:25.1875rem;overflow:hidden;font-style:normal;float:none; }
#tMxec2wT5ZAzAKry0flws61kULmTPRrP .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; }
#tMxec2wT5ZAzAKry0flws61kULmTPRrP .widget-radio-label { display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:1.125rem;vertical-align:middle;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:300;color:#161616;overflow:hidden;font-style:normal;line-height:1.3;float:none; }
#tMxec2wT5ZAzAKry0flws61kULmTPRrP .widget-container { padding-top:0.25rem;padding-right:0;padding-bottom:0.25rem;padding-left:0;width:100%;font-size:0;height:auto; }
#tMxec2wT5ZAzAKry0flws61kULmTPRrP .widget-container:first-of-type{padding-top:0;}#tMxec2wT5ZAzAKry0flws61kULmTPRrP .widget-container:last-of-type{padding-bottom:0;}#tMxec2wT5ZAzAKry0flws61kULmTPRrP  { background-color:rgba(var(--color-secondary-2),1);background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:26.375rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15000;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:10.166667938233rem;left:44.718746185302rem; }
#tMxec2wT5ZAzAKry0flws61kULmTPRrP .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:26.375rem;display:block;vertical-align:top; }
#tMxec2wT5ZAzAKry0flws61kULmTPRrP .widget-info-text { display:block;height:auto;font-family:var(--paragraphs-font-family);font-size:0.75rem;line-height:1.3;font-weight:300;color:rgba(var(--color-tertiary-4),1);vertical-align:top;overflow:hidden;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#tMxec2wT5ZAzAKry0flws61kULmTPRrP {display:block;}#tMxec2wT5ZAzAKry0flws61kULmTPRrP { background-color:rgba(var(--color-secondary-2),1);background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:26.375rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15000;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:10.166667938233rem;left:44.718746185302rem; }
#tMxec2wT5ZAzAKry0flws61kULmTPRrP #OFtlRkozuJLg08R8wcMLW2Ne9xswF4lz { position:relative; }
#tMxec2wT5ZAzAKry0flws61kULmTPRrP #cCWTgZzSQfbnC2syhDtPz7ZF3JpawGfi { position:relative;display:none; }
#tMxec2wT5ZAzAKry0flws61kULmTPRrP #vHxeoOtzxK6hRttSsMi5Ix7LwuAlV1fB { position:relative; }
#tMxec2wT5ZAzAKry0flws61kULmTPRrP #KQvwcmE9vWwivrTN2vwGx1sFhnbeGUlI { position:relative; }
#tMxec2wT5ZAzAKry0flws61kULmTPRrP #yqbREzDeGntIeSlVmE2E0OyVGF6BuKBP { position:relative;display:none; }
#tMxec2wT5ZAzAKry0flws61kULmTPRrP #hePEDXqqCDpRq9JR0af87Ier9BmJGeLy { position:relative; }
#tMxec2wT5ZAzAKry0flws61kULmTPRrP #Haxvzh7GgLhoQ6A9PVb1bJSSB8aoXadV { position:relative; }
#tMxec2wT5ZAzAKry0flws61kULmTPRrP #pcfhgqQ8hAEl6GEAo25AtQycLvaZX3UB { position:relative;display:none; }
#tMxec2wT5ZAzAKry0flws61kULmTPRrP #zbWHmdn2QEios25cVvGXgeEp9D8l0o0U { position:relative; }
#tMxec2wT5ZAzAKry0flws61kULmTPRrP #u712fZeITZl32OFwpVJ8bQ8Z9kQm9moP { position:relative; }
#tMxec2wT5ZAzAKry0flws61kULmTPRrP #Hix3ztQeIp5Txr9SCMPTmse67mrwBU3N { position:relative;display:none; }
#tMxec2wT5ZAzAKry0flws61kULmTPRrP #GQ7E0aaXyDEGTePTlGWKatNo02ADJIEO { position:relative; }
#tMxec2wT5ZAzAKry0flws61kULmTPRrP #lfKTBitedm1Ehh3r73O02xDN5NE95w4J { position:relative; }
#tMxec2wT5ZAzAKry0flws61kULmTPRrP #nbNbhzT6ZgW7SbkOldpr3c5vvTrkFluk { position:relative;display:none; }
#tMxec2wT5ZAzAKry0flws61kULmTPRrP #TqLUyEPluK46ka6Mn121yRCGny55nJUP { position:relative; }
#tMxec2wT5ZAzAKry0flws61kULmTPRrP #cLBJmHW9z4PK5UIv3ZVW5VhawDeiy0ev { position:relative; }
#tMxec2wT5ZAzAKry0flws61kULmTPRrP #WJuhVPJPT8kxF8BIUG4DDXn7IlrOpo4I { position:relative;display:none; }
#tMxec2wT5ZAzAKry0flws61kULmTPRrP #O4tuw7FmzikHZsVXCcgOr72DlTvfZgaO { position:relative; }
#tMxec2wT5ZAzAKry0flws61kULmTPRrP #D0WWZTpWzrKqMIxnavmzaw7Du5TcPTLG { position:relative; }
#tMxec2wT5ZAzAKry0flws61kULmTPRrP #TSxnl2WTMb6XveqydVJO2kxdm4eE5CMc { position:relative; }
#SqX3qUUr9xkukdKk6IGlg1BIP6v8Xif1 { box-sizing:content-box;height:42.9375rem;width:31.5625rem;position:absolute;display:block;z-index:14999;background-color:rgba(var(--color-secondary-2),1);background-image:none;top:0rem;left:43.374996185302rem;display:block; }
#l6XPN0GqH2swQzwgsLASOMhZXQ7J6etW { color:rgba(var(--color-tertiary-0),1);display:block;width:31.3125rem;position:absolute;font-family:"dc ash";font-size:2.8125rem;font-weight:400;z-index:15003;line-height:1.3;letter-spacing:0;top:2.875rem;left:43.499996185302rem;height:3.65625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#HkaRy3kO16DnZMybEOOZXLyAu2ay8nnm { color:rgba(var(--color-tertiary-4),1);display:block;width:32rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.25rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:2.875rem;left:0rem;height:8.775rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#FaIcTcPAPFKLvCJneLAwFzvzcRuJsXbJ { color:rgba(var(--color-tertiary-4),1);display:block;width:34.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:400;z-index:15004;line-height:1.3;letter-spacing:0;top:16.947917938233rem;left:0rem;height:16.5rem;text-align:left;text-align-last:left;font-style:normal;display:block; }#FaIcTcPAPFKLvCJneLAwFzvzcRuJsXbJ li:not(:first-child){ padding-top:0.9375rem;padding-right:0;padding-bottom:0;padding-left:0; }#FaIcTcPAPFKLvCJneLAwFzvzcRuJsXbJ li:before{  }
#IpyBq0mbQVGWlDzmhFHiqi3SkGr3fHoc { color:rgba(var(--color-tertiary-4),1);display:block;width:38.875rem;position:absolute;font-family:"dc ash";font-size:3.75rem;font-weight:400;z-index:15004;line-height:1.3;letter-spacing:0;top:35.443748474121rem;left:0rem;height:4.875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#RgrdyKOW4GvFJ5VTeOxNTylURxrp9XF6 { color:rgba(var(--color-primary-2),1);display:block;width:31.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:400;z-index:15004;line-height:1.3;letter-spacing:0;top:7.0374984741213rem;left:43.499996185302rem;height:1.95rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#f111aRP7XePM6BWwlQt2gpnX3T0Vm3iG { color:rgba(var(--color-tertiary-4),1);display:block;width:37.5rem;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:12.964584350586rem;left:0rem;height:2.4375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#m52gyXoyeyv4rgmp9VqAm7GcpQSqBPoN { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-2),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#m52gyXoyeyv4rgmp9VqAm7GcpQSqBPoN > .row .container { background-color: transparent; background-image: none; }#m52gyXoyeyv4rgmp9VqAm7GcpQSqBPoN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#m52gyXoyeyv4rgmp9VqAm7GcpQSqBPoN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#m52gyXoyeyv4rgmp9VqAm7GcpQSqBPoN > .row .container > .video-iframe-container { display: none; }#m52gyXoyeyv4rgmp9VqAm7GcpQSqBPoN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#m52gyXoyeyv4rgmp9VqAm7GcpQSqBPoN > .row > .video-iframe-container { display: none; }#m52gyXoyeyv4rgmp9VqAm7GcpQSqBPoN > .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); }#m52gyXoyeyv4rgmp9VqAm7GcpQSqBPoN > .row .container { border-width: 0; border-radius: 0; }#m52gyXoyeyv4rgmp9VqAm7GcpQSqBPoN > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#m52gyXoyeyv4rgmp9VqAm7GcpQSqBPoN > .row .container { font-size:0.875rem;font-family:arial;height:2.5rem;width:75rem;position:relative;display:block; }#JHJU1iiboTJqKW8TWSlktbL3wRv7sZbW { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-2),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;z-index:auto;display:block; }#JHJU1iiboTJqKW8TWSlktbL3wRv7sZbW > .row .container { background-color: transparent; background-image: none; }#JHJU1iiboTJqKW8TWSlktbL3wRv7sZbW::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JHJU1iiboTJqKW8TWSlktbL3wRv7sZbW > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JHJU1iiboTJqKW8TWSlktbL3wRv7sZbW > .row .container > .video-iframe-container { display: none; }#JHJU1iiboTJqKW8TWSlktbL3wRv7sZbW > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JHJU1iiboTJqKW8TWSlktbL3wRv7sZbW > .row > .video-iframe-container { display: none; }#JHJU1iiboTJqKW8TWSlktbL3wRv7sZbW > .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); }#JHJU1iiboTJqKW8TWSlktbL3wRv7sZbW > .row .container { border-width: 0; border-radius: 0; }#JHJU1iiboTJqKW8TWSlktbL3wRv7sZbW > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#JHJU1iiboTJqKW8TWSlktbL3wRv7sZbW > .row .container { font-size:0.875rem;font-family:arial;height:13.3125rem;width:75rem;position:relative;display:block; }#gnpTVdNyKbQT6Fs9uETGfmswg5PRVGKl { box-sizing:content-box;color:#5d92ff;font-size:1.5rem;font-weight:400;line-height:1;height:2.25rem;width:2.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15033;top:2.125rem;left:54.5625rem; }
#gnpTVdNyKbQT6Fs9uETGfmswg5PRVGKl > img { max-width: 100%;max-height:100%; width:2.25rem; height:2.25rem; }#TaXv6PUUFSgsAVtrGZtLbWnQ3PnplJ6v { box-sizing:content-box;color:#5d92ff;font-size:1.5rem;font-weight:400;line-height:1;height:2.1875rem;width:2.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15034;top:2.125rem;left:57.4375rem; }
#TaXv6PUUFSgsAVtrGZtLbWnQ3PnplJ6v > img { max-width: 100%;max-height:100%; width:2.1875rem; height:2.1875rem; }#vWzpmz1pCExpCQ7NgTw5VqFIJRAe2vfE { box-sizing:content-box;color:#5d92ff;font-size:1.5rem;font-weight:400;line-height:1;height:2.1875rem;width:2.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15035;top:2.25rem;left:60.3125rem; }
#vWzpmz1pCExpCQ7NgTw5VqFIJRAe2vfE > img { max-width: 100%;max-height:100%; width:2.1875rem; height:2.1875rem; }#Z7PCXI8yUEKKqJFiezXpTK7PeOshgDzr { box-sizing:content-box;color:#5d92ff;font-size:1.5rem;font-weight:400;line-height:1;height:2.1875rem;width:2.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15036;top:2.125rem;left:63.375rem; }
#Z7PCXI8yUEKKqJFiezXpTK7PeOshgDzr > img { max-width: 100%;max-height:100%; width:2.1875rem; height:2.1875rem; }#XGvLzfmPIyWeyGFTDB7OelPRKB8KgL3i { box-sizing:content-box;color:#5d92ff;font-size:1.5rem;font-weight:400;line-height:1;height:2.1875rem;width:2.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15037;top:2.125rem;left:66.375rem; }
#XGvLzfmPIyWeyGFTDB7OelPRKB8KgL3i > img { max-width: 100%;max-height:100%; width:2.1875rem; height:2.1875rem; }#qoSIZ5ftmrpDsGyXpvm2KMZGWX4lTmES { box-sizing:content-box;color:#5d92ff;font-size:1.5rem;font-weight:400;line-height:1;height:2.1875rem;width:2.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15038;top:2.125rem;left:69.375rem; }
#qoSIZ5ftmrpDsGyXpvm2KMZGWX4lTmES > img { max-width: 100%;max-height:100%; width:2.1875rem; height:2.1875rem; }#TEaTdodxbhQXrpDawiaSF562alB95JdH { color:rgba(var(--color-tertiary-0),0.71);display:block;width:29.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15039;line-height:1.3;letter-spacing:0;top:10.75rem;left:22.6875rem;height:1.625rem;text-align:center;text-align-last:center;display:block; }
#C90fUAT2suRsg7vrfD2VcZIf92KGmAu9 { color:rgba(var(--color-primary-2),1);display:block;width:17.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15009;line-height:1.6;letter-spacing:0;top:2.0625rem;left:5.75rem;height:2.4rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#c2h4gdlbsylBLzvhce9MUf5CfUiEBWZu { box-sizing:content-box;color:#5d92ff;font-size:1.5rem;font-weight:400;line-height:1;height:2.25rem;width:2.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15034;top:2.0625rem;left:2.9375rem; }
#c2h4gdlbsylBLzvhce9MUf5CfUiEBWZu > img { max-width: 100%;max-height:100%; width:2.25rem; height:2.25rem; }#JHAAxBvZ6pCf8NCX3qqUhoCI1WgL6USE { position:absolute;display:block;z-index:15040;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.8125rem;width:20.3125rem;top:0.9375rem;left:27.375rem;overflow:hidden;display:block; }
@media only screen and (max-width: 1199px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 1199px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { position:fixed;z-index:199999;top:0rem;left:0rem;right:0rem;display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #M4wXRf21gcHkFS8D5kKlsaiTRe6Nd5im { width:14.4375rem;height:6.625rem;top:0.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #fKm0FdAfCoS0aKVtI9niMs2m8i6gRBda { width:47.75rem;height:1.3rem;top:2.125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #xF3yqx7fWgmLzsPToFPFP6mVnI8pzmgx { width:47.75rem;height:1.625rem;top:3.9375rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #PRboi1JAdmzTbrcJmZAWlVtgUCOdpWbo { width:1.9375rem;height:1.9375rem;top:3.78125rem;left:35.499999046326rem;display:block; }
 }@media only screen and (max-width: 1199px) { #kGGUDOtamQAvhKuFXRfyvCRXs2roKEOt { display:block; }#kGGUDOtamQAvhKuFXRfyvCRXs2roKEOt > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #SSwR7LyTN5vMTz2LWuAIA5tf3M4Wn747 { display:block; }#SSwR7LyTN5vMTz2LWuAIA5tf3M4Wn747 > .row .container { width:47.75rem;height:34.8125rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #qg0nnVy97Jetqs04QAwXC2ovH6LTODEU { width:47.75rem;height:5.2rem;top:4rem;left:0rem;font-size:4rem;display:block; }
 }@media only screen and (max-width: 1199px) { #AM3Hul72Eku9vIowAa8D9V67t0hz0IaH { width:47.75rem;height:2.4375rem;top:9.75rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #NHsMfAmyPyAoA1gc5QhTJNmrDWPOzwHb { width:47.75rem;height:11.375rem;top:13.625rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #pnba9Rp7J0EZgnCaZ1k7T696m5LuNm4a { width:17.5rem;height:4.3125rem;top:27.6875rem;left:5.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #B3PkUhuA7RNyT0AS5dwxmJATWqTiZoaH { display:block; }
 }@media only screen and (max-width: 1199px) { #SlPc9JJDKfz9P7GcNuVmCFDV2zFdBxbe { width:17.875rem;height:4.4375rem;top:27.6875rem;left:24.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #NcHhHJFe5TNasAiDAWN2DwN2ALfhaa7M { display:block; }
 }@media only screen and (max-width: 1199px) { #BNH2uKPnwCN2LxgseI3AHIEJxZIZuvCO { width:20rem;height:4.375rem;top:1.6875rem;left:0rem;font-size:4.25rem;display:none; }
 }@media only screen and (max-width: 1199px) { #p9SHmdl2DC9BWl2bTqSsyI4TM9x7xsfw { width:20rem;height:8.75rem;top:26.25rem;left:0rem;font-size:2.75rem;display:none; }
 }@media only screen and (max-width: 1199px) { #gxukkEIDgNTC9kyidNyPI1W6vrXDFOrQ { position:fixed;z-index:199999;top:0rem;left:0rem;right:0rem;display:block; }#gxukkEIDgNTC9kyidNyPI1W6vrXDFOrQ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #kz8CHywkaz05TCaJpw1Zm8Z2Z3RDB3lM { width:14.4375rem;height:6.625rem;top:0.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #fEtyA1rRD2111ilBckpugSQGxiFHVEao { width:47.75rem;height:1.3rem;top:2.125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ZDhykiVDyWDvfG613Ld5EJQ7TayleqOT { width:47.75rem;height:1.625rem;top:3.9375rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #o2gz5TazM0FNeoq0sWFwtn9pdX7PTyeH { width:1.9375rem;height:1.9375rem;top:3.78125rem;left:35.499999046326rem;display:block; }
 }@media only screen and (max-width: 1199px) { #hbHtIvmZlZ10aGRkaNycK45ewCXvBFtJ { display:block; }#hbHtIvmZlZ10aGRkaNycK45ewCXvBFtJ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #FK4624XQT8kigKrvG8eJZ0OnlNNNuTzX { display:block; }#FK4624XQT8kigKrvG8eJZ0OnlNNNuTzX > .row .container { width:47.75rem;height:6.75rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #CJ4iQfTm8rTDZvcTdm7BuaplIKiTPJi4 { width:47.75rem;height:4.875rem;top:1.375rem;left:0rem;font-size:3.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 1199px) { #CSx27D6o4GUMBJymCtTVKODtPx2PIW88 { width:25.1875rem;height:3.625rem;top:1.71875rem;left:11.28125rem;display:none; }
 }@media only screen and (max-width: 1199px) { #ypyNEX8cvuAV4Eakq3atDSNfdgb9FbfN { display:block; }
 }@media only screen and (max-width: 1199px) { #TUsE5Pd85esT0lPh9e2XybN4Xb7DeSKG { display:block; }#TUsE5Pd85esT0lPh9e2XybN4Xb7DeSKG > .row .container { width:47.75rem;height:12.6875rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #ylqpD3x9HHXxiKVw4qohohQsW4U2oFxa { width:12.5rem;height:12.5rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #smuPlrri3T6HT78V8cgQwVAmStCJ5Zkr { width:12.5rem;height:12.5rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #kSWWFLlWMNZr14a4Xd4NFp7LkPn1pp7f { width:12.5rem;height:12.5rem;top:0rem;left:11.375003814698rem;display:block; }
 }@media only screen and (max-width: 1199px) { #P6kCxwyUz7W9p8kqqv1ORNg0JMSnx8SJ { width:12.5rem;height:12.5rem;top:0rem;left:23.875003814698rem;display:block; }
 }@media only screen and (max-width: 1199px) { #M69Akg4UlFzM0wSET3xTxy8PCTT8vEuE { width:12.5rem;height:12.5rem;top:0rem;left:35.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #z3esxXAGvQTOurJowpAZqON38TOl24IR { width:12.5rem;height:12.5rem;top:0rem;left:35.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #LTTGXPqa7wPNOew42EwVEsJqOfbLfdKE { display:block; }#LTTGXPqa7wPNOew42EwVEsJqOfbLfdKE > .row .container { width:47.75rem;height:12.6875rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #T7ftyqJtZAwyhkLFlOfQhn7UTF4OkJu4 { width:12.5rem;height:12.5rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #G4sipCp4hkofPq1lEozJQFaZoNco0WOK { width:12.5rem;height:12.5rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #m6vxM21Fw9V8EiTxbP35pio71iEzA0Kp { width:12.5rem;height:12.5rem;top:0rem;left:11.375003814698rem;display:block; }
 }@media only screen and (max-width: 1199px) { #rWlb0U0iJoHZpZdf6kUS6VFVxcBfLKXX { width:12.5rem;height:12.5rem;top:0rem;left:23.875003814698rem;display:block; }
 }@media only screen and (max-width: 1199px) { #t3R5NsCge15ILl0Pp8UDB7zu4QVJnAJn { width:12.5rem;height:12.5rem;top:0rem;left:35.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Eh66V17KZhtEeAg75gFBi1bz8UxcmFGl { width:12.5rem;height:12.5rem;top:0rem;left:35.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #LgkuWqNQ65QRFkVHnFvDAXGQEbPC0l6Q { display:block; }#LgkuWqNQ65QRFkVHnFvDAXGQEbPC0l6Q > .row .container { width:47.75rem;height:7.375rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #lluLqpkDSbwpnKDEthGoCewodNDcpr5C { width:25.1875rem;height:3.625rem;top:1.71875rem;left:11.28125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #IkkhHS9pSmBzvD3D9d0KP601D7ldDmVI { display:block; }
 }@media only screen and (max-width: 1199px) { #P0XUtawlFQthFerJnDeEIJ0F9qopUP87 { display:block; }#P0XUtawlFQthFerJnDeEIJ0F9qopUP87 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #cMoGRCds3immQI2GkuFH4PFok4bgDd11 { display:block; }#cMoGRCds3immQI2GkuFH4PFok4bgDd11 > .row .container { width:47.75rem;height:62.0625rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #OGLL9J5elx1UGVdLatsM50yw3TAKWNQ8 { width:47.75rem;height:4.875rem;top:3.4375rem;left:0rem;font-size:1.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 1199px) { #QdxDnhMKMszVhMop5oWQTpHd76cXncga { width:42.125rem;height:13.25rem;top:13.5625rem;left:2.8125rem;font-size:1.75rem;display:block; }#QdxDnhMKMszVhMop5oWQTpHd76cXncga li:before{  }
 }@media only screen and (max-width: 1199px) { #PirRmWS9hSo8T6ATgdbDI3fDTtDfUVZl { width:47.75rem;height:4.875rem;top:54.3125rem;left:0rem;font-size:3.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #KPX5LZD5iWsdn9QSqzKuDE87opa0npAK { width:47.75rem;height:2.4375rem;top:9.875rem;left:0rem;font-size:1.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 1199px) { #p2ekTWchRZKfknHCIri05gkxINKNqVvU { width:19.875rem;height:35.6875rem;top:15.5625rem;left:17.687499046326rem;display:none; }
 }@media only screen and (max-width: 1199px) { #DGiyBBupkIzKJeM5OJbAgyuTzqHtbODJ { width:37.8125rem;height:21.1875rem;top:30.375rem;left:4.96875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #H7nd2teRTHuDc6aeTp1HpKSopAgFrD8T { display:block; }#H7nd2teRTHuDc6aeTp1HpKSopAgFrD8T > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #TTsJEz0GWtlecosKEwCHm6BX5QeDyMlV { display:block; }#TTsJEz0GWtlecosKEwCHm6BX5QeDyMlV > .row .container { width:47.75rem;height:9.5625rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #dTXmebNmLDI4htJv3VMbsI9toOmC4TJC { width:7.8125rem;height:7.8125rem;top:0.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #iinzqS3zL744zS1iuqFXdI2OnMXhK0Mn { width:7.8125rem;height:7.5625rem;top:0.8125rem;left:8.375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #NPlzGca5b3VlofJTEBKQ5JFcalTHAsT6 { width:13.875rem;height:4.625rem;top:2.3125rem;left:33.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #BFhMXXUXmfCWxeQIz3N0wV8JMiwphreb { width:7.8125rem;height:6.4375rem;top:1.375rem;left:16.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Go2HtCMFq7kNTfboTOxt0frFn5BwKcdA { width:7.8125rem;height:6.9375rem;top:1.125rem;left:25.3125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #lIn6zxTQq6MWKZXJZ0stNGSQw9ba7VeZ { display:block; }#lIn6zxTQq6MWKZXJZ0stNGSQw9ba7VeZ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #at1piO9d40EPdRtGoRwroyZv17eKPMIT { width:47.75rem;height:9.75rem;top:4.3125rem;left:0rem;font-size:3.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #HxzZmC96QGcxCGMhNMIzdsf39ZVh2Xaf { display:block; }#HxzZmC96QGcxCGMhNMIzdsf39ZVh2Xaf > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #RnhG7oEPoUvOPM2L9EK5GBygUvZIvTxz { width:47.75rem;height:37.5rem;top:0.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ySwzRa7npXgwMq4btRpqyoPO8turTeqs { display:block; }#ySwzRa7npXgwMq4btRpqyoPO8turTeqs > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #qJ30rV51NAVwNxwpHBVB7nT3c7OJtnQi { display:block; }#qJ30rV51NAVwNxwpHBVB7nT3c7OJtnQi > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #fLWoJqIOP7N8WXk5kkClHLOJzSQuX7BZ { width:47.75rem;height:12.3125rem;top:39.554168701172rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Vg370qsaRQhw3loDpLSlEDhLmgEdPBAK { top:41.325000762939rem;left:36.249999046326rem;width:3.75rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #QU73lTOmel9rBxguVziKg9Pb9cJNc5Hv { width:47.75rem;height:28.5625rem;top:10.991668701172rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #hpar5xgMPCr2wEi8T7nF0q9EwVgAJ3W6 { width:19.25rem;height:5.3625rem;top:45.879169464111rem;left:2.8125rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #DcqPp4mJmW4JQDaTp5uC1gfLghcepWQW { width:19.25rem;height:1.95rem;top:47.585418701172rem;left:28.499999046326rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #y4pZp28mreUDJfulFOdnghOy8teK4wFK { width:19.25rem;height:1.7875rem;top:45.902084350586rem;left:28.499999046326rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #V0F8ovzC5GFQwtU1ZygJO5NHU52z7CxJ { top:41.325000762939rem;left:10.5625rem;width:3.75rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #kZWF3deK61gWdE8vcVvCmHlkUpZUS0P2 { width:47.75rem;height:4.875rem;top:4.375rem;left:0rem;font-size:3.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #NJBIxWL2EsfCwRermC0eS1tBg2TyVsod { display:block; }#NJBIxWL2EsfCwRermC0eS1tBg2TyVsod > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #INhOCsxoe1WGZNOiufn2Kf8G12QeKFXv { display:block; }#INhOCsxoe1WGZNOiufn2Kf8G12QeKFXv > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #fehFnSvsEh8xTUp6rKQLyFbwP6P8xdeh { width:36.5625rem;height:35.375rem;top:26rem;left:5.5937538146972rem;display:block; }
 }@media only screen and (max-width: 1199px) { #BptUcdRrWcx7AMgv2A0EFD6O3S9k5cKB { width:47.75rem;height:4.875rem;top:2.5625rem;left:0rem;font-size:3.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Mle5zL02x83Cy0NuOazC9CVB671bawXZ { width:47.75rem;height:8.125rem;top:8.25rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #JDNq1hDuXzIZp7sZcMuT7eWd0mTkhJts { width:23.5625rem;height:4.0625rem;top:20rem;left:12.079166412354rem;display:block; }
 }@media only screen and (max-width: 1199px) { #WGAEuMD9UxnVIADu5TtSb0GTFmkXxgKT { display:block; }
 }@media only screen and (max-width: 1199px) { #iTvy7m12fGg5zo5C0LHKZHZh8gAVTJEJ { display:block; }#iTvy7m12fGg5zo5C0LHKZHZh8gAVTJEJ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #C8LV2Utw5VifFT2U6SVHPZtWefwrZPKL { display:none; }#C8LV2Utw5VifFT2U6SVHPZtWefwrZPKL > .row .container { width:47.75rem;height:82.5rem;position:relative;display:none; } }@media only screen and (max-width: 1199px) { #OHGLukLzdARKqfHasgTF1TKJ9zLtcqeL { width:47.75rem;height:4.125rem;top:1.4375rem;left:0rem;font-size:3.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 1199px) { #i31xdwTJbb8X5dglPldpfxrDgsJTHGLT { width:47.75rem;height:2.6rem;top:6.625rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 1199px) { #NzIUmwDQ9i7HGLCMhJaScpg5Z1TKdkH1 { width:47.75rem;height:2.4375rem;top:22.216667175293rem;left:0rem;font-size:1.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 1199px) { #SfNWsMCwEXNr9TdNzA91DO0TyD2G3X6n { width:23.37497875rem;height:3.8749975rem;top:26.504165649414rem;left:12.145833969116rem;display:block; }
 }@media only screen and (max-width: 1199px) { #f3VnRB6yNN8gPHVdfcHNx6GpUJNoTq70 { display:block; }
 }@media only screen and (max-width: 1199px) { #rILbDLITmiG1XXDf5aZP3vLe4SoS8cB1 { width:31.4375rem;height:10.6875rem;top:10.358333587646rem;left:8.15625rem;font-size:1.875rem;display:block; }#rILbDLITmiG1XXDf5aZP3vLe4SoS8cB1 li:before{  }
 }@media only screen and (max-width: 1199px) { #u1uwB0M3Xx8HAIioyT2Tp5hbJMkut3TV { width:31.4375rem;height:8.25rem;top:35.5625rem;left:8.25rem;font-size:3.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ULeh0onxLTLylHk8q6C81vS8Z6P3wkQP .widget-regular-label { width:26.375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#ULeh0onxLTLylHk8q6C81vS8Z6P3wkQP .widget-input-text { width:26.375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#ULeh0onxLTLylHk8q6C81vS8Z6P3wkQP .widget-input-text {padding-top: 0; padding-bottom: 0;}#ULeh0onxLTLylHk8q6C81vS8Z6P3wkQP .widget-textarea { width:26.375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#ULeh0onxLTLylHk8q6C81vS8Z6P3wkQP .widget-input-select { width:26.375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#ULeh0onxLTLylHk8q6C81vS8Z6P3wkQP .widget-input-select {padding-top: 0; padding-bottom: 0;}#ULeh0onxLTLylHk8q6C81vS8Z6P3wkQP .widget-input-button { width:26.375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#ULeh0onxLTLylHk8q6C81vS8Z6P3wkQP .widget-checkbox-label { width:25.1875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#ULeh0onxLTLylHk8q6C81vS8Z6P3wkQP  { width:26.375rem;height:auto;top:48.125rem;left:9.5rem; }
#ULeh0onxLTLylHk8q6C81vS8Z6P3wkQP .radio-container { width:26.375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#ULeh0onxLTLylHk8q6C81vS8Z6P3wkQP {display:block;}#ULeh0onxLTLylHk8q6C81vS8Z6P3wkQP { width:26.375rem;height:auto;top:48.125rem;left:9.5rem; }
 }@media only screen and (max-width: 1199px) { #ULeh0onxLTLylHk8q6C81vS8Z6P3wkQP #HUIM87vpKtJ1icIs60eIZXaEJ4QegvSa {  }
 }@media only screen and (max-width: 1199px) { #ULeh0onxLTLylHk8q6C81vS8Z6P3wkQP #hS082mTpJQEJaJT8Aog3qRTLvGJMq8Wb {  }
 }@media only screen and (max-width: 1199px) { #ULeh0onxLTLylHk8q6C81vS8Z6P3wkQP #lP6stfHkLoc8W1OXHrdi5tQ28PUcLAXo {  }
 }@media only screen and (max-width: 1199px) { #ULeh0onxLTLylHk8q6C81vS8Z6P3wkQP #TJqq0kS4QoViLQK18zZd8TILk057fNHC {  }
 }@media only screen and (max-width: 1199px) { #ULeh0onxLTLylHk8q6C81vS8Z6P3wkQP #vKWGCqL5VNVvtXSEWX6bNHIppHn4ZUox {  }
 }@media only screen and (max-width: 1199px) { #ULeh0onxLTLylHk8q6C81vS8Z6P3wkQP #Xon1JMxXbwnqfKaPnZUMf1HDuIohDbJH {  }
 }@media only screen and (max-width: 1199px) { #ULeh0onxLTLylHk8q6C81vS8Z6P3wkQP #uUTPu0of0tKDEvrxJeNvJ0fuT5W28a9T {  }
 }@media only screen and (max-width: 1199px) { #ULeh0onxLTLylHk8q6C81vS8Z6P3wkQP #fQPT4fp4aJFn4Oq92lCcvkL37bn6rHXm {  }
 }@media only screen and (max-width: 1199px) { #ULeh0onxLTLylHk8q6C81vS8Z6P3wkQP #rBXZDifqtqQbo6mWCrX6JvMcioskL8TD {  }
 }@media only screen and (max-width: 1199px) { #ULeh0onxLTLylHk8q6C81vS8Z6P3wkQP #o0FJMr70RhWd0oURiw9SalQkEZSVgMZt {  }
 }@media only screen and (max-width: 1199px) { #ULeh0onxLTLylHk8q6C81vS8Z6P3wkQP #B7GLstnUtHITUEFAIdz4it1O0UWMNUcK {  }
 }@media only screen and (max-width: 1199px) { #ULeh0onxLTLylHk8q6C81vS8Z6P3wkQP #TmyDId9HNZexKdJz6nSPpXREg6Lgw3Td {  }
 }@media only screen and (max-width: 1199px) { #ULeh0onxLTLylHk8q6C81vS8Z6P3wkQP #Wsd40PWrpmTupfl5rrKbH00VQkTwmLAn {  }
 }@media only screen and (max-width: 1199px) { #ULeh0onxLTLylHk8q6C81vS8Z6P3wkQP #BMMZt3A4GAOS2Ap3Nr57baWSJmNCUD4k {  }
 }@media only screen and (max-width: 1199px) { #ULeh0onxLTLylHk8q6C81vS8Z6P3wkQP #zfBFSZyphrfac96c18oxl94O0pQRsLnP {  }
 }@media only screen and (max-width: 1199px) { #ULeh0onxLTLylHk8q6C81vS8Z6P3wkQP #rlD2QMPL6tdVWyFErx1X0wefFihKCeM8 {  }
 }@media only screen and (max-width: 1199px) { #ULeh0onxLTLylHk8q6C81vS8Z6P3wkQP #tUTER9Az3NPOzLGeTRlf3GnD7dHF8RWp {  }
 }@media only screen and (max-width: 1199px) { #ULeh0onxLTLylHk8q6C81vS8Z6P3wkQP #T1CBfgF3toSrDbQUXIWBzSKGN78eXLXO {  }
 }@media only screen and (max-width: 1199px) { #ULeh0onxLTLylHk8q6C81vS8Z6P3wkQP #LaImnaN7SrMUUGqyhqpNKqHDxHZri79a {  }
 }@media only screen and (max-width: 1199px) { #ULeh0onxLTLylHk8q6C81vS8Z6P3wkQP #qvnExLan7CsB2NyH5kSXWQ0qGSnRlMsQ {  }
 }@media only screen and (max-width: 1199px) { #zEMZepr4lTxXGoiHhSrVaRwk2xyZudfP { width:31.5625rem;height:46.6875rem;top:33.4375rem;left:8.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #sMmpJVrA0c9MGIgTdhpfe7x5q5cpAdbw { width:31.3125rem;height:2.275rem;top:45.0625rem;left:8.375rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #K7XD59S0ucnUOh4U6Vdg51i4y4w7wCKs { width:20rem;height:4.5rem;top:77.6875rem;left:0rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 1199px) { #GEZT4CozRCknA1xORS1kpxqz37Z3TEpR { width:20rem;height:6rem;top:4.9375rem;left:0rem;font-size:1.75rem;display:none; }
 }@media only screen and (max-width: 1199px) { #Rz95ctvzoq61wW7uIc6zRF6V7lEozyux { width:1.875rem;height:1.3rem;top:6.625rem;left:40.999999046326rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 1199px) { #orXRNTr2US853BASxdyz3yB2DBRE5Qbp { width:31.5625rem;height:46.6875rem;top:33.4375rem;left:8.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ArArgy1lasq6XK6SdbObEHhsSeSBC4xu { display:block; }#ArArgy1lasq6XK6SdbObEHhsSeSBC4xu > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #JBhkKJBoUtx5fTRg9HPUggWE75XVqeIS { width:47.75rem;height:4.875rem;top:2.4375rem;left:0rem;font-size:3.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #aohZ83ZRG76TxP3GlI0cxWQGmqxvOlTU { display:block; }#aohZ83ZRG76TxP3GlI0cxWQGmqxvOlTU > .row .container { width:47.75rem;height:60.9375rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #CeAO5kGa4dLSJl7p20cSuoChXCVbootc .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#CeAO5kGa4dLSJl7p20cSuoChXCVbootc { display:flex;height:auto;width:45.25rem;top:0rem;left:0rem; }
#CeAO5kGa4dLSJl7p20cSuoChXCVbootc .accordion-element-container:first-of-type .accordion-desc-text { display: none; } }@media only screen and (max-width: 1199px) { #CeAO5kGa4dLSJl7p20cSuoChXCVbootc #wktuVEcu0UmqaPkDw7nbKc9NZBQJU3TZ {  }
 }@media only screen and (max-width: 1199px) { #CeAO5kGa4dLSJl7p20cSuoChXCVbootc #i5fMHLH0ruX2K4X4PndCXHQJ8GZgHmuc {  }
 }@media only screen and (max-width: 1199px) { #CeAO5kGa4dLSJl7p20cSuoChXCVbootc #UR8qHs0ftI8NlHk5V5meiIlD6Haga15Q {  }
 }@media only screen and (max-width: 1199px) { #CeAO5kGa4dLSJl7p20cSuoChXCVbootc #ZNNpzM6M6VQPDDtPMhm326UDMre9MhxT {  }
 }@media only screen and (max-width: 1199px) { #CeAO5kGa4dLSJl7p20cSuoChXCVbootc #HCPiWKyXivLanATGTwKzDT2rs3ycGDZp {  }
 }@media only screen and (max-width: 1199px) { #CeAO5kGa4dLSJl7p20cSuoChXCVbootc #d1RiA41u7spX6dFyp1pbr9Nypc1WTbz3 {  }
 }@media only screen and (max-width: 1199px) { #CeAO5kGa4dLSJl7p20cSuoChXCVbootc #Idy8nSpaPQyqkuwmOUgzAFlhZyzRGbKX {  }
 }@media only screen and (max-width: 1199px) { #CeAO5kGa4dLSJl7p20cSuoChXCVbootc #R0rTWess3uNbqhRMPTfseV7NQe4ReSHs {  }
 }@media only screen and (max-width: 1199px) { #CeAO5kGa4dLSJl7p20cSuoChXCVbootc #yd1tQt284UHlu6LPNnCqrknXqOzqLsZW {  }
 }@media only screen and (max-width: 1199px) { #CeAO5kGa4dLSJl7p20cSuoChXCVbootc #En7bzTyAcmSP0A7w1RuKO4PH4Tv8Sd0g {  }
 }@media only screen and (max-width: 1199px) { #CeAO5kGa4dLSJl7p20cSuoChXCVbootc #gTWvdklS4FAJ6SXBOMyhzfhqHgliB5vk {  }
 }@media only screen and (max-width: 1199px) { #CeAO5kGa4dLSJl7p20cSuoChXCVbootc #N4sBgq4VvUmS7VOPMZP0prwrZW6HylmA {  }
 }@media only screen and (max-width: 1199px) { #CeAO5kGa4dLSJl7p20cSuoChXCVbootc #qzlhGebpu7ZqwHv0KUDyetWZRSVpwZ0U {  }
 }@media only screen and (max-width: 1199px) { #CeAO5kGa4dLSJl7p20cSuoChXCVbootc #wabUiK1EM6S6afiUPFfq7aPmEf5veTea {  }
 }@media only screen and (max-width: 1199px) { #CeAO5kGa4dLSJl7p20cSuoChXCVbootc #DbW0i2mqDWdrGhg0VvpCV0iuRzTl5V1z {  }
 }@media only screen and (max-width: 1199px) { #CeAO5kGa4dLSJl7p20cSuoChXCVbootc #BMtCTQXkVUECyEeFSJRgGRD8tRgFeSGy {  }
 }@media only screen and (max-width: 1199px) { #CeAO5kGa4dLSJl7p20cSuoChXCVbootc #aByoT5Ldfvqmkf8wTOFyvBSqQ0630JZz {  }
 }@media only screen and (max-width: 1199px) { #CeAO5kGa4dLSJl7p20cSuoChXCVbootc #sgEZWw0xXGhdgCCT49BSB2NMKqyiau35 {  }
 }@media only screen and (max-width: 1199px) { #CeAO5kGa4dLSJl7p20cSuoChXCVbootc #roPfVb4yXzVDcrmHHZcKNpEdrmO1CQna {  }
 }@media only screen and (max-width: 1199px) { #CeAO5kGa4dLSJl7p20cSuoChXCVbootc #GTwmgp1dq4OqEzOf3PiplgLUW0nFnrCu {  }
 }@media only screen and (max-width: 1199px) { #CeAO5kGa4dLSJl7p20cSuoChXCVbootc #HgEDyc2zxKgSzmDrRnOUAem3cto4CoKJ {  }
 }@media only screen and (max-width: 1199px) { #CeAO5kGa4dLSJl7p20cSuoChXCVbootc #CQnbMZp5uCwTwzGCLUIRZ1T8yb378eTb {  }
 }@media only screen and (max-width: 1199px) { #CeAO5kGa4dLSJl7p20cSuoChXCVbootc #VTF0Gqu015dxATrATbHelkMd3Pz8fwlA {  }
 }@media only screen and (max-width: 1199px) { #CeAO5kGa4dLSJl7p20cSuoChXCVbootc #gTg782dlCEfR6IxplI3PbZu1qFD1TXmS {  }
 }@media only screen and (max-width: 1199px) { #CeAO5kGa4dLSJl7p20cSuoChXCVbootc #mdSNHg84m7OxBsDzICxHW9kWnwQhu2OF {  }
 }@media only screen and (max-width: 1199px) { #CeAO5kGa4dLSJl7p20cSuoChXCVbootc #NkWoxWRHzpZUpiVoK6akbDufgtctmqtn {  }
 }@media only screen and (max-width: 1199px) { #CeAO5kGa4dLSJl7p20cSuoChXCVbootc #vkVQQX9I44JqtMul2zDXJlBwRmoqelPW {  }
 }@media only screen and (max-width: 1199px) { #CeAO5kGa4dLSJl7p20cSuoChXCVbootc #yypCUh7fDZ9rM089kFaCtpEAbmFCFNed {  }
 }@media only screen and (max-width: 1199px) { #CeAO5kGa4dLSJl7p20cSuoChXCVbootc #iQmTVlQNILUIyyTMlTHHAiWA9PZLtMZT {  }
 }@media only screen and (max-width: 1199px) { #CeAO5kGa4dLSJl7p20cSuoChXCVbootc #tBCKSQJm80XWro3Zc3yLbiaeNb8dEKK5 {  }
 }@media only screen and (max-width: 1199px) { #CeAO5kGa4dLSJl7p20cSuoChXCVbootc #SXKtRwiAUTiTB2682pyToF2qTcAKn9qn {  }
 }@media only screen and (max-width: 1199px) { #CeAO5kGa4dLSJl7p20cSuoChXCVbootc #vLuvObUAVwJTu6yJWGPUe2C6mNfASH0K {  }
 }@media only screen and (max-width: 1199px) { #CeAO5kGa4dLSJl7p20cSuoChXCVbootc #GlIJ8Es7HDEITFMwscE2BfaDn9OZFh4O {  }
 }@media only screen and (max-width: 1199px) { #CeAO5kGa4dLSJl7p20cSuoChXCVbootc #e6z29X7ehVOPgWUXhB6vuN2FrBRMO5zU {  }
 }@media only screen and (max-width: 1199px) { #CeAO5kGa4dLSJl7p20cSuoChXCVbootc #wbH0r25eJ5ZrxTIDIFebrr2py0WhlDqz {  }
 }@media only screen and (max-width: 1199px) { #CeAO5kGa4dLSJl7p20cSuoChXCVbootc #GAvqKyo2X2fpXSi2ZwkSppF23AoZafcc {  }
 }@media only screen and (max-width: 1199px) { #CeAO5kGa4dLSJl7p20cSuoChXCVbootc #LTTgGfe3KTcQqMla1wFODx9bTpznFKWQ {  }
 }@media only screen and (max-width: 1199px) { #CeAO5kGa4dLSJl7p20cSuoChXCVbootc #x2TxrGQVlXLgLLWvlpxcMZbRN0TobumG {  }
 }@media only screen and (max-width: 1199px) { #CeAO5kGa4dLSJl7p20cSuoChXCVbootc #Mvp1IIocTBH8hGST4EPrNzS38GWZhfWN {  }
 }@media only screen and (max-width: 1199px) { #CeAO5kGa4dLSJl7p20cSuoChXCVbootc #lVTnCdkR59uhA6U1xR9xxUTRWcqK2DgA {  }
 }@media only screen and (max-width: 1199px) { #CeAO5kGa4dLSJl7p20cSuoChXCVbootc #iakcdIHwze3mLAiTyIw48CDKs0fCILXa {  }
 }@media only screen and (max-width: 1199px) { #CeAO5kGa4dLSJl7p20cSuoChXCVbootc #VibhlIJUxtEegdWM1bB892tfW83B6ctO {  }
 }@media only screen and (max-width: 1199px) { #CeAO5kGa4dLSJl7p20cSuoChXCVbootc #CA6x2BR3yO7cUxrwucvsJsumUrOOg5tm {  }
 }@media only screen and (max-width: 1199px) { #CeAO5kGa4dLSJl7p20cSuoChXCVbootc #BlzOohJWEMiLDAAAwGCN6iyREhOLQcGM {  }
 }@media only screen and (max-width: 1199px) { #CeAO5kGa4dLSJl7p20cSuoChXCVbootc #QTy6GoBGQC5q8yEyiSxJHQrEPfuBVo2E {  }
 }@media only screen and (max-width: 1199px) { #CeAO5kGa4dLSJl7p20cSuoChXCVbootc #oKrVuLTqy7T7cidUFn9BMuBKDTD81tX2 {  }
 }@media only screen and (max-width: 1199px) { #CeAO5kGa4dLSJl7p20cSuoChXCVbootc #DfcAB3iI5nRf3SLTFrDTkiHtxFT7AXbN {  }
 }@media only screen and (max-width: 1199px) { #CeAO5kGa4dLSJl7p20cSuoChXCVbootc #tk5hEgVpxgtOIm438hReiUy7BLVdnzeT {  }
 }@media only screen and (max-width: 1199px) { #CeAO5kGa4dLSJl7p20cSuoChXCVbootc #HpF0Z2zV7V3mDasTU9mxUR4kG7xKghJy {  }
 }@media only screen and (max-width: 1199px) { #CeAO5kGa4dLSJl7p20cSuoChXCVbootc #I4O3ThCQH4bzCATTZ3KVauqupVkEyJ1n {  }
 }@media only screen and (max-width: 1199px) { #BbzBXsoCfTdrHTKlsPMALOHySoZH8pkb { display:block; }#BbzBXsoCfTdrHTKlsPMALOHySoZH8pkb > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #oC8oqzyHT6x7WCQz8NJZPXluyCkXWq1I { display:block; }#oC8oqzyHT6x7WCQz8NJZPXluyCkXWq1I > .row .container { width:47.75rem;height:30.6875rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #ZrcwSzpUUkw6wld7J0G3DvQtyroCpfrs { width:47.75rem;height:9.75rem;top:2.5625rem;left:0rem;font-size:3.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #GkKzT1tfuscbCTw4pGs8m52wIEDknVJ0 { width:47.75rem;height:6.5rem;top:13.593753814698rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #WddHul5ule5l27xRsSReIG1nlUnPBq5u { display:block; }#WddHul5ule5l27xRsSReIG1nlUnPBq5u > .row .container { width:47.75rem;height:84.875rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #tMxec2wT5ZAzAKry0flws61kULmTPRrP .widget-regular-label { width:26.375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#tMxec2wT5ZAzAKry0flws61kULmTPRrP .widget-input-text { width:26.375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#tMxec2wT5ZAzAKry0flws61kULmTPRrP .widget-input-text {padding-top: 0; padding-bottom: 0;}#tMxec2wT5ZAzAKry0flws61kULmTPRrP .widget-textarea { width:26.375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#tMxec2wT5ZAzAKry0flws61kULmTPRrP .widget-input-select { width:26.375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#tMxec2wT5ZAzAKry0flws61kULmTPRrP .widget-input-select {padding-top: 0; padding-bottom: 0;}#tMxec2wT5ZAzAKry0flws61kULmTPRrP .widget-input-button { width:26.375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#tMxec2wT5ZAzAKry0flws61kULmTPRrP .widget-checkbox-label { width:25.1875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#tMxec2wT5ZAzAKry0flws61kULmTPRrP  { width:26.375rem;height:auto;top:52.562501907349rem;left:8.78125rem; }
#tMxec2wT5ZAzAKry0flws61kULmTPRrP .radio-container { width:26.375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#tMxec2wT5ZAzAKry0flws61kULmTPRrP {display:block;}#tMxec2wT5ZAzAKry0flws61kULmTPRrP { width:26.375rem;height:auto;top:52.562501907349rem;left:8.78125rem; }
 }@media only screen and (max-width: 1199px) { #tMxec2wT5ZAzAKry0flws61kULmTPRrP #OFtlRkozuJLg08R8wcMLW2Ne9xswF4lz {  }
 }@media only screen and (max-width: 1199px) { #tMxec2wT5ZAzAKry0flws61kULmTPRrP #cCWTgZzSQfbnC2syhDtPz7ZF3JpawGfi {  }
 }@media only screen and (max-width: 1199px) { #tMxec2wT5ZAzAKry0flws61kULmTPRrP #vHxeoOtzxK6hRttSsMi5Ix7LwuAlV1fB {  }
 }@media only screen and (max-width: 1199px) { #tMxec2wT5ZAzAKry0flws61kULmTPRrP #KQvwcmE9vWwivrTN2vwGx1sFhnbeGUlI {  }
 }@media only screen and (max-width: 1199px) { #tMxec2wT5ZAzAKry0flws61kULmTPRrP #yqbREzDeGntIeSlVmE2E0OyVGF6BuKBP {  }
 }@media only screen and (max-width: 1199px) { #tMxec2wT5ZAzAKry0flws61kULmTPRrP #hePEDXqqCDpRq9JR0af87Ier9BmJGeLy {  }
 }@media only screen and (max-width: 1199px) { #tMxec2wT5ZAzAKry0flws61kULmTPRrP #Haxvzh7GgLhoQ6A9PVb1bJSSB8aoXadV {  }
 }@media only screen and (max-width: 1199px) { #tMxec2wT5ZAzAKry0flws61kULmTPRrP #pcfhgqQ8hAEl6GEAo25AtQycLvaZX3UB {  }
 }@media only screen and (max-width: 1199px) { #tMxec2wT5ZAzAKry0flws61kULmTPRrP #zbWHmdn2QEios25cVvGXgeEp9D8l0o0U {  }
 }@media only screen and (max-width: 1199px) { #tMxec2wT5ZAzAKry0flws61kULmTPRrP #u712fZeITZl32OFwpVJ8bQ8Z9kQm9moP {  }
 }@media only screen and (max-width: 1199px) { #tMxec2wT5ZAzAKry0flws61kULmTPRrP #Hix3ztQeIp5Txr9SCMPTmse67mrwBU3N {  }
 }@media only screen and (max-width: 1199px) { #tMxec2wT5ZAzAKry0flws61kULmTPRrP #GQ7E0aaXyDEGTePTlGWKatNo02ADJIEO {  }
 }@media only screen and (max-width: 1199px) { #tMxec2wT5ZAzAKry0flws61kULmTPRrP #lfKTBitedm1Ehh3r73O02xDN5NE95w4J {  }
 }@media only screen and (max-width: 1199px) { #tMxec2wT5ZAzAKry0flws61kULmTPRrP #nbNbhzT6ZgW7SbkOldpr3c5vvTrkFluk {  }
 }@media only screen and (max-width: 1199px) { #tMxec2wT5ZAzAKry0flws61kULmTPRrP #TqLUyEPluK46ka6Mn121yRCGny55nJUP {  }
 }@media only screen and (max-width: 1199px) { #tMxec2wT5ZAzAKry0flws61kULmTPRrP #cLBJmHW9z4PK5UIv3ZVW5VhawDeiy0ev {  }
 }@media only screen and (max-width: 1199px) { #tMxec2wT5ZAzAKry0flws61kULmTPRrP #WJuhVPJPT8kxF8BIUG4DDXn7IlrOpo4I {  }
 }@media only screen and (max-width: 1199px) { #tMxec2wT5ZAzAKry0flws61kULmTPRrP #O4tuw7FmzikHZsVXCcgOr72DlTvfZgaO {  }
 }@media only screen and (max-width: 1199px) { #tMxec2wT5ZAzAKry0flws61kULmTPRrP #D0WWZTpWzrKqMIxnavmzaw7Du5TcPTLG {  }
 }@media only screen and (max-width: 1199px) { #tMxec2wT5ZAzAKry0flws61kULmTPRrP #TSxnl2WTMb6XveqydVJO2kxdm4eE5CMc {  }
 }@media only screen and (max-width: 1199px) { #SqX3qUUr9xkukdKk6IGlg1BIP6v8Xif1 { width:31.5625rem;height:41.25rem;top:42.875rem;left:7.4375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #l6XPN0GqH2swQzwgsLASOMhZXQ7J6etW { width:31.3125rem;height:3.575rem;top:44.750001907349rem;left:7.5625rem;font-size:2.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #HkaRy3kO16DnZMybEOOZXLyAu2ay8nnm { width:47.75rem;height:10.725rem;top:1.125rem;left:0rem;font-size:2.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 1199px) { #FaIcTcPAPFKLvCJneLAwFzvzcRuJsXbJ { width:34.625rem;height:16.5rem;top:17.125rem;left:6.5625rem;font-size:1.875rem;display:block; }#FaIcTcPAPFKLvCJneLAwFzvzcRuJsXbJ li:before{  }
 }@media only screen and (max-width: 1199px) { #IpyBq0mbQVGWlDzmhFHiqi3SkGr3fHoc { width:38.875rem;height:4.875rem;top:35.3125rem;left:3.78125rem;font-size:3.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 1199px) { #RgrdyKOW4GvFJ5VTeOxNTylURxrp9XF6 { width:31.3125rem;height:1.95rem;top:48.950002670288rem;left:7.5625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #f111aRP7XePM6BWwlQt2gpnX3T0Vm3iG { width:47.75rem;height:2.4375rem;top:12.9375rem;left:0rem;font-size:1.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 1199px) { #m52gyXoyeyv4rgmp9VqAm7GcpQSqBPoN { display:block; }#m52gyXoyeyv4rgmp9VqAm7GcpQSqBPoN > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #JHJU1iiboTJqKW8TWSlktbL3wRv7sZbW { display:block; }#JHJU1iiboTJqKW8TWSlktbL3wRv7sZbW > .row .container { width:47.75rem;height:23.5625rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #gnpTVdNyKbQT6Fs9uETGfmswg5PRVGKl { top:17.1875rem;left:15.0625rem;width:2.25rem;height:2.25rem;display:block; }
#gnpTVdNyKbQT6Fs9uETGfmswg5PRVGKl > img { max-width: 100%;max-height:100%; width:2.25rem; height:2.25rem; } }@media only screen and (max-width: 1199px) { #TaXv6PUUFSgsAVtrGZtLbWnQ3PnplJ6v { top:17.25rem;left:18.3125rem;width:2.1875rem;height:2.1875rem;display:block; }
#TaXv6PUUFSgsAVtrGZtLbWnQ3PnplJ6v > img { max-width: 100%;max-height:100%; width:2.1875rem; height:2.1875rem; } }@media only screen and (max-width: 1199px) { #vWzpmz1pCExpCQ7NgTw5VqFIJRAe2vfE { top:17.25rem;left:30.5rem;width:2.1875rem;height:2.1875rem;display:block; }
#vWzpmz1pCExpCQ7NgTw5VqFIJRAe2vfE > img { max-width: 100%;max-height:100%; width:2.1875rem; height:2.1875rem; } }@media only screen and (max-width: 1199px) { #Z7PCXI8yUEKKqJFiezXpTK7PeOshgDzr { top:17.25rem;left:27.125rem;width:2.1875rem;height:2.1875rem;display:block; }
#Z7PCXI8yUEKKqJFiezXpTK7PeOshgDzr > img { max-width: 100%;max-height:100%; width:2.1875rem; height:2.1875rem; } }@media only screen and (max-width: 1199px) { #XGvLzfmPIyWeyGFTDB7OelPRKB8KgL3i { top:17.25rem;left:24.3125rem;width:2.1875rem;height:2.1875rem;display:block; }
#XGvLzfmPIyWeyGFTDB7OelPRKB8KgL3i > img { max-width: 100%;max-height:100%; width:2.1875rem; height:2.1875rem; } }@media only screen and (max-width: 1199px) { #qoSIZ5ftmrpDsGyXpvm2KMZGWX4lTmES { top:17.25rem;left:21.25rem;width:2.1875rem;height:2.1875rem;display:block; }
#qoSIZ5ftmrpDsGyXpvm2KMZGWX4lTmES > img { max-width: 100%;max-height:100%; width:2.1875rem; height:2.1875rem; } }@media only screen and (max-width: 1199px) { #TEaTdodxbhQXrpDawiaSF562alB95JdH { width:29.625rem;height:1.3rem;top:20.5rem;left:9.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #C90fUAT2suRsg7vrfD2VcZIf92KGmAu9 { top:1.5625rem;left:16.75rem;width:16.4375rem;height:3rem;font-size:1.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 1199px) { #c2h4gdlbsylBLzvhce9MUf5CfUiEBWZu { top:1.9375rem;left:14.5625rem;width:2.25rem;height:2.25rem;display:block; }
#c2h4gdlbsylBLzvhce9MUf5CfUiEBWZu > img { max-width: 100%;max-height:100%; width:2.25rem; height:2.25rem; } }@media only screen and (max-width: 1199px) { #JHAAxBvZ6pCf8NCX3qqUhoCI1WgL6USE { width:21.0625rem;height:9.9375rem;top:6rem;left:13.34375rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { position:fixed;z-index:199999;top:0rem;left:0rem;right:0rem;display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:20rem;height:4.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #M4wXRf21gcHkFS8D5kKlsaiTRe6Nd5im { width:9.5625rem;height:3.9375rem;top:0.40625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #fKm0FdAfCoS0aKVtI9niMs2m8i6gRBda { width:20rem;height:1.3rem;top:0.92916679382325rem;left:0rem;font-size:1rem;text-align:right;text-align-last:right;display:block; }
 }@media only screen and (max-width: 763px) { #xF3yqx7fWgmLzsPToFPFP6mVnI8pzmgx { width:11.25rem;height:1.625rem;top:2.625rem;left:8.75rem;font-size:1.25rem;text-align:right;text-align-last:right;z-index:15004;display:block; }
 }@media only screen and (max-width: 763px) { #PRboi1JAdmzTbrcJmZAWlVtgUCOdpWbo { display:flex;width:1.25rem;height:1.25rem;top:2.8125rem;left:8.75rem;font-size:0.875rem; }
 }@media only screen and (max-width: 763px) { #kGGUDOtamQAvhKuFXRfyvCRXs2roKEOt { display:block; }#kGGUDOtamQAvhKuFXRfyvCRXs2roKEOt > .row .container { width:20rem;height:5.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SSwR7LyTN5vMTz2LWuAIA5tf3M4Wn747 { display:block; }#SSwR7LyTN5vMTz2LWuAIA5tf3M4Wn747 > .row .container { width:20rem;height:54.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qg0nnVy97Jetqs04QAwXC2ovH6LTODEU { width:20rem;height:0;top:1.25rem;left:0rem;font-size:4rem;line-height:1.1;display:none; }
 }@media only screen and (max-width: 763px) { #AM3Hul72Eku9vIowAa8D9V67t0hz0IaH { width:20rem;height:4.875rem;top:11.575000762939rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NHsMfAmyPyAoA1gc5QhTJNmrDWPOzwHb { width:20rem;height:19.5rem;top:31.625rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #pnba9Rp7J0EZgnCaZ1k7T696m5LuNm4a { width:17.5rem;height:4.3125rem;top:19.375rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #B3PkUhuA7RNyT0AS5dwxmJATWqTiZoaH { display:block; }
 }@media only screen and (max-width: 763px) { #SlPc9JJDKfz9P7GcNuVmCFDV2zFdBxbe { width:17.5rem;height:4.3125rem;top:24.9375rem;left:1.25rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #NcHhHJFe5TNasAiDAWN2DwN2ALfhaa7M { display:block; }
 }@media only screen and (max-width: 763px) { #BNH2uKPnwCN2LxgseI3AHIEJxZIZuvCO { width:20rem;height:4.675rem;top:2.4833335876465rem;left:0rem;font-size:4.25rem;line-height:1.1;z-index:15003;display:block; }
 }@media only screen and (max-width: 763px) { #p9SHmdl2DC9BWl2bTqSsyI4TM9x7xsfw { width:20rem;height:3.025rem;top:7.6958332061769rem;left:0rem;font-size:2.75rem;line-height:1.1;z-index:15004;display:block; }
 }@media only screen and (max-width: 763px) { #gxukkEIDgNTC9kyidNyPI1W6vrXDFOrQ { position:fixed;z-index:199999;top:0rem;left:0rem;right:0rem;display:block; }#gxukkEIDgNTC9kyidNyPI1W6vrXDFOrQ > .row .container { width:20rem;height:4.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kz8CHywkaz05TCaJpw1Zm8Z2Z3RDB3lM { width:9.5625rem;height:3.9375rem;top:0.40625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #fEtyA1rRD2111ilBckpugSQGxiFHVEao { width:20rem;height:1.3rem;top:0.92916679382325rem;left:0rem;font-size:1rem;text-align:right;text-align-last:right;display:block; }
 }@media only screen and (max-width: 763px) { #ZDhykiVDyWDvfG613Ld5EJQ7TayleqOT { width:11.25rem;height:1.625rem;top:2.625rem;left:8.75rem;font-size:1.25rem;text-align:right;text-align-last:right;z-index:15004;display:block; }
 }@media only screen and (max-width: 763px) { #o2gz5TazM0FNeoq0sWFwtn9pdX7PTyeH { display:flex;width:1.25rem;height:1.25rem;top:2.8125rem;left:8.75rem;font-size:0.875rem; }
 }@media only screen and (max-width: 763px) { #hbHtIvmZlZ10aGRkaNycK45ewCXvBFtJ { display:block; }#hbHtIvmZlZ10aGRkaNycK45ewCXvBFtJ > .row .container { width:20rem;height:0.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FK4624XQT8kigKrvG8eJZ0OnlNNNuTzX { background-color:#171921;background-image:none;display:block; }#FK4624XQT8kigKrvG8eJZ0OnlNNNuTzX > .row .container { background-color: transparent; background-image: none; }#FK4624XQT8kigKrvG8eJZ0OnlNNNuTzX::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FK4624XQT8kigKrvG8eJZ0OnlNNNuTzX > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FK4624XQT8kigKrvG8eJZ0OnlNNNuTzX > .row .container > .video-iframe-container { display: none; }#FK4624XQT8kigKrvG8eJZ0OnlNNNuTzX > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FK4624XQT8kigKrvG8eJZ0OnlNNNuTzX > .row > .video-iframe-container { display: none; }#FK4624XQT8kigKrvG8eJZ0OnlNNNuTzX > .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); }#FK4624XQT8kigKrvG8eJZ0OnlNNNuTzX > .row .container { width:20rem;height:8rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CJ4iQfTm8rTDZvcTdm7BuaplIKiTPJi4 { width:20rem;height:6.05rem;top:0.97500228881838rem;left:0rem;font-size:2.75rem;line-height:1.1;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #CSx27D6o4GUMBJymCtTVKODtPx2PIW88 { width:13.91666625rem;height:2.22916625rem;top:8.0354156494137rem;left:3.0416669845581rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #ypyNEX8cvuAV4Eakq3atDSNfdgb9FbfN { display:block; }
 }@media only screen and (max-width: 763px) { #TUsE5Pd85esT0lPh9e2XybN4Xb7DeSKG { background-color:#171921;background-image:none;display:block; }#TUsE5Pd85esT0lPh9e2XybN4Xb7DeSKG > .row .container { background-color: transparent; background-image: none; }#TUsE5Pd85esT0lPh9e2XybN4Xb7DeSKG::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TUsE5Pd85esT0lPh9e2XybN4Xb7DeSKG > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TUsE5Pd85esT0lPh9e2XybN4Xb7DeSKG > .row .container > .video-iframe-container { display: none; }#TUsE5Pd85esT0lPh9e2XybN4Xb7DeSKG > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TUsE5Pd85esT0lPh9e2XybN4Xb7DeSKG > .row > .video-iframe-container { display: none; }#TUsE5Pd85esT0lPh9e2XybN4Xb7DeSKG > .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); }#TUsE5Pd85esT0lPh9e2XybN4Xb7DeSKG > .row .container { width:20rem;height:83.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ylqpD3x9HHXxiKVw4qohohQsW4U2oFxa { width:12.5rem;height:12.5rem;top:15rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #smuPlrri3T6HT78V8cgQwVAmStCJ5Zkr { width:12.5rem;height:12.5rem;top:1.25rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #kSWWFLlWMNZr14a4Xd4NFp7LkPn1pp7f { width:12.5rem;height:12.5rem;top:28.75rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #P6kCxwyUz7W9p8kqqv1ORNg0JMSnx8SJ { width:12.5rem;height:12.5rem;top:42.5rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #M69Akg4UlFzM0wSET3xTxy8PCTT8vEuE { width:12.5rem;height:12.5rem;top:70rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #z3esxXAGvQTOurJowpAZqON38TOl24IR { width:12.5rem;height:12.5rem;top:56.25rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #LTTGXPqa7wPNOew42EwVEsJqOfbLfdKE { background-color:#171921;background-image:none;display:none; }#LTTGXPqa7wPNOew42EwVEsJqOfbLfdKE > .row .container { width:20rem;height:83.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #T7ftyqJtZAwyhkLFlOfQhn7UTF4OkJu4 { width:12.5rem;height:12.5rem;top:15rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #G4sipCp4hkofPq1lEozJQFaZoNco0WOK { width:12.5rem;height:12.5rem;top:1.25rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #m6vxM21Fw9V8EiTxbP35pio71iEzA0Kp { width:12.5rem;height:12.5rem;top:28.75rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #rWlb0U0iJoHZpZdf6kUS6VFVxcBfLKXX { width:12.5rem;height:12.5rem;top:42.5rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #t3R5NsCge15ILl0Pp8UDB7zu4QVJnAJn { width:12.5rem;height:12.5rem;top:70rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Eh66V17KZhtEeAg75gFBi1bz8UxcmFGl { width:12.5rem;height:12.5rem;top:56.25rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #LgkuWqNQ65QRFkVHnFvDAXGQEbPC0l6Q { background-color:#171921;background-image:none;display:block; }#LgkuWqNQ65QRFkVHnFvDAXGQEbPC0l6Q > .row .container { background-color: transparent; background-image: none; }#LgkuWqNQ65QRFkVHnFvDAXGQEbPC0l6Q::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LgkuWqNQ65QRFkVHnFvDAXGQEbPC0l6Q > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LgkuWqNQ65QRFkVHnFvDAXGQEbPC0l6Q > .row .container > .video-iframe-container { display: none; }#LgkuWqNQ65QRFkVHnFvDAXGQEbPC0l6Q > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LgkuWqNQ65QRFkVHnFvDAXGQEbPC0l6Q > .row > .video-iframe-container { display: none; }#LgkuWqNQ65QRFkVHnFvDAXGQEbPC0l6Q > .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); }#LgkuWqNQ65QRFkVHnFvDAXGQEbPC0l6Q > .row .container { width:20rem;height:4.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lluLqpkDSbwpnKDEthGoCewodNDcpr5C { width:13.83335375rem;height:2.145835rem;top:1.3645858764649rem;left:3.0833339691162rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #IkkhHS9pSmBzvD3D9d0KP601D7ldDmVI { display:block; }
 }@media only screen and (max-width: 763px) { #P0XUtawlFQthFerJnDeEIJ0F9qopUP87 { display:block; }#P0XUtawlFQthFerJnDeEIJ0F9qopUP87 > .row .container { width:20rem;height:2.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cMoGRCds3immQI2GkuFH4PFok4bgDd11 { background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/5a5929f0-5eac-4c71-b4bc-ea62b2c539ca/section2.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;display:block; }#cMoGRCds3immQI2GkuFH4PFok4bgDd11.adaptive-delivery-prevent-bg, #cMoGRCds3immQI2GkuFH4PFok4bgDd11.lazyload, #cMoGRCds3immQI2GkuFH4PFok4bgDd11.lazyloading { background-image: none; }#cMoGRCds3immQI2GkuFH4PFok4bgDd11 > .row .container { background-color: transparent; background-image: none; }#cMoGRCds3immQI2GkuFH4PFok4bgDd11::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cMoGRCds3immQI2GkuFH4PFok4bgDd11 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cMoGRCds3immQI2GkuFH4PFok4bgDd11 > .row .container > .video-iframe-container { display: none; }#cMoGRCds3immQI2GkuFH4PFok4bgDd11 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cMoGRCds3immQI2GkuFH4PFok4bgDd11 > .row > .video-iframe-container { display: none; }#cMoGRCds3immQI2GkuFH4PFok4bgDd11 > .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); }#cMoGRCds3immQI2GkuFH4PFok4bgDd11 > .row .container { width:20rem;height:74.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OGLL9J5elx1UGVdLatsM50yw3TAKWNQ8 { width:20rem;height:8.25rem;top:2.3125rem;left:0rem;font-size:1.875rem;line-height:1.1;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #QdxDnhMKMszVhMop5oWQTpHd76cXncga { width:20rem;height:13.25rem;top:55.4375rem;left:0rem;font-size:1.25rem;text-align:left;text-align-last:left;color:#ffffff;display:block; }#QdxDnhMKMszVhMop5oWQTpHd76cXncga li:before{  }
 }@media only screen and (max-width: 763px) { #PirRmWS9hSo8T6ATgdbDI3fDTtDfUVZl { width:20rem;height:2.475rem;top:69.875rem;left:0rem;font-size:2.25rem;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #KPX5LZD5iWsdn9QSqzKuDE87opa0npAK { width:20rem;height:4.125rem;top:50rem;left:0rem;font-size:1.875rem;line-height:1.1;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #p2ekTWchRZKfknHCIri05gkxINKNqVvU { width:20rem;height:36.0625rem;top:12.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #DGiyBBupkIzKJeM5OJbAgyuTzqHtbODJ { height:11.206611570248rem;width:20rem;top:114.4375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #H7nd2teRTHuDc6aeTp1HpKSopAgFrD8T { display:block; }#H7nd2teRTHuDc6aeTp1HpKSopAgFrD8T > .row .container { width:20rem;height:2.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TTsJEz0GWtlecosKEwCHm6BX5QeDyMlV { display:block; }#TTsJEz0GWtlecosKEwCHm6BX5QeDyMlV > .row .container { width:20rem;height:33.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dTXmebNmLDI4htJv3VMbsI9toOmC4TJC { width:9.375rem;height:9.375rem;top:3.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #iinzqS3zL744zS1iuqFXdI2OnMXhK0Mn { width:9.375rem;height:9.125rem;top:3.3125rem;left:10.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #NPlzGca5b3VlofJTEBKQ5JFcalTHAsT6 { width:20rem;height:6.7604375rem;top:25.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #BFhMXXUXmfCWxeQIz3N0wV8JMiwphreb { width:9.375rem;height:7.75rem;top:15rem;left:10.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Go2HtCMFq7kNTfboTOxt0frFn5BwKcdA { width:9.375rem;height:8.375rem;top:15rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #lIn6zxTQq6MWKZXJZ0stNGSQw9ba7VeZ { display:block; }#lIn6zxTQq6MWKZXJZ0stNGSQw9ba7VeZ > .row .container { width:20rem;height:13.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #at1piO9d40EPdRtGoRwroyZv17eKPMIT { width:20rem;height:11rem;top:1.0124931335449rem;left:0rem;font-size:2.5rem;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #HxzZmC96QGcxCGMhNMIzdsf39ZVh2Xaf { display:block; }#HxzZmC96QGcxCGMhNMIzdsf39ZVh2Xaf > .row .container { width:20rem;height:23.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RnhG7oEPoUvOPM2L9EK5GBygUvZIvTxz { width:20rem;height:18.75rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ySwzRa7npXgwMq4btRpqyoPO8turTeqs { display:block; }#ySwzRa7npXgwMq4btRpqyoPO8turTeqs > .row .container { width:20rem;height:2.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qJ30rV51NAVwNxwpHBVB7nT3c7OJtnQi { display:block; }#qJ30rV51NAVwNxwpHBVB7nT3c7OJtnQi > .row .container { width:20rem;height:64.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fLWoJqIOP7N8WXk5kkClHLOJzSQuX7BZ { width:20rem;height:23.625rem;top:8.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vg370qsaRQhw3loDpLSlEDhLmgEdPBAK { width:3.75rem;height:3.75rem;top:20.125rem;left:8.125rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #QU73lTOmel9rBxguVziKg9Pb9cJNc5Hv { width:20rem;height:28.5625rem;top:34.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #hpar5xgMPCr2wEi8T7nF0q9EwVgAJ3W6 { width:20rem;height:4.5375rem;top:14.1875rem;left:0rem;font-size:1.375rem;line-height:1.1;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #DcqPp4mJmW4JQDaTp5uC1gfLghcepWQW { width:20rem;height:1.95rem;top:26.0625rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #y4pZp28mreUDJfulFOdnghOy8teK4wFK { width:20rem;height:1.5125rem;top:24.6875rem;left:0rem;font-size:1.375rem;line-height:1.1;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #V0F8ovzC5GFQwtU1ZygJO5NHU52z7CxJ { width:3.75rem;height:3.75rem;top:9.5rem;left:8.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kZWF3deK61gWdE8vcVvCmHlkUpZUS0P2 { width:20rem;height:5.5rem;top:1.4562511444092rem;left:0rem;font-size:2.5rem;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #NJBIxWL2EsfCwRermC0eS1tBg2TyVsod { display:block; }#NJBIxWL2EsfCwRermC0eS1tBg2TyVsod > .row .container { width:20rem;height:2.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #INhOCsxoe1WGZNOiufn2Kf8G12QeKFXv { display:block; }#INhOCsxoe1WGZNOiufn2Kf8G12QeKFXv > .row .container { width:20rem;height:47.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fehFnSvsEh8xTUp6rKQLyFbwP6P8xdeh { width:20rem;height:19.350427350427rem;top:28.274998664856rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #BptUcdRrWcx7AMgv2A0EFD6O3S9k5cKB { width:20rem;height:2.75rem;top:1.25rem;left:0rem;font-size:2.5rem;line-height:1.1;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Mle5zL02x83Cy0NuOazC9CVB671bawXZ { width:20rem;height:17.875rem;top:5.5041694641113rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #JDNq1hDuXzIZp7sZcMuT7eWd0mTkhJts { width:19rem;height:3.6875rem;top:25rem;left:0.5rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #WGAEuMD9UxnVIADu5TtSb0GTFmkXxgKT { display:block; }
 }@media only screen and (max-width: 763px) { #iTvy7m12fGg5zo5C0LHKZHZh8gAVTJEJ { display:block; }#iTvy7m12fGg5zo5C0LHKZHZh8gAVTJEJ > .row .container { width:20rem;height:2.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #C8LV2Utw5VifFT2U6SVHPZtWefwrZPKL { display:none; }#C8LV2Utw5VifFT2U6SVHPZtWefwrZPKL > .row .container { width:20rem;height:72rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #OHGLukLzdARKqfHasgTF1TKJ9zLtcqeL { width:20rem;height:0;top:1.6875rem;left:0rem;font-size:2.75rem;line-height:1.1;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #i31xdwTJbb8X5dglPldpfxrDgsJTHGLT { width:19.25rem;height:1.38125rem;top:3.5625rem;left:0rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #NzIUmwDQ9i7HGLCMhJaScpg5Z1TKdkH1 { width:20rem;height:3.25rem;top:14.625rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #SfNWsMCwEXNr9TdNzA91DO0TyD2G3X6n { width:17.95835375rem;height:4.10416625rem;top:64.375rem;left:0.97916698455813rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #f3VnRB6yNN8gPHVdfcHNx6GpUJNoTq70 { display:block; }
 }@media only screen and (max-width: 763px) { #rILbDLITmiG1XXDf5aZP3vLe4SoS8cB1 { width:18.9375rem;height:7.4375rem;top:5.875rem;left:0.53125rem;font-size:1.25rem;display:block; }#rILbDLITmiG1XXDf5aZP3vLe4SoS8cB1 li:before{  }
 }@media only screen and (max-width: 763px) { #u1uwB0M3Xx8HAIioyT2Tp5hbJMkut3TV { width:20rem;height:7.15rem;top:19.75rem;left:0rem;font-size:3.25rem;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #ULeh0onxLTLylHk8q6C81vS8Z6P3wkQP .widget-regular-label { width:17.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#ULeh0onxLTLylHk8q6C81vS8Z6P3wkQP .widget-input-text { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#ULeh0onxLTLylHk8q6C81vS8Z6P3wkQP .widget-input-text {padding-top: 0; padding-bottom: 0;}#ULeh0onxLTLylHk8q6C81vS8Z6P3wkQP .widget-textarea { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#ULeh0onxLTLylHk8q6C81vS8Z6P3wkQP .widget-input-select { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#ULeh0onxLTLylHk8q6C81vS8Z6P3wkQP .widget-input-select {padding-top: 0; padding-bottom: 0;}#ULeh0onxLTLylHk8q6C81vS8Z6P3wkQP .widget-input-button { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#ULeh0onxLTLylHk8q6C81vS8Z6P3wkQP .widget-checkbox-label { width:16.3125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#ULeh0onxLTLylHk8q6C81vS8Z6P3wkQP  { width:17.5rem;height:auto;top:40.8125rem;left:0rem; }
#ULeh0onxLTLylHk8q6C81vS8Z6P3wkQP .radio-container { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#ULeh0onxLTLylHk8q6C81vS8Z6P3wkQP {display:block;}#ULeh0onxLTLylHk8q6C81vS8Z6P3wkQP { width:17.5rem;height:auto;top:29.8125rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #ULeh0onxLTLylHk8q6C81vS8Z6P3wkQP #HUIM87vpKtJ1icIs60eIZXaEJ4QegvSa {  }
 }@media only screen and (max-width: 763px) { #ULeh0onxLTLylHk8q6C81vS8Z6P3wkQP #hS082mTpJQEJaJT8Aog3qRTLvGJMq8Wb {  }
 }@media only screen and (max-width: 763px) { #ULeh0onxLTLylHk8q6C81vS8Z6P3wkQP #lP6stfHkLoc8W1OXHrdi5tQ28PUcLAXo {  }
 }@media only screen and (max-width: 763px) { #ULeh0onxLTLylHk8q6C81vS8Z6P3wkQP #TJqq0kS4QoViLQK18zZd8TILk057fNHC {  }
 }@media only screen and (max-width: 763px) { #ULeh0onxLTLylHk8q6C81vS8Z6P3wkQP #vKWGCqL5VNVvtXSEWX6bNHIppHn4ZUox {  }
 }@media only screen and (max-width: 763px) { #ULeh0onxLTLylHk8q6C81vS8Z6P3wkQP #Xon1JMxXbwnqfKaPnZUMf1HDuIohDbJH {  }
 }@media only screen and (max-width: 763px) { #ULeh0onxLTLylHk8q6C81vS8Z6P3wkQP #uUTPu0of0tKDEvrxJeNvJ0fuT5W28a9T {  }
 }@media only screen and (max-width: 763px) { #ULeh0onxLTLylHk8q6C81vS8Z6P3wkQP #fQPT4fp4aJFn4Oq92lCcvkL37bn6rHXm {  }
 }@media only screen and (max-width: 763px) { #ULeh0onxLTLylHk8q6C81vS8Z6P3wkQP #rBXZDifqtqQbo6mWCrX6JvMcioskL8TD {  }
 }@media only screen and (max-width: 763px) { #ULeh0onxLTLylHk8q6C81vS8Z6P3wkQP #o0FJMr70RhWd0oURiw9SalQkEZSVgMZt {  }
 }@media only screen and (max-width: 763px) { #ULeh0onxLTLylHk8q6C81vS8Z6P3wkQP #B7GLstnUtHITUEFAIdz4it1O0UWMNUcK {  }
 }@media only screen and (max-width: 763px) { #ULeh0onxLTLylHk8q6C81vS8Z6P3wkQP #TmyDId9HNZexKdJz6nSPpXREg6Lgw3Td {  }
 }@media only screen and (max-width: 763px) { #ULeh0onxLTLylHk8q6C81vS8Z6P3wkQP #Wsd40PWrpmTupfl5rrKbH00VQkTwmLAn {  }
 }@media only screen and (max-width: 763px) { #ULeh0onxLTLylHk8q6C81vS8Z6P3wkQP #BMMZt3A4GAOS2Ap3Nr57baWSJmNCUD4k {  }
 }@media only screen and (max-width: 763px) { #ULeh0onxLTLylHk8q6C81vS8Z6P3wkQP #zfBFSZyphrfac96c18oxl94O0pQRsLnP {  }
 }@media only screen and (max-width: 763px) { #ULeh0onxLTLylHk8q6C81vS8Z6P3wkQP #rlD2QMPL6tdVWyFErx1X0wefFihKCeM8 {  }
 }@media only screen and (max-width: 763px) { #ULeh0onxLTLylHk8q6C81vS8Z6P3wkQP #tUTER9Az3NPOzLGeTRlf3GnD7dHF8RWp {  }
 }@media only screen and (max-width: 763px) { #ULeh0onxLTLylHk8q6C81vS8Z6P3wkQP #T1CBfgF3toSrDbQUXIWBzSKGN78eXLXO {  }
 }@media only screen and (max-width: 763px) { #ULeh0onxLTLylHk8q6C81vS8Z6P3wkQP #LaImnaN7SrMUUGqyhqpNKqHDxHZri79a {  }
 }@media only screen and (max-width: 763px) { #ULeh0onxLTLylHk8q6C81vS8Z6P3wkQP #qvnExLan7CsB2NyH5kSXWQ0qGSnRlMsQ {  }
 }@media only screen and (max-width: 763px) { #zEMZepr4lTxXGoiHhSrVaRwk2xyZudfP { width:20rem;height:52.625rem;top:18.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #sMmpJVrA0c9MGIgTdhpfe7x5q5cpAdbw { width:20rem;height:1.2375rem;top:27.8125rem;left:0rem;font-size:1.125rem;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #K7XD59S0ucnUOh4U6Vdg51i4y4w7wCKs { width:20rem;height:1.3rem;top:62.125rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;z-index:15004;display:block; }
 }@media only screen and (max-width: 763px) { #GEZT4CozRCknA1xORS1kpxqz37Z3TEpR { width:20rem;height:1.925rem;top:1.0666666030884rem;left:0rem;font-size:1.75rem;line-height:1.1;text-align:center;text-align-last:center;z-index:15003;display:block; }
 }@media only screen and (max-width: 763px) { #Rz95ctvzoq61wW7uIc6zRF6V7lEozyux { width:1.0625rem;height:0.975rem;top:3.765625rem;left:18.937499046326rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #orXRNTr2US853BASxdyz3yB2DBRE5Qbp { width:19.875rem;height:42.0625rem;top:18.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ArArgy1lasq6XK6SdbObEHhsSeSBC4xu { display:block; }#ArArgy1lasq6XK6SdbObEHhsSeSBC4xu > .row .container { width:20rem;height:7.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JBhkKJBoUtx5fTRg9HPUggWE75XVqeIS { width:20rem;height:5.5rem;top:1.1562423706055rem;left:0rem;font-size:2.5rem;line-height:1.1;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #aohZ83ZRG76TxP3GlI0cxWQGmqxvOlTU { display:block; }#aohZ83ZRG76TxP3GlI0cxWQGmqxvOlTU > .row .container { width:20rem;height:85.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CeAO5kGa4dLSJl7p20cSuoChXCVbootc .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#CeAO5kGa4dLSJl7p20cSuoChXCVbootc { display:flex;height:auto;width:18.75rem;top:0rem;left:0rem;padding-top:0.625rem;padding-right:0.625rem;padding-bottom:0.625rem;padding-left:0.625rem; }
#CeAO5kGa4dLSJl7p20cSuoChXCVbootc .accordion-element-container:first-of-type .accordion-desc-text { display: none; } }@media only screen and (max-width: 763px) { #CeAO5kGa4dLSJl7p20cSuoChXCVbootc #wktuVEcu0UmqaPkDw7nbKc9NZBQJU3TZ {  }
 }@media only screen and (max-width: 763px) { #CeAO5kGa4dLSJl7p20cSuoChXCVbootc #i5fMHLH0ruX2K4X4PndCXHQJ8GZgHmuc {  }
 }@media only screen and (max-width: 763px) { #CeAO5kGa4dLSJl7p20cSuoChXCVbootc #UR8qHs0ftI8NlHk5V5meiIlD6Haga15Q {  }
 }@media only screen and (max-width: 763px) { #CeAO5kGa4dLSJl7p20cSuoChXCVbootc #ZNNpzM6M6VQPDDtPMhm326UDMre9MhxT {  }
 }@media only screen and (max-width: 763px) { #CeAO5kGa4dLSJl7p20cSuoChXCVbootc #HCPiWKyXivLanATGTwKzDT2rs3ycGDZp {  }
 }@media only screen and (max-width: 763px) { #CeAO5kGa4dLSJl7p20cSuoChXCVbootc #d1RiA41u7spX6dFyp1pbr9Nypc1WTbz3 {  }
 }@media only screen and (max-width: 763px) { #CeAO5kGa4dLSJl7p20cSuoChXCVbootc #Idy8nSpaPQyqkuwmOUgzAFlhZyzRGbKX {  }
 }@media only screen and (max-width: 763px) { #CeAO5kGa4dLSJl7p20cSuoChXCVbootc #R0rTWess3uNbqhRMPTfseV7NQe4ReSHs {  }
 }@media only screen and (max-width: 763px) { #CeAO5kGa4dLSJl7p20cSuoChXCVbootc #yd1tQt284UHlu6LPNnCqrknXqOzqLsZW {  }
 }@media only screen and (max-width: 763px) { #CeAO5kGa4dLSJl7p20cSuoChXCVbootc #En7bzTyAcmSP0A7w1RuKO4PH4Tv8Sd0g {  }
 }@media only screen and (max-width: 763px) { #CeAO5kGa4dLSJl7p20cSuoChXCVbootc #gTWvdklS4FAJ6SXBOMyhzfhqHgliB5vk {  }
 }@media only screen and (max-width: 763px) { #CeAO5kGa4dLSJl7p20cSuoChXCVbootc #N4sBgq4VvUmS7VOPMZP0prwrZW6HylmA {  }
 }@media only screen and (max-width: 763px) { #CeAO5kGa4dLSJl7p20cSuoChXCVbootc #qzlhGebpu7ZqwHv0KUDyetWZRSVpwZ0U {  }
 }@media only screen and (max-width: 763px) { #CeAO5kGa4dLSJl7p20cSuoChXCVbootc #wabUiK1EM6S6afiUPFfq7aPmEf5veTea {  }
 }@media only screen and (max-width: 763px) { #CeAO5kGa4dLSJl7p20cSuoChXCVbootc #DbW0i2mqDWdrGhg0VvpCV0iuRzTl5V1z {  }
 }@media only screen and (max-width: 763px) { #CeAO5kGa4dLSJl7p20cSuoChXCVbootc #BMtCTQXkVUECyEeFSJRgGRD8tRgFeSGy {  }
 }@media only screen and (max-width: 763px) { #CeAO5kGa4dLSJl7p20cSuoChXCVbootc #aByoT5Ldfvqmkf8wTOFyvBSqQ0630JZz {  }
 }@media only screen and (max-width: 763px) { #CeAO5kGa4dLSJl7p20cSuoChXCVbootc #sgEZWw0xXGhdgCCT49BSB2NMKqyiau35 {  }
 }@media only screen and (max-width: 763px) { #CeAO5kGa4dLSJl7p20cSuoChXCVbootc #roPfVb4yXzVDcrmHHZcKNpEdrmO1CQna {  }
 }@media only screen and (max-width: 763px) { #CeAO5kGa4dLSJl7p20cSuoChXCVbootc #GTwmgp1dq4OqEzOf3PiplgLUW0nFnrCu {  }
 }@media only screen and (max-width: 763px) { #CeAO5kGa4dLSJl7p20cSuoChXCVbootc #HgEDyc2zxKgSzmDrRnOUAem3cto4CoKJ {  }
 }@media only screen and (max-width: 763px) { #CeAO5kGa4dLSJl7p20cSuoChXCVbootc #CQnbMZp5uCwTwzGCLUIRZ1T8yb378eTb {  }
 }@media only screen and (max-width: 763px) { #CeAO5kGa4dLSJl7p20cSuoChXCVbootc #VTF0Gqu015dxATrATbHelkMd3Pz8fwlA {  }
 }@media only screen and (max-width: 763px) { #CeAO5kGa4dLSJl7p20cSuoChXCVbootc #gTg782dlCEfR6IxplI3PbZu1qFD1TXmS {  }
 }@media only screen and (max-width: 763px) { #CeAO5kGa4dLSJl7p20cSuoChXCVbootc #mdSNHg84m7OxBsDzICxHW9kWnwQhu2OF {  }
 }@media only screen and (max-width: 763px) { #CeAO5kGa4dLSJl7p20cSuoChXCVbootc #NkWoxWRHzpZUpiVoK6akbDufgtctmqtn {  }
 }@media only screen and (max-width: 763px) { #CeAO5kGa4dLSJl7p20cSuoChXCVbootc #vkVQQX9I44JqtMul2zDXJlBwRmoqelPW {  }
 }@media only screen and (max-width: 763px) { #CeAO5kGa4dLSJl7p20cSuoChXCVbootc #yypCUh7fDZ9rM089kFaCtpEAbmFCFNed {  }
 }@media only screen and (max-width: 763px) { #CeAO5kGa4dLSJl7p20cSuoChXCVbootc #iQmTVlQNILUIyyTMlTHHAiWA9PZLtMZT {  }
 }@media only screen and (max-width: 763px) { #CeAO5kGa4dLSJl7p20cSuoChXCVbootc #tBCKSQJm80XWro3Zc3yLbiaeNb8dEKK5 {  }
 }@media only screen and (max-width: 763px) { #CeAO5kGa4dLSJl7p20cSuoChXCVbootc #SXKtRwiAUTiTB2682pyToF2qTcAKn9qn {  }
 }@media only screen and (max-width: 763px) { #CeAO5kGa4dLSJl7p20cSuoChXCVbootc #vLuvObUAVwJTu6yJWGPUe2C6mNfASH0K {  }
 }@media only screen and (max-width: 763px) { #CeAO5kGa4dLSJl7p20cSuoChXCVbootc #GlIJ8Es7HDEITFMwscE2BfaDn9OZFh4O {  }
 }@media only screen and (max-width: 763px) { #CeAO5kGa4dLSJl7p20cSuoChXCVbootc #e6z29X7ehVOPgWUXhB6vuN2FrBRMO5zU {  }
 }@media only screen and (max-width: 763px) { #CeAO5kGa4dLSJl7p20cSuoChXCVbootc #wbH0r25eJ5ZrxTIDIFebrr2py0WhlDqz {  }
 }@media only screen and (max-width: 763px) { #CeAO5kGa4dLSJl7p20cSuoChXCVbootc #GAvqKyo2X2fpXSi2ZwkSppF23AoZafcc {  }
 }@media only screen and (max-width: 763px) { #CeAO5kGa4dLSJl7p20cSuoChXCVbootc #LTTgGfe3KTcQqMla1wFODx9bTpznFKWQ {  }
 }@media only screen and (max-width: 763px) { #CeAO5kGa4dLSJl7p20cSuoChXCVbootc #x2TxrGQVlXLgLLWvlpxcMZbRN0TobumG {  }
 }@media only screen and (max-width: 763px) { #CeAO5kGa4dLSJl7p20cSuoChXCVbootc #Mvp1IIocTBH8hGST4EPrNzS38GWZhfWN {  }
 }@media only screen and (max-width: 763px) { #CeAO5kGa4dLSJl7p20cSuoChXCVbootc #lVTnCdkR59uhA6U1xR9xxUTRWcqK2DgA {  }
 }@media only screen and (max-width: 763px) { #CeAO5kGa4dLSJl7p20cSuoChXCVbootc #iakcdIHwze3mLAiTyIw48CDKs0fCILXa {  }
 }@media only screen and (max-width: 763px) { #CeAO5kGa4dLSJl7p20cSuoChXCVbootc #VibhlIJUxtEegdWM1bB892tfW83B6ctO {  }
 }@media only screen and (max-width: 763px) { #CeAO5kGa4dLSJl7p20cSuoChXCVbootc #CA6x2BR3yO7cUxrwucvsJsumUrOOg5tm {  }
 }@media only screen and (max-width: 763px) { #CeAO5kGa4dLSJl7p20cSuoChXCVbootc #BlzOohJWEMiLDAAAwGCN6iyREhOLQcGM {  }
 }@media only screen and (max-width: 763px) { #CeAO5kGa4dLSJl7p20cSuoChXCVbootc #QTy6GoBGQC5q8yEyiSxJHQrEPfuBVo2E {  }
 }@media only screen and (max-width: 763px) { #CeAO5kGa4dLSJl7p20cSuoChXCVbootc #oKrVuLTqy7T7cidUFn9BMuBKDTD81tX2 {  }
 }@media only screen and (max-width: 763px) { #CeAO5kGa4dLSJl7p20cSuoChXCVbootc #DfcAB3iI5nRf3SLTFrDTkiHtxFT7AXbN {  }
 }@media only screen and (max-width: 763px) { #CeAO5kGa4dLSJl7p20cSuoChXCVbootc #tk5hEgVpxgtOIm438hReiUy7BLVdnzeT {  }
 }@media only screen and (max-width: 763px) { #CeAO5kGa4dLSJl7p20cSuoChXCVbootc #HpF0Z2zV7V3mDasTU9mxUR4kG7xKghJy {  }
 }@media only screen and (max-width: 763px) { #CeAO5kGa4dLSJl7p20cSuoChXCVbootc #I4O3ThCQH4bzCATTZ3KVauqupVkEyJ1n {  }
 }@media only screen and (max-width: 763px) { #BbzBXsoCfTdrHTKlsPMALOHySoZH8pkb { display:block; }#BbzBXsoCfTdrHTKlsPMALOHySoZH8pkb > .row .container { width:20rem;height:2.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #oC8oqzyHT6x7WCQz8NJZPXluyCkXWq1I { display:block; }#oC8oqzyHT6x7WCQz8NJZPXluyCkXWq1I > .row .container { width:20rem;height:33.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZrcwSzpUUkw6wld7J0G3DvQtyroCpfrs { width:20rem;height:8.25rem;top:1.8125rem;left:0rem;font-size:2.5rem;line-height:1.1;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #GkKzT1tfuscbCTw4pGs8m52wIEDknVJ0 { width:20rem;height:16.25rem;top:11.0625rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #WddHul5ule5l27xRsSReIG1nlUnPBq5u { display:block; }#WddHul5ule5l27xRsSReIG1nlUnPBq5u > .row .container { width:20rem;height:80rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tMxec2wT5ZAzAKry0flws61kULmTPRrP .widget-regular-label { width:17.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#tMxec2wT5ZAzAKry0flws61kULmTPRrP .widget-input-text { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#tMxec2wT5ZAzAKry0flws61kULmTPRrP .widget-input-text {padding-top: 0; padding-bottom: 0;}#tMxec2wT5ZAzAKry0flws61kULmTPRrP .widget-textarea { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#tMxec2wT5ZAzAKry0flws61kULmTPRrP .widget-input-select { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#tMxec2wT5ZAzAKry0flws61kULmTPRrP .widget-input-select {padding-top: 0; padding-bottom: 0;}#tMxec2wT5ZAzAKry0flws61kULmTPRrP .widget-input-button { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#tMxec2wT5ZAzAKry0flws61kULmTPRrP .widget-checkbox-label { width:16.3125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#tMxec2wT5ZAzAKry0flws61kULmTPRrP  { width:17.5rem;height:auto;top:44.875rem;left:0rem; }
#tMxec2wT5ZAzAKry0flws61kULmTPRrP .radio-container { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#tMxec2wT5ZAzAKry0flws61kULmTPRrP {display:block;}#tMxec2wT5ZAzAKry0flws61kULmTPRrP { width:17.5rem;height:auto;top:44.875rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #tMxec2wT5ZAzAKry0flws61kULmTPRrP #OFtlRkozuJLg08R8wcMLW2Ne9xswF4lz {  }
 }@media only screen and (max-width: 763px) { #tMxec2wT5ZAzAKry0flws61kULmTPRrP #cCWTgZzSQfbnC2syhDtPz7ZF3JpawGfi {  }
 }@media only screen and (max-width: 763px) { #tMxec2wT5ZAzAKry0flws61kULmTPRrP #vHxeoOtzxK6hRttSsMi5Ix7LwuAlV1fB {  }
 }@media only screen and (max-width: 763px) { #tMxec2wT5ZAzAKry0flws61kULmTPRrP #KQvwcmE9vWwivrTN2vwGx1sFhnbeGUlI {  }
 }@media only screen and (max-width: 763px) { #tMxec2wT5ZAzAKry0flws61kULmTPRrP #yqbREzDeGntIeSlVmE2E0OyVGF6BuKBP {  }
 }@media only screen and (max-width: 763px) { #tMxec2wT5ZAzAKry0flws61kULmTPRrP #hePEDXqqCDpRq9JR0af87Ier9BmJGeLy {  }
 }@media only screen and (max-width: 763px) { #tMxec2wT5ZAzAKry0flws61kULmTPRrP #Haxvzh7GgLhoQ6A9PVb1bJSSB8aoXadV {  }
 }@media only screen and (max-width: 763px) { #tMxec2wT5ZAzAKry0flws61kULmTPRrP #pcfhgqQ8hAEl6GEAo25AtQycLvaZX3UB {  }
 }@media only screen and (max-width: 763px) { #tMxec2wT5ZAzAKry0flws61kULmTPRrP #zbWHmdn2QEios25cVvGXgeEp9D8l0o0U {  }
 }@media only screen and (max-width: 763px) { #tMxec2wT5ZAzAKry0flws61kULmTPRrP #u712fZeITZl32OFwpVJ8bQ8Z9kQm9moP {  }
 }@media only screen and (max-width: 763px) { #tMxec2wT5ZAzAKry0flws61kULmTPRrP #Hix3ztQeIp5Txr9SCMPTmse67mrwBU3N {  }
 }@media only screen and (max-width: 763px) { #tMxec2wT5ZAzAKry0flws61kULmTPRrP #GQ7E0aaXyDEGTePTlGWKatNo02ADJIEO {  }
 }@media only screen and (max-width: 763px) { #tMxec2wT5ZAzAKry0flws61kULmTPRrP #lfKTBitedm1Ehh3r73O02xDN5NE95w4J {  }
 }@media only screen and (max-width: 763px) { #tMxec2wT5ZAzAKry0flws61kULmTPRrP #nbNbhzT6ZgW7SbkOldpr3c5vvTrkFluk {  }
 }@media only screen and (max-width: 763px) { #tMxec2wT5ZAzAKry0flws61kULmTPRrP #TqLUyEPluK46ka6Mn121yRCGny55nJUP {  }
 }@media only screen and (max-width: 763px) { #tMxec2wT5ZAzAKry0flws61kULmTPRrP #cLBJmHW9z4PK5UIv3ZVW5VhawDeiy0ev {  }
 }@media only screen and (max-width: 763px) { #tMxec2wT5ZAzAKry0flws61kULmTPRrP #WJuhVPJPT8kxF8BIUG4DDXn7IlrOpo4I {  }
 }@media only screen and (max-width: 763px) { #tMxec2wT5ZAzAKry0flws61kULmTPRrP #O4tuw7FmzikHZsVXCcgOr72DlTvfZgaO {  }
 }@media only screen and (max-width: 763px) { #tMxec2wT5ZAzAKry0flws61kULmTPRrP #D0WWZTpWzrKqMIxnavmzaw7Du5TcPTLG {  }
 }@media only screen and (max-width: 763px) { #tMxec2wT5ZAzAKry0flws61kULmTPRrP #TSxnl2WTMb6XveqydVJO2kxdm4eE5CMc {  }
 }@media only screen and (max-width: 763px) { #SqX3qUUr9xkukdKk6IGlg1BIP6v8Xif1 { width:20rem;height:42.9375rem;top:33.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #l6XPN0GqH2swQzwgsLASOMhZXQ7J6etW { width:20rem;height:6.875rem;top:35.25rem;left:0rem;font-size:3.125rem;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #HkaRy3kO16DnZMybEOOZXLyAu2ay8nnm { width:20rem;height:8.25rem;top:1.6875rem;left:0rem;font-size:1.875rem;line-height:1.1;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #FaIcTcPAPFKLvCJneLAwFzvzcRuJsXbJ { width:20rem;height:13.25rem;top:14.5625rem;left:0rem;font-size:1.25rem;display:block; }#FaIcTcPAPFKLvCJneLAwFzvzcRuJsXbJ li:before{  }
 }@media only screen and (max-width: 763px) { #IpyBq0mbQVGWlDzmhFHiqi3SkGr3fHoc { width:20rem;height:2.2rem;top:29.6875rem;left:0rem;font-size:2rem;line-height:1.1;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #RgrdyKOW4GvFJ5VTeOxNTylURxrp9XF6 { width:20rem;height:1.2375rem;top:43.0625rem;left:0rem;font-size:1.125rem;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #f111aRP7XePM6BWwlQt2gpnX3T0Vm3iG { width:20rem;height:1.5125rem;top:11.6875rem;left:0rem;font-size:1.375rem;line-height:1.1;text-align:center;text-align-last:center;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #m52gyXoyeyv4rgmp9VqAm7GcpQSqBPoN { display:block; }#m52gyXoyeyv4rgmp9VqAm7GcpQSqBPoN > .row .container { width:20rem;height:2.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JHJU1iiboTJqKW8TWSlktbL3wRv7sZbW { position:relative;z-index:auto;background-color:#1b1c24;background-image:none;display:block; }#JHJU1iiboTJqKW8TWSlktbL3wRv7sZbW > .row .container { background-color: transparent; background-image: none; }#JHJU1iiboTJqKW8TWSlktbL3wRv7sZbW::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JHJU1iiboTJqKW8TWSlktbL3wRv7sZbW > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JHJU1iiboTJqKW8TWSlktbL3wRv7sZbW > .row .container > .video-iframe-container { display: none; }#JHJU1iiboTJqKW8TWSlktbL3wRv7sZbW > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JHJU1iiboTJqKW8TWSlktbL3wRv7sZbW > .row > .video-iframe-container { display: none; }#JHJU1iiboTJqKW8TWSlktbL3wRv7sZbW > .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); }#JHJU1iiboTJqKW8TWSlktbL3wRv7sZbW > .row .container { width:20rem;height:23.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gnpTVdNyKbQT6Fs9uETGfmswg5PRVGKl { width:2.1875rem;height:2.1875rem;top:14.4375rem;left:1.6875rem;font-size:1.5rem;display:block; }
#gnpTVdNyKbQT6Fs9uETGfmswg5PRVGKl > img { max-width: 100%;max-height:100%; width:2.1875rem; height:2.1875rem; } }@media only screen and (max-width: 763px) { #TaXv6PUUFSgsAVtrGZtLbWnQ3PnplJ6v { width:2.1875rem;height:2.1875rem;top:14.4375rem;left:4.25rem;font-size:1.5rem;display:block; }
#TaXv6PUUFSgsAVtrGZtLbWnQ3PnplJ6v > img { max-width: 100%;max-height:100%; width:2.1875rem; height:2.1875rem; } }@media only screen and (max-width: 763px) { #vWzpmz1pCExpCQ7NgTw5VqFIJRAe2vfE { width:2.1875rem;height:2.1875rem;top:14.4375rem;left:7.0625rem;display:block; }
#vWzpmz1pCExpCQ7NgTw5VqFIJRAe2vfE > img { max-width: 100%;max-height:100%; width:2.1875rem; height:2.1875rem; } }@media only screen and (max-width: 763px) { #Z7PCXI8yUEKKqJFiezXpTK7PeOshgDzr { width:2.1875rem;height:2.1875rem;top:14.4375rem;left:10.125rem;display:block; }
#Z7PCXI8yUEKKqJFiezXpTK7PeOshgDzr > img { max-width: 100%;max-height:100%; width:2.1875rem; height:2.1875rem; } }@media only screen and (max-width: 763px) { #XGvLzfmPIyWeyGFTDB7OelPRKB8KgL3i { width:2.1875rem;height:2.1875rem;top:14.4375rem;left:16.125rem;display:block; }
#XGvLzfmPIyWeyGFTDB7OelPRKB8KgL3i > img { max-width: 100%;max-height:100%; width:2.1875rem; height:2.1875rem; } }@media only screen and (max-width: 763px) { #qoSIZ5ftmrpDsGyXpvm2KMZGWX4lTmES { width:2.1875rem;height:2.1875rem;top:14.4375rem;left:13.25rem;display:block; }
#qoSIZ5ftmrpDsGyXpvm2KMZGWX4lTmES > img { max-width: 100%;max-height:100%; width:2.1875rem; height:2.1875rem; } }@media only screen and (max-width: 763px) { #TEaTdodxbhQXrpDawiaSF562alB95JdH { width:20rem;height:1.3rem;top:18.75rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #C90fUAT2suRsg7vrfD2VcZIf92KGmAu9 { width:12.9375rem;height:2.4rem;top:10.75rem;left:4.875rem;font-size:1.5rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #c2h4gdlbsylBLzvhce9MUf5CfUiEBWZu { width:2.25rem;height:2.25rem;top:10.8125rem;left:2.1875rem;display:block; }
#c2h4gdlbsylBLzvhce9MUf5CfUiEBWZu > img { max-width: 100%;max-height:100%; width:2.25rem; height:2.25rem; } }@media only screen and (max-width: 763px) { #JHAAxBvZ6pCf8NCX3qqUhoCI1WgL6USE { width:17.75rem;height:8.5625rem;top:1rem;left:1.125rem;display:block; }
 }