.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:230,231,254;--color-primary-1:171,177,251;--color-primary-2:86,98,246;--color-primary-3:43,49,123;--color-primary-4:13,15,37;--color-secondary-0:224,247,217;--color-secondary-1:152,230,128;--color-secondary-2:48,204,0;--color-secondary-3:24,102,0;--color-secondary-4:7,31,0;--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:"Roboto";--paragraphs-font-family:"Open Sans"; }@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:#f5f5f5;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;top:0rem;left:0rem;display:block; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/02b6011f-2c92-4f63-82e3-74dce344f2ba/Leonardo_Phoenix_10_A_dark_cinematic_digital_illustration_feat_1.jpg");background-position:center left !important;background-repeat:repeat-x !important;background-attachment:fixed;background-size:cover !important;z-index:auto;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.adaptive-delivery-prevent-bg, #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.lazyload, #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.lazyloading { background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { background-color: transparent; background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-tertiary-4),0.78); }#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(var(--color-tertiary-4),0.78); }#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::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; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { font-size:0.875rem;font-family:arial;height:36rem;width:75rem;overflow:visible;position:relative;display:block; }#ZX0sSNPT15Ig5f6qNQbnc8mS8AxSgCiR { color:#fd8100;display:block;width:50.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.125rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:13.3125rem;left:1.875rem;height:4.0625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:left;text-align-last:left;display:block; }
#zbxbzNAbuSPPBD7O4mg7keozbZVFuwNM { position:absolute;display:block;z-index:15004;height:2.75rem;width:3.75rem;top:8.125rem;left:70.5625rem;display:block; }
#hci8zxXsnmZnWpO2XAx0KTGRN2x2GX1K { color:rgba(var(--color-tertiary-0),1);display:block;width:42.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2.375rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:19.125rem;left:1.875rem;height:6.173825rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#Xr5qE0W1BINx3MZrc20DsnQoZw2pLpeG { position:absolute;display:block;z-index:15026;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.9375rem;width:13.81175rem;top:4.875rem;left:1.84375rem;overflow:hidden;display:block; }
#RoEzHlmGREaWfyTbcm5cCGtCD7yqh9WS { position:absolute;display:block;z-index:15033;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:30.3125rem;width:20.125rem;top:4.1875rem;left:48.375001907349rem;overflow:hidden;display:block; }
#u9GT36RF9SKdOTAVePd1Xi4Dlm4TDmxC { color:rgba(var(--color-tertiary-0),1);display:block;width:36.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.75rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:12.1875rem;left:3.375rem;height:6.82325rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:none; }
#ouv1fBn2WhhLzDmVsda8ORopA3InrbJX { background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:arial;font-size:1.625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:30rem;height:4.0625rem;text-decoration:none;z-index:15036;text-align:center;text-align-last:center;top:28.687500953674rem;left:9.6250019073488rem;display:block; }
#ATcaSDLqkcT3QsE0hXvXUDI5W2xZWwLs { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#SLXPDL1ouAoSZWf9N6mbbW7TNKr7pzsC { position:absolute;display:block;z-index:15037;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.375rem;width:4.375rem;top:7.3125rem;left:1.875rem;overflow:hidden;display:block; }
#yC0KbSOhSx6JnswdEkNHF4fn1WB5Ei6u { 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;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:arial;font-size:1.625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:27.061625rem;height:3.75rem;text-decoration:none;z-index:15037;text-align:center;text-align-last:center;top:17.505426406861rem;left:23.968099594116rem;display:none; }
#egT8JHFNqLN87h4rrbK3GSotB9HuNH3i { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#PlETHDgTCEBxuimobTON9rMNIzg6rSVm { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/02b6011f-2c92-4f63-82e3-74dce344f2ba/Leonardo_Phoenix_10_A_dark_cinematic_digital_illustration_feat_1.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;z-index:auto;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#PlETHDgTCEBxuimobTON9rMNIzg6rSVm.adaptive-delivery-prevent-bg, #PlETHDgTCEBxuimobTON9rMNIzg6rSVm.lazyload, #PlETHDgTCEBxuimobTON9rMNIzg6rSVm.lazyloading { background-image: none; }#PlETHDgTCEBxuimobTON9rMNIzg6rSVm > .row .container { background-color: transparent; background-image: none; }#PlETHDgTCEBxuimobTON9rMNIzg6rSVm::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-tertiary-4),0.78); }#PlETHDgTCEBxuimobTON9rMNIzg6rSVm > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PlETHDgTCEBxuimobTON9rMNIzg6rSVm > .row .container > .video-iframe-container { display: none; }#PlETHDgTCEBxuimobTON9rMNIzg6rSVm > .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.78); }#PlETHDgTCEBxuimobTON9rMNIzg6rSVm > .row > .video-iframe-container { display: none; }#PlETHDgTCEBxuimobTON9rMNIzg6rSVm > .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); }#PlETHDgTCEBxuimobTON9rMNIzg6rSVm > .row .container { border-width: 0; border-radius: 0; }#PlETHDgTCEBxuimobTON9rMNIzg6rSVm::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; }#PlETHDgTCEBxuimobTON9rMNIzg6rSVm > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#PlETHDgTCEBxuimobTON9rMNIzg6rSVm > .row .container { font-size:0.875rem;font-family:arial;height:32.0625rem;width:75rem;overflow:visible;position:relative;display:block; }#UlJwyZ9CN57o6xvB5vg7uTxBcAO2nh17 { color:rgba(var(--color-tertiary-0),1);display:block;width:66.3125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.6875rem;font-weight:300;z-index:15001;line-height:2;letter-spacing:0;top:8.1875019073488rem;left:4.34375rem;height:13.5rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#T3tUwyoSlQV44Nhbx4SUb8xBcqEa9UUp { position:absolute;display:block;z-index:15035;height:0.625rem;width:0.625rem;top:0rem;left:0rem;display:block; }
#LAAEJirrc5CaSc4GUosuiLsmMJtQWwyt { background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:arial;font-size:1.625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:28.1875rem;height:3.8125rem;text-decoration:none;z-index:15037;text-align:center;text-align-last:center;top:24.375rem;left:23.968751907349rem;display:block; }
#yMRGV6WC0P4NPZ3yh1yqU4GaMZKsCKCk { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#kFw41RoEZ36lou1mIimtRag2v7oChzhG { 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;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:arial;font-size:1.625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:27.061625rem;height:3.75rem;text-decoration:none;z-index:15037;text-align:center;text-align-last:center;top:17.505426406861rem;left:23.968099594116rem;display:none; }
#mIWlkbu8phX2xTONOTMlZWThDiDE5XBC { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#BeaGxJ05JTevUAefKWVSN63zhVkC8Dfs { color:rgba(var(--color-tertiary-0),1);display:block;width:51rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2.5rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:3rem;left:12rem;height:3.25rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#xHE8pP2FNIq2SruQAq5RZ08o0EC1CbJt { color:rgba(var(--color-tertiary-4),1);display:block;width:61.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.875rem;font-weight:300;z-index:15002;line-height:1.6;letter-spacing:0;top:21.9375rem;left:6.5625rem;height:0;text-align:center;text-align-last:center;font-style:normal;display:none; }
#X4c2MwJT2XzTsW89O8fefHPPvSz2Kzcf { background-color:rgba(243,243,243,0.78);background-image:none;z-index:auto;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#X4c2MwJT2XzTsW89O8fefHPPvSz2Kzcf > .row .container { border-width: 0; border-radius: 0; }#X4c2MwJT2XzTsW89O8fefHPPvSz2Kzcf > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#X4c2MwJT2XzTsW89O8fefHPPvSz2Kzcf > .row .container { font-size:0.875rem;font-family:arial;height:56.3125rem;width:75rem;overflow:visible;position:relative;display:none; }#Q4EzyHdPaW24EvCOCMbNxFnsHDX5zf1q { position:absolute;display:block;z-index:15035;height:4.5rem;width:4.5rem;top:0rem;left:0rem;display:block; }
#pcplHrSCS709sRyMzhaClUs8m37gpdit { background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:arial;font-size:1.625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:31.5625rem;height:4.25rem;text-decoration:none;z-index:15037;text-align:center;text-align-last:center;top:47rem;left:21.75rem;display:block; }
#Z9o0LdpuECPpg7d0772TugDsrBGiz07Q { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Ai7hu5xsByNORPzZPhwWyBXrvKddfJLR { 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;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:arial;font-size:1.625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:27.061625rem;height:3.75rem;text-decoration:none;z-index:15037;text-align:center;text-align-last:center;top:17.505426406861rem;left:23.968099594116rem;display:none; }
#IRPXKCXSG4mIgsKckyafpk3Jpsm7Teza { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#qihgogrfrmM4WnsUSZJxwgFZIDdJNExL { color:rgba(var(--color-tertiary-4),1);display:block;width:69.1875rem;position:absolute;font-family:roboto;font-size:3.125rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:5.75rem;left:2.90625rem;height:4.0625rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#PzCOzu1790fcV2kS1EcADJQAE1hFHSGa { position:absolute;display:block;z-index:15038;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: none;height:4.375rem;width:4.375rem;top:13.1875rem;left:1.3125rem;overflow:hidden;display:block; }
#NcBhhGNvLElnMSL3yIsNf2Uxc5Ka9bad { color:#ffffff;display:block;width:17.7495625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.375rem;font-weight:700;z-index:15042;line-height:1.3;letter-spacing:0;top:18.625rem;left:1.3125rem;height:;text-align:left;text-align-last:left;display:block; }
#p1hIS8R5M1TAgbselAPxCoz12ZZ5kdtI { box-sizing:content-box;height:20.25rem;width:17.5rem;position:absolute;display:block;z-index:15001;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(29,34,42,0.9), rgba(21,24,30,0.93));background-image: -moz-linear-gradient(180deg, rgba(29,34,42,0.9), rgba(21,24,30,0.93));background-image: -ms-linear-gradient(180deg, rgba(29,34,42,0.9), rgba(21,24,30,0.93));background-image: -o-linear-gradient(180deg, rgba(29,34,42,0.9), rgba(21,24,30,0.93));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#1d222ae5', endColorstr='#15181eed' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#1d222ae5', endColorstr='#15181eed' );";background-image: linear-gradient(180deg, rgba(29,34,42,0.9), rgba(21,24,30,0.93));background-size:auto !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:12.3125rem;left:0rem;border-top-right-radius:0.75rem;border-bottom-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-top-left-radius:0.75rem;display:block; }
#lrSSXWI1S9dG0NrHmr37NW6i2OWdo43l { box-sizing:content-box;height:20.25rem;width:17.5rem;position:absolute;display:block;z-index:15002;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #1d222a, rgba(21,24,30,0.93));background-image: -moz-linear-gradient(180deg, #1d222a, rgba(21,24,30,0.93));background-image: -ms-linear-gradient(180deg, #1d222a, rgba(21,24,30,0.93));background-image: -o-linear-gradient(180deg, #1d222a, rgba(21,24,30,0.93));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#1d222a', endColorstr='#15181eed' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#1d222a', endColorstr='#15181eed' );";background-image: linear-gradient(180deg, #1d222a, rgba(21,24,30,0.93));background-size:auto !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:12.3125rem;left:19.0625rem;border-top-right-radius:0.75rem;border-bottom-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-top-left-radius:0.75rem;display:block; }
#rTSCvcs2GZpmC9w2ZleAay30tfiHhVVn { box-sizing:content-box;height:20.25rem;width:17.5rem;position:absolute;display:block;z-index:15003;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #1d222a, rgba(21,24,30,0.93));background-image: -moz-linear-gradient(180deg, #1d222a, rgba(21,24,30,0.93));background-image: -ms-linear-gradient(180deg, #1d222a, rgba(21,24,30,0.93));background-image: -o-linear-gradient(180deg, #1d222a, rgba(21,24,30,0.93));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#1d222a', endColorstr='#15181eed' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#1d222a', endColorstr='#15181eed' );";background-image: linear-gradient(180deg, #1d222a, rgba(21,24,30,0.93));background-size:auto !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:12.3125rem;left:38.3125rem;border-top-right-radius:0.75rem;border-bottom-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-top-left-radius:0.75rem;display:block; }
#T3MkiL6PfsAOnmRTdV7KytFLz6d6R75G { box-sizing:content-box;height:20.25rem;width:17.5rem;position:absolute;display:block;z-index:15004;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #1d222a, rgba(21,24,30,0.93));background-image: -moz-linear-gradient(180deg, #1d222a, rgba(21,24,30,0.93));background-image: -ms-linear-gradient(180deg, #1d222a, rgba(21,24,30,0.93));background-image: -o-linear-gradient(180deg, #1d222a, rgba(21,24,30,0.93));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#1d222a', endColorstr='#15181eed' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#1d222a', endColorstr='#15181eed' );";background-image: linear-gradient(180deg, #1d222a, rgba(21,24,30,0.93));background-size:auto !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:12.3125rem;left:57.5rem;border-top-right-radius:0.75rem;border-bottom-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-top-left-radius:0.75rem;display:block; }
#LbSuoHOVecVBy5pfvTrunh0pNK3IRJlx { position:absolute;display:block;z-index:15039;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: none;height:4.375rem;width:4.375rem;top:13.1875rem;left:20.375rem;overflow:hidden;display:block; }
#G94w00ewsnEQRDHtT6CLGGV3l3JuHpF1 { position:absolute;display:block;z-index:15040;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: none;height:4.375rem;width:4.375rem;top:13.1875rem;left:39.6875rem;overflow:hidden;display:block; }
#hMk0KkSzapdlFusLH7BLHsSew3nVN8Pc { position:absolute;display:block;z-index:15041;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: none;height:4.375rem;width:4.375rem;top:13.1875rem;left:58.8125rem;overflow:hidden;display:block; }
#qk1tTev2Q3al2Tn5TAPUxGAas7CEu2VU { color:#ffffff;display:block;width:17.7485rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.375rem;font-weight:700;z-index:15043;line-height:1.3;letter-spacing:0;top:18.625rem;left:20.375rem;height:;text-align:left;text-align-last:left;display:block; }
#EFrI66UpP1lAqoqeQIvtSc281Rwpvppi { color:#ffffff;display:block;width:17.7485rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.375rem;font-weight:700;z-index:15044;line-height:1.3;letter-spacing:0;top:18.625rem;left:39.6875rem;height:;text-align:left;text-align-last:left;display:block; }
#CtCpmIuZ1e9hwSFZsmfxrssZxoIA8VsF { color:#ffffff;display:block;width:14.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.375rem;font-weight:700;z-index:15045;line-height:1.3;letter-spacing:0;top:18.625rem;left:58.8125rem;height:;text-align:left;text-align-last:left;display:block; }
#bhNT7yZvQiJCNnQ3TOnHWzWXKBaC0hMr { position:absolute;display:block;z-index:15046;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.125rem;width:3.125rem;top:16.0625rem;left:16rem;overflow:hidden;display:block; }
#f5JrTtJnTixRFkTMhMsTfnplt0v8gvid { position:absolute;display:block;z-index:15047;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.125rem;width:3.125rem;top:16.0625rem;left:35.25rem;overflow:hidden;display:block; }
#cSNX9KCp1RuOyzbmLuCp5AcX5gJh2dRr { position:absolute;display:block;z-index:15048;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.125rem;width:3.125rem;top:16.0625rem;left:54.4375rem;overflow:hidden;display:block; }
#uRKB28WpHfsdS0GhsgnlDop6A4fAKgFx { box-sizing:content-box;height:9.1875rem;width:70.8125rem;position:absolute;display:block;z-index:15002;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #1d222a, rgba(21,24,30,0.81));background-image: -moz-linear-gradient(180deg, #1d222a, rgba(21,24,30,0.81));background-image: -ms-linear-gradient(180deg, #1d222a, rgba(21,24,30,0.81));background-image: -o-linear-gradient(180deg, #1d222a, rgba(21,24,30,0.81));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#1d222a', endColorstr='#15181ece' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#1d222a', endColorstr='#15181ece' );";background-image: linear-gradient(180deg, #1d222a, rgba(21,24,30,0.81));background-size:auto !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:34.4375rem;left:2.125rem;border-top-right-radius:0.75rem;border-bottom-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-top-left-radius:0.75rem;display:block; }
#Qp7vD59yST2eEUymZs6NhTXrUgDfJMA3 { position:absolute;display:block;z-index:15039;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: none;height:4.375rem;width:4.375rem;top:36.0625rem;left:3.875rem;overflow:hidden;display:block; }
#hp096ATqlunQESRCG4gpy8mEW0mE6zB5 { color:#ffffff;display:block;width:27.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.375rem;font-weight:700;z-index:15043;line-height:1.3;letter-spacing:0;top:36.5rem;left:8.9375rem;height:3.575rem;text-align:left;text-align-last:left;display:block; }
#ZJUC1VaqXitPwh8bQbDRsZyFvArw6gFT { position:absolute;display:block;z-index:15049;border-bottom:0;border-left:0;border-right:0;border-top: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.1875rem;width:7.1875rem;top:30.25rem;left:67.8125rem;overflow:hidden;display:block; }
#XKCtJbl9sEK7Tynef9XTNqU85eUIfITQ { box-sizing:content-box;height:1.99978125rem;width:7.874375rem;position:absolute;display:block;z-index:15050;background-color:#d00900;background-image:none;box-shadow: none;border-top:0;border-left:0;border-right:0;border-bottom:0;top:11.25rem;left:8.1875rem;border-top-right-radius:0.75rem;border-bottom-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-top-left-radius:0.75rem;display:block; }
#H2AAuUMcZzNgX0THciZJVXZU8GHHo1sF { color:#ffffff;display:block;width:6.12413125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:700;z-index:15051;line-height:1.3;letter-spacing:0;top:11.6875rem;left:8.6875rem;height:1.3rem;text-align:left;text-align-last:left;display:block; }
#grqZdBvTO385lkCZiZ72ZPkWsmOeK3ob { color:#ffffff;display:block;width:17.7480625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:700;z-index:15043;line-height:1.3;letter-spacing:0;top:20.9609375rem;left:1.3125rem;height:1.3rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#JV4MP9Peb1Gs9RvROGrPaEU0PtvaQ96r { color:#ffffff;display:block;width:14.874125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:700;z-index:15044;line-height:1.3;letter-spacing:0;top:28.625rem;left:1.3125rem;height:2.6rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#DzlGAOa7vIlmJ6nf3NiJBWsM3iCrExEH { box-sizing:content-box;height:0.124783125rem;width:13.3745625rem;position:absolute;display:block;z-index:15052;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #5662f6, rgba(var(--color-primary-2),1));background-image: -moz-linear-gradient(180deg, #5662f6, rgba(var(--color-primary-2),1));background-image: -ms-linear-gradient(180deg, #5662f6, rgba(var(--color-primary-2),1));background-image: -o-linear-gradient(180deg, #5662f6, rgba(var(--color-primary-2),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#5662f6', endColorstr='rgba(var(--color-primary-2),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#5662f6', endColorstr='rgba(var(--color-primary-2),1)' );";background-image: linear-gradient(180deg, #5662f6, rgba(var(--color-primary-2),1));background-size:auto !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:27.3125rem;left:2.0625rem;display:block; }
#KMSyb3kgccNzLcFq9sTKcIzyFufazwbq { color:rgba(var(--color-tertiary-0),1);display:block;width:14.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:normal;z-index:15053;line-height:1.3;letter-spacing:0;top:23.75rem;left:1.3125rem;height:2.425rem;display:block; }#KMSyb3kgccNzLcFq9sTKcIzyFufazwbq li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#KMSyb3kgccNzLcFq9sTKcIzyFufazwbq li:before{  }
#xsDTvEgwAP7zcUf5kGJaSJvPebfqyG2J { color:rgba(var(--color-tertiary-0),1);display:block;width:15.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:normal;z-index:15054;line-height:1.3;letter-spacing:0;top:23.75rem;left:20.375rem;height:2.425rem;display:block; }#xsDTvEgwAP7zcUf5kGJaSJvPebfqyG2J li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#xsDTvEgwAP7zcUf5kGJaSJvPebfqyG2J li:before{  }
#iChOp8BCNo8T3sNrwgpkPvMNFHGLlswG { color:rgba(var(--color-tertiary-0),1);display:block;width:15.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:normal;z-index:15055;line-height:1.3;letter-spacing:0;top:23.75rem;left:39.6875rem;height:2.425rem;display:block; }#iChOp8BCNo8T3sNrwgpkPvMNFHGLlswG li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#iChOp8BCNo8T3sNrwgpkPvMNFHGLlswG li:before{  }
#CJFVtQbz5bXXLU7MT8dI1ATaQbG5xsGd { color:rgba(var(--color-tertiary-0),1);display:block;width:14.2480625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:normal;z-index:15056;line-height:1.3;letter-spacing:0;top:23.75rem;left:58.8125rem;height:2.425rem;display:block; }#CJFVtQbz5bXXLU7MT8dI1ATaQbG5xsGd li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#CJFVtQbz5bXXLU7MT8dI1ATaQbG5xsGd li:before{  }
#wPA2po1oavaJ46LpFWR0EGZ10XA1im0x { color:#ffffff;display:block;width:17.7480625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:700;z-index:15044;line-height:1.3;letter-spacing:0;top:20.9609375rem;left:20.375rem;height:1.3rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#JVcLT8ZEUk1l5awB3uT3M4Qki1MgkZxz { color:#ffffff;display:block;width:17.7485rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:700;z-index:15045;line-height:1.3;letter-spacing:0;top:20.9375rem;left:39.6875rem;height:1.3rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#tk74dRNMVCEmDCBtCBUsK7EnH0M8MfLp { color:#ffffff;display:block;width:15rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:700;z-index:15046;line-height:1.3;letter-spacing:0;top:20.9375rem;left:58.75rem;height:1.3rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#ro6fhwA4dCndhQ10cfJWXT3R3NL5ko95 { box-sizing:content-box;height:0.124783125rem;width:13.3735rem;position:absolute;display:block;z-index:15053;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #5662f6, rgba(var(--color-primary-2),1));background-image: -moz-linear-gradient(180deg, #5662f6, rgba(var(--color-primary-2),1));background-image: -ms-linear-gradient(180deg, #5662f6, rgba(var(--color-primary-2),1));background-image: -o-linear-gradient(180deg, #5662f6, rgba(var(--color-primary-2),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#5662f6', endColorstr='rgba(var(--color-primary-2),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#5662f6', endColorstr='rgba(var(--color-primary-2),1)' );";background-image: linear-gradient(180deg, #5662f6, rgba(var(--color-primary-2),1));background-size:auto !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:27.3125rem;left:21.125rem;display:block; }
#kwFEwQPz8SFTw6N9t4PaLWVcVFCD0a4K { box-sizing:content-box;height:0.124783125rem;width:13.3735rem;position:absolute;display:block;z-index:15054;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #5662f6, rgba(var(--color-primary-2),1));background-image: -moz-linear-gradient(180deg, #5662f6, rgba(var(--color-primary-2),1));background-image: -ms-linear-gradient(180deg, #5662f6, rgba(var(--color-primary-2),1));background-image: -o-linear-gradient(180deg, #5662f6, rgba(var(--color-primary-2),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#5662f6', endColorstr='rgba(var(--color-primary-2),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#5662f6', endColorstr='rgba(var(--color-primary-2),1)' );";background-image: linear-gradient(180deg, #5662f6, rgba(var(--color-primary-2),1));background-size:auto !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:27.3125rem;left:40.375rem;display:block; }
#XJkqZds3LppgshZmVIp35ZeVfvMnBvny { box-sizing:content-box;height:0.124783125rem;width:13.3735rem;position:absolute;display:block;z-index:15055;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #5662f6, rgba(var(--color-primary-2),1));background-image: -moz-linear-gradient(180deg, #5662f6, rgba(var(--color-primary-2),1));background-image: -ms-linear-gradient(180deg, #5662f6, rgba(var(--color-primary-2),1));background-image: -o-linear-gradient(180deg, #5662f6, rgba(var(--color-primary-2),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#5662f6', endColorstr='rgba(var(--color-primary-2),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#5662f6', endColorstr='rgba(var(--color-primary-2),1)' );";background-image: linear-gradient(180deg, #5662f6, rgba(var(--color-primary-2),1));background-size:auto !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:27.3125rem;left:59.5625rem;display:block; }
#rMC5WeB6V0qV6mzhI2CTwUSOs7KhkX8K { color:#ffffff;display:block;width:12.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:700;z-index:15045;line-height:1.3;letter-spacing:0;top:28.625rem;left:20.375rem;height:2.6rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#sNM5UzkXzMaJhrs9OxiRs97JaqvZPCCS { color:#ffffff;display:block;width:14.8730625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:700;z-index:15046;line-height:1.3;letter-spacing:0;top:28.625rem;left:39.6875rem;height:2.6rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#aAiXpUuyd1wMx0lMhJBKdcZatuPi5WZh { color:#ffffff;display:block;width:14.8730625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:700;z-index:15047;line-height:1.3;letter-spacing:0;top:28.625rem;left:58.8125rem;height:2.6rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#m7hVP5sCS5VRNQBGFiBk4PBFgSFaZLdc { color:#ffffff;display:block;width:12.9373125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:700;z-index:15046;line-height:1.3;letter-spacing:0;top:38.0625rem;left:40.5625rem;height:0;text-align:left;text-align-last:left;font-style:normal;display:none; }
#NHTXFBN8NUebGghHRbX5G7LUQ2N3RL6y { color:#ffffff;display:block;width:12.9373125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:700;z-index:15047;line-height:1.3;letter-spacing:0;top:40.5625rem;left:40.5625rem;height:0;text-align:left;text-align-last:left;font-style:normal;display:none; }
#mXzJP3oDpJSforgiBzb5s9VEg4vX3atb { color:#ffffff;display:block;width:12.9365rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:700;z-index:15048;line-height:1.3;letter-spacing:0;top:36.0625rem;left:53.3125rem;height:1.3rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#TbpaPeXrorA3XCsxI9cwNIuQ15lTquIX { color:#ffffff;display:block;width:15.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:700;z-index:15049;line-height:1.3;letter-spacing:0;top:38.375rem;left:53.5rem;height:1.3rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#d4ZpFEQN9plATgv8GFylblyJJaFs6S2N { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15057;opacity:1;top:38.125rem;left:38.5rem;display:none; }
#dvJ7wdNXCmKr2SFRNlKToE8Xvcq2mqvv { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15058;opacity:1;top:40.625rem;left:38.5rem;display:none; }
#gOVVT9MlhnGqvtZcw3v3oVp4oXK7EIVO { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15059;opacity:1;top:38.4375rem;left:51.625rem; }
#xlaiaEXNvGTQ89ueaQ0OW6lzFt3QRkGT { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15060;opacity:1;top:36.0625rem;left:51.625rem; }
#ZMCOuvCgUGzy04dN5tcLWugisITKDfg5 { box-sizing:content-box;height:0.12402375rem;width:62.5rem;position:absolute;display:block;z-index:15053;background-color:transparent;background-image: -webkit-linear-gradient(54deg, #5662f6, #1621b2);background-image: -moz-linear-gradient(54deg, #5662f6, #1621b2);background-image: -ms-linear-gradient(54deg, #5662f6, #1621b2);background-image: -o-linear-gradient(54deg, #5662f6, #1621b2);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#5662f6', endColorstr='#1621b2' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#5662f6', endColorstr='#1621b2' );";background-image: linear-gradient(54deg, #5662f6, #1621b2);background-size:auto !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:41.375rem;left:6.25rem;display:block; }
#iLviF7Cnzn8ftauB3nsduF9EFLNVqL7T { box-sizing:content-box;height:1.999025rem;width:7.874rem;position:absolute;display:block;z-index:15051;background-color:#d00900;background-image:none;box-shadow: none;border-top:0;border-left:0;border-right:0;border-bottom:0;top:11.25rem;left:27.4375rem;border-top-right-radius:0.75rem;border-bottom-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-top-left-radius:0.75rem;display:block; }
#xqXJ4LWChylBdfHmvloTh6aLATvV0UwP { box-sizing:content-box;height:1.999025rem;width:7.8730625rem;position:absolute;display:block;z-index:15052;background-color:#d00900;background-image:none;box-shadow: none;border-top:0;border-left:0;border-right:0;border-bottom:0;top:11.25rem;left:46.625rem;border-top-right-radius:0.75rem;border-bottom-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-top-left-radius:0.75rem;display:block; }
#gDfxrsvo6QQiRIyPpz4DHX9lfZUKJ8nP { box-sizing:content-box;height:1.999025rem;width:7.8730625rem;position:absolute;display:block;z-index:15053;background-color:#d00900;background-image:none;box-shadow: none;border-top:0;border-left:0;border-right:0;border-bottom:0;top:11.25rem;left:65.9375rem;border-top-right-radius:0.75rem;border-bottom-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-top-left-radius:0.75rem;display:block; }
#uTEpnOPw3ylsTTgzI8Kx7n1bETEkV09T { color:#ffffff;display:block;width:6.124025rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:700;z-index:15052;line-height:1.3;letter-spacing:0;top:11.6875rem;left:28.4375rem;height:1.3rem;text-align:center;text-align-last:center;display:block; }
#n19OLb7QPwlk5ATovyAyS3IOtU4kE6Gz { color:#ffffff;display:block;width:6.124025rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:700;z-index:15053;line-height:1.3;letter-spacing:0;top:11.6875rem;left:47.5rem;height:1.3rem;text-align:center;text-align-last:center;display:block; }
#uTFuJWAJoCP3WFsW7K3RyFJ2MGhU32XM { color:#ffffff;display:block;width:6.124025rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:700;z-index:15054;line-height:1.3;letter-spacing:0;top:11.6875rem;left:66.8125rem;height:1.3rem;text-align:center;text-align-last:center;display:block; }
#TfTuvS2eRnuBKcf6XSwfLHBh2NsFVeQ5 { position:absolute;display:block;z-index:15061;height:5.5625rem;width:9.9375rem;top:47rem;left:2.125rem;display:block; }
#T5ndVKxyTdcNLI29NKRpzTcy4LNFavKp { box-sizing:content-box;height:2.6875rem;width:34.375rem;position:absolute;display:block;z-index:15062;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #5662f6, #1621b2);background-image: -moz-linear-gradient(180deg, #5662f6, #1621b2);background-image: -ms-linear-gradient(180deg, #5662f6, #1621b2);background-image: -o-linear-gradient(180deg, #5662f6, #1621b2);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#5662f6', endColorstr='#1621b2' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#5662f6', endColorstr='#1621b2' );";background-image: linear-gradient(180deg, #5662f6, #1621b2);background-size:auto !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:1.8740234375rem;left:20.3125rem;border-top-right-radius:7rem;border-bottom-right-radius:7rem;border-bottom-left-radius:7rem;border-top-left-radius:7rem;display:block; }
#N3Aren2d6JGTVyk4NQOcLDBTit0RsbZ4 { color:#ffffff;display:block;width:34.0625rem;position:absolute;font-family:oswald;font-size:1.375rem;font-weight:700;z-index:15063;line-height:1.3;letter-spacing:0;top:2.32421875rem;left:20.46875rem;height:1.7875rem;text-align:center;text-align-last:center;display:block; }
#VDTU30zw4TM9qeKB2Gz8op84WctJr18V { position:absolute;display:block;z-index:15046;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.125rem;width:3.125rem;top:16.0625rem;left:16rem;overflow:hidden;display:none; }
#mXwFSSn8InWy5dSMickfyAwyrsBUOQVe { position:absolute;display:block;z-index:15046;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.125rem;width:3.125rem;top:16.0625rem;left:16rem;overflow:hidden;display:none; }
#ilPcABS9g5JXSkQTRJaq7VgvNzA9s33R { position:absolute;display:block;z-index:15046;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.125rem;width:3.125rem;top:16.0625rem;left:16rem;overflow:hidden;display:none; }
#JVR4lHS8gWe8zuwTayBJPDaFFGx7w37O { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/02b6011f-2c92-4f63-82e3-74dce344f2ba/Leonardo_Phoenix_10_A_dark_cinematic_digital_illustration_feat_1.jpg");background-position:center left !important;background-repeat:repeat-x !important;background-attachment:fixed;background-size:cover !important;z-index:auto;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#JVR4lHS8gWe8zuwTayBJPDaFFGx7w37O.adaptive-delivery-prevent-bg, #JVR4lHS8gWe8zuwTayBJPDaFFGx7w37O.lazyload, #JVR4lHS8gWe8zuwTayBJPDaFFGx7w37O.lazyloading { background-image: none; }#JVR4lHS8gWe8zuwTayBJPDaFFGx7w37O > .row .container { border-width: 0; border-radius: 0; }#JVR4lHS8gWe8zuwTayBJPDaFFGx7w37O::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; }#JVR4lHS8gWe8zuwTayBJPDaFFGx7w37O > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#JVR4lHS8gWe8zuwTayBJPDaFFGx7w37O > .row .container { font-size:0.875rem;font-family:arial;height:50.5625rem;width:75rem;overflow:visible;position:relative;display:none; }#Z5eTTTZTBipF3x9C5y70KOCMM6ZPkFUG { color:rgba(var(--color-tertiary-0),1);display:block;width:36.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.75rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:12.1875rem;left:3.375rem;height:6.82325rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:none; }
#nRFQBFdMrpn65uCeZP0n14izadnZw9zO { color:rgba(var(--color-tertiary-0),1);display:block;width:51rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.0625rem;font-weight:700;z-index:15012;line-height:1.3;letter-spacing:0;top:1.875rem;left:11.5625rem;height:3.98125rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#PECNXoIbKx5El6inGnPTMh7FzKmapRQv { box-sizing:content-box;height:12.5rem;width:12.5rem;position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;display:none; }
#DDCfshn7wZzt4GES9uyX41NzinDzO0KF { box-sizing:content-box;height:12.5rem;width:12.5rem;position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;display:none; }
#wWJ79x9N589Ikiexd564RvRtOkWHeWvu { color:rgba(var(--color-primary-2),1);display:block;width:18.0615rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15028;line-height:1.6;letter-spacing:0;top:10.625rem;left:1.5rem;height:2.4rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#iMX8sdBSucTb6ceFfd09nm6JynlTQFJT { position:absolute;display:block;z-index:14999;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:37.4365rem;width:31.999rem;top:13rem;left:21.5rem;overflow:hidden;display:block; }
#FRQqTeOld9SLKpecrxhaINKdrXtGvQ56 { color:rgba(var(--color-tertiary-0),1);display:block;width:18.499rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15021;line-height:1.6;letter-spacing:0;top:19.3125rem;left:1.25rem;height:25.2rem;font-style:normal;display:block; }
#lF8iVSv4woe6dwiZbaZmiNtlX5qH1I3P { box-sizing:content-box;height:32rem;width:20.9375rem;position:absolute;display:block;z-index:14998;background-color:#1a1d21;background-image:none;top:15.75rem;left:0rem;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:1.25rem;border-bottom-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-top-left-radius:1.25rem;box-shadow: 0.0625rem 0.0625rem 0.625rem rgba(var(--color-secondary-0),0.3) ;display:block; }
#uQLL9MQ3TnKzoXTboQ5sf6RnJhALeAWF { color:rgba(var(--color-tertiary-0),1);display:block;width:18.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15020;line-height:1.6;letter-spacing:0;top:19.375rem;left:55.25rem;height:23.4rem;font-style:normal;display:block; }
#dNTMhXqhG3pong8DkrKTmkHJNrTcwkT2 { color:rgba(var(--color-primary-2),1);display:block;width:18.0605625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15030;line-height:1.6;letter-spacing:0;top:10.625rem;left:55.25rem;height:2.4rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#ba0m9DogZzAztBx9QLEUEgcm4XcKpntf { box-sizing:content-box;height:31.999rem;width:20.9375rem;position:absolute;display:block;z-index:14999;background-color:#1a1d21;background-image:none;top:15.75rem;left:54.0625rem;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:1.25rem;border-bottom-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-top-left-radius:1.25rem;box-shadow: 0.0625rem 0.0625rem 0.625rem rgba(var(--color-secondary-0),0.3) ;display:block; }
#KykhomF0TGUnDSbILM2qg74Gc74fXlAh { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/02b6011f-2c92-4f63-82e3-74dce344f2ba/Leonardo_Phoenix_10_A_dark_cinematic_digital_illustration_feat_1.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;z-index:auto;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#KykhomF0TGUnDSbILM2qg74Gc74fXlAh.adaptive-delivery-prevent-bg, #KykhomF0TGUnDSbILM2qg74Gc74fXlAh.lazyload, #KykhomF0TGUnDSbILM2qg74Gc74fXlAh.lazyloading { background-image: none; }#KykhomF0TGUnDSbILM2qg74Gc74fXlAh > .row .container { border-width: 0; border-radius: 0; }#KykhomF0TGUnDSbILM2qg74Gc74fXlAh::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; }#KykhomF0TGUnDSbILM2qg74Gc74fXlAh > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#KykhomF0TGUnDSbILM2qg74Gc74fXlAh > .row .container { font-size:0.875rem;font-family:arial;height:33.4375rem;width:75rem;overflow:visible;position:relative;display:none; }#AenL0sbSBbBIKhCbcGTr6eNnG4eatuuk { position:absolute;display:block;z-index:15035;height:0.625rem;width:0.625rem;top:0rem;left:0rem;display:block; }
#OqkO3XLmf22pLdVzZhJq4FKdUsAw53a2 { 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;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:arial;font-size:1.625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:27.061625rem;height:3.75rem;text-decoration:none;z-index:15037;text-align:center;text-align-last:center;top:17.505426406861rem;left:23.968099594116rem;display:none; }
#fDdI8AARVsitsJIgQeWNLZOzNSi5eNhC { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#fXQ6pPfGImsEF7p8pDT1mWw716xwblkH { color:rgba(var(--color-tertiary-0),1);display:block;width:51rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:3rem;left:12rem;height:3.25rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#i0EySFzNli9DecU5xwg1Z4mGOT4kEbMB { position:absolute;display:block;z-index:15038;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:2.0625rem;border-top-right-radius:2.0625rem;border-bottom-left-radius:2.0625rem;border-bottom-right-radius:2.0625rem;box-shadow: none;height:21.25rem;width:18.75rem;top:9.0625rem;left:4.2250003814697rem;overflow:hidden;display:block; }
#ATSEAocnIso71VmJO7fFTa3BTPcuM9zp { position:absolute;display:block;z-index:15039;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:2.0625rem;border-top-right-radius:2.0625rem;border-bottom-left-radius:2.0625rem;border-bottom-right-radius:2.0625rem;box-shadow: none;height:21.25rem;width:18.75rem;top:9.0625rem;left:28.125001907349rem;overflow:hidden;display:block; }
#U0bqKnLPuL7VUf5pBpLSNNUf8BXlzvHd { position:absolute;display:block;z-index:15040;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:2.0625rem;border-top-right-radius:2.0625rem;border-bottom-left-radius:2.0625rem;border-bottom-right-radius:2.0625rem;box-shadow: none;height:21.25rem;width:18.75rem;top:9.0625rem;left:52.28750038147rem;overflow:hidden;display:block; }
#k8ceVqdO2elNuFDamG6PuJZAVhAXGN6l { background-color:rgba(var(--color-tertiary-0),0.78);background-image:none;z-index:auto;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#k8ceVqdO2elNuFDamG6PuJZAVhAXGN6l > .row .container { border-width: 0; border-radius: 0; }#k8ceVqdO2elNuFDamG6PuJZAVhAXGN6l > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#k8ceVqdO2elNuFDamG6PuJZAVhAXGN6l > .row .container { font-size:0.875rem;font-family:arial;height:37.125rem;width:75rem;overflow:visible;position:relative;display:none; }#X1eHkgPWJEmZSi4A0I6r5G8EZKlvH1L5 { color:rgba(var(--color-tertiary-4),1);display:block;width:42.8125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:300;z-index:15001;line-height:1.6;letter-spacing:0;top:11.15625rem;left:16.09375rem;height:16.2rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#AoDXI7lHl8nd0PT1PEEfWKpEJliXPn5o { 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;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:arial;font-size:1.625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:27.061625rem;height:3.75rem;text-decoration:none;z-index:15037;text-align:center;text-align-last:center;top:17.505426406861rem;left:23.968099594116rem;display:none; }
#bb26JCrWbGnrW6hKTAc6Ve5PXr6pKL7M { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#rtasR2tIqAVEb7SMs3fUn0bOKfnaGvsh { color:rgba(var(--color-tertiary-4),1);display:block;width:51rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2.5rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:5.9375rem;left:12rem;height:3.25rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#hk9ZgCZU806afm9CZnAwT3Axq0EdgZgs { position:absolute;display:block;z-index:15038;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.9375rem;width:18.75rem;top:1.4375rem;left:28.125rem;overflow:hidden;display:block; }
#qw7e1JUvpmlS9zKpJe7odsaJIzXy8q9N { background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:arial;font-size:1.625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:27.0605625rem;height:3.75rem;text-decoration:none;z-index:15038;text-align:center;text-align-last:center;top:29.813370466232rem;left:23.969186782837rem;display:block; }
#GuOyIz9fFTtvetdqZdygslqQMo4F0fXb { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#iZ6h6sT4g0Zs0mfoTzytLFqo4JJufEO8 { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/02b6011f-2c92-4f63-82e3-74dce344f2ba/Leonardo_Phoenix_10_A_dark_cinematic_digital_illustration_feat_1.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;z-index:auto;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#iZ6h6sT4g0Zs0mfoTzytLFqo4JJufEO8.adaptive-delivery-prevent-bg, #iZ6h6sT4g0Zs0mfoTzytLFqo4JJufEO8.lazyload, #iZ6h6sT4g0Zs0mfoTzytLFqo4JJufEO8.lazyloading { background-image: none; }#iZ6h6sT4g0Zs0mfoTzytLFqo4JJufEO8 > .row .container { border-width: 0; border-radius: 0; }#iZ6h6sT4g0Zs0mfoTzytLFqo4JJufEO8::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; }#iZ6h6sT4g0Zs0mfoTzytLFqo4JJufEO8 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#iZ6h6sT4g0Zs0mfoTzytLFqo4JJufEO8 > .row .container { font-size:0.875rem;font-family:arial;height:31.625rem;width:75rem;overflow:visible;position:relative;display:none; }#ud0bec3i8d7C6EIKxlfkMpPgdTzzGQff { color:rgba(var(--color-tertiary-0),1);display:block;width:63.5625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5625rem;font-weight:300;z-index:15001;line-height:1.8;letter-spacing:0;top:8.624218940735rem;left:5.71875rem;height:11.25rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#cF8SKqkuEFpxXlCNiEaz3cKibNLAhnbx { position:absolute;display:block;z-index:15035;height:0.625rem;width:0.625rem;top:0rem;left:0rem;display:block; }
#lr8CmcVrJI1EUDaPzvFNBVSLn6VKFO0s { background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:arial;font-size:1.625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:27.060125rem;height:3.75rem;text-decoration:none;z-index:15037;text-align:center;text-align-last:center;top:23.436720848084rem;left:23.968751907349rem;display:block; }
#k0gxlPESy4mhOpuAe9S2ly75C4mJKWG7 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#FRlH1Oyzt90SiATNr6C4RzMQaZQbxX1p { 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;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:arial;font-size:1.625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:27.061625rem;height:3.75rem;text-decoration:none;z-index:15037;text-align:center;text-align-last:center;top:17.505426406861rem;left:23.968099594116rem;display:none; }
#kxMam9XSBNpJFw1z3T6gtQ0nwHu01nJP { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#KDCzc7lkVVe03wKx6sk7l8gyhKFRKDti { color:rgba(var(--color-tertiary-0),1);display:block;width:51rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:3rem;left:12rem;height:3.25rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#S4bx0R7enUvQHMaAx4dFoHLUJC0TWVlA { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/02b6011f-2c92-4f63-82e3-74dce344f2ba/Leonardo_Phoenix_10_A_dark_cinematic_digital_illustration_feat_1.jpg");background-position:center left !important;background-repeat:repeat-x !important;background-attachment:fixed;background-size:cover !important;z-index:auto;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#S4bx0R7enUvQHMaAx4dFoHLUJC0TWVlA.adaptive-delivery-prevent-bg, #S4bx0R7enUvQHMaAx4dFoHLUJC0TWVlA.lazyload, #S4bx0R7enUvQHMaAx4dFoHLUJC0TWVlA.lazyloading { background-image: none; }#S4bx0R7enUvQHMaAx4dFoHLUJC0TWVlA > .row .container { border-width: 0; border-radius: 0; }#S4bx0R7enUvQHMaAx4dFoHLUJC0TWVlA::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; }#S4bx0R7enUvQHMaAx4dFoHLUJC0TWVlA > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#S4bx0R7enUvQHMaAx4dFoHLUJC0TWVlA > .row .container { font-size:0.875rem;font-family:arial;height:41.125rem;width:75rem;overflow:visible;position:relative;display:none; }#BxSWIUCTGsPu4S3HREPthaGAFEa7USfO { color:rgba(var(--color-tertiary-0),1);display:block;width:36.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.75rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:12.1875rem;left:3.375rem;height:6.82325rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:none; }
#RvHXJ970flktqK9RRTWzbDF1gXGu7mOC { color:rgba(var(--color-tertiary-0),1);display:block;width:51rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2.5rem;font-weight:700;z-index:15012;line-height:1.3;letter-spacing:0;top:1.875rem;left:11.5625rem;height:3.25rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#qLVmBmilExQ8oS9soAor50wDi4UlHN9T { position:absolute;display:block;z-index:15038;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:31.0625rem;width:31.0625rem;top:9.875rem;left:9.375rem;overflow:hidden;display:block; }
#AzMChq0IpNV2NJ5p1L96neW604hxgmoP { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:31.0625rem;width:31.0625rem;top:9.875rem;left:30.6875rem;overflow:hidden;display:block; }
#sxFIkR8yLAx2IAV5JF05EEKPLQ3m3RAz { 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:7.625rem;width:7.625rem;top:19.25rem;left:56.25rem;overflow:hidden;display:block; }
#FgSURhXJ927nvCuQPn5ZX5vCMynP2zKw { color:rgba(var(--color-tertiary-0),1);display:block;width:19.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:700;z-index:15013;line-height:1.3;letter-spacing:0;top:16.875rem;left:54.8125rem;height:2.4375rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#OHzWKnf47frw0czrDVuF7K5HkRs0La0U { position:absolute;display:block;z-index:15039;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.4375rem;width:6.4375rem;top:11.1875rem;left:13.25rem;overflow:hidden;display:block; }
#b4p5C9Qq42mxgcibeL82BCEcVEB3Gh3U { color:rgba(var(--color-tertiary-0),1);display:block;width:19.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:700;z-index:15014;line-height:1.3;letter-spacing:0;top:16.875rem;left:0rem;height:2.4375rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#A6OuuhVKFn7GltO2MRwG3hckDX8bBile { box-sizing:content-box;height:12.5rem;width:12.5rem;position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;display:none; }
#acmHrM859PJKGcA8CvBEvxc6DcuuRcLB { box-sizing:content-box;height:12.5rem;width:12.5rem;position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;display:none; }
#yTMKcuRt4TqJbKRLHeUme746o2tbBs6A { background-color:rgba(var(--color-tertiary-0),0.78);background-image:none;z-index:auto;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#yTMKcuRt4TqJbKRLHeUme746o2tbBs6A > .row .container { border-width: 0; border-radius: 0; }#yTMKcuRt4TqJbKRLHeUme746o2tbBs6A > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#yTMKcuRt4TqJbKRLHeUme746o2tbBs6A > .row .container { font-size:0.875rem;font-family:arial;height:37.125rem;width:75rem;overflow:visible;position:relative;display:none; }#WHnFUbXKouGcaL15NNqnJuZTQQXHZTwi { color:rgba(var(--color-tertiary-4),1);display:block;width:42.8125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:300;z-index:15001;line-height:1.6;letter-spacing:0;top:11.15625rem;left:16.09375rem;height:16.19825rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#MAPM3SXaqzNxOo5IMxr8Ps3u422XUJoa { 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;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:arial;font-size:1.625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:27.061625rem;height:3.75rem;text-decoration:none;z-index:15037;text-align:center;text-align-last:center;top:17.505426406861rem;left:23.968099594116rem;display:none; }
#gUcrWLhqSQZHGIgTPI4snAXc3rT5bJyL { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#mI0009Z5xBxFvrX59ZTvvsQPSFW85fUp { color:rgba(var(--color-tertiary-4),1);display:block;width:51rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2.5rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:5.9375rem;left:12rem;height:3.25rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#kthDIDWmWbqq6lgn1fGfkX7u7rnZLeoE { position:absolute;display:block;z-index:15038;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.9375rem;width:18.75rem;top:1.4375rem;left:28.125rem;overflow:hidden;display:block; }
#dDuNbOvnAh3x0l1T5iuKa2t4GTuGHxh1 { background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:arial;font-size:1.625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:27.0605625rem;height:3.75rem;text-decoration:none;z-index:15038;text-align:center;text-align-last:center;top:29.813370466232rem;left:23.969186782837rem;display:block; }
#SonsQ9MgTaIvmniB2pRwBSatsGDTi4IX { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#sFMJnVai4Wu1iE9qhkZKi7DeK847Qhyg { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/02b6011f-2c92-4f63-82e3-74dce344f2ba/Leonardo_Phoenix_10_A_dark_cinematic_digital_illustration_feat_1.jpg");background-position:center left !important;background-repeat:repeat-x !important;background-attachment:fixed;background-size:cover !important;z-index:auto;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#sFMJnVai4Wu1iE9qhkZKi7DeK847Qhyg.adaptive-delivery-prevent-bg, #sFMJnVai4Wu1iE9qhkZKi7DeK847Qhyg.lazyload, #sFMJnVai4Wu1iE9qhkZKi7DeK847Qhyg.lazyloading { background-image: none; }#sFMJnVai4Wu1iE9qhkZKi7DeK847Qhyg > .row .container { background-color: transparent; background-image: none; }#sFMJnVai4Wu1iE9qhkZKi7DeK847Qhyg::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-tertiary-4),0.78); }#sFMJnVai4Wu1iE9qhkZKi7DeK847Qhyg > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sFMJnVai4Wu1iE9qhkZKi7DeK847Qhyg > .row .container > .video-iframe-container { display: none; }#sFMJnVai4Wu1iE9qhkZKi7DeK847Qhyg > .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.78); }#sFMJnVai4Wu1iE9qhkZKi7DeK847Qhyg > .row > .video-iframe-container { display: none; }#sFMJnVai4Wu1iE9qhkZKi7DeK847Qhyg > .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); }#sFMJnVai4Wu1iE9qhkZKi7DeK847Qhyg > .row .container { border-width: 0; border-radius: 0; }#sFMJnVai4Wu1iE9qhkZKi7DeK847Qhyg::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; }#sFMJnVai4Wu1iE9qhkZKi7DeK847Qhyg > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#sFMJnVai4Wu1iE9qhkZKi7DeK847Qhyg > .row .container { font-size:0.875rem;font-family:arial;height:14.3125rem;width:75rem;overflow:visible;position:relative;display:block; }#MTHBWnTqltITXguTb3rTatDD7FzBRHov { color:rgba(var(--color-tertiary-0),1);display:block;width:36.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.75rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:12.1875rem;left:3.375rem;height:6.82325rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:none; }
#bxTZoTyGwbHUOSikmiNl1ySqaIWSVF9H { box-sizing:content-box;height:12.5rem;width:12.5rem;position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;display:none; }
#ZCVQ1QXwVb0KmQ0vnJUn1LGABOpoe0S1 { box-sizing:content-box;height:12.5rem;width:12.5rem;position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;display:none; }
#MXb5LiLZn3pphzziPKDX8VTJpqQIbyah { color:rgba(var(--color-tertiary-0),1);display:block;width:57.999125rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.9375rem;font-weight:300;z-index:15002;line-height:1.6;letter-spacing:0;top:3.041446685791rem;left:8.5004367828369rem;height:9rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#PiVZnV1Wc69UXSoC1mbbFn0I9FJ5xAbf { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),0.86);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; }#PiVZnV1Wc69UXSoC1mbbFn0I9FJ5xAbf > .row .container { background-color: transparent; background-image: none; }#PiVZnV1Wc69UXSoC1mbbFn0I9FJ5xAbf::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PiVZnV1Wc69UXSoC1mbbFn0I9FJ5xAbf > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PiVZnV1Wc69UXSoC1mbbFn0I9FJ5xAbf > .row .container > .video-iframe-container { display: none; }#PiVZnV1Wc69UXSoC1mbbFn0I9FJ5xAbf > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PiVZnV1Wc69UXSoC1mbbFn0I9FJ5xAbf > .row > .video-iframe-container { display: none; }#PiVZnV1Wc69UXSoC1mbbFn0I9FJ5xAbf > .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); }#PiVZnV1Wc69UXSoC1mbbFn0I9FJ5xAbf > .row .container { border-width: 0; border-radius: 0; }#PiVZnV1Wc69UXSoC1mbbFn0I9FJ5xAbf > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#PiVZnV1Wc69UXSoC1mbbFn0I9FJ5xAbf > .row .container { font-size:0.875rem;font-family:arial;height:4.75rem;width:75rem;position:relative;display:block; }#m4e6GTlMP8m7EHnLkwRud2FsXnsLJCbv { color:rgba(var(--color-tertiary-4),1);display:block;width:12.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15018;line-height:1.4;letter-spacing:0;top:1.75rem;left:34.3125rem;height:1.225rem;font-style:normal;display:block; }
#oTKOvzqS2EhkclpRmWflRge6FFy410aW { box-sizing:content-box;color:#5d92ff;font-size:1.0625rem;font-weight:400;line-height:1;height:1.5625rem;width:1.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15025;top:1.625rem;left:32.0625rem; }
#iB1ly5dETXxSI5n6K81Bvmw0FDQ2r8Rm { position:absolute;display:block;z-index:15027;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.125rem;width:13.8125rem;top:1.125rem;left:8.375rem;overflow:hidden;display:block; }
#h1JLG5KcFxCpDKcIls6uztTI7oRAFhd9 { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15028;line-height:1.3;letter-spacing:0;top:1.8125rem;left:54.125rem;height:1.1375rem;text-align:center;text-align-last:center;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZX0sSNPT15Ig5f6qNQbnc8mS8AxSgCiR { top:13.3125rem;left:0rem;width:47.75rem;height:4.0625rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zbxbzNAbuSPPBD7O4mg7keozbZVFuwNM { top:8.125rem;left:44rem;width:3.75rem;height:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #hci8zxXsnmZnWpO2XAx0KTGRN2x2GX1K { top:19.125rem;left:0rem;width:42.125rem;height:6.1875rem;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xr5qE0W1BINx3MZrc20DsnQoZw2pLpeG { top:4.875rem;left:0rem;width:13.75rem;height:0.93330859594186rem;display:block; }
 }@media only screen and (max-width: 763px) { #RoEzHlmGREaWfyTbcm5cCGtCD7yqh9WS { top:4.1875rem;left:27.625rem;width:20.125rem;height:30.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #u9GT36RF9SKdOTAVePd1Xi4Dlm4TDmxC { top:8.1875rem;left:0rem;width:18.75rem;height:3.6875rem;font-size:1.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #ouv1fBn2WhhLzDmVsda8ORopA3InrbJX { width:30rem;height:4.0625rem;top:28.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ATcaSDLqkcT3QsE0hXvXUDI5W2xZWwLs { display:block; }
 }@media only screen and (max-width: 763px) { #SLXPDL1ouAoSZWf9N6mbbW7TNKr7pzsC { top:7.3125rem;left:0rem;width:4.375rem;height:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #yC0KbSOhSx6JnswdEkNHF4fn1WB5Ei6u { width:27rem;height:3.75rem;top:17.5rem;left:10.343099594116rem;display:none; }
 }@media only screen and (max-width: 763px) { #egT8JHFNqLN87h4rrbK3GSotB9HuNH3i { display:block; }
 }@media only screen and (max-width: 763px) { #PlETHDgTCEBxuimobTON9rMNIzg6rSVm { display:block; }#PlETHDgTCEBxuimobTON9rMNIzg6rSVm > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UlJwyZ9CN57o6xvB5vg7uTxBcAO2nh17 { top:8.1875rem;left:0rem;width:47.75rem;height:13.5rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #T3tUwyoSlQV44Nhbx4SUb8xBcqEa9UUp { top:0rem;left:0rem;width:0.625rem;height:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #LAAEJirrc5CaSc4GUosuiLsmMJtQWwyt { width:28.1875rem;height:3.8125rem;top:24.375rem;left:10.343751907349rem;display:block; }
 }@media only screen and (max-width: 763px) { #yMRGV6WC0P4NPZ3yh1yqU4GaMZKsCKCk { display:block; }
 }@media only screen and (max-width: 763px) { #kFw41RoEZ36lou1mIimtRag2v7oChzhG { width:27rem;height:3.75rem;top:17.5rem;left:10.343099594116rem;display:none; }
 }@media only screen and (max-width: 763px) { #mIWlkbu8phX2xTONOTMlZWThDiDE5XBC { display:block; }
 }@media only screen and (max-width: 763px) { #BeaGxJ05JTevUAefKWVSN63zhVkC8Dfs { top:3rem;left:0rem;width:47.75rem;height:3.1875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #xHE8pP2FNIq2SruQAq5RZ08o0EC1CbJt { top:5.75rem;left:0rem;width:20rem;height:19.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #X4c2MwJT2XzTsW89O8fefHPPvSz2Kzcf { display:block; }#X4c2MwJT2XzTsW89O8fefHPPvSz2Kzcf > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Q4EzyHdPaW24EvCOCMbNxFnsHDX5zf1q { top:0rem;left:0rem;width:4.5rem;height:4.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #pcplHrSCS709sRyMzhaClUs8m37gpdit { width:31.5625rem;height:4.25rem;top:47rem;left:8.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z9o0LdpuECPpg7d0772TugDsrBGiz07Q { display:block; }
 }@media only screen and (max-width: 763px) { #Ai7hu5xsByNORPzZPhwWyBXrvKddfJLR { width:27rem;height:3.75rem;top:17.5rem;left:10.343099594116rem;display:none; }
 }@media only screen and (max-width: 763px) { #IRPXKCXSG4mIgsKckyafpk3Jpsm7Teza { display:block; }
 }@media only screen and (max-width: 763px) { #qihgogrfrmM4WnsUSZJxwgFZIDdJNExL { top:5.75rem;left:0rem;width:47.75rem;height:4.0625rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PzCOzu1790fcV2kS1EcADJQAE1hFHSGa { top:13.1875rem;left:0rem;width:4.375rem;height:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #NcBhhGNvLElnMSL3yIsNf2Uxc5Ka9bad { top:18.625rem;left:0rem;width:17.6875rem;height:;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #p1hIS8R5M1TAgbselAPxCoz12ZZ5kdtI { top:12.3125rem;left:0rem;width:17.5rem;height:20.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #lrSSXWI1S9dG0NrHmr37NW6i2OWdo43l { top:12.3125rem;left:5.4375rem;width:17.5rem;height:20.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #rTSCvcs2GZpmC9w2ZleAay30tfiHhVVn { top:12.3125rem;left:24.6875rem;width:17.5rem;height:20.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #T3MkiL6PfsAOnmRTdV7KytFLz6d6R75G { top:12.3125rem;left:30.25rem;width:17.5rem;height:20.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #LbSuoHOVecVBy5pfvTrunh0pNK3IRJlx { top:13.1875rem;left:6.75rem;width:4.375rem;height:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #G94w00ewsnEQRDHtT6CLGGV3l3JuHpF1 { top:13.1875rem;left:26.0625rem;width:4.375rem;height:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hMk0KkSzapdlFusLH7BLHsSew3nVN8Pc { top:13.1875rem;left:43.375rem;width:4.375rem;height:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qk1tTev2Q3al2Tn5TAPUxGAas7CEu2VU { top:18.625rem;left:6.75rem;width:17.6875rem;height:;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #EFrI66UpP1lAqoqeQIvtSc281Rwpvppi { top:18.625rem;left:26.0625rem;width:17.6875rem;height:;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CtCpmIuZ1e9hwSFZsmfxrssZxoIA8VsF { top:18.625rem;left:33.375rem;width:14.375rem;height:;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #bhNT7yZvQiJCNnQ3TOnHWzWXKBaC0hMr { top:16.0625rem;left:2.375rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #f5JrTtJnTixRFkTMhMsTfnplt0v8gvid { top:16.0625rem;left:21.625rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cSNX9KCp1RuOyzbmLuCp5AcX5gJh2dRr { top:16.0625rem;left:40.8125rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #uRKB28WpHfsdS0GhsgnlDop6A4fAKgFx { top:34.4375rem;left:0rem;width:47.75rem;height:9.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qp7vD59yST2eEUymZs6NhTXrUgDfJMA3 { top:36.0625rem;left:0rem;width:4.375rem;height:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hp096ATqlunQESRCG4gpy8mEW0mE6zB5 { top:36.5rem;left:0rem;width:27.25rem;height:3.5625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZJUC1VaqXitPwh8bQbDRsZyFvArw6gFT { top:30.25rem;left:40.5625rem;width:7.1875rem;height:7.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XKCtJbl9sEK7Tynef9XTNqU85eUIfITQ { top:11.25rem;left:0rem;width:7.8125rem;height:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #H2AAuUMcZzNgX0THciZJVXZU8GHHo1sF { top:11.6875rem;left:0rem;width:6.0625rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #grqZdBvTO385lkCZiZ72ZPkWsmOeK3ob { top:20.9375rem;left:0rem;width:17.6875rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #JV4MP9Peb1Gs9RvROGrPaEU0PtvaQ96r { top:28.625rem;left:0rem;width:14.8125rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #DzlGAOa7vIlmJ6nf3NiJBWsM3iCrExEH { top:27.3125rem;left:0rem;width:13.3125rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #KMSyb3kgccNzLcFq9sTKcIzyFufazwbq { top:23.75rem;left:0rem;width:14.25rem;height:;font-size:0.8125rem;display:block; }#KMSyb3kgccNzLcFq9sTKcIzyFufazwbq li:before{  }
 }@media only screen and (max-width: 763px) { #xsDTvEgwAP7zcUf5kGJaSJvPebfqyG2J { top:23.75rem;left:6.75rem;width:15.8125rem;height:;font-size:0.8125rem;display:block; }#xsDTvEgwAP7zcUf5kGJaSJvPebfqyG2J li:before{  }
 }@media only screen and (max-width: 763px) { #iChOp8BCNo8T3sNrwgpkPvMNFHGLlswG { top:23.75rem;left:26.0625rem;width:15.6875rem;height:;font-size:0.8125rem;display:block; }#iChOp8BCNo8T3sNrwgpkPvMNFHGLlswG li:before{  }
 }@media only screen and (max-width: 763px) { #CJFVtQbz5bXXLU7MT8dI1ATaQbG5xsGd { top:23.75rem;left:33.5625rem;width:14.1875rem;height:;font-size:0.8125rem;display:block; }#CJFVtQbz5bXXLU7MT8dI1ATaQbG5xsGd li:before{  }
 }@media only screen and (max-width: 763px) { #wPA2po1oavaJ46LpFWR0EGZ10XA1im0x { top:20.9375rem;left:6.75rem;width:17.6875rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #JVcLT8ZEUk1l5awB3uT3M4Qki1MgkZxz { top:20.9375rem;left:26.0625rem;width:17.6875rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #tk74dRNMVCEmDCBtCBUsK7EnH0M8MfLp { top:20.9375rem;left:32.75rem;width:15rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ro6fhwA4dCndhQ10cfJWXT3R3NL5ko95 { top:27.3125rem;left:7.5rem;width:13.3125rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #kwFEwQPz8SFTw6N9t4PaLWVcVFCD0a4K { top:27.3125rem;left:26.75rem;width:13.3125rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #XJkqZds3LppgshZmVIp35ZeVfvMnBvny { top:27.3125rem;left:34.4375rem;width:13.3125rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rMC5WeB6V0qV6mzhI2CTwUSOs7KhkX8K { top:28.625rem;left:6.75rem;width:12.5rem;height:;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #sNM5UzkXzMaJhrs9OxiRs97JaqvZPCCS { top:28.625rem;left:26.0625rem;width:14.8125rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #aAiXpUuyd1wMx0lMhJBKdcZatuPi5WZh { top:28.625rem;left:32.9375rem;width:14.8125rem;height:;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #m7hVP5sCS5VRNQBGFiBk4PBFgSFaZLdc { top:38.0625rem;left:26.9375rem;width:12.875rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #NHTXFBN8NUebGghHRbX5G7LUQ2N3RL6y { top:40.5625rem;left:26.9375rem;width:12.875rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #mXzJP3oDpJSforgiBzb5s9VEg4vX3atb { top:36.0625rem;left:34.875rem;width:12.875rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TbpaPeXrorA3XCsxI9cwNIuQ15lTquIX { top:38.375rem;left:32.6875rem;width:15.0625rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #d4ZpFEQN9plATgv8GFylblyJJaFs6S2N { top:38.125rem;left:24.875rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #dvJ7wdNXCmKr2SFRNlKToE8Xvcq2mqvv { top:40.625rem;left:24.875rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #gOVVT9MlhnGqvtZcw3v3oVp4oXK7EIVO { top:38.4375rem;left:38rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #xlaiaEXNvGTQ89ueaQ0OW6lzFt3QRkGT { top:36.0625rem;left:38rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZMCOuvCgUGzy04dN5tcLWugisITKDfg5 { top:41.375rem;left:0rem;width:47.75rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #iLviF7Cnzn8ftauB3nsduF9EFLNVqL7T { top:11.25rem;left:13.8125rem;width:7.8125rem;height:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xqXJ4LWChylBdfHmvloTh6aLATvV0UwP { top:11.25rem;left:33rem;width:7.8125rem;height:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #gDfxrsvo6QQiRIyPpz4DHX9lfZUKJ8nP { top:11.25rem;left:39.9375rem;width:7.8125rem;height:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #uTEpnOPw3ylsTTgzI8Kx7n1bETEkV09T { top:11.6875rem;left:14.8125rem;width:6.0625rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #n19OLb7QPwlk5ATovyAyS3IOtU4kE6Gz { top:11.6875rem;left:33.875rem;width:6.0625rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #uTFuJWAJoCP3WFsW7K3RyFJ2MGhU32XM { top:11.6875rem;left:41.6875rem;width:6.0625rem;height:1.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TfTuvS2eRnuBKcf6XSwfLHBh2NsFVeQ5 { top:47rem;left:0rem;width:9.9375rem;height:5.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #T5ndVKxyTdcNLI29NKRpzTcy4LNFavKp { top:1.8125rem;left:6.6875rem;width:34.375rem;height:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #N3Aren2d6JGTVyk4NQOcLDBTit0RsbZ4 { top:2.3125rem;left:6.84375rem;width:34.0625rem;height:1.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VDTU30zw4TM9qeKB2Gz8op84WctJr18V { top:16.0625rem;left:2.375rem;width:3.125rem;height:3.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #mXwFSSn8InWy5dSMickfyAwyrsBUOQVe { top:16.0625rem;left:2.375rem;width:3.125rem;height:3.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #ilPcABS9g5JXSkQTRJaq7VgvNzA9s33R { top:16.0625rem;left:2.375rem;width:3.125rem;height:3.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #JVR4lHS8gWe8zuwTayBJPDaFFGx7w37O { display:block; }#JVR4lHS8gWe8zuwTayBJPDaFFGx7w37O > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Z5eTTTZTBipF3x9C5y70KOCMM6ZPkFUG { top:8.1875rem;left:0rem;width:18.75rem;height:3.6875rem;font-size:1.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #nRFQBFdMrpn65uCeZP0n14izadnZw9zO { top:1.875rem;left:0rem;width:47.75rem;height:3.9375rem;font-size:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #PECNXoIbKx5El6inGnPTMh7FzKmapRQv { display:none; }
 }@media only screen and (max-width: 763px) { #DDCfshn7wZzt4GES9uyX41NzinDzO0KF { display:none; }
 }@media only screen and (max-width: 763px) { #wWJ79x9N589Ikiexd564RvRtOkWHeWvu { top:10.625rem;left:0rem;width:18rem;height:2.375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #iMX8sdBSucTb6ceFfd09nm6JynlTQFJT { top:13rem;left:7.875rem;width:31.9375rem;height:37.364549478109rem;display:block; }
 }@media only screen and (max-width: 763px) { #FRQqTeOld9SLKpecrxhaINKdrXtGvQ56 { top:19.3125rem;left:0rem;width:18.4375rem;height:25.1875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lF8iVSv4woe6dwiZbaZmiNtlX5qH1I3P { top:15.75rem;left:0rem;width:20.9375rem;height:32rem;display:block; }
 }@media only screen and (max-width: 763px) { #uQLL9MQ3TnKzoXTboQ5sf6RnJhALeAWF { top:19.375rem;left:29.25rem;width:18.5rem;height:23.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dNTMhXqhG3pong8DkrKTmkHJNrTcwkT2 { top:10.625rem;left:29.75rem;width:18rem;height:2.375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ba0m9DogZzAztBx9QLEUEgcm4XcKpntf { top:15.75rem;left:26.8125rem;width:20.9375rem;height:31.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #KykhomF0TGUnDSbILM2qg74Gc74fXlAh { display:block; }#KykhomF0TGUnDSbILM2qg74Gc74fXlAh > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #AenL0sbSBbBIKhCbcGTr6eNnG4eatuuk { top:0rem;left:0rem;width:0.625rem;height:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #OqkO3XLmf22pLdVzZhJq4FKdUsAw53a2 { width:27rem;height:3.75rem;top:17.5rem;left:10.343099594116rem;display:none; }
 }@media only screen and (max-width: 763px) { #fDdI8AARVsitsJIgQeWNLZOzNSi5eNhC { display:block; }
 }@media only screen and (max-width: 763px) { #fXQ6pPfGImsEF7p8pDT1mWw716xwblkH { top:3rem;left:0rem;width:47.75rem;height:3.25rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #i0EySFzNli9DecU5xwg1Z4mGOT4kEbMB { top:9.0625rem;left:0rem;width:18.75rem;height:21.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ATSEAocnIso71VmJO7fFTa3BTPcuM9zp { top:9.0625rem;left:14.500001907349rem;width:18.75rem;height:21.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #U0bqKnLPuL7VUf5pBpLSNNUf8BXlzvHd { top:9.0625rem;left:29rem;width:18.75rem;height:21.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #k8ceVqdO2elNuFDamG6PuJZAVhAXGN6l { display:block; }#k8ceVqdO2elNuFDamG6PuJZAVhAXGN6l > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #X1eHkgPWJEmZSi4A0I6r5G8EZKlvH1L5 { top:11.125rem;left:2.46875rem;width:42.8125rem;height:16.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #AoDXI7lHl8nd0PT1PEEfWKpEJliXPn5o { width:27rem;height:3.75rem;top:17.5rem;left:10.343099594116rem;display:none; }
 }@media only screen and (max-width: 763px) { #bb26JCrWbGnrW6hKTAc6Ve5PXr6pKL7M { display:block; }
 }@media only screen and (max-width: 763px) { #rtasR2tIqAVEb7SMs3fUn0bOKfnaGvsh { top:5.9375rem;left:0rem;width:47.75rem;height:3.25rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #hk9ZgCZU806afm9CZnAwT3Axq0EdgZgs { top:1.4375rem;left:14.5rem;width:18.75rem;height:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qw7e1JUvpmlS9zKpJe7odsaJIzXy8q9N { width:27rem;height:3.75rem;top:29.8125rem;left:10.344186782837rem;display:block; }
 }@media only screen and (max-width: 763px) { #GuOyIz9fFTtvetdqZdygslqQMo4F0fXb { display:block; }
 }@media only screen and (max-width: 763px) { #iZ6h6sT4g0Zs0mfoTzytLFqo4JJufEO8 { display:block; }#iZ6h6sT4g0Zs0mfoTzytLFqo4JJufEO8 > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ud0bec3i8d7C6EIKxlfkMpPgdTzzGQff { top:8.5625rem;left:0rem;width:47.75rem;height:11.25rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #cF8SKqkuEFpxXlCNiEaz3cKibNLAhnbx { top:0rem;left:0rem;width:0.625rem;height:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #lr8CmcVrJI1EUDaPzvFNBVSLn6VKFO0s { width:27rem;height:3.75rem;top:23.375rem;left:10.343751907349rem;display:block; }
 }@media only screen and (max-width: 763px) { #k0gxlPESy4mhOpuAe9S2ly75C4mJKWG7 { display:block; }
 }@media only screen and (max-width: 763px) { #FRlH1Oyzt90SiATNr6C4RzMQaZQbxX1p { width:27rem;height:3.75rem;top:17.5rem;left:10.343099594116rem;display:none; }
 }@media only screen and (max-width: 763px) { #kxMam9XSBNpJFw1z3T6gtQ0nwHu01nJP { display:block; }
 }@media only screen and (max-width: 763px) { #KDCzc7lkVVe03wKx6sk7l8gyhKFRKDti { top:3rem;left:0rem;width:47.75rem;height:3.25rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #S4bx0R7enUvQHMaAx4dFoHLUJC0TWVlA { display:block; }#S4bx0R7enUvQHMaAx4dFoHLUJC0TWVlA > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BxSWIUCTGsPu4S3HREPthaGAFEa7USfO { top:8.1875rem;left:0rem;width:18.75rem;height:3.6875rem;font-size:1.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #RvHXJ970flktqK9RRTWzbDF1gXGu7mOC { top:1.875rem;left:0rem;width:47.75rem;height:3.1875rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qLVmBmilExQ8oS9soAor50wDi4UlHN9T { top:9.875rem;left:0rem;width:31rem;height:31rem;display:block; }
 }@media only screen and (max-width: 763px) { #AzMChq0IpNV2NJ5p1L96neW604hxgmoP { top:9.875rem;left:16.75rem;width:31rem;height:31rem;display:block; }
 }@media only screen and (max-width: 763px) { #sxFIkR8yLAx2IAV5JF05EEKPLQ3m3RAz { top:19.25rem;left:40.1875rem;width:7.5625rem;height:7.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #FgSURhXJ927nvCuQPn5ZX5vCMynP2zKw { top:16.875rem;left:28.0625rem;width:19.6875rem;height:2.375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #OHzWKnf47frw0czrDVuF7K5HkRs0La0U { top:11.1875rem;left:0rem;width:6.375rem;height:6.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #b4p5C9Qq42mxgcibeL82BCEcVEB3Gh3U { top:16.875rem;left:0rem;width:19.6875rem;height:2.375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #A6OuuhVKFn7GltO2MRwG3hckDX8bBile { display:none; }
 }@media only screen and (max-width: 763px) { #acmHrM859PJKGcA8CvBEvxc6DcuuRcLB { display:none; }
 }@media only screen and (max-width: 763px) { #yTMKcuRt4TqJbKRLHeUme746o2tbBs6A { display:block; }#yTMKcuRt4TqJbKRLHeUme746o2tbBs6A > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WHnFUbXKouGcaL15NNqnJuZTQQXHZTwi { top:11.125rem;left:2.46875rem;width:42.8125rem;height:16.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #MAPM3SXaqzNxOo5IMxr8Ps3u422XUJoa { width:27rem;height:3.75rem;top:17.5rem;left:10.343099594116rem;display:none; }
 }@media only screen and (max-width: 763px) { #gUcrWLhqSQZHGIgTPI4snAXc3rT5bJyL { display:block; }
 }@media only screen and (max-width: 763px) { #mI0009Z5xBxFvrX59ZTvvsQPSFW85fUp { top:5.9375rem;left:0rem;width:47.75rem;height:3.25rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kthDIDWmWbqq6lgn1fGfkX7u7rnZLeoE { top:1.4375rem;left:14.5rem;width:18.75rem;height:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dDuNbOvnAh3x0l1T5iuKa2t4GTuGHxh1 { width:27rem;height:3.75rem;top:29.8125rem;left:10.344186782837rem;display:block; }
 }@media only screen and (max-width: 763px) { #SonsQ9MgTaIvmniB2pRwBSatsGDTi4IX { display:block; }
 }@media only screen and (max-width: 763px) { #sFMJnVai4Wu1iE9qhkZKi7DeK847Qhyg { display:block; }#sFMJnVai4Wu1iE9qhkZKi7DeK847Qhyg > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MTHBWnTqltITXguTb3rTatDD7FzBRHov { top:8.1875rem;left:0rem;width:18.75rem;height:3.6875rem;font-size:1.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #bxTZoTyGwbHUOSikmiNl1ySqaIWSVF9H { display:none; }
 }@media only screen and (max-width: 763px) { #ZCVQ1QXwVb0KmQ0vnJUn1LGABOpoe0S1 { display:none; }
 }@media only screen and (max-width: 763px) { #MXb5LiLZn3pphzziPKDX8VTJpqQIbyah { top:3rem;left:0rem;width:47.75rem;height:8.9375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PiVZnV1Wc69UXSoC1mbbFn0I9FJ5xAbf { display:block; }#PiVZnV1Wc69UXSoC1mbbFn0I9FJ5xAbf > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #m4e6GTlMP8m7EHnLkwRud2FsXnsLJCbv { top:1.75rem;left:20.6875rem;width:12.0625rem;height:1.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #oTKOvzqS2EhkclpRmWflRge6FFy410aW { top:1.625rem;left:18.4375rem;width:1.5625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #iB1ly5dETXxSI5n6K81Bvmw0FDQ2r8Rm { top:1.125rem;left:0rem;width:13.8125rem;height:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #h1JLG5KcFxCpDKcIls6uztTI7oRAFhd9 { top:1.8125rem;left:35.25rem;width:12.5rem;height:1.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { position:relative;z-index:auto;display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:20rem;height:38.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZX0sSNPT15Ig5f6qNQbnc8mS8AxSgCiR { width:18.375rem;height:4.3875rem;top:3.4984376430511rem;left:0.81171876192094rem;font-size:1.6875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #zbxbzNAbuSPPBD7O4mg7keozbZVFuwNM { width:0.625rem;height:0.625rem;top:0.5625rem;left:4rem;display:block; }
 }@media only screen and (max-width: 763px) { #hci8zxXsnmZnWpO2XAx0KTGRN2x2GX1K { width:20rem;height:5.85rem;top:8.93359375rem;left:0rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Xr5qE0W1BINx3MZrc20DsnQoZw2pLpeG { width:13.75rem;height:0.93330859594186rem;top:4.875rem;left:3.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #RoEzHlmGREaWfyTbcm5cCGtCD7yqh9WS { width:9.5rem;height:14.375rem;top:16.21875rem;left:5.8125000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #u9GT36RF9SKdOTAVePd1Xi4Dlm4TDmxC { width:18.75rem;height:0;top:12.75rem;left:0.625rem;font-size:1.4375rem;text-align:center;text-align-last:center;z-index:15011;display:none; }
 }@media only screen and (max-width: 763px) { #ouv1fBn2WhhLzDmVsda8ORopA3InrbJX { width:19rem;height:4.0625rem;top:28.6875rem;left:0rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #ATcaSDLqkcT3QsE0hXvXUDI5W2xZWwLs { display:block; }
 }@media only screen and (max-width: 763px) { #SLXPDL1ouAoSZWf9N6mbbW7TNKr7pzsC { width:2.1875rem;height:2.1875rem;top:0.56206601858139rem;left:8.9062502980231rem;display:block; }
 }@media only screen and (max-width: 763px) { #yC0KbSOhSx6JnswdEkNHF4fn1WB5Ei6u { width:17.3109375rem;height:3.31015625rem;top:33.0625rem;left:1.3445313572884rem;font-size:1.125rem;z-index:15038;color:#f4fbff;background-color:#5662f6;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #egT8JHFNqLN87h4rrbK3GSotB9HuNH3i { display:block; }
 }@media only screen and (max-width: 763px) { #PlETHDgTCEBxuimobTON9rMNIzg6rSVm { position:relative;z-index:auto;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/02b6011f-2c92-4f63-82e3-74dce344f2ba/Leonardo_Phoenix_10_A_dark_cinematic_digital_illustration_feat_1.jpg");background-position:center left !important;background-repeat:repeat-x !important;background-attachment:fixed;background-size:cover !important;display:block; }#PlETHDgTCEBxuimobTON9rMNIzg6rSVm.adaptive-delivery-prevent-bg, #PlETHDgTCEBxuimobTON9rMNIzg6rSVm.lazyload, #PlETHDgTCEBxuimobTON9rMNIzg6rSVm.lazyloading { background-image: none; }#PlETHDgTCEBxuimobTON9rMNIzg6rSVm > .row .container { background-color: transparent; background-image: none; }#PlETHDgTCEBxuimobTON9rMNIzg6rSVm::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.78); }#PlETHDgTCEBxuimobTON9rMNIzg6rSVm > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PlETHDgTCEBxuimobTON9rMNIzg6rSVm > .row .container > .video-iframe-container { display: none; }#PlETHDgTCEBxuimobTON9rMNIzg6rSVm > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.78); }#PlETHDgTCEBxuimobTON9rMNIzg6rSVm > .row > .video-iframe-container { display: none; }#PlETHDgTCEBxuimobTON9rMNIzg6rSVm > .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); }#PlETHDgTCEBxuimobTON9rMNIzg6rSVm > .row .container { width:20rem;height:27.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UlJwyZ9CN57o6xvB5vg7uTxBcAO2nh17 { width:20rem;height:14.4rem;top:6.7421875rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;line-height:1.8;display:block; }
 }@media only screen and (max-width: 763px) { #T3tUwyoSlQV44Nhbx4SUb8xBcqEa9UUp { width:0.625rem;height:0.625rem;top:24.623480796814rem;left:18.942057907581rem;display:block; }
 }@media only screen and (max-width: 763px) { #LAAEJirrc5CaSc4GUosuiLsmMJtQWwyt { width:19rem;height:3.75rem;top:18.936632156372rem;left:0.49913197755814rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #yMRGV6WC0P4NPZ3yh1yqU4GaMZKsCKCk { display:block; }
 }@media only screen and (max-width: 763px) { #kFw41RoEZ36lou1mIimtRag2v7oChzhG { width:17.310125rem;height:3.31015625rem;top:23.280471801757rem;left:1.3437500596046rem;font-size:1.125rem;z-index:15039;color:#f4fbff;background-color:#5662f6;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #mIWlkbu8phX2xTONOTMlZWThDiDE5XBC { display:block; }
 }@media only screen and (max-width: 763px) { #BeaGxJ05JTevUAefKWVSN63zhVkC8Dfs { width:17.4375rem;height:3.9rem;top:0.998046875rem;left:1.28125rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #xHE8pP2FNIq2SruQAq5RZ08o0EC1CbJt { width:20rem;height:0;top:5.8115234375rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;line-height:1.2;color:rgba(var(--color-primary-0),1);display:none; }
 }@media only screen and (max-width: 763px) { #X4c2MwJT2XzTsW89O8fefHPPvSz2Kzcf { position:relative;z-index:auto;background-color:rgba(255,255,255,0.78);background-image:none;display:none; }#X4c2MwJT2XzTsW89O8fefHPPvSz2Kzcf > .row .container { width:20rem;height:112.625rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #Q4EzyHdPaW24EvCOCMbNxFnsHDX5zf1q { width:0.625rem;height:0.625rem;top:24.623480796814rem;left:18.942057907581rem;display:block; }
 }@media only screen and (max-width: 763px) { #pcplHrSCS709sRyMzhaClUs8m37gpdit { width:19rem;height:3.75rem;top:18.936632156372rem;left:0.49913197755814rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #Z9o0LdpuECPpg7d0772TugDsrBGiz07Q { display:block; }
 }@media only screen and (max-width: 763px) { #Ai7hu5xsByNORPzZPhwWyBXrvKddfJLR { width:17.3105625rem;height:3.31055rem;top:105.25rem;left:1.1875rem;font-size:1.125rem;z-index:15039;color:#f4fbff;background-color:#5662f6;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #IRPXKCXSG4mIgsKckyafpk3Jpsm7Teza { display:block; }
 }@media only screen and (max-width: 763px) { #qihgogrfrmM4WnsUSZJxwgFZIDdJNExL { width:14.3125rem;height:3.9rem;top:5.7890625rem;left:2.84375rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #PzCOzu1790fcV2kS1EcADJQAE1hFHSGa { width:4.375rem;height:4.375rem;top:14.4375rem;left:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #NcBhhGNvLElnMSL3yIsNf2Uxc5Ka9bad { width:12.375rem;height:3.25rem;top:14.1875rem;left:7.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #p1hIS8R5M1TAgbselAPxCoz12ZZ5kdtI { width:17.5rem;height:17.5rem;top:12.625rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #lrSSXWI1S9dG0NrHmr37NW6i2OWdo43l { width:17.5rem;height:17.5rem;top:31.9375rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #rTSCvcs2GZpmC9w2ZleAay30tfiHhVVn { width:17.5rem;height:17.5rem;top:50.875rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #T3MkiL6PfsAOnmRTdV7KytFLz6d6R75G { width:17.5rem;height:17.5rem;top:69.5625rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #LbSuoHOVecVBy5pfvTrunh0pNK3IRJlx { width:4.375rem;height:4.375rem;top:32.8125rem;left:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #G94w00ewsnEQRDHtT6CLGGV3l3JuHpF1 { width:4.375rem;height:4.375rem;top:51.75rem;left:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hMk0KkSzapdlFusLH7BLHsSew3nVN8Pc { width:4.375rem;height:4.375rem;top:70.4375rem;left:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qk1tTev2Q3al2Tn5TAPUxGAas7CEu2VU { width:9.3125rem;height:3.25rem;top:33.375rem;left:8.0625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #EFrI66UpP1lAqoqeQIvtSc281Rwpvppi { width:9.3125rem;height:1.54375rem;top:52.375rem;left:8.0625rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CtCpmIuZ1e9hwSFZsmfxrssZxoIA8VsF { width:8.75rem;height:3.25rem;top:71.625rem;left:8.3125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #bhNT7yZvQiJCNnQ3TOnHWzWXKBaC0hMr { width:3.125rem;height:3.125rem;top:36.375978125rem;left:16.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #f5JrTtJnTixRFkTMhMsTfnplt0v8gvid { width:3.125rem;height:3.125rem;top:60.313478125rem;left:16.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #cSNX9KCp1RuOyzbmLuCp5AcX5gJh2dRr { width:3.125rem;height:3.125rem;top:84.313478125rem;left:16.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #uRKB28WpHfsdS0GhsgnlDop6A4fAKgFx { width:20rem;height:13.9375rem;top:88.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qp7vD59yST2eEUymZs6NhTXrUgDfJMA3 { width:3.0625rem;height:3.0625rem;top:91.125rem;left:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hp096ATqlunQESRCG4gpy8mEW0mE6zB5 { width:14.5rem;height:5.525rem;top:90.375rem;left:5.4375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZJUC1VaqXitPwh8bQbDRsZyFvArw6gFT { width:4.6875rem;height:4.6875rem;top:85.75rem;left:13.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #XKCtJbl9sEK7Tynef9XTNqU85eUIfITQ { width:7.8125rem;height:1.9375rem;top:11.5625rem;left:9.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #H2AAuUMcZzNgX0THciZJVXZU8GHHo1sF { width:6.0625rem;height:1.3rem;top:12rem;left:9.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #grqZdBvTO385lkCZiZ72ZPkWsmOeK3ob { width:15rem;height:1.3rem;top:20.3125rem;left:2.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #JV4MP9Peb1Gs9RvROGrPaEU0PtvaQ96r { width:14.8125rem;height:2.6rem;top:26.5625rem;left:2.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #DzlGAOa7vIlmJ6nf3NiJBWsM3iCrExEH { width:13.3125rem;height:0.0625rem;top:25.5625rem;left:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #KMSyb3kgccNzLcFq9sTKcIzyFufazwbq { width:14.1875rem;height:2.425rem;top:22.0625rem;left:2.625rem;font-size:0.8125rem;display:block; }#KMSyb3kgccNzLcFq9sTKcIzyFufazwbq li:before{  }
 }@media only screen and (max-width: 763px) { #xsDTvEgwAP7zcUf5kGJaSJvPebfqyG2J { width:15.75rem;height:2.425rem;top:40.5625rem;left:2.625rem;font-size:0.8125rem;display:block; }#xsDTvEgwAP7zcUf5kGJaSJvPebfqyG2J li:before{  }
 }@media only screen and (max-width: 763px) { #iChOp8BCNo8T3sNrwgpkPvMNFHGLlswG { width:15.25rem;height:2.425rem;top:59.125rem;left:2.625rem;font-size:0.8125rem;display:block; }#iChOp8BCNo8T3sNrwgpkPvMNFHGLlswG li:before{  }
 }@media only screen and (max-width: 763px) { #CJFVtQbz5bXXLU7MT8dI1ATaQbG5xsGd { width:14.1875rem;height:2.425rem;top:78.5rem;left:2.625rem;font-size:0.8125rem;display:block; }#CJFVtQbz5bXXLU7MT8dI1ATaQbG5xsGd li:before{  }
 }@media only screen and (max-width: 763px) { #wPA2po1oavaJ46LpFWR0EGZ10XA1im0x { width:12.1875rem;height:1.3rem;top:38.625rem;left:2.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #JVcLT8ZEUk1l5awB3uT3M4Qki1MgkZxz { width:14.9375rem;height:1.3rem;top:57.1875rem;left:2.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #tk74dRNMVCEmDCBtCBUsK7EnH0M8MfLp { width:15rem;height:1.3rem;top:76.5625rem;left:2.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ro6fhwA4dCndhQ10cfJWXT3R3NL5ko95 { width:13.3125rem;height:0.0625rem;top:44rem;left:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #kwFEwQPz8SFTw6N9t4PaLWVcVFCD0a4K { width:13.3125rem;height:0.0625rem;top:62.375rem;left:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #XJkqZds3LppgshZmVIp35ZeVfvMnBvny { width:13.3125rem;height:0.0625rem;top:82.1875rem;left:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rMC5WeB6V0qV6mzhI2CTwUSOs7KhkX8K { width:14.8125rem;height:2.6rem;top:45.0625rem;left:2.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #sNM5UzkXzMaJhrs9OxiRs97JaqvZPCCS { width:14.8125rem;height:2.6rem;top:63.625rem;left:2.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #aAiXpUuyd1wMx0lMhJBKdcZatuPi5WZh { width:14.8125rem;height:2.6rem;top:83.125rem;left:2.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #m7hVP5sCS5VRNQBGFiBk4PBFgSFaZLdc { width:12.875rem;height:1.29980625rem;top:102.1875rem;left:3.5625rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #NHTXFBN8NUebGghHRbX5G7LUQ2N3RL6y { width:12.875rem;height:1.29980625rem;top:100rem;left:3.5625rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #mXzJP3oDpJSforgiBzb5s9VEg4vX3atb { width:12.875rem;height:1.3rem;top:97.6875rem;left:3.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TbpaPeXrorA3XCsxI9cwNIuQ15lTquIX { width:15rem;height:1.3rem;top:99.5rem;left:3.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #d4ZpFEQN9plATgv8GFylblyJJaFs6S2N { display:flex;width:1.25rem;height:1.25rem;top:97.5625rem;left:1.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #dvJ7wdNXCmKr2SFRNlKToE8Xvcq2mqvv { display:flex;width:1.25rem;height:1.25rem;top:102.1875rem;left:1.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #gOVVT9MlhnGqvtZcw3v3oVp4oXK7EIVO { display:flex;width:1.25rem;height:1.25rem;top:99.5rem;left:1.375rem; }
 }@media only screen and (max-width: 763px) { #xlaiaEXNvGTQ89ueaQ0OW6lzFt3QRkGT { display:flex;width:1.25rem;height:1.25rem;top:97.75rem;left:1.375rem; }
 }@media only screen and (max-width: 763px) { #ZMCOuvCgUGzy04dN5tcLWugisITKDfg5 { width:17.5rem;height:0.3125rem;top:110.875rem;left:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #iLviF7Cnzn8ftauB3nsduF9EFLNVqL7T { width:7.8125rem;height:1.9375rem;top:30.875rem;left:9.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xqXJ4LWChylBdfHmvloTh6aLATvV0UwP { width:6.875rem;height:1.5625rem;top:49.9375rem;left:10.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gDfxrsvo6QQiRIyPpz4DHX9lfZUKJ8nP { width:6.875rem;height:1.5625rem;top:68.625rem;left:10.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #uTEpnOPw3ylsTTgzI8Kx7n1bETEkV09T { width:6.0625rem;height:1.3rem;top:31.3125rem;left:10.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #n19OLb7QPwlk5ATovyAyS3IOtU4kE6Gz { width:6.0625rem;height:1.3rem;top:50.1875rem;left:10.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #uTFuJWAJoCP3WFsW7K3RyFJ2MGhU32XM { width:6.0625rem;height:1.1375rem;top:68.9375rem;left:10.5625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TfTuvS2eRnuBKcf6XSwfLHBh2NsFVeQ5 { width:5.875rem;height:3.25rem;top:103.625rem;left:12.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #T5ndVKxyTdcNLI29NKRpzTcy4LNFavKp { width:20rem;height:3.6875rem;top:0.9716796875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #N3Aren2d6JGTVyk4NQOcLDBTit0RsbZ4 { width:15.3125rem;height:2.925rem;top:1.3525390625rem;left:2.34375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VDTU30zw4TM9qeKB2Gz8op84WctJr18V { width:2.8125rem;height:2.8125rem;top:29.1875rem;left:5.5625rem;z-index:15047;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #mXwFSSn8InWy5dSMickfyAwyrsBUOQVe { width:2.8125rem;height:2.8125rem;top:48.25rem;left:5.5625rem;z-index:15048;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #ilPcABS9g5JXSkQTRJaq7VgvNzA9s33R { width:2.8125rem;height:2.8125rem;top:66.9375rem;left:5.3125rem;z-index:15049;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #JVR4lHS8gWe8zuwTayBJPDaFFGx7w37O { position:relative;z-index:auto;display:none; }#JVR4lHS8gWe8zuwTayBJPDaFFGx7w37O > .row .container { width:20rem;height:82.1875rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #Z5eTTTZTBipF3x9C5y70KOCMM6ZPkFUG { width:18.75rem;height:0;top:12.75rem;left:0.625rem;font-size:1.4375rem;text-align:center;text-align-last:center;z-index:15011;display:none; }
 }@media only screen and (max-width: 763px) { #nRFQBFdMrpn65uCeZP0n14izadnZw9zO { width:16.5rem;height:3.9rem;top:1.560546875rem;left:1.75rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #PECNXoIbKx5El6inGnPTMh7FzKmapRQv { top:51.5rem;left:0rem;width:20rem;height:2.6875rem;z-index:14999;background-color:#ffffff;background-image:none;display:none; }
 }@media only screen and (max-width: 763px) { #DDCfshn7wZzt4GES9uyX41NzinDzO0KF { top:25.15625rem;left:0rem;width:20rem;height:2.6875rem;z-index:15000;background-color:#ffffff;background-image:none;display:none; }
 }@media only screen and (max-width: 763px) { #wWJ79x9N589Ikiexd564RvRtOkWHeWvu { width:17.9980625rem;height:1.80013125rem;top:28.508004188538rem;left:1.0004341006279rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #iMX8sdBSucTb6ceFfd09nm6JynlTQFJT { width:20rem;height:23.397375rem;top:3.8845481872559rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #FRQqTeOld9SLKpecrxhaINKdrXtGvQ56 { width:18.4375rem;height:19.2rem;top:30.8125rem;left:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #lF8iVSv4woe6dwiZbaZmiNtlX5qH1I3P { width:20rem;height:23.75rem;top:27.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #uQLL9MQ3TnKzoXTboQ5sf6RnJhALeAWF { width:18.499375rem;height:19.2rem;top:56.0625rem;left:1.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #dNTMhXqhG3pong8DkrKTmkHJNrTcwkT2 { width:17.9980625rem;height:1.8rem;top:53.4375rem;left:1.1875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ba0m9DogZzAztBx9QLEUEgcm4XcKpntf { width:20rem;height:24.1875rem;top:52.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #KykhomF0TGUnDSbILM2qg74Gc74fXlAh { position:relative;z-index:auto;background-color:rgba(255,255,255,0.78);background-image:url("https://images.assets-landingi.com/uc/02b6011f-2c92-4f63-82e3-74dce344f2ba/Leonardo_Phoenix_10_A_dark_cinematic_digital_illustration_feat_1.jpg");background-position:center left !important;background-repeat:repeat-x !important;background-attachment:fixed;background-size:cover !important;display:none; }#KykhomF0TGUnDSbILM2qg74Gc74fXlAh.adaptive-delivery-prevent-bg, #KykhomF0TGUnDSbILM2qg74Gc74fXlAh.lazyload, #KykhomF0TGUnDSbILM2qg74Gc74fXlAh.lazyloading { background-image: none; }#KykhomF0TGUnDSbILM2qg74Gc74fXlAh > .row .container { width:20rem;height:73.625rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #AenL0sbSBbBIKhCbcGTr6eNnG4eatuuk { width:0.625rem;height:0.625rem;top:24.623480796814rem;left:18.942057907581rem;display:block; }
 }@media only screen and (max-width: 763px) { #OqkO3XLmf22pLdVzZhJq4FKdUsAw53a2 { width:17.309375rem;height:3.31015625rem;top:77.86328315735rem;left:1.3445313572884rem;font-size:1.125rem;z-index:15039;color:#f4fbff;background-color:#5662f6;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:none; }
 }@media only screen and (max-width: 763px) { #fDdI8AARVsitsJIgQeWNLZOzNSi5eNhC { display:block; }
 }@media only screen and (max-width: 763px) { #fXQ6pPfGImsEF7p8pDT1mWw716xwblkH { width:17.4375rem;height:4.3875rem;top:1.12109375rem;left:1.2812500596046rem;font-size:1.6875rem;text-align:center;text-align-last:center;color:rgba(var(--color-primary-2),1);display:block; }
 }@media only screen and (max-width: 763px) { #i0EySFzNli9DecU5xwg1Z4mGOT4kEbMB { width:16.625rem;height:18.875rem;top:7.875rem;left:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ATSEAocnIso71VmJO7fFTa3BTPcuM9zp { width:16.8125rem;height:19.0625rem;top:29.562501907349rem;left:1.5937500596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #U0bqKnLPuL7VUf5pBpLSNNUf8BXlzvHd { width:17rem;height:19.25rem;top:51.375002861023rem;left:1.5000000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #k8ceVqdO2elNuFDamG6PuJZAVhAXGN6l { position:relative;z-index:auto;background-color:rgba(255,255,255,0.78);background-image:none;display:none; }#k8ceVqdO2elNuFDamG6PuJZAVhAXGN6l > .row .container { width:20rem;height:36.875rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #X1eHkgPWJEmZSi4A0I6r5G8EZKlvH1L5 { width:20rem;height:21rem;top:9.4921875rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #AoDXI7lHl8nd0PT1PEEfWKpEJliXPn5o { width:17.3105625rem;height:3.31055rem;top:31.83203125rem;left:1.34375rem;font-size:1.125rem;z-index:15039;color:#f4fbff;background-color:#5662f6;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #bb26JCrWbGnrW6hKTAc6Ve5PXr6pKL7M { display:block; }
 }@media only screen and (max-width: 763px) { #rtasR2tIqAVEb7SMs3fUn0bOKfnaGvsh { width:20rem;height:3.9rem;top:4.474609375rem;left:0rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #hk9ZgCZU806afm9CZnAwT3Axq0EdgZgs { width:14.875rem;height:2.25rem;top:1.6875rem;left:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qw7e1JUvpmlS9zKpJe7odsaJIzXy8q9N { width:19rem;height:3.75rem;top:29.8125rem;left:0rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #GuOyIz9fFTtvetdqZdygslqQMo4F0fXb { display:block; }
 }@media only screen and (max-width: 763px) { #iZ6h6sT4g0Zs0mfoTzytLFqo4JJufEO8 { position:relative;z-index:auto;background-color:rgba(255,255,255,0.78);background-image:none;display:none; }#iZ6h6sT4g0Zs0mfoTzytLFqo4JJufEO8 > .row .container { width:20rem;height:26.4375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #ud0bec3i8d7C6EIKxlfkMpPgdTzzGQff { width:20rem;height:16.2rem;top:3.9296875rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;line-height:1.8;color:rgba(var(--color-tertiary-4),1);display:block; }
 }@media only screen and (max-width: 763px) { #cF8SKqkuEFpxXlCNiEaz3cKibNLAhnbx { width:0.625rem;height:0.625rem;top:24.623480796814rem;left:18.942057907581rem;display:block; }
 }@media only screen and (max-width: 763px) { #lr8CmcVrJI1EUDaPzvFNBVSLn6VKFO0s { width:19rem;height:3.75rem;top:18.936632156372rem;left:0.49913197755814rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #k0gxlPESy4mhOpuAe9S2ly75C4mJKWG7 { display:block; }
 }@media only screen and (max-width: 763px) { #FRlH1Oyzt90SiATNr6C4RzMQaZQbxX1p { width:17.310125rem;height:3.31015625rem;top:21.36328125rem;left:1.3437500596046rem;font-size:1.125rem;z-index:15039;color:#f4fbff;background-color:#5662f6;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #kxMam9XSBNpJFw1z3T6gtQ0nwHu01nJP { display:block; }
 }@media only screen and (max-width: 763px) { #KDCzc7lkVVe03wKx6sk7l8gyhKFRKDti { width:17.4375rem;height:2.19375rem;top:0.998046875rem;left:1.28125rem;font-size:1.6875rem;text-align:center;text-align-last:center;color:rgba(var(--color-primary-2),1);display:block; }
 }@media only screen and (max-width: 763px) { #S4bx0R7enUvQHMaAx4dFoHLUJC0TWVlA { position:relative;z-index:auto;display:none; }#S4bx0R7enUvQHMaAx4dFoHLUJC0TWVlA > .row .container { width:20rem;height:52.8125rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #BxSWIUCTGsPu4S3HREPthaGAFEa7USfO { width:18.75rem;height:0;top:12.75rem;left:0.625rem;font-size:1.4375rem;text-align:center;text-align-last:center;z-index:15011;display:none; }
 }@media only screen and (max-width: 763px) { #RvHXJ970flktqK9RRTWzbDF1gXGu7mOC { width:16.5rem;height:4.3875rem;top:1.560546875rem;left:1.75rem;font-size:1.6875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #qLVmBmilExQ8oS9soAor50wDi4UlHN9T { width:20rem;height:20rem;top:6.896484375rem;left:0rem;z-index:14998;display:block; }
 }@media only screen and (max-width: 763px) { #AzMChq0IpNV2NJ5p1L96neW604hxgmoP { width:20rem;height:20rem;top:31.333984375rem;left:0rem;z-index:14999;display:block; }
 }@media only screen and (max-width: 763px) { #sxFIkR8yLAx2IAV5JF05EEKPLQ3m3RAz { width:7.625rem;height:7.625rem;top:59.8964875rem;left:12.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #FgSURhXJ927nvCuQPn5ZX5vCMynP2zKw { width:19.75rem;height:1.95rem;top:49.447265625rem;left:0.25rem;font-size:1.5rem;text-align:center;text-align-last:center;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #OHzWKnf47frw0czrDVuF7K5HkRs0La0U { width:6.4375rem;height:6.4375rem;top:30.5839875rem;left:3.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #b4p5C9Qq42mxgcibeL82BCEcVEB3Gh3U { width:19.75rem;height:1.95rem;top:25.458984375rem;left:0.25rem;font-size:1.5rem;text-align:center;text-align-last:center;z-index:15041;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #A6OuuhVKFn7GltO2MRwG3hckDX8bBile { top:49.1875rem;left:-0.15625rem;width:20rem;height:2.6875rem;z-index:14999;background-color:#ffffff;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #acmHrM859PJKGcA8CvBEvxc6DcuuRcLB { top:25.15625rem;left:0rem;width:20rem;height:2.6875rem;z-index:15000;background-color:#ffffff;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #yTMKcuRt4TqJbKRLHeUme746o2tbBs6A { position:relative;z-index:auto;background-color:rgba(255,255,255,0.78);background-image:none;display:none; }#yTMKcuRt4TqJbKRLHeUme746o2tbBs6A > .row .container { width:20rem;height:38.125rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #WHnFUbXKouGcaL15NNqnJuZTQQXHZTwi { width:20rem;height:21rem;top:10.742187738419rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #MAPM3SXaqzNxOo5IMxr8Ps3u422XUJoa { width:17.310125rem;height:3.31015625rem;top:33.144530534744rem;left:1.3437500596046rem;font-size:1.125rem;z-index:15039;color:#f4fbff;background-color:#5662f6;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #gUcrWLhqSQZHGIgTPI4snAXc3rT5bJyL { display:block; }
 }@media only screen and (max-width: 763px) { #mI0009Z5xBxFvrX59ZTvvsQPSFW85fUp { width:20rem;height:4.3875rem;top:4.474609375rem;left:0rem;font-size:1.6875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #kthDIDWmWbqq6lgn1fGfkX7u7rnZLeoE { width:14.875rem;height:2.25rem;top:1.6875rem;left:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dDuNbOvnAh3x0l1T5iuKa2t4GTuGHxh1 { width:19rem;height:3.75rem;top:29.8125rem;left:0rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #SonsQ9MgTaIvmniB2pRwBSatsGDTi4IX { display:block; }
 }@media only screen and (max-width: 763px) { #sFMJnVai4Wu1iE9qhkZKi7DeK847Qhyg { position:relative;z-index:auto;display:block; }#sFMJnVai4Wu1iE9qhkZKi7DeK847Qhyg > .row .container { width:20rem;height:22.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MTHBWnTqltITXguTb3rTatDD7FzBRHov { width:18.75rem;height:0;top:12.75rem;left:0.625rem;font-size:1.4375rem;text-align:center;text-align-last:center;z-index:15011;display:none; }
 }@media only screen and (max-width: 763px) { #bxTZoTyGwbHUOSikmiNl1ySqaIWSVF9H { top:49.1875rem;left:-0.15625rem;width:20rem;height:2.6875rem;z-index:14999;background-color:#ffffff;background-image:none;display:none; }
 }@media only screen and (max-width: 763px) { #ZCVQ1QXwVb0KmQ0vnJUn1LGABOpoe0S1 { top:25.15625rem;left:0rem;width:20rem;height:2.6875rem;z-index:15000;background-color:#ffffff;background-image:none;display:none; }
 }@media only screen and (max-width: 763px) { #MXb5LiLZn3pphzziPKDX8VTJpqQIbyah { width:20rem;height:18.2rem;top:2.515625rem;left:0rem;font-size:0.8125rem;text-align:center;text-align-last:center;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #PiVZnV1Wc69UXSoC1mbbFn0I9FJ5xAbf { display:block; }#PiVZnV1Wc69UXSoC1mbbFn0I9FJ5xAbf > .row .container { width:20rem;height:9.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #m4e6GTlMP8m7EHnLkwRud2FsXnsLJCbv { width:11.375rem;height:1.4rem;top:4.70703125rem;left:4.3125rem;font-size:1rem;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #oTKOvzqS2EhkclpRmWflRge6FFy410aW { width:1.5625rem;height:1.5625rem;top:4.625rem;left:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #iB1ly5dETXxSI5n6K81Bvmw0FDQ2r8Rm { width:9.375rem;height:1.4375rem;top:2.1875rem;left:5.3125rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #h1JLG5KcFxCpDKcIls6uztTI7oRAFhd9 { width:12.5rem;height:1.3rem;top:6.9375rem;left:3.75rem;font-size:1rem;display:block; }
 }