.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:218,242,233;--color-primary-1:132,212,183;--color-primary-2:9,169,111;--color-primary-3:5,85,56;--color-primary-4:1,25,17;--color-secondary-0:217,236,244;--color-secondary-1:129,191,218;--color-secondary-2:2,127,181;--color-secondary-3:1,64,91;--color-secondary-4:0,19,27;--color-tertiary-0:255,255,255;--color-tertiary-1:249,249,249;--color-tertiary-2:249,243,250;--color-tertiary-3:149,146,150;--color-tertiary-4:0,0,0;--headlines-font-family:"Roboto";--paragraphs-font-family:"Roboto"; }@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 959px) {
    html {
        width: 960px;
    }
}body { background-color:#110a18;background-image:url("https://images.assets-landingi.com/uc/6dd4d42c-0b01-4d8b-bcbf-f88ffbc1133a/3533cd5.webp");background-position:center !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;display:block; }body.adaptive-delivery-prevent-bg, body.lazyload, body.lazyloading { background-image: none; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#a449UnPOD3uAPvinT6NMRwbaQZTSBApB { background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/4fd21ead-bec7-406c-b646-3292d6951bd9/3533cd13.webp");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#a449UnPOD3uAPvinT6NMRwbaQZTSBApB.adaptive-delivery-prevent-bg, #a449UnPOD3uAPvinT6NMRwbaQZTSBApB.lazyload, #a449UnPOD3uAPvinT6NMRwbaQZTSBApB.lazyloading { background-image: none; }#a449UnPOD3uAPvinT6NMRwbaQZTSBApB > .row .container { background-color: transparent; background-image: none; }#a449UnPOD3uAPvinT6NMRwbaQZTSBApB::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#a449UnPOD3uAPvinT6NMRwbaQZTSBApB > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#a449UnPOD3uAPvinT6NMRwbaQZTSBApB > .row .container > .video-iframe-container { display: none; }#a449UnPOD3uAPvinT6NMRwbaQZTSBApB > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#a449UnPOD3uAPvinT6NMRwbaQZTSBApB > .row > .video-iframe-container { display: none; }#a449UnPOD3uAPvinT6NMRwbaQZTSBApB > .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); }#a449UnPOD3uAPvinT6NMRwbaQZTSBApB > .row .container { border-width: 0; border-radius: 0; }#a449UnPOD3uAPvinT6NMRwbaQZTSBApB > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#a449UnPOD3uAPvinT6NMRwbaQZTSBApB > .row .container { font-size:0.875rem;font-family:arial;height:40.4375rem;width:60rem;overflow:visible;position:relative;display:block; }#dQhayDVho8KTmGiwg9MkMcqTn5ACxXk8 { color:rgba(var(--color-tertiary-0),1);display:block;width:37.437rem;position:absolute;font-family:var(--headlines-font-family);font-size:4.5rem;font-weight:700;z-index:15000;line-height:.9;letter-spacing:0;top:10.4765625rem;left:0rem;height:8.099375rem;font-style:normal;display:block; }
#rT8dyIQRugtytTrCBqfTuehR2tWwwKpy { color:rgba(var(--color-tertiary-0),1);display:block;width:35.1233125rem;position:absolute;font-family:lato;font-size:1.1875rem;font-weight:400;z-index:15003;line-height:1.7;letter-spacing:0;top:22.69189453125rem;left:0rem;height:8.0729125rem;font-style:normal;display:block; }
#mzGPub9qnnziq55xhdAD4ZTryayr4yUW { position:absolute;display:block;z-index:15036;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.6875rem;width:6.8125rem;top:3.8427734375rem;left:0rem;overflow:hidden;display:block; }
#JmskJsMTlPGv7NaRx0nkoGEQ9oyKF12r { background-color:rgba(var(--color-tertiary-0),0.2);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:50rem;border-top-right-radius:50rem;border-bottom-left-radius:50rem;border-bottom-right-radius:50rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.75rem;height:3.125rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:33.8125rem;left:15.4375rem;display:block; }
#NfDp8UB34Rff3l9a1bR44A6En4uhxlD9 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#KndBDnZAnF4dLLR1M05P6PRPkkSrBgG1 { z-index:15003;top:33.4375rem;left:0rem;background-color:transparent;background-image: -webkit-linear-gradient(216deg, rgba(var(--color-secondary-2),1), rgba(var(--color-primary-2),1));background-image: -moz-linear-gradient(216deg, rgba(var(--color-secondary-2),1), rgba(var(--color-primary-2),1));background-image: -ms-linear-gradient(216deg, rgba(var(--color-secondary-2),1), rgba(var(--color-primary-2),1));background-image: -o-linear-gradient(216deg, rgba(var(--color-secondary-2),1), rgba(var(--color-primary-2),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-2),1)', endColorstr='rgba(var(--color-primary-2),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-2),1)', endColorstr='rgba(var(--color-primary-2),1)' );";background-image: linear-gradient(216deg, rgba(var(--color-secondary-2),1), rgba(var(--color-primary-2),1));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.4375rem;border-top-right-radius:2.4375rem;border-bottom-left-radius:2.4375rem;border-bottom-right-radius:2.4375rem;box-shadow: 0.0625rem 0.25rem 1.25rem rgba(85,0,134,0.6) ;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.0625rem;height:3.4375rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#ZgHRmLgWIGPxTOXLTDhab7MZPxq10DT2 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Da4FMeuG3m5U2ghCaK87QOKHV94gbbq8 { 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:2.8125rem;width:7rem;top:3.1011962890625rem;left:7.6641845703125rem;overflow:hidden;display:block; }
#uhmlQmgqwrSmy6G9F6tb0V9SvE5OUR6R { color:#58abad;display:block;width:37.43625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.1875rem;font-weight:700;z-index:15001;line-height:.9;letter-spacing:0;top:21.062255859375rem;left:0rem;height:1.068725rem;font-style:normal;display:block; }
#KJiLB94lZp5nrE04AUa21Q7kbGOOBotJ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(top, #000000, #211761);background-image: -moz-linear-gradient(top, #000000, #211761);background-image: -ms-linear-gradient(top, #000000, #211761);background-image: -o-linear-gradient(top, #000000, #211761);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#211761' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#211761' );";background-image: linear-gradient(to bottom, #000000, #211761);background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#KJiLB94lZp5nrE04AUa21Q7kbGOOBotJ > .row .container { background-color: transparent; background-image: none; }#KJiLB94lZp5nrE04AUa21Q7kbGOOBotJ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KJiLB94lZp5nrE04AUa21Q7kbGOOBotJ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KJiLB94lZp5nrE04AUa21Q7kbGOOBotJ > .row .container > .video-iframe-container { display: none; }#KJiLB94lZp5nrE04AUa21Q7kbGOOBotJ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KJiLB94lZp5nrE04AUa21Q7kbGOOBotJ > .row > .video-iframe-container { display: none; }#KJiLB94lZp5nrE04AUa21Q7kbGOOBotJ > .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); }#KJiLB94lZp5nrE04AUa21Q7kbGOOBotJ > .row .container { border-width: 0; border-radius: 0; }#KJiLB94lZp5nrE04AUa21Q7kbGOOBotJ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#KJiLB94lZp5nrE04AUa21Q7kbGOOBotJ > .row .container { font-size:0.875rem;font-family:arial;height:14.3125rem;width:60rem;position:relative;display:block; }#goMtkwVtIuTlKtbXBrAEcqrIXI8VoHmx { 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:13.499125rem;width:54.436625rem;top:2.6531982421875rem;left:2.78076171875rem;overflow:hidden;display:block; }
#rDITz1AhbgE9E52nBG4SrtPyyv1FksQg { color:#58abad;display:block;width:54.811375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.75rem;font-weight:700;z-index:15003;line-height:1.1;letter-spacing:0;top:2.6531982421875rem;left:2.4444580078125rem;height:1.92448125rem;font-style:normal;display:block; }
#P3ARnSgU2yv98XdFqRuN5lOwiOohJbFz { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(top, #211761, #000000);background-image: -moz-linear-gradient(top, #211761, #000000);background-image: -ms-linear-gradient(top, #211761, #000000);background-image: -o-linear-gradient(top, #211761, #000000);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#211761', endColorstr='#000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#211761', endColorstr='#000000' );";background-image: linear-gradient(to bottom, #211761, #000000);background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#P3ARnSgU2yv98XdFqRuN5lOwiOohJbFz > .row .container { background-color: transparent; background-image: none; }#P3ARnSgU2yv98XdFqRuN5lOwiOohJbFz::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#P3ARnSgU2yv98XdFqRuN5lOwiOohJbFz > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#P3ARnSgU2yv98XdFqRuN5lOwiOohJbFz > .row .container > .video-iframe-container { display: none; }#P3ARnSgU2yv98XdFqRuN5lOwiOohJbFz > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#P3ARnSgU2yv98XdFqRuN5lOwiOohJbFz > .row > .video-iframe-container { display: none; }#P3ARnSgU2yv98XdFqRuN5lOwiOohJbFz > .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); }#P3ARnSgU2yv98XdFqRuN5lOwiOohJbFz > .row .container { border-width: 0; border-radius: 0; }#P3ARnSgU2yv98XdFqRuN5lOwiOohJbFz > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#P3ARnSgU2yv98XdFqRuN5lOwiOohJbFz > .row .container { font-size:0.875rem;font-family:arial;height:61.4375rem;width:60rem;position:relative;display:block; }#zbT16zNwCGwW46NwzEwTz6dMmt8fDXMl { color:rgba(var(--color-tertiary-2),1);display:block;width:57.7484375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.75rem;font-weight:700;z-index:15001;line-height:1.1;letter-spacing:0;top:2.9339599609375rem;left:2.2515869140625rem;height:3.0249rem;font-style:normal;display:block; }
#oHaFxSQuFM0GTKG98swsdrZTRTBCFmai { color:rgba(var(--color-tertiary-0),1);display:block;width:58.25rem;position:absolute;font-family:lato;font-size:1.25rem;font-weight:400;z-index:15004;line-height:1.7;letter-spacing:0;top:6.820068359375rem;left:2.2509765625rem;height:4.25rem;font-style:normal;display:block; }
#koP3TNQ9vQQqrwGwbFtD75ZP3Rgq5dER { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:20.3125rem;width:31.3745rem;top:16.621704101562rem;left:28.62548828125rem;overflow:hidden;display:block; }
#QGxWAE3ClLovE6zDixa8gSdTy3tTdiFQ { color:rgba(var(--color-tertiary-0),1);display:block;width:25.3125rem;position:absolute;font-family:lato;font-size:1.25rem;font-weight:300;z-index:15009;line-height:1.5;letter-spacing:0;top:17.591552734375rem;left:2.2509765625rem;height:22.5rem;font-style:normal;display:block; }
#ncVvr6Ju1IueLKt2lrUTJkPvfix235c5 { color:#58abad;display:block;width:23.8733125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.8125rem;font-weight:700;z-index:15002;line-height:1.1;letter-spacing:0;top:12.091064453125rem;left:2.2509765625rem;height:3.98698125rem;font-style:normal;display:block; }
#KX7zPLNuEPOxIU84tWJ3lmVAP5Zngq2G { z-index:15004;top:41.832885742188rem;left:2.2515869140625rem;background-color:transparent;background-image: -webkit-linear-gradient(216deg, rgba(var(--color-secondary-2),1), rgba(var(--color-primary-2),1));background-image: -moz-linear-gradient(216deg, rgba(var(--color-secondary-2),1), rgba(var(--color-primary-2),1));background-image: -ms-linear-gradient(216deg, rgba(var(--color-secondary-2),1), rgba(var(--color-primary-2),1));background-image: -o-linear-gradient(216deg, rgba(var(--color-secondary-2),1), rgba(var(--color-primary-2),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-2),1)', endColorstr='rgba(var(--color-primary-2),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-2),1)', endColorstr='rgba(var(--color-primary-2),1)' );";background-image: linear-gradient(216deg, rgba(var(--color-secondary-2),1), rgba(var(--color-primary-2),1));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.4375rem;border-top-right-radius:2.4375rem;border-bottom-left-radius:2.4375rem;border-bottom-right-radius:2.4375rem;box-shadow: 0.0625rem 0.25rem 1.25rem rgba(85,0,134,0.6) ;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.0625rem;height:3.4375rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#T0cZArsyNTVh66J7be5q9LogN2bPhXJV { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#VD7xwWtsDOK6F8zWlysOGfGTTpe3Muon { color:rgba(var(--color-secondary-2),1);display:block;width:36.74925rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:700;z-index:15041;line-height:1.3;letter-spacing:0;top:49.653930664062rem;left:19.53369140625rem;height:6.5rem;text-align:left;text-align-last:left;display:block; }
#MJUDqMyRW4Gf3ligM4eo2wTevNlKVTSy { position:absolute;display:block;z-index:15042;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:2.9370125rem;width:11.875rem;top:51.434326171875rem;left:3.3453369140625rem;overflow:hidden;display:block; }
#TSHfFplwDNl6AqXZNRZ2OR6nh8xbEO6I { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(top, #000000, #211761);background-image: -moz-linear-gradient(top, #000000, #211761);background-image: -ms-linear-gradient(top, #000000, #211761);background-image: -o-linear-gradient(top, #000000, #211761);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#211761' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#211761' );";background-image: linear-gradient(to bottom, #000000, #211761);background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#TSHfFplwDNl6AqXZNRZ2OR6nh8xbEO6I > .row .container { background-color: transparent; background-image: none; }#TSHfFplwDNl6AqXZNRZ2OR6nh8xbEO6I::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TSHfFplwDNl6AqXZNRZ2OR6nh8xbEO6I > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TSHfFplwDNl6AqXZNRZ2OR6nh8xbEO6I > .row .container > .video-iframe-container { display: none; }#TSHfFplwDNl6AqXZNRZ2OR6nh8xbEO6I > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TSHfFplwDNl6AqXZNRZ2OR6nh8xbEO6I > .row > .video-iframe-container { display: none; }#TSHfFplwDNl6AqXZNRZ2OR6nh8xbEO6I > .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); }#TSHfFplwDNl6AqXZNRZ2OR6nh8xbEO6I > .row .container { border-width: 0; border-radius: 0; }#TSHfFplwDNl6AqXZNRZ2OR6nh8xbEO6I > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#TSHfFplwDNl6AqXZNRZ2OR6nh8xbEO6I > .row .container { font-size:0.875rem;font-family:arial;height:55.75rem;width:60rem;position:relative;display:block; }#vG82Z5GeA3FDow3hypOaxTkuuTA6ZJCC { color:#539294;display:block;width:57.7484375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.75rem;font-weight:700;z-index:15001;line-height:1.1;letter-spacing:0;top:3.187255859375rem;left:2.2509765625rem;height:3.0249rem;font-style:normal;display:block; }
#uOrShCapvnUKB77yxiZvP5wa8QRWcqZ9 { color:rgba(var(--color-tertiary-0),1);display:block;width:24.74975rem;position:absolute;font-family:lato;font-size:1.25rem;font-weight:300;z-index:15009;line-height:1.5;letter-spacing:0;top:21.312255859375rem;left:2.2509765625rem;height:24.375rem;font-style:normal;display:block; }
#o0Jsbe2rTFlOlUsbfND8kw5AGccHhFyJ { z-index:15005;top:48.312377929688rem;left:2.2509765625rem;background-color:transparent;background-image: -webkit-linear-gradient(216deg, rgba(var(--color-secondary-2),1), rgba(var(--color-primary-2),1));background-image: -moz-linear-gradient(216deg, rgba(var(--color-secondary-2),1), rgba(var(--color-primary-2),1));background-image: -ms-linear-gradient(216deg, rgba(var(--color-secondary-2),1), rgba(var(--color-primary-2),1));background-image: -o-linear-gradient(216deg, rgba(var(--color-secondary-2),1), rgba(var(--color-primary-2),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-2),1)', endColorstr='rgba(var(--color-primary-2),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-2),1)', endColorstr='rgba(var(--color-primary-2),1)' );";background-image: linear-gradient(216deg, rgba(var(--color-secondary-2),1), rgba(var(--color-primary-2),1));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.4375rem;border-top-right-radius:2.4375rem;border-bottom-left-radius:2.4375rem;border-bottom-right-radius:2.4375rem;box-shadow: 0.0625rem 0.25rem 1.25rem rgba(85,0,134,0.6) ;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.0625rem;height:3.4375rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#hs6bpMzXRABqaGy6ThEpvbERhnhA29oz { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#lw3oSnrkzHn2C7q2I47EDZ9ZSF4glF9e { color:#ffffff;display:block;width:22.9986875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.8125rem;font-weight:700;z-index:15003;line-height:1.1;letter-spacing:0;top:16.75rem;left:2.25rem;height:3.98698125rem;font-style:normal;display:block; }
#WbXbU8RhO4naFgpyXWzQzy6csrpncEUz { position:absolute;display:block;z-index:15010;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:6.9375rem;width:58.5rem;top:7.4444580078125rem;left:1.4486607142857rem;overflow:hidden;display:block; }
#fbQaBGDZyKETrBEJG4lNnmpeosU45Jx3 { box-sizing:content-box;height:5.625rem;width:31.625rem;position:absolute;display:block;z-index:15056;background-color:rgba(137,46,255,0.3);background-image:none;top:20.0625rem;left:28.375rem;border-top-right-radius:0.75rem;border-bottom-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-top-left-radius:0.75rem;box-shadow: 0.0625rem 0.0625rem 1.25rem rgba(28,22,72,0.03) ;display:block; }
#yMqpHBzRb60u93cZ4zCice4xGh3di0rx { color:rgba(var(--color-tertiary-0),1);display:block;width:6.3745rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15063;line-height:1.2;letter-spacing:0;top:20.625rem;left:29.875rem;height:4.5rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#KeswDU2iNeDghNNuoIxrrPOWDgmP84Ie { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15103;opacity:1;top:21.3125rem;left:36.25rem; }
#f8vMveCe8z5AikKKk1ciVfImTR75vIlW { color:rgba(var(--color-tertiary-0),1);display:block;width:18.562rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15087;line-height:1.3;letter-spacing:0;top:20.8125rem;left:40.75rem;height:3.8984375rem;display:block; }
#XJmp1dR7OeecrVPKThSkWT8tTtSbTy7o { box-sizing:content-box;height:6.6875rem;width:31.5625rem;position:absolute;display:block;z-index:15057;background-color:rgba(137,46,255,0.3);background-image:none;top:26.625rem;left:28.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;box-shadow: 0.0625rem 0.0625rem 1.25rem rgba(28,22,72,0.03) ;display:block; }
#GvahugNNy9GBABoGBJo38FoD1goNr6vA { color:rgba(var(--color-tertiary-0),1);display:block;width:18.5625rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15088;line-height:1.3;letter-spacing:0;top:27.3125rem;left:40.625rem;height:5.19791875rem;display:block; }
#gKFnuDFTAy2wfBdFJa7BsuTJvmwKuMfI { color:rgba(var(--color-tertiary-0),1);display:block;width:6.6235625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15064;line-height:1.2;letter-spacing:0;top:27.6875rem;left:29.75rem;height:4.5rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#hzEpcxL1xqE7JgvQ57HAS2tyPpZpmGSB { box-sizing:content-box;height:6.5625rem;width:31.5rem;position:absolute;display:block;z-index:15058;background-color:rgba(137,46,255,0.3);background-image:none;top:34.25rem;left:28.5625rem;border-top-right-radius:0.75rem;border-bottom-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-top-left-radius:0.75rem;box-shadow: 0.0625rem 0.0625rem 1.25rem rgba(28,22,72,0.03) ;display:block; }
#AP8iTc1BtpOFHgqHsGNICReBN4Brx6SD { color:rgba(var(--color-tertiary-0),1);display:block;width:19.0625rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15089;line-height:1.3;letter-spacing:0;top:34.9375rem;left:40.375rem;height:5.19791875rem;display:block; }
#s6ZyI37g2bwN9TgN7add6RavRRdr5WeD { color:rgba(var(--color-tertiary-0),1);display:block;width:6.6235625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15065;line-height:1.2;letter-spacing:0;top:35.3125rem;left:29.75rem;height:4.5rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#etPlL0yZWgaMv3ny9J86IzB2xQieJl8k { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15104;opacity:1;top:28.1875rem;left:36.3125rem; }
#kL6IdDtqNza5t4NW8BDb6TWknGhbspXu { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15105;opacity:1;top:35.9375rem;left:36.25rem; }
#Xxu6oUJogBXtwNm6bUBA3BTFM0yA2G1t { box-sizing:content-box;height:6.5625rem;width:31.499625rem;position:absolute;display:block;z-index:15059;background-color:rgba(137,46,255,0.3);background-image:none;top:41.75rem;left:28.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;box-shadow: 0.0625rem 0.0625rem 1.25rem rgba(28,22,72,0.03) ;display:block; }
#nL8Bk3s3oPiGw7TAJIf4loiHhSgHL4zM { color:rgba(var(--color-tertiary-0),1);display:block;width:19.0625rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15090;line-height:1.3;letter-spacing:0;top:42.4375rem;left:40.5rem;height:5.19791875rem;display:block; }
#Ln89K9rIpfLI9Q6PJyzPih6TkpfuOW9R { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15106;opacity:1;top:43.125rem;left:36.25rem; }
#CDXIVWQGsK2Ub2OdG2fGT1JT33XwPLz7 { color:rgba(var(--color-tertiary-0),1);display:block;width:5.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15066;line-height:1.2;letter-spacing:0;top:43.125rem;left:29.75rem;height:4.5rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#FMGaCCIWndMblDPOXHCX6PcxlMw0nhxg { color:rgba(var(--color-tertiary-0),1);display:block;width:17.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15065;line-height:1.2;letter-spacing:0;top:49.9375rem;left:29.875rem;height:0;text-align:left;text-align-last:left;font-style:normal;display:none; }
#OKlamsylUZIlScDwT7s0FzVrbvzhgga2 { color:rgba(var(--color-tertiary-0),1);display:block;width:13.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15066;line-height:1.2;letter-spacing:0;top:48.75rem;left:30.75rem;height:0;text-align:left;text-align-last:left;font-style:normal;display:none; }
#IPrFUsG6hRFDlaeTQz5bL95wcXHMOkrq { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(top, #211761, #000000);background-image: -moz-linear-gradient(top, #211761, #000000);background-image: -ms-linear-gradient(top, #211761, #000000);background-image: -o-linear-gradient(top, #211761, #000000);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#211761', endColorstr='#000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#211761', endColorstr='#000000' );";background-image: linear-gradient(to bottom, #211761, #000000);background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#IPrFUsG6hRFDlaeTQz5bL95wcXHMOkrq > .row .container { background-color: transparent; background-image: none; }#IPrFUsG6hRFDlaeTQz5bL95wcXHMOkrq::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IPrFUsG6hRFDlaeTQz5bL95wcXHMOkrq > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IPrFUsG6hRFDlaeTQz5bL95wcXHMOkrq > .row .container > .video-iframe-container { display: none; }#IPrFUsG6hRFDlaeTQz5bL95wcXHMOkrq > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IPrFUsG6hRFDlaeTQz5bL95wcXHMOkrq > .row > .video-iframe-container { display: none; }#IPrFUsG6hRFDlaeTQz5bL95wcXHMOkrq > .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); }#IPrFUsG6hRFDlaeTQz5bL95wcXHMOkrq > .row .container { border-width: 0; border-radius: 0; }#IPrFUsG6hRFDlaeTQz5bL95wcXHMOkrq > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#IPrFUsG6hRFDlaeTQz5bL95wcXHMOkrq > .row .container { font-size:0.875rem;font-family:arial;height:40.75rem;width:60rem;position:relative;display:block; }#vhtFlWRVF64hdWVg2wUwsIeokq3hv6nT { color:#58abad;display:block;width:18.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15001;line-height:1;letter-spacing:0;top:10.8125rem;left:1.875rem;height:1.25rem;text-align:center;text-align-last:center;display:block; }
#vnBbn6kX68FT9CLHJ0dPOdRgXhac8cty { color:rgba(var(--color-tertiary-0),1);display:block;width:13.75rem;position:absolute;font-family:lato;font-size:1rem;font-weight:300;z-index:15002;line-height:1.3;letter-spacing:0;top:12.5rem;left:4.375rem;height:3.8984375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#yXH3fM9mnxuN7GGbQ4IFcneeuAQR1Wqm { color:#58abad;display:block;width:18.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15004;line-height:1;letter-spacing:0;top:10.8125rem;left:20.625rem;height:1.25rem;text-align:center;text-align-last:center;display:block; }
#KM7gXKaK1yzIi70SZqZ4md5xmVn28sat { color:rgba(var(--color-tertiary-0),1);display:block;width:13.75rem;position:absolute;font-family:lato;font-size:1rem;font-weight:300;z-index:15005;line-height:1.3;letter-spacing:0;top:12.5rem;left:23.125rem;height:5.19791875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#tEbwr6XUg3mKwT2ys1aAdPsrPuqoXwXm { color:#58abad;display:block;width:18.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15007;line-height:1;letter-spacing:0;top:10.8125rem;left:39.375rem;height:1.25rem;text-align:center;text-align-last:center;display:block; }
#HcFF7yUsfnnD25mweiCLG1KnBnaBwHgB { color:rgba(var(--color-tertiary-0),1);display:block;width:13.75rem;position:absolute;font-family:lato;font-size:1rem;font-weight:300;z-index:15008;line-height:1.3;letter-spacing:0;top:12.5rem;left:41.875rem;height:6.497375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ciW1MfL43W23Uhia7p4EVOuHPW9S3KNJ { color:#58abad;display:block;width:18.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15002;line-height:1;letter-spacing:0;top:21.0625rem;left:2.25rem;height:1.25rem;text-align:center;text-align-last:center;display:block; }
#CUNxMwUFHeU6XdnqK6trQMkJVtQC7vkU { color:rgba(var(--color-tertiary-0),1);display:block;width:13.75rem;position:absolute;font-family:lato;font-size:1rem;font-weight:300;z-index:15003;line-height:1.3;letter-spacing:0;top:23.5rem;left:4.375rem;height:6.497375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#OOm95V5dJP7qZknIIyT3tn79fgRuzBhw { color:#58abad;display:block;width:18.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15005;line-height:1;letter-spacing:0;top:21.0625rem;left:20.625rem;height:1.25rem;text-align:center;text-align-last:center;display:block; }
#lewUPafwvZk1Fh7z6Ezz5kpu1dgSknaN { color:rgba(var(--color-tertiary-0),1);display:block;width:13.75rem;position:absolute;font-family:lato;font-size:1rem;font-weight:300;z-index:15006;line-height:1.3;letter-spacing:0;top:23.5rem;left:23.125rem;height:5.19791875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#wc0XvdpCvK3f1LwtCSRx2R0dS00eG2kt { color:#58abad;display:block;width:18.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15008;line-height:1;letter-spacing:0;top:21.0625rem;left:39.375rem;height:1.25rem;text-align:center;text-align-last:center;display:block; }
#CHfIuT6AySsMwgCvtkF8JRXXB5nQ2uko { color:rgba(var(--color-tertiary-0),1);display:block;width:13.75rem;position:absolute;font-family:lato;font-size:1rem;font-weight:300;z-index:15009;line-height:1.3;letter-spacing:0;top:23.5rem;left:41.875rem;height:5.19791875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#tRyHD6ToqwCRlWucmG7BboTGbzTtzTSs { z-index:15005;top:33.187255859375rem;left:22.96875rem;background-color:transparent;background-image: -webkit-linear-gradient(216deg, rgba(var(--color-secondary-2),1), rgba(var(--color-primary-2),1));background-image: -moz-linear-gradient(216deg, rgba(var(--color-secondary-2),1), rgba(var(--color-primary-2),1));background-image: -ms-linear-gradient(216deg, rgba(var(--color-secondary-2),1), rgba(var(--color-primary-2),1));background-image: -o-linear-gradient(216deg, rgba(var(--color-secondary-2),1), rgba(var(--color-primary-2),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-2),1)', endColorstr='rgba(var(--color-primary-2),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-2),1)', endColorstr='rgba(var(--color-primary-2),1)' );";background-image: linear-gradient(216deg, rgba(var(--color-secondary-2),1), rgba(var(--color-primary-2),1));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.4375rem;border-top-right-radius:2.4375rem;border-bottom-left-radius:2.4375rem;border-bottom-right-radius:2.4375rem;box-shadow: 0.0625rem 0.25rem 1.25rem rgba(85,0,134,0.6) ;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.0625rem;height:3.4375rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#dlwelWa7COvo0cpbtdeUOFCoNTvF5pET { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#vrG4DK3MgCdxD6lRaqZbEopyCUMLeokT { color:rgba(var(--color-tertiary-2),1);display:block;width:57.7484375rem;position:absolute;font-family:var(--headlines-font-family);font-size:3rem;font-weight:700;z-index:15001;line-height:1.1;letter-spacing:0;top:2.255859375rem;left:2.2513008117676rem;height:3.2995625rem;font-style:normal;display:block; }
#nSnW6958S9z5FcH1AVmXfy2BdbAskul2 { color:rgba(var(--color-tertiary-0),1);display:block;width:51.812125rem;position:absolute;font-family:lato;font-size:1.25rem;font-weight:400;z-index:15005;line-height:1.7;letter-spacing:0;top:6.06201171875rem;left:2.2509765625rem;height:2.125rem;font-style:normal;display:block; }
#TDyy73W5UNhltRSkuGLmCLT3hBmMeK2o { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(top, #000000, #211761);background-image: -moz-linear-gradient(top, #000000, #211761);background-image: -ms-linear-gradient(top, #000000, #211761);background-image: -o-linear-gradient(top, #000000, #211761);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#211761' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#211761' );";background-image: linear-gradient(to bottom, #000000, #211761);background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#TDyy73W5UNhltRSkuGLmCLT3hBmMeK2o > .row .container { background-color: transparent; background-image: none; }#TDyy73W5UNhltRSkuGLmCLT3hBmMeK2o::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TDyy73W5UNhltRSkuGLmCLT3hBmMeK2o > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TDyy73W5UNhltRSkuGLmCLT3hBmMeK2o > .row .container > .video-iframe-container { display: none; }#TDyy73W5UNhltRSkuGLmCLT3hBmMeK2o > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TDyy73W5UNhltRSkuGLmCLT3hBmMeK2o > .row > .video-iframe-container { display: none; }#TDyy73W5UNhltRSkuGLmCLT3hBmMeK2o > .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); }#TDyy73W5UNhltRSkuGLmCLT3hBmMeK2o > .row .container { border-width: 0; border-radius: 0; }#TDyy73W5UNhltRSkuGLmCLT3hBmMeK2o > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#TDyy73W5UNhltRSkuGLmCLT3hBmMeK2o > .row .container { font-size:0.875rem;font-family:arial;height:28.5rem;width:60rem;position:relative;display:block; }#eKBugBUcW5dRahmhNmhtv2eDkkS5PPkr { color:#539294;display:block;width:57.7484375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.75rem;font-weight:700;z-index:15002;line-height:1.1;letter-spacing:0;top:2.4029541015625rem;left:1.12548828125rem;height:3.0249rem;font-style:normal;display:block; }
#gGIwSuU2koMmGdmxB9qF9ywxkDKXLeUf { color:rgba(var(--color-tertiary-0),1);display:block;width:23.3111875rem;position:absolute;font-family:lato;font-size:1.25rem;font-weight:300;z-index:15010;line-height:1.5;letter-spacing:0;top:8.936767578125rem;left:2.2509765625rem;height:11.25rem;font-style:normal;display:block; }
#Fa5a8V4TZEexuTtHwz6LHG2MoEURzcD3 { z-index:15007;top:22.172241210938rem;left:2.2509765625rem;background-color:transparent;background-image: -webkit-linear-gradient(216deg, rgba(var(--color-secondary-2),1), rgba(var(--color-primary-2),1));background-image: -moz-linear-gradient(216deg, rgba(var(--color-secondary-2),1), rgba(var(--color-primary-2),1));background-image: -ms-linear-gradient(216deg, rgba(var(--color-secondary-2),1), rgba(var(--color-primary-2),1));background-image: -o-linear-gradient(216deg, rgba(var(--color-secondary-2),1), rgba(var(--color-primary-2),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-2),1)', endColorstr='rgba(var(--color-primary-2),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-2),1)', endColorstr='rgba(var(--color-primary-2),1)' );";background-image: linear-gradient(216deg, rgba(var(--color-secondary-2),1), rgba(var(--color-primary-2),1));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.4375rem;border-top-right-radius:2.4375rem;border-bottom-left-radius:2.4375rem;border-bottom-right-radius:2.4375rem;box-shadow: 0.0625rem 0.25rem 1.25rem rgba(85,0,134,0.6) ;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.0625rem;height:3.4375rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#Ch89LHphh8kahffrJMNodPQQ5FkqC9ql { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#vZzZrFpPZTENwTDKcZyZGzaDeG7dzWit { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:28.8733125rem;width:38.0609375rem;top:3.8604736328125rem;left:21.939086914062rem;overflow:hidden;display:block; }
#WyJWTvN9qsMAgDudCIHHf559vWbzEltm { background-color:transparent;background-image: -webkit-linear-gradient(180deg, #211761, #000000);background-image: -moz-linear-gradient(180deg, #211761, #000000);background-image: -ms-linear-gradient(180deg, #211761, #000000);background-image: -o-linear-gradient(180deg, #211761, #000000);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#211761', endColorstr='#000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#211761', endColorstr='#000000' );";background-image: linear-gradient(180deg, #211761, #000000);background-size:auto !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#WyJWTvN9qsMAgDudCIHHf559vWbzEltm > .row .container { background-color: transparent; background-image: none; }#WyJWTvN9qsMAgDudCIHHf559vWbzEltm::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WyJWTvN9qsMAgDudCIHHf559vWbzEltm > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WyJWTvN9qsMAgDudCIHHf559vWbzEltm > .row .container > .video-iframe-container { display: none; }#WyJWTvN9qsMAgDudCIHHf559vWbzEltm > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WyJWTvN9qsMAgDudCIHHf559vWbzEltm > .row > .video-iframe-container { display: none; }#WyJWTvN9qsMAgDudCIHHf559vWbzEltm > .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); }#WyJWTvN9qsMAgDudCIHHf559vWbzEltm > .row .container { border-width: 0; border-radius: 0; }#WyJWTvN9qsMAgDudCIHHf559vWbzEltm > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#WyJWTvN9qsMAgDudCIHHf559vWbzEltm > .row .container { font-size:0.875rem;font-family:arial;height:6.25rem;width:60rem;overflow:visible;position:relative;display:block; }#o2WMR3K0TdrnHPyb7dvc2WnRniTx0xSX { 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:2.25rem;width:5.8125rem;top:2rem;left:1.744140625rem;overflow:hidden;display:block; }
#JQVHxqJ24lGyRyKsHTw1ZwtgyNvn0tXl { color:rgba(var(--color-tertiary-1),1);display:block;width:7.3125rem;position:absolute;font-family:lato;font-size:0.875rem;font-weight:300;z-index:15001;line-height:1.3;letter-spacing:0;top:2.76953125rem;left:51.9931640625rem;height:1.13769375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #a449UnPOD3uAPvinT6NMRwbaQZTSBApB { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/bc314396-a979-43f6-b036-dc1ec349a5ca/hero3.webp");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;display:block; }#a449UnPOD3uAPvinT6NMRwbaQZTSBApB.adaptive-delivery-prevent-bg, #a449UnPOD3uAPvinT6NMRwbaQZTSBApB.lazyload, #a449UnPOD3uAPvinT6NMRwbaQZTSBApB.lazyloading { background-image: none; }#a449UnPOD3uAPvinT6NMRwbaQZTSBApB > .row .container { background-color: transparent; background-image: none; }#a449UnPOD3uAPvinT6NMRwbaQZTSBApB::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#a449UnPOD3uAPvinT6NMRwbaQZTSBApB > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#a449UnPOD3uAPvinT6NMRwbaQZTSBApB > .row .container > .video-iframe-container { display: none; }#a449UnPOD3uAPvinT6NMRwbaQZTSBApB > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#a449UnPOD3uAPvinT6NMRwbaQZTSBApB > .row > .video-iframe-container { display: none; }#a449UnPOD3uAPvinT6NMRwbaQZTSBApB > .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); }#a449UnPOD3uAPvinT6NMRwbaQZTSBApB > .row .container { border-width: 0; border-radius: 0; }#a449UnPOD3uAPvinT6NMRwbaQZTSBApB > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dQhayDVho8KTmGiwg9MkMcqTn5ACxXk8 { width:37.375rem;height:8.0625rem;top:10.4375rem;left:0rem;font-size:4.5rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #rT8dyIQRugtytTrCBqfTuehR2tWwwKpy { width:35.0625rem;height:8.0625rem;top:22.6875rem;left:0rem;font-size:1.1875rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #mzGPub9qnnziq55xhdAD4ZTryayr4yUW { top:3.8125rem;left:0rem;width:6.8125rem;height:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JmskJsMTlPGv7NaRx0nkoGEQ9oyKF12r { width:13.6875rem;height:3.0625rem;top:33.8125rem;left:9.3125rem;background-color:rgba(255,255,255,0.2);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;box-shadow: none;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #NfDp8UB34Rff3l9a1bR44A6En4uhxlD9 { display:block; }
 }@media only screen and (max-width: 763px) { #KndBDnZAnF4dLLR1M05P6PRPkkSrBgG1 { top:33.4375rem;left:0rem;width:14.0625rem;height:3.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZgHRmLgWIGPxTOXLTDhab7MZPxq10DT2 { display:block; }
 }@media only screen and (max-width: 763px) { #Da4FMeuG3m5U2ghCaK87QOKHV94gbbq8 { top:3.0625rem;left:1.5391845703125rem;width:7rem;height:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #uhmlQmgqwrSmy6G9F6tb0V9SvE5OUR6R { width:37.375rem;height:1.0625rem;top:21rem;left:0rem;font-size:1.1875rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #KJiLB94lZp5nrE04AUa21Q7kbGOOBotJ { display:block; }#KJiLB94lZp5nrE04AUa21Q7kbGOOBotJ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #goMtkwVtIuTlKtbXBrAEcqrIXI8VoHmx { top:2.625rem;left:0rem;width:47.75rem;height:11.840984240849rem;display:block; }
 }@media only screen and (max-width: 763px) { #rDITz1AhbgE9E52nBG4SrtPyyv1FksQg { width:47.75rem;height:1.875rem;top:2.625rem;left:0rem;font-size:1.75rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #P3ARnSgU2yv98XdFqRuN5lOwiOohJbFz { display:block; }#P3ARnSgU2yv98XdFqRuN5lOwiOohJbFz > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zbT16zNwCGwW46NwzEwTz6dMmt8fDXMl { width:47.75rem;height:3rem;top:2.875rem;left:0rem;font-size:1.625rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #oHaFxSQuFM0GTKG98swsdrZTRTBCFmai { width:47.75rem;height:4.1875rem;top:6.8125rem;left:0rem;font-size:1.25rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #koP3TNQ9vQQqrwGwbFtD75ZP3Rgq5dER { top:16.5625rem;left:16.375rem;width:31.3125rem;height:20.272359918086rem;display:block; }
 }@media only screen and (max-width: 763px) { #QGxWAE3ClLovE6zDixa8gSdTy3tTdiFQ { width:25.3125rem;height:22.5rem;top:17.5625rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ncVvr6Ju1IueLKt2lrUTJkPvfix235c5 { width:23.8125rem;height:3.9375rem;top:12.0625rem;left:0rem;font-size:1.8125rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #KX7zPLNuEPOxIU84tWJ3lmVAP5Zngq2G { top:41.8125rem;left:0rem;width:14.0625rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #T0cZArsyNTVh66J7be5q9LogN2bPhXJV { display:block; }
 }@media only screen and (max-width: 763px) { #VD7xwWtsDOK6F8zWlysOGfGTTpe3Muon { top:49.625rem;left:11.0625rem;width:36.6875rem;height:6.4375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #MJUDqMyRW4Gf3ligM4eo2wTevNlKVTSy { top:51.375rem;left:0rem;width:11.875rem;height:2.9370125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TSHfFplwDNl6AqXZNRZ2OR6nh8xbEO6I { display:block; }#TSHfFplwDNl6AqXZNRZ2OR6nh8xbEO6I > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vG82Z5GeA3FDow3hypOaxTkuuTA6ZJCC { width:47.75rem;height:3rem;top:3.125rem;left:0rem;font-size:1.625rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #uOrShCapvnUKB77yxiZvP5wa8QRWcqZ9 { width:24.6875rem;height:24.375rem;top:21.25rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #o0Jsbe2rTFlOlUsbfND8kw5AGccHhFyJ { top:48.25rem;left:0rem;width:14.0625rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hs6bpMzXRABqaGy6ThEpvbERhnhA29oz { display:block; }
 }@media only screen and (max-width: 763px) { #lw3oSnrkzHn2C7q2I47EDZ9ZSF4glF9e { width:22.9375rem;height:3.9375rem;top:16.75rem;left:0rem;font-size:1.8125rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #WbXbU8RhO4naFgpyXWzQzy6csrpncEUz { top:7.4375rem;left:0rem;width:47.75rem;height:5.6626602564103rem;display:block; }
 }@media only screen and (max-width: 763px) { #fbQaBGDZyKETrBEJG4lNnmpeosU45Jx3 { width:31.5625rem;height:5.625rem;top:20.0625rem;left:16.125rem;background-color:rgba(137,46,255,0.3);background-image:none;box-shadow: 0.0625rem 0.0625rem 1.25rem rgba(28,22,72,0.03) ;display:block; }
 }@media only screen and (max-width: 763px) { #yMqpHBzRb60u93cZ4zCice4xGh3di0rx { width:6.3125rem;height:4.4375rem;top:20.625rem;left:23.75rem;font-size:1.25rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #KeswDU2iNeDghNNuoIxrrPOWDgmP84Ie { top:21.3125rem;left:30.125rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #f8vMveCe8z5AikKKk1ciVfImTR75vIlW { top:20.8125rem;left:29.25rem;width:18.5rem;height:3.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #XJmp1dR7OeecrVPKThSkWT8tTtSbTy7o { width:31.5625rem;height:6.625rem;top:26.625rem;left:16.1875rem;background-color:rgba(137,46,255,0.3);background-image:none;box-shadow: 0.0625rem 0.0625rem 1.25rem rgba(28,22,72,0.03) ;display:block; }
 }@media only screen and (max-width: 763px) { #GvahugNNy9GBABoGBJo38FoD1goNr6vA { top:27.3125rem;left:29.25rem;width:18.5rem;height:5.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #gKFnuDFTAy2wfBdFJa7BsuTJvmwKuMfI { width:6.5625rem;height:4.4375rem;top:27.6875rem;left:23.625rem;font-size:1.25rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #hzEpcxL1xqE7JgvQ57HAS2tyPpZpmGSB { width:31.4375rem;height:6.5625rem;top:34.25rem;left:16.3125rem;background-color:rgba(137,46,255,0.3);background-image:none;box-shadow: 0.0625rem 0.0625rem 1.25rem rgba(28,22,72,0.03) ;display:block; }
 }@media only screen and (max-width: 763px) { #AP8iTc1BtpOFHgqHsGNICReBN4Brx6SD { top:34.9375rem;left:28.6875rem;width:19.0625rem;height:5.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #s6ZyI37g2bwN9TgN7add6RavRRdr5WeD { width:6.5625rem;height:4.4375rem;top:35.3125rem;left:23.625rem;font-size:1.25rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #etPlL0yZWgaMv3ny9J86IzB2xQieJl8k { top:28.1875rem;left:30.1875rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kL6IdDtqNza5t4NW8BDb6TWknGhbspXu { top:35.9375rem;left:30.125rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xxu6oUJogBXtwNm6bUBA3BTFM0yA2G1t { width:31.4375rem;height:6.5625rem;top:41.75rem;left:16.3125rem;background-color:rgba(137,46,255,0.3);background-image:none;box-shadow: 0.0625rem 0.0625rem 1.25rem rgba(28,22,72,0.03) ;display:block; }
 }@media only screen and (max-width: 763px) { #nL8Bk3s3oPiGw7TAJIf4loiHhSgHL4zM { top:42.4375rem;left:28.6875rem;width:19.0625rem;height:5.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ln89K9rIpfLI9Q6PJyzPih6TkpfuOW9R { top:43.125rem;left:30.125rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CDXIVWQGsK2Ub2OdG2fGT1JT33XwPLz7 { width:5.625rem;height:4.4375rem;top:43.125rem;left:23.625rem;font-size:1.25rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #FMGaCCIWndMblDPOXHCX6PcxlMw0nhxg { width:17.4375rem;height:1.5rem;top:49.9375rem;left:23.75rem;font-size:1.25rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #OKlamsylUZIlScDwT7s0FzVrbvzhgga2 { width:13.8125rem;height:1.5rem;top:48.75rem;left:24.625rem;font-size:1.25rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #IPrFUsG6hRFDlaeTQz5bL95wcXHMOkrq { display:block; }#IPrFUsG6hRFDlaeTQz5bL95wcXHMOkrq > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vhtFlWRVF64hdWVg2wUwsIeokq3hv6nT { width:18.75rem;height:1.25rem;top:10.8125rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #vnBbn6kX68FT9CLHJ0dPOdRgXhac8cty { width:13.75rem;height:3.875rem;top:12.5rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #yXH3fM9mnxuN7GGbQ4IFcneeuAQR1Wqm { width:18.75rem;height:1.25rem;top:10.8125rem;left:14.5rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #KM7gXKaK1yzIi70SZqZ4md5xmVn28sat { width:13.75rem;height:5.1875rem;top:12.5rem;left:17rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #tEbwr6XUg3mKwT2ys1aAdPsrPuqoXwXm { width:18.75rem;height:1.25rem;top:10.8125rem;left:29rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #HcFF7yUsfnnD25mweiCLG1KnBnaBwHgB { width:13.75rem;height:6.4375rem;top:12.5rem;left:34rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ciW1MfL43W23Uhia7p4EVOuHPW9S3KNJ { width:18.75rem;height:1.25rem;top:21.0625rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #CUNxMwUFHeU6XdnqK6trQMkJVtQC7vkU { width:13.75rem;height:6.4375rem;top:23.5rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #OOm95V5dJP7qZknIIyT3tn79fgRuzBhw { width:18.75rem;height:1.25rem;top:21.0625rem;left:14.5rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #lewUPafwvZk1Fh7z6Ezz5kpu1dgSknaN { width:13.75rem;height:5.1875rem;top:23.5rem;left:17rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #wc0XvdpCvK3f1LwtCSRx2R0dS00eG2kt { width:18.75rem;height:1.25rem;top:21.0625rem;left:29rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #CHfIuT6AySsMwgCvtkF8JRXXB5nQ2uko { width:13.75rem;height:5.1875rem;top:23.5rem;left:34rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #tRyHD6ToqwCRlWucmG7BboTGbzTtzTSs { top:33.125rem;left:16.84375rem;width:14.0625rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dlwelWa7COvo0cpbtdeUOFCoNTvF5pET { display:block; }
 }@media only screen and (max-width: 763px) { #vrG4DK3MgCdxD6lRaqZbEopyCUMLeokT { width:47.75rem;height:3.25rem;top:2.25rem;left:0rem;font-size:1.625rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #nSnW6958S9z5FcH1AVmXfy2BdbAskul2 { width:47.75rem;height:2.0625rem;top:6rem;left:0rem;font-size:1.25rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #TDyy73W5UNhltRSkuGLmCLT3hBmMeK2o { display:block; }#TDyy73W5UNhltRSkuGLmCLT3hBmMeK2o > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #eKBugBUcW5dRahmhNmhtv2eDkkS5PPkr { width:47.75rem;height:3rem;top:2.375rem;left:0rem;font-size:1.625rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #gGIwSuU2koMmGdmxB9qF9ywxkDKXLeUf { width:23.25rem;height:11.25rem;top:8.875rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fa5a8V4TZEexuTtHwz6LHG2MoEURzcD3 { top:22.125rem;left:0rem;width:14.0625rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ch89LHphh8kahffrJMNodPQQ5FkqC9ql { display:block; }
 }@media only screen and (max-width: 763px) { #vZzZrFpPZTENwTDKcZyZGzaDeG7dzWit { top:3.8125rem;left:9.75rem;width:38rem;height:28.8270848557rem;display:block; }
 }@media only screen and (max-width: 763px) { #WyJWTvN9qsMAgDudCIHHf559vWbzEltm { display:block; }#WyJWTvN9qsMAgDudCIHHf559vWbzEltm > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #o2WMR3K0TdrnHPyb7dvc2WnRniTx0xSX { width:5.8125rem;height:2.25rem;top:2rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #JQVHxqJ24lGyRyKsHTw1ZwtgyNvn0tXl { width:7.3125rem;height:1.125rem;top:2.75rem;left:40.4375rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #a449UnPOD3uAPvinT6NMRwbaQZTSBApB { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/ef76cb46-db62-4e39-8343-988f0e8a818e/hero2.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;display:block; }#a449UnPOD3uAPvinT6NMRwbaQZTSBApB.adaptive-delivery-prevent-bg, #a449UnPOD3uAPvinT6NMRwbaQZTSBApB.lazyload, #a449UnPOD3uAPvinT6NMRwbaQZTSBApB.lazyloading { background-image: none; }#a449UnPOD3uAPvinT6NMRwbaQZTSBApB > .row .container { background-color: transparent; background-image: none; }#a449UnPOD3uAPvinT6NMRwbaQZTSBApB::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#a449UnPOD3uAPvinT6NMRwbaQZTSBApB > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#a449UnPOD3uAPvinT6NMRwbaQZTSBApB > .row .container > .video-iframe-container { display: none; }#a449UnPOD3uAPvinT6NMRwbaQZTSBApB > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#a449UnPOD3uAPvinT6NMRwbaQZTSBApB > .row > .video-iframe-container { display: none; }#a449UnPOD3uAPvinT6NMRwbaQZTSBApB > .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); }#a449UnPOD3uAPvinT6NMRwbaQZTSBApB > .row .container { border-width: 0; border-radius: 0; }#a449UnPOD3uAPvinT6NMRwbaQZTSBApB > .row .container { width:20rem;height:37.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dQhayDVho8KTmGiwg9MkMcqTn5ACxXk8 { width:20rem;height:3.59895625rem;top:9.25rem;left:0rem;font-size:2rem;color:#ffffff;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #rT8dyIQRugtytTrCBqfTuehR2tWwwKpy { width:17.5rem;height:11.1972625rem;top:18.421875rem;left:1.25rem;font-size:1rem;line-height:1.6;color:#ffffff;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #mzGPub9qnnziq55xhdAD4ZTryayr4yUW { width:6.8125rem;height:2.6875rem;top:2.9791667461395rem;left:6.59375rem;display:block; }
 }@media only screen and (max-width: 763px) { #JmskJsMTlPGv7NaRx0nkoGEQ9oyKF12r { width:7.5625rem;height:2.6875rem;top:31.223308563233rem;left:11.229166984558rem;background-color:rgba(255,255,255,0.2);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;box-shadow: none;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #NfDp8UB34Rff3l9a1bR44A6En4uhxlD9 { display:block; }
 }@media only screen and (max-width: 763px) { #KndBDnZAnF4dLLR1M05P6PRPkkSrBgG1 { top:31.223308563233rem;left:2.4375rem;width:7.5625rem;height:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZgHRmLgWIGPxTOXLTDhab7MZPxq10DT2 { display:block; }
 }@media only screen and (max-width: 763px) { #Da4FMeuG3m5U2ghCaK87QOKHV94gbbq8 { width:7rem;height:2.8125rem;top:5.1875rem;left:6.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #uhmlQmgqwrSmy6G9F6tb0V9SvE5OUR6R { width:20rem;height:2.13671875rem;top:14.59765625rem;left:0rem;font-size:1.1875rem;color:#ffffff;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #KJiLB94lZp5nrE04AUa21Q7kbGOOBotJ { display:block; }#KJiLB94lZp5nrE04AUa21Q7kbGOOBotJ > .row .container { width:20rem;height:7.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #goMtkwVtIuTlKtbXBrAEcqrIXI8VoHmx { width:19.749375rem;height:4.93685rem;top:1.25rem;left:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rDITz1AhbgE9E52nBG4SrtPyyv1FksQg { width:20rem;height:auto;top:2.625rem;left:0rem;font-size:1.75rem;color:#ffffff;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #P3ARnSgU2yv98XdFqRuN5lOwiOohJbFz { display:block; }#P3ARnSgU2yv98XdFqRuN5lOwiOohJbFz > .row .container { width:20rem;height:86.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zbT16zNwCGwW46NwzEwTz6dMmt8fDXMl { width:20rem;height:3.57421875rem;top:1.25rem;left:0rem;font-size:1.625rem;color:#ffffff;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #oHaFxSQuFM0GTKG98swsdrZTRTBCFmai { width:19.999375rem;height:8rem;top:6.07421875rem;left:0rem;font-size:1.25rem;line-height:1.6;color:#ffffff;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #koP3TNQ9vQQqrwGwbFtD75ZP3Rgq5dER { width:19.875rem;height:12.75rem;top:40.19921875rem;left:-0.010333403457999rem;display:block; }
 }@media only screen and (max-width: 763px) { #QGxWAE3ClLovE6zDixa8gSdTy3tTdiFQ { width:19.999375rem;height:23.625rem;top:15.32421875rem;left:0rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ncVvr6Ju1IueLKt2lrUTJkPvfix235c5 { width:20rem;height:0;top:18.123046875rem;left:0rem;font-size:1.8125rem;color:#ffffff;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #KX7zPLNuEPOxIU84tWJ3lmVAP5Zngq2G { top:56.500001907349rem;left:2.96875rem;width:14.0625rem;height:3.43685rem;display:block; }
 }@media only screen and (max-width: 763px) { #T0cZArsyNTVh66J7be5q9LogN2bPhXJV { display:block; }
 }@media only screen and (max-width: 763px) { #VD7xwWtsDOK6F8zWlysOGfGTTpe3Muon { width:20rem;height:13rem;top:69.625rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #MJUDqMyRW4Gf3ligM4eo2wTevNlKVTSy { width:11.875rem;height:2.9370125rem;top:64.3125038147rem;left:4.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TSHfFplwDNl6AqXZNRZ2OR6nh8xbEO6I { display:block; }#TSHfFplwDNl6AqXZNRZ2OR6nh8xbEO6I > .row .container { width:20rem;height:82.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vG82Z5GeA3FDow3hypOaxTkuuTA6ZJCC { width:20rem;height:3.57421875rem;top:1.25rem;left:0rem;font-size:1.625rem;color:#ffffff;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #uOrShCapvnUKB77yxiZvP5wa8QRWcqZ9 { width:19.999375rem;height:23.625rem;top:7.1328144073488rem;left:0rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #o0Jsbe2rTFlOlUsbfND8kw5AGccHhFyJ { top:75.9453125rem;left:2.96875rem;width:14.0625rem;height:3.43685rem;display:block; }
 }@media only screen and (max-width: 763px) { #hs6bpMzXRABqaGy6ThEpvbERhnhA29oz { display:block; }
 }@media only screen and (max-width: 763px) { #lw3oSnrkzHn2C7q2I47EDZ9ZSF4glF9e { width:20rem;height:auto;top:16.75rem;left:0rem;font-size:1.8125rem;color:#ffffff;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #WbXbU8RhO4naFgpyXWzQzy6csrpncEUz { width:20rem;height:2.371719537263rem;top:6.07421875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #fbQaBGDZyKETrBEJG4lNnmpeosU45Jx3 { width:20rem;height:8.5625rem;top:31.5078125rem;left:0rem;background-color:rgba(137,46,255,0.3);background-image:none;box-shadow: 0.0625rem 0.0625rem 1.25rem rgba(28,22,72,0.03) ;display:block; }
 }@media only screen and (max-width: 763px) { #yMqpHBzRb60u93cZ4zCice4xGh3di0rx { width:17.25rem;height:1.5rem;top:32.565756797791rem;left:1.6041667461395rem;font-size:1.25rem;text-align:center;text-align-last:center;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #KeswDU2iNeDghNNuoIxrrPOWDgmP84Ie { display:flex;width:3.125rem;height:3.125rem;top:35.8203125rem;left:7.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #f8vMveCe8z5AikKKk1ciVfImTR75vIlW { width:18.5rem;height:3.8984375rem;top:34.651038169861rem;left:0.75rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #XJmp1dR7OeecrVPKThSkWT8tTtSbTy7o { width:20rem;height:9.5rem;top:41.4453125rem;left:0rem;background-color:rgba(137,46,255,0.3);background-image:none;box-shadow: 0.0625rem 0.0625rem 1.25rem rgba(28,22,72,0.03) ;display:block; }
 }@media only screen and (max-width: 763px) { #GvahugNNy9GBABoGBJo38FoD1goNr6vA { width:18.5rem;height:5.19791875rem;top:44.541015625rem;left:0.75rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #gKFnuDFTAy2wfBdFJa7BsuTJvmwKuMfI { width:5.5rem;height:0;top:42.570314407349rem;left:1.6041667461395rem;font-size:1.25rem;text-align:left;text-align-last:left;color:#ffffff;display:none; }
 }@media only screen and (max-width: 763px) { #hzEpcxL1xqE7JgvQ57HAS2tyPpZpmGSB { width:20rem;height:9.625rem;top:52.416669368744rem;left:0rem;background-color:rgba(137,46,255,0.3);background-image:none;box-shadow: 0.0625rem 0.0625rem 1.25rem rgba(28,22,72,0.03) ;display:block; }
 }@media only screen and (max-width: 763px) { #AP8iTc1BtpOFHgqHsGNICReBN4Brx6SD { width:19.0625rem;height:5.19791875rem;top:55.759768486023rem;left:0.46875rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #s6ZyI37g2bwN9TgN7add6RavRRdr5WeD { width:17.75rem;height:0;top:53.945316314698rem;left:1.6041667461395rem;font-size:1.25rem;text-align:left;text-align-last:left;color:#ffffff;display:none; }
 }@media only screen and (max-width: 763px) { #etPlL0yZWgaMv3ny9J86IzB2xQieJl8k { display:flex;width:3.125rem;height:3.125rem;top:43.0078125rem;left:7.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #kL6IdDtqNza5t4NW8BDb6TWknGhbspXu { display:flex;width:3.125rem;height:3.125rem;top:51.0078125rem;left:7.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #Xxu6oUJogBXtwNm6bUBA3BTFM0yA2G1t { width:20rem;height:9.375rem;top:63.614585876462rem;left:0rem;background-color:rgba(137,46,255,0.3);background-image:none;box-shadow: 0.0625rem 0.0625rem 1.25rem rgba(28,22,72,0.03) ;display:block; }
 }@media only screen and (max-width: 763px) { #nL8Bk3s3oPiGw7TAJIf4loiHhSgHL4zM { width:19.0625rem;height:5.19791875rem;top:66.614585876462rem;left:0.46875rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Ln89K9rIpfLI9Q6PJyzPih6TkpfuOW9R { display:flex;width:3.125rem;height:3.125rem;top:63.1946625rem;left:7.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #CDXIVWQGsK2Ub2OdG2fGT1JT33XwPLz7 { width:11rem;height:1.5rem;top:64.802085876462rem;left:4.7291669845581rem;font-size:1.25rem;text-align:left;text-align-last:left;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #FMGaCCIWndMblDPOXHCX6PcxlMw0nhxg { width:17.4375rem;height:1.5rem;top:42.666015625rem;left:1.28125rem;font-size:1.25rem;text-align:left;text-align-last:left;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #OKlamsylUZIlScDwT7s0FzVrbvzhgga2 { width:12.1875rem;height:1.5rem;top:53.694664001465rem;left:3.90625rem;font-size:1.25rem;text-align:left;text-align-last:left;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #IPrFUsG6hRFDlaeTQz5bL95wcXHMOkrq { display:block; }#IPrFUsG6hRFDlaeTQz5bL95wcXHMOkrq > .row .container { width:20rem;height:77.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vhtFlWRVF64hdWVg2wUwsIeokq3hv6nT { width:18.75rem;height:1.25rem;top:11.5371125rem;left:0.625rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #vnBbn6kX68FT9CLHJ0dPOdRgXhac8cty { width:13.75rem;height:3.8984375rem;top:12.8125rem;left:3.125rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #yXH3fM9mnxuN7GGbQ4IFcneeuAQR1Wqm { width:18.75rem;height:1.25rem;top:19.25rem;left:0.625rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #KM7gXKaK1yzIi70SZqZ4md5xmVn28sat { width:13.75rem;height:5.19791875rem;top:20.75rem;left:3.125rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #tEbwr6XUg3mKwT2ys1aAdPsrPuqoXwXm { width:18.75rem;height:1.25rem;top:28.75rem;left:0.625rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #HcFF7yUsfnnD25mweiCLG1KnBnaBwHgB { width:13.75rem;height:6.497375rem;top:30.3125rem;left:3.125rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ciW1MfL43W23Uhia7p4EVOuHPW9S3KNJ { width:18.75rem;height:1.25rem;top:39.567708969116rem;left:0.625rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #CUNxMwUFHeU6XdnqK6trQMkJVtQC7vkU { width:13.75rem;height:6.497375rem;top:41.005208969116rem;left:3.125rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #OOm95V5dJP7qZknIIyT3tn79fgRuzBhw { width:19.9375rem;height:1.25rem;top:49.979167938233rem;left:0.0625rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #lewUPafwvZk1Fh7z6Ezz5kpu1dgSknaN { width:13.75rem;height:5.19791875rem;top:51.8125rem;left:3.125rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #wc0XvdpCvK3f1LwtCSRx2R0dS00eG2kt { width:18.75rem;height:1.25rem;top:60.262365341186rem;left:0.625rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #CHfIuT6AySsMwgCvtkF8JRXXB5nQ2uko { width:13.75rem;height:5.19791875rem;top:62.012371063233rem;left:3.125rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #tRyHD6ToqwCRlWucmG7BboTGbzTtzTSs { top:70.210289001462rem;left:2.96875rem;width:14.0625rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dlwelWa7COvo0cpbtdeUOFCoNTvF5pET { display:block; }
 }@media only screen and (max-width: 763px) { #vrG4DK3MgCdxD6lRaqZbEopyCUMLeokT { width:20rem;height:1.7871125rem;top:1.25rem;left:0rem;font-size:1.625rem;color:#ffffff;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #nSnW6958S9z5FcH1AVmXfy2BdbAskul2 { width:20rem;height:6rem;top:4.2871125rem;left:0rem;font-size:1.25rem;line-height:1.6;color:#ffffff;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TDyy73W5UNhltRSkuGLmCLT3hBmMeK2o { display:block; }#TDyy73W5UNhltRSkuGLmCLT3hBmMeK2o > .row .container { width:20rem;height:38.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #eKBugBUcW5dRahmhNmhtv2eDkkS5PPkr { width:19.999375rem;height:3.57421875rem;top:1.25rem;left:0rem;font-size:1.625rem;color:#ffffff;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #gGIwSuU2koMmGdmxB9qF9ywxkDKXLeUf { width:19.999375rem;height:10.125rem;top:6.07421875rem;left:0rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fa5a8V4TZEexuTtHwz6LHG2MoEURzcD3 { top:17.44921875rem;left:2.9375rem;width:14.0625rem;height:3.43685rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ch89LHphh8kahffrJMNodPQQ5FkqC9ql { display:block; }
 }@media only screen and (max-width: 763px) { #vZzZrFpPZTENwTDKcZyZGzaDeG7dzWit { width:20rem;height:15.172149924053rem;top:22.13606875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #WyJWTvN9qsMAgDudCIHHf559vWbzEltm { display:block; }#WyJWTvN9qsMAgDudCIHHf559vWbzEltm > .row .container { width:20rem;height:6.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #o2WMR3K0TdrnHPyb7dvc2WnRniTx0xSX { width:3.5rem;height:1.4375rem;top:1.25rem;left:8.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #JQVHxqJ24lGyRyKsHTw1ZwtgyNvn0tXl { width:4.5rem;height:0.89323125rem;top:3.9375rem;left:7.75rem;text-align:center;text-align-last:center;font-size:0.6875rem;font-weight:300;font-style:normal;display:block; }
 }