.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:217,217,255;--color-primary-1:128,128,255;--color-primary-2:0,0,255;--color-primary-3:0,0,128;--color-primary-4:0,0,38;--color-secondary-0:217,221,224;--color-secondary-1:128,141,153;--color-secondary-2:0,27,51;--color-secondary-3:0,14,26;--color-secondary-4:0,4,8;--color-tertiary-0:255,255,255;--color-tertiary-1:175,182,188;--color-tertiary-2:158,158,158;--color-tertiary-3:149,149,149;--color-tertiary-4:0,0,0;--headlines-font-family:"Montserrat";--paragraphs-font-family:"Montserrat"; }@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:rgba(var(--color-tertiary-0),1);background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;top:0rem;left:0rem;display:block; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { z-index:auto;position:relative;display:none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { border-width: 0; border-radius: 0; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:8.125rem;width:75rem;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;overflow:visible;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:none; }#xtsW1UEZsAgoraiPBliD12kRwvzzsgsU { 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:5rem;width:10rem;top:1.5625rem;left:6.25rem;overflow:hidden;display:block; }
#XWKdpwMsNJVL69gFLan6NxTml3EGr3eU { box-sizing:content-box;height:6.25rem;width:75rem;position:absolute;display:block;z-index:14999;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:0.9375rem;left:0rem;border-top-left-radius:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;box-shadow: none;border-top:0.0625rem solid #dddddd;border-left:0.0625rem solid #dddddd;border-right:0.0625rem solid #dddddd;border-bottom:0.0625rem solid #dddddd;display:block; }
#N15nKFdFSBLMus19UWmhvLuz9sZvkqVw { background-color:#fafafa;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #99e000;border-left:0.0625rem solid #99e000;border-right:0.0625rem solid #99e000;border-bottom:0.0625rem solid #99e000;border-top-left-radius:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-2),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:6.25rem;height:3.4375rem;text-decoration:none;z-index:15001;text-align:center;text-align-last:center;top:2.34375rem;left:48.561637878418rem;display:block; }
#vnnIrr1nqqyPkyvUPDLoHP0JUTxQsbth { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#NC8oTLVWaz51olA6rg0cUySGf0TkuPOV { background-color:#fafafa;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #99e000;border-left:0.0625rem solid #99e000;border-right:0.0625rem solid #99e000;border-bottom:0.0625rem solid #99e000;border-top-left-radius:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-2),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:6.875rem;height:3.4375rem;text-decoration:none;z-index:15002;text-align:center;text-align-last:center;top:2.34375rem;left:32.812934875488rem;display:block; }
#kieKFQr2U9Z8rGz1AxCpZ47iyLdr1DC4 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Bz9WfKa8orddivDOTfMTUQo2fbsQLTpB { background-color:#99e000;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #99e000;border-left:0.0625rem solid #99e000;border-right:0.0625rem solid #99e000;border-bottom:0.0625rem solid #99e000;border-top-left-radius:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;box-shadow: none;box-sizing:border-box;color:#000000;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:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.25rem;height:3.4375rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:2.34375rem;left:21.186416625976rem;display:block; }
#SHFqSDHpwBOzAUfJHqAmrkc5ld4ZdWgM { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#GLWbT3GXXhD31XnWDJR6EOUEAT2hHRtB { background-color:#fafafa;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #99e000;border-left:0.0625rem solid #99e000;border-right:0.0625rem solid #99e000;border-bottom:0.0625rem solid #99e000;border-top-left-radius:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-2),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:6.25rem;height:3.4375rem;text-decoration:none;z-index:15002;text-align:center;text-align-last:center;top:2.34375rem;left:55.311851501465rem;display:block; }
#kFNa3i9bZ35f2ZymtSWmcJC3kaQMzyTO { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#D40V6yBD64xBozXV2RDIt4TtnfVKN27u { background-color:#fafafa;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #99e000;border-left:0.0625rem solid #99e000;border-right:0.0625rem solid #99e000;border-bottom:0.0625rem solid #99e000;border-top-left-radius:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-2),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:7.7480625rem;height:3.4375rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:2.34375rem;left:40.250003814698rem;display:block; }
#K9yFOms9IvzqC1q5WAMOOSn9R5U87vyE { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#PJaulHLe8iKuNoIrRzM7tKzphwEQieHx { background-color:#fafafa;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #99e000;border-left:0.0625rem solid #99e000;border-right:0.0625rem solid #99e000;border-bottom:0.0625rem solid #99e000;border-top-left-radius:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-2),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.8125rem;height:3.4375rem;text-decoration:none;z-index:15002;text-align:center;text-align-last:center;top:2.34375rem;left:62rem;display:block; }
#n2JuIrDK1ekz1L2VRXw4BGfzlP7ENEuU { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#FZxxsImJKeWWhFVkCCUpA0oVobfCioi9 { 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:15000;opacity:1;top:2.4989151954651rem;left:35.9375rem;display:none; }
#N9gdzT9Z8lSuWlar3xL05QRrPxsAIGZQ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#N9gdzT9Z8lSuWlar3xL05QRrPxsAIGZQ > .row .container { border-width: 0; border-radius: 0; }#N9gdzT9Z8lSuWlar3xL05QRrPxsAIGZQ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#N9gdzT9Z8lSuWlar3xL05QRrPxsAIGZQ > .row .container { font-size:0.875rem;font-family:arial;height:9.5rem;width:75rem;position:relative;display:none; }#V0mGn63oAGU7TwVNMv3cHm06eubg21KA { background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/b38cbb8d-2cb7-4c95-8701-fbb89e655f34/glowne2026v3.jpg");background-position:bottom right !important;background-repeat:no-repeat !important;background-attachment:scroll;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-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#V0mGn63oAGU7TwVNMv3cHm06eubg21KA.adaptive-delivery-prevent-bg, #V0mGn63oAGU7TwVNMv3cHm06eubg21KA.lazyload, #V0mGn63oAGU7TwVNMv3cHm06eubg21KA.lazyloading { background-image: none; }#V0mGn63oAGU7TwVNMv3cHm06eubg21KA > .row .container { background-color: transparent; background-image: none; }#V0mGn63oAGU7TwVNMv3cHm06eubg21KA::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#V0mGn63oAGU7TwVNMv3cHm06eubg21KA > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#V0mGn63oAGU7TwVNMv3cHm06eubg21KA > .row .container > .video-iframe-container { display: none; }#V0mGn63oAGU7TwVNMv3cHm06eubg21KA > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#V0mGn63oAGU7TwVNMv3cHm06eubg21KA > .row > .video-iframe-container { display: none; }#V0mGn63oAGU7TwVNMv3cHm06eubg21KA > .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); }#V0mGn63oAGU7TwVNMv3cHm06eubg21KA > .row .container { border-width: 0; border-radius: 0; }#V0mGn63oAGU7TwVNMv3cHm06eubg21KA > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#V0mGn63oAGU7TwVNMv3cHm06eubg21KA > .row .container { font-size:0.875rem;font-family:arial;height:54.5625rem;width:75rem;overflow:visible;position:relative;display:block; }#FmWhLW9hSWfK2PSXrf2tp0iUURGBwDOX { color:#99e000;display:block;width:26.749125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:400;z-index:15001;line-height:1.2;letter-spacing:0;top:15.625rem;left:3.125rem;height:4.4987rem;font-style:normal;display:block; }
#zhXO7yCLJJMuRolZ36iBDuLJReHRdkrE { color:#959595;display:block;width:32.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:400;z-index:15002;line-height:1.6;letter-spacing:0;top:29.748718261719rem;left:3.125rem;height:8.7977375rem;font-style:normal;display:block; }
#qplQFdKD8cznsPORn0OnpzuwkAy26Rhq { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5rem;width:5rem;top:40.811218261719rem;left:3.1875rem;overflow:hidden;display:block; }
#FN0bImJ0UGaguPBL9XInlKuWdVEEmSNX { color:#000000;display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15003;line-height:1;letter-spacing:0;top:39.561218261719rem;left:3.125rem;height:1.00043125rem;font-style:normal;display:block; }
#RR5ICSPC7s0RCxBZgLe1e2oKtLC6MAHK { color:#0000ff;display:block;width:29.2480625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.625rem;font-weight:400;z-index:15002;line-height:1.1;letter-spacing:0;top:26.03125rem;left:3.125rem;height:1.7875rem;font-style:normal;display:block; }
#l0B3gCxCRbITEgCorPTr1agZG35JyuEl { box-sizing:content-box;height:37.5rem;width:37.5rem;position:absolute;display:block;z-index:14997;background-color:#ffffff;background-image:none;box-shadow: 12.5rem -1.25rem 6.25rem rgba(0,0,0,0.5) ;border-top:0;border-left:0;border-right:0;border-bottom:0;top:11.560546875rem;left:0rem;border-top-left-radius:2.6875rem;border-top-right-radius:2.6875rem;border-bottom-left-radius:2.6875rem;border-bottom-right-radius:2.6875rem;display:block; }
#h9VtXzrLx3RE6L4v1VOBCaFTV8L9cHL5 { color:#99e000;display:block;width:18.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:2rem;font-weight:400;z-index:15003;line-height:1.1;letter-spacing:0;top:38.478759765625rem;left:56.25rem;height:4.398875rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#ttbuM4rEtyNtKe0d1OiyfFZX6hQPJKA0 { color:#99e000;display:block;width:18.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.875rem;font-weight:400;z-index:15004;line-height:1.1;letter-spacing:0;top:42.952880859375rem;left:56.25rem;height:6.18489375rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#TTTgSywIPPANFhki00b4t9twK2KTyKyU { position:absolute;display:block;z-index:14998;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.25rem;width:37.5rem;top:35.2490234375rem;left:0rem;overflow:hidden;display:block; }
#Rs54D0U3JxdOoG7Sab7At0qLNdDobvEr { box-sizing:content-box;height:43.75rem;width:38.125rem;position:absolute;display:block;z-index:14997;background-color:#ffffff;background-image:none;box-shadow: 12.5rem -15.625rem 6.25rem rgba(0,0,0,0.7) ;border-top:0;border-left:0;border-right:0;border-bottom:0;top:1.5rem;left:0rem;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;display:none; }
#y0qmM6CTBWEKMf206HTVfHZczABtBEbM { color:rgba(var(--color-primary-4),1);display:block;width:28.311625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.6875rem;font-weight:400;z-index:15003;line-height:1.1;letter-spacing:0;top:19.725280761719rem;left:3.125rem;height:5.9114625rem;font-style:normal;display:block; }
#pHT6qPIG5GIJfdRswghpqVr4P0OUuFtS { 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:5.25rem;width:6.875rem;top:40.592468261719rem;left:17.032554626465rem;overflow:hidden;display:block; }
#EmSIZXDmHtGF9li1KgGP7ghe97wAP2AH { color:#000000;display:block;width:13.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15004;line-height:1;letter-spacing:0;top:39.544281005859rem;left:17.220054626465rem;height:1.00043125rem;font-style:normal;display:block; }
#nZ527FpwTMbD4l7CdktQXv859dL8RK1e { 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:15006;opacity:1;top:2.9361991882324rem;left:69.408638000487rem;display:none; }
#g559x2rBsP4CndLNDhLcimfHCCfA0S2T { box-sizing:content-box;height:6.25rem;width:75rem;position:absolute;display:block;z-index:15007;background-color:#ffffff;background-image:none;top:3.125rem;left:0rem;border-top-left-radius:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;box-shadow: none;border-top:0.0625rem solid #dddddd;border-left:0.0625rem solid #dddddd;border-right:0.0625rem solid #dddddd;border-bottom:0.0625rem solid #dddddd;display:block; }
#mrD4gWy8WGcTM1OfxnIcCJHFpUfpNRbl { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5rem;width:10rem;top:3.75rem;left:6.25rem;overflow:hidden;display:block; }
#QcODUlavugb2DuJqaJ4NnXTrffDwcGwW { background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #99e000;border-left:0.0625rem solid #99e000;border-right:0.0625rem solid #99e000;border-bottom:0.0625rem solid #99e000;border-top-left-radius:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;box-shadow: none;box-sizing:border-box;color:#000000;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:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.235375rem;height:3.42285rem;text-decoration:none;z-index:15010;text-align:center;text-align-last:center;top:4.6015625rem;left:20.796875rem;display:block; }
#h9Fpv8HcoZKxtR3I8EZXn0c2xVcVWAob { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#L9wcF7eTpp33VF89BT0erGx6PNyZeXto { background-color:#99e000;background-image:none;border-top:0.0625rem solid #99e000;border-left:0.0625rem solid #99e000;border-right:0.0625rem solid #99e000;border-bottom:0.0625rem solid #99e000;border-top-left-radius:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.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:var(--paragraphs-font-family);font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:6.860375rem;height:3.42285rem;text-decoration:none;z-index:15008;text-align:center;text-align-last:center;top:4.6015625rem;left:32.685546875rem;display:block; }
#HGP2GLs4RqcoFCTHKkEuKNyM0QftiUC1 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#FeF30Jz6klPZVzoSDTiD90vRlbgNcRBT { background-color:transparent;background-image:none;border-top:0.0625rem solid #99e000;border-left:0.0625rem solid #99e000;border-right:0.0625rem solid #99e000;border-bottom:0.0625rem solid #99e000;border-top-left-radius:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-2),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:7.733375rem;height:3.42285rem;text-decoration:none;z-index:15011;text-align:center;text-align-last:center;top:4.6015625rem;left:40.1171875rem;display:block; }
#evZvdPx3sJzUMvVP1VSzxJ7WNUyJeTO5 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#t7SX1MoCXZQ5xzPKK43fpQSzI88uzoKr { background-color:transparent;background-image:none;border-top:0.0625rem solid #99e000;border-left:0.0625rem solid #99e000;border-right:0.0625rem solid #99e000;border-bottom:0.0625rem solid #99e000;border-top-left-radius:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-2),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:6.23535rem;height:3.42285rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:4.6015625rem;left:48.4130859375rem;display:block; }
#drlrqapNVHTIwbIWGUi5ZgDedGO2Ddqo { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#arw3HdJ0c0aQ6JfldxRa2gDl4cEFCU6i { background-color:transparent;background-image:none;border-top:0.0625rem solid #99e000;border-left:0.0625rem solid #99e000;border-right:0.0625rem solid #99e000;border-bottom:0.0625rem solid #99e000;border-top-left-radius:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-2),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:6.19270875rem;height:3.38020875rem;text-decoration:none;z-index:15008;text-align:center;text-align-last:center;top:4.6419277191162rem;left:65.897140502931rem;display:block; }
#ztqeNJe98luelCBerkXPbc3X2GPfSwgN { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ZG0d4T8sCee9caPiczsys9IrDZV4PnEd { background-color:transparent;background-image:none;border-top:0.0625rem solid #99e000;border-left:0.0625rem solid #99e000;border-right:0.0625rem solid #99e000;border-bottom:0.0625rem solid #99e000;border-top-left-radius:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-2),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.75520875rem;height:3.38020875rem;text-decoration:none;z-index:15008;text-align:center;text-align-last:center;top:4.6419277191162rem;left:55.44401550293rem;display:block; }
#quhkWp92kJQgkiLwa0Lru5gWKCLQ8HaE { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Olzl1opgAVTvkOptVfkngE589G8chTwT { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #ffffff, #fafafa);background-image: -moz-linear-gradient(180deg, #ffffff, #fafafa);background-image: -ms-linear-gradient(180deg, #ffffff, #fafafa);background-image: -o-linear-gradient(180deg, #ffffff, #fafafa);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#fafafa' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#fafafa' );";background-image: linear-gradient(180deg, #ffffff, #fafafa);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:none; }#Olzl1opgAVTvkOptVfkngE589G8chTwT > .row .container { border-width: 0; border-radius: 0; }#Olzl1opgAVTvkOptVfkngE589G8chTwT > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Olzl1opgAVTvkOptVfkngE589G8chTwT > .row .container { font-size:0.875rem;font-family:arial;height:29.75rem;width:75rem;position:relative;display:none; }#TARJEqzzGtQw7Tbuh9ODKd7ThQoGycrc { position:absolute;display:block;z-index:15000;height:21.749125rem;width:38.75rem;top:4.53125rem;left:18.125rem;display:block; }
#TerFg4ro5vmBgo7mwEpGHup6UWm7doyT { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #ffffff, #fafafa);background-image: -moz-linear-gradient(180deg, #ffffff, #fafafa);background-image: -ms-linear-gradient(180deg, #ffffff, #fafafa);background-image: -o-linear-gradient(180deg, #ffffff, #fafafa);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#fafafa' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#fafafa' );";background-image: linear-gradient(180deg, #ffffff, #fafafa);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; }#TerFg4ro5vmBgo7mwEpGHup6UWm7doyT > .row .container { background-color: transparent; background-image: none; }#TerFg4ro5vmBgo7mwEpGHup6UWm7doyT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TerFg4ro5vmBgo7mwEpGHup6UWm7doyT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TerFg4ro5vmBgo7mwEpGHup6UWm7doyT > .row .container > .video-iframe-container { display: none; }#TerFg4ro5vmBgo7mwEpGHup6UWm7doyT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TerFg4ro5vmBgo7mwEpGHup6UWm7doyT > .row > .video-iframe-container { display: none; }#TerFg4ro5vmBgo7mwEpGHup6UWm7doyT > .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); }#TerFg4ro5vmBgo7mwEpGHup6UWm7doyT > .row .container { border-width: 0; border-radius: 0; }#TerFg4ro5vmBgo7mwEpGHup6UWm7doyT > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#TerFg4ro5vmBgo7mwEpGHup6UWm7doyT > .row .container { font-size:0.875rem;font-family:arial;height:123.375rem;width:75rem;position:relative;display:block; }#AxNacDbmA3eFGrO9GlmRCvutTSeQLhSX { color:rgba(var(--color-secondary-2),1);display:block;width:25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2.25rem;font-weight:400;z-index:15003;line-height:1.3;letter-spacing:0;top:20.25rem;left:38.4375rem;height:11.7014125rem;font-style:normal;display:block; }
#CMf2NeLr2nMzLJH0fVh9RzFehW4Q1gz1 { color:rgba(var(--color-secondary-2),1);display:block;width:52.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15002;line-height:1.4;letter-spacing:0;top:35.0625rem;left:11.25rem;height:6.996525rem;font-style:normal;display:block; }
#kzuahtgvDUkvvtFT8LXtz80Bo7WTIfr5 { position:absolute;display:block;z-index:15004;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: none;height:25rem;width:25rem;top:6.25rem;left:11.25rem;overflow:hidden;display:block; }
#a25f4DllBfnJeTHmOSTv5vwcTTtEqGyV { position:absolute;display:block;z-index:15005;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: none;height:12.5rem;width:12.5rem;top:6.25rem;left:51.25rem;overflow:hidden;display:block; }
#PZUOWfroopyEOWaMtlhbhv7JxngCmxcR { position:absolute;display:block;z-index:15006;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: none;height:12.5rem;width:12.5rem;top:6.25rem;left:37.5rem;overflow:hidden;display:block; }
#Aq94aKZg1sGaIlmuI4ViT2XmDmAIqV7D { color:rgba(var(--color-secondary-2),1);display:block;width:52.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15003;line-height:1.4;letter-spacing:0;top:64.958984375rem;left:11.25rem;height:43.72826875rem;font-style:normal;display:block; }
#nm3F9NXw9S8c578lM3ggZE5G1yUy5NbC { position:absolute;display:block;z-index:15000;height:21.74925rem;width:38.75rem;top:40.312255859375rem;left:18.125rem;display:block; }
#wg340Mr5XG6kTpTD4CstTvyzWhwt5wmV { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;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; }#wg340Mr5XG6kTpTD4CstTvyzWhwt5wmV > .row .container { background-color: transparent; background-image: none; }#wg340Mr5XG6kTpTD4CstTvyzWhwt5wmV::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wg340Mr5XG6kTpTD4CstTvyzWhwt5wmV > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wg340Mr5XG6kTpTD4CstTvyzWhwt5wmV > .row .container > .video-iframe-container { display: none; }#wg340Mr5XG6kTpTD4CstTvyzWhwt5wmV > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wg340Mr5XG6kTpTD4CstTvyzWhwt5wmV > .row > .video-iframe-container { display: none; }#wg340Mr5XG6kTpTD4CstTvyzWhwt5wmV > .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); }#wg340Mr5XG6kTpTD4CstTvyzWhwt5wmV > .row .container { border-width: 0; border-radius: 0; }#wg340Mr5XG6kTpTD4CstTvyzWhwt5wmV > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#wg340Mr5XG6kTpTD4CstTvyzWhwt5wmV > .row .container { font-size:0.875rem;font-family:arial;height:37.75rem;width:75rem;position:relative;display:block; }#lDuEBxCdNf5VvTdeSAa0uFg2N5rikHyu { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: none;height:25.625rem;width:25.625rem;top:5.875rem;left:11.25rem;overflow:hidden;display:block; }
#Fry2d1OssADTS4SHQRax06zaqDT5FT5O { color:rgba(var(--color-secondary-2),1);display:block;width:19.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2.25rem;font-weight:400;z-index:15004;line-height:1.3;letter-spacing:0;top:6.8125rem;left:39.375rem;height:5.85069375rem;font-style:normal;display:block; }
#mp6cJZwuTL2rWBrHUGFOmeFgQ4u9eXkE { color:rgba(var(--color-secondary-2),1);display:block;width:24.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15003;line-height:1.4;letter-spacing:0;top:13.375rem;left:39.375rem;height:13.9930625rem;font-style:normal;display:block; }
#DqJwOfV6ivTOt9QtNx8oSJVEal9BKLah { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-2),1);background-image:url("https://images.assets-landingi.com/uc/1e855630-e287-4b31-b1fb-4176487186a9/bg20262.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#DqJwOfV6ivTOt9QtNx8oSJVEal9BKLah.adaptive-delivery-prevent-bg, #DqJwOfV6ivTOt9QtNx8oSJVEal9BKLah.lazyload, #DqJwOfV6ivTOt9QtNx8oSJVEal9BKLah.lazyloading { background-image: none; }#DqJwOfV6ivTOt9QtNx8oSJVEal9BKLah > .row .container { background-color: transparent; background-image: none; }#DqJwOfV6ivTOt9QtNx8oSJVEal9BKLah::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DqJwOfV6ivTOt9QtNx8oSJVEal9BKLah > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DqJwOfV6ivTOt9QtNx8oSJVEal9BKLah > .row .container > .video-iframe-container { display: none; }#DqJwOfV6ivTOt9QtNx8oSJVEal9BKLah > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DqJwOfV6ivTOt9QtNx8oSJVEal9BKLah > .row > .video-iframe-container { display: none; }#DqJwOfV6ivTOt9QtNx8oSJVEal9BKLah > .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); }#DqJwOfV6ivTOt9QtNx8oSJVEal9BKLah > .row .container { border-width: 0; border-radius: 0; }#DqJwOfV6ivTOt9QtNx8oSJVEal9BKLah > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#DqJwOfV6ivTOt9QtNx8oSJVEal9BKLah > .row .container { font-size:0.875rem;font-family:arial;height:46.875rem;width:75rem;position:relative;display:block; }#WWaW70WDz2eDte4IixTUtaAEdySssolX { color:rgba(var(--color-tertiary-0),1);display:block;width:52.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15002;line-height:1.4;letter-spacing:0;top:22.125rem;left:11.3125rem;height:10.4948125rem;font-style:normal;display:block; }
#kBaNALXJnbP5Iz0ITVm2gvH6on9XVncN { color:#99e000;display:block;width:52.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.875rem;font-weight:400;z-index:15002;line-height:1;letter-spacing:0;top:12.5rem;left:11.25rem;height:7.75rem;font-style:normal;display:block; }
#CuI3qt1FE6eNpIw3CoB5XsD2Ih6sAIm8 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#CuI3qt1FE6eNpIw3CoB5XsD2Ih6sAIm8 > .row .container { background-color: transparent; background-image: none; }#CuI3qt1FE6eNpIw3CoB5XsD2Ih6sAIm8::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CuI3qt1FE6eNpIw3CoB5XsD2Ih6sAIm8 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CuI3qt1FE6eNpIw3CoB5XsD2Ih6sAIm8 > .row .container > .video-iframe-container { display: none; }#CuI3qt1FE6eNpIw3CoB5XsD2Ih6sAIm8 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CuI3qt1FE6eNpIw3CoB5XsD2Ih6sAIm8 > .row > .video-iframe-container { display: none; }#CuI3qt1FE6eNpIw3CoB5XsD2Ih6sAIm8 > .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); }#CuI3qt1FE6eNpIw3CoB5XsD2Ih6sAIm8 > .row .container { border-width: 0; border-radius: 0; }#CuI3qt1FE6eNpIw3CoB5XsD2Ih6sAIm8 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#CuI3qt1FE6eNpIw3CoB5XsD2Ih6sAIm8 > .row .container { font-size:0.875rem;font-family:arial;height:65.3125rem;width:75rem;position:relative;display:block; }#wTIFu4L7aQ4xkbud0BWmv0K2qsLNsw3R { color:#000048;display:block;width:20.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15015;line-height:1.4;letter-spacing:0;top:19.62109375rem;left:11.25rem;height:8.74563125rem;font-style:normal;display:block; }
#dCXIqe2DqgOd9VS9pkMFk4KaUW1sgPib { color:#99e000;display:block;width:52.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.875rem;font-weight:400;z-index:15002;line-height:1;letter-spacing:0;top:5.685546875rem;left:11.25rem;height:7.75rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#EaA39Ot7QNTZCpdgrICa1EEMnXlAGMG4 { box-sizing:content-box;height:16.25rem;width:28.75rem;position:absolute;display:block;z-index:15003;background-color:#f9f9f9;background-image:none;top:16.498046875rem;left:7.5rem;border-top-left-radius:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;display:block; }
#G2psbTAqqQUsCrSoH4pnpkwVkRhx1gob { color:#000048;display:block;width:21rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15017;line-height:1.4;letter-spacing:0;top:19.625rem;left:42.5rem;height:8.74563125rem;font-style:normal;display:block; }
#Bgl2giohG3CGRvdGadiaki2gaApXV7ik { box-sizing:content-box;height:16.25rem;width:28.75rem;position:absolute;display:block;z-index:15005;background-color:#f9f9f9;background-image:none;top:16.5rem;left:38.75rem;border-top-left-radius:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;display:block; }
#sKfmLb69JWF7oJCVMU0Xx5xBvpuUplPz { box-sizing:content-box;height:16.25rem;width:28.75rem;position:absolute;display:block;z-index:15009;background-color:#f9f9f9;background-image:none;top:35.875rem;left:38.75rem;border-top-left-radius:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;display:block; }
#gXShqFL8Ib6CfdDsbeHwNvfBqrDpU3IX { color:#000048;display:block;width:22.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15016;line-height:1.4;letter-spacing:0;top:39rem;left:42.5rem;height:8.74563125rem;font-style:normal;display:block; }
#AUlzw4QJKq0G3BpiFxT5tcJWDXEu1Mox { color:#000048;display:block;width:22.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15018;line-height:1.4;letter-spacing:0;top:39.000003814698rem;left:11.25rem;height:8.74563125rem;font-style:normal;display:block; }
#WvPei8GQTDWJrzalJD8Fo3B4JSzdQPtX { box-sizing:content-box;height:16.25rem;width:28.75rem;position:absolute;display:block;z-index:15001;background-color:#f9f9f9;background-image:none;top:35.875rem;left:7.5rem;border-top-left-radius:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;display:block; }
#uw6o96LtuJdBIJigb6Hc242Zr4HTa0vc { box-sizing:content-box;color:#5d92ff;font-size:8.75rem;font-weight:400;line-height:1;height:12.5rem;width:12.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15012;opacity:1;top:22.7998046875rem;left:58.7373046875rem; }
#hG972sTUhU5WXkIdL99G7suHtuuisKV9 { box-sizing:content-box;color:#5d92ff;font-size:8.75rem;font-weight:400;line-height:1;height:12.5rem;width:12.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15013;opacity:1;top:22.7998046875rem;left:27.5498046875rem; }
#aHgFB18skceBnoozS20DxBnVKIfXugC4 { box-sizing:content-box;color:#5d92ff;font-size:8.75rem;font-weight:400;line-height:1;height:12.5rem;width:12.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15013;opacity:1;top:42.1748046875rem;left:58.7373046875rem; }
#f0VSXBRsM6PWf2MLU4ovFeMmN5tpGzo6 { box-sizing:content-box;color:#5d92ff;font-size:8.75rem;font-weight:400;line-height:1;height:12.5rem;width:12.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15014;opacity:1;top:42.1748046875rem;left:27.5498046875rem; }
#pWXNwCJ0HLXKEe211Sl6vRngf8pfvCE2 { color:rgba(var(--color-secondary-2),1);display:block;width:52.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:2rem;font-weight:400;z-index:15003;line-height:1.0;letter-spacing:0;top:55.25rem;left:11.25rem;height:3.9995625rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#usX36gh45pnNuGaRah2bf1XGIkvHQ1w2 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#fafafa;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; }#usX36gh45pnNuGaRah2bf1XGIkvHQ1w2 > .row .container { background-color: transparent; background-image: none; }#usX36gh45pnNuGaRah2bf1XGIkvHQ1w2::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#usX36gh45pnNuGaRah2bf1XGIkvHQ1w2 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#usX36gh45pnNuGaRah2bf1XGIkvHQ1w2 > .row .container > .video-iframe-container { display: none; }#usX36gh45pnNuGaRah2bf1XGIkvHQ1w2 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#usX36gh45pnNuGaRah2bf1XGIkvHQ1w2 > .row > .video-iframe-container { display: none; }#usX36gh45pnNuGaRah2bf1XGIkvHQ1w2 > .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); }#usX36gh45pnNuGaRah2bf1XGIkvHQ1w2 > .row .container { border-width: 0; border-radius: 0; }#usX36gh45pnNuGaRah2bf1XGIkvHQ1w2 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#usX36gh45pnNuGaRah2bf1XGIkvHQ1w2 > .row .container { font-size:0.875rem;font-family:arial;height:62.0625rem;width:75rem;position:relative;display:block; }#TyrJcNLCouhW7ikybTi3LMUlkCBCcAgw { color:#99e000;display:block;width:50rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.875rem;font-weight:400;z-index:15002;line-height:1;letter-spacing:0;top:5.3125rem;left:9.0625rem;height:3.875rem;font-style:normal;display:block; }
#i5WdvyAGsohadimVVTTMcT8yUDgyOago { color:rgba(var(--color-tertiary-4),1);display:block;width:25.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:400;z-index:15008;line-height:1.5;letter-spacing:0;top:11.217529296875rem;left:9.0625rem;height:41.232625rem;font-style:normal;display:block; }
#RlN9AyHJFMViTmTghLu1h52MZ7lUiNmH { color:#99e000;display:block;width:28.62425rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.75rem;font-weight:400;z-index:15036;line-height:1;letter-spacing:0;top:56.3125rem;left:24.1875rem;height:1.7504875rem;font-style:normal;display:block; }
#SMvFQ6TKew82nr7it3BnARbqgnQQ8H2V { color:rgba(var(--color-tertiary-4),1);display:block;width:26.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:400;z-index:15009;line-height:1.5;letter-spacing:0;top:11.217529296875rem;left:44.6875rem;height:39.17099375rem;font-style:normal;display:block; }
#xtbeqRtorx4UGy1nrPMbIre2ve6QHsMA { box-sizing:content-box;height:3.9375rem;width:31.9375rem;position:absolute;display:block;z-index:15035;background-color:#ffffff;background-image:none;top:55.4375rem;left:21.5625rem;border-top-left-radius:2.875rem;border-top-right-radius:2.875rem;border-bottom-left-radius:2.875rem;border-bottom-right-radius:2.875rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.23) ;display:block; }
#o40s2dpXSnif2XStT7qEzuET3kyrR23E { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #ffffff, #fafafa);background-image: -moz-linear-gradient(180deg, #ffffff, #fafafa);background-image: -ms-linear-gradient(180deg, #ffffff, #fafafa);background-image: -o-linear-gradient(180deg, #ffffff, #fafafa);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#fafafa' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#fafafa' );";background-image: linear-gradient(180deg, #ffffff, #fafafa);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; }#o40s2dpXSnif2XStT7qEzuET3kyrR23E > .row .container { background-color: transparent; background-image: none; }#o40s2dpXSnif2XStT7qEzuET3kyrR23E::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#o40s2dpXSnif2XStT7qEzuET3kyrR23E > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#o40s2dpXSnif2XStT7qEzuET3kyrR23E > .row .container > .video-iframe-container { display: none; }#o40s2dpXSnif2XStT7qEzuET3kyrR23E > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#o40s2dpXSnif2XStT7qEzuET3kyrR23E > .row > .video-iframe-container { display: none; }#o40s2dpXSnif2XStT7qEzuET3kyrR23E > .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); }#o40s2dpXSnif2XStT7qEzuET3kyrR23E > .row .container { border-width: 0; border-radius: 0; }#o40s2dpXSnif2XStT7qEzuET3kyrR23E > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#o40s2dpXSnif2XStT7qEzuET3kyrR23E > .row .container { font-size:0.875rem;font-family:arial;height:80.3125rem;width:75rem;position:relative;display:block; }#yygFMBeAihLSJ3GDeMXIMxJcwfcg2Vh5 { color:#99e000;display:block;width:52.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.875rem;font-weight:400;z-index:15005;line-height:1.2;letter-spacing:0;top:5.6875rem;left:11.25rem;height:3.45051875rem;font-style:normal;display:block; }
#IkVdQtXzUtJ1WKIaAnOTrTBGirtefiXa { color:rgba(var(--color-tertiary-4),1);display:block;width:52.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15012;line-height:1.4;letter-spacing:0;top:9.76171875rem;left:11.25rem;height:8.74563125rem;font-style:normal;display:block; }#IkVdQtXzUtJ1WKIaAnOTrTBGirtefiXa li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#IkVdQtXzUtJ1WKIaAnOTrTBGirtefiXa li:before{  }
#MC9Xb0gPJuU5z1TrEs1tH9LfMMdvQrVu { color:rgba(var(--color-tertiary-4),1);display:block;width:23.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:400;z-index:15015;line-height:1.3;letter-spacing:0;top:24.642578125rem;left:23.125rem;height:3.574225rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#rkT9Jm5Er2uvn53X9V3y37upnh4CA6NW { color:#99e000;display:block;width:52.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.875rem;font-weight:400;z-index:15007;line-height:1.2;letter-spacing:0;top:59.375rem;left:11.25rem;height:3.45051875rem;font-style:normal;display:block; }
#RZEa4EfSJsq8tDreTqXl72FQ4DmuvNmv { color:rgba(var(--color-tertiary-4),1);display:block;width:52.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15014;line-height:1.4;letter-spacing:0;top:63.4375rem;left:11.25rem;height:6.9965rem;font-style:normal;display:block; }#RZEa4EfSJsq8tDreTqXl72FQ4DmuvNmv li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#RZEa4EfSJsq8tDreTqXl72FQ4DmuvNmv li:before{  }
#EPRVc3BGaZK2ZX1Twk1t9dVKfyh33Mgi { position:absolute;display:block;z-index:15016;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: none;height:9.375rem;width:9.375rem;top:22.63671875rem;left:11.25rem;overflow:hidden;display:block; }
#zdmxum9fDeOvtKFc745kmaMWLGNBlgrq { color:rgba(var(--color-tertiary-4),1);display:block;width:20.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:400;z-index:15016;line-height:1.3;letter-spacing:0;top:35.892578125rem;left:23.125rem;height:5.3613375rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#GGTX5qU1nmkcHye8NMio7tWfEftBcW6l { color:rgba(var(--color-tertiary-4),1);display:block;width:26rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:400;z-index:15017;line-height:1.3;letter-spacing:0;top:47.142578125rem;left:23.125rem;height:3.574225rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#ddIyWBCxHhbHTlemmgaTJo35TQByTUry { position:absolute;display:block;z-index:15017;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: none;height:9.375rem;width:9.375rem;top:33.88671875rem;left:11.25rem;overflow:hidden;display:block; }
#BPidT3p8dy0lwcTsoNVBT2BxA6X8TXNs { position:absolute;display:block;z-index:15018;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: none;height:9.375rem;width:9.375rem;top:45.13671875rem;left:11.25rem;overflow:hidden;display:block; }
#uT3VvldmIF30XKd8KeXJwdNw8Wmfzn23 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#uT3VvldmIF30XKd8KeXJwdNw8Wmfzn23 > .row .container { background-color: transparent; background-image: none; }#uT3VvldmIF30XKd8KeXJwdNw8Wmfzn23::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uT3VvldmIF30XKd8KeXJwdNw8Wmfzn23 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uT3VvldmIF30XKd8KeXJwdNw8Wmfzn23 > .row .container > .video-iframe-container { display: none; }#uT3VvldmIF30XKd8KeXJwdNw8Wmfzn23 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uT3VvldmIF30XKd8KeXJwdNw8Wmfzn23 > .row > .video-iframe-container { display: none; }#uT3VvldmIF30XKd8KeXJwdNw8Wmfzn23 > .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); }#uT3VvldmIF30XKd8KeXJwdNw8Wmfzn23 > .row .container { border-width: 0; border-radius: 0; }#uT3VvldmIF30XKd8KeXJwdNw8Wmfzn23 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#uT3VvldmIF30XKd8KeXJwdNw8Wmfzn23 > .row .container { font-size:0.875rem;font-family:arial;height:93.4375rem;width:75rem;position:relative;display:block; }#FI22bGth22cpUFFUXX0Oz00JOAiVLvwN { color:rgba(var(--color-tertiary-2),1);display:block;width:12.9358125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15001;line-height:1;letter-spacing:0;top:3.24951171875rem;left:2.843017578125rem;height:1.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#eefTwVMP1G20rmweUx1ziiFTRun9srSu { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.37425rem;width:7.37425rem;top:5.4345703125rem;left:5.09033203125rem;overflow:hidden;display:block; }
#sWf4xbZn9pQX5ye5tqzpuGzZ7rEt8oSc { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.625rem;width:8.625rem;top:83.375rem;left:1rem;overflow:hidden;display:block; }
#nVAWI6nUeRt6KiJRL1K8Le9chpTN6ATn { color:rgba(var(--color-tertiary-2),1);display:block;width:18.8733125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15002;line-height:1;letter-spacing:0;top:79.4375rem;left:29.4375rem;height:1.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ICOyBVCLg5ZTixGwWekVQ99nVS1r0JwG { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.75rem;width:12.9375rem;top:83.6875rem;left:20.875rem;overflow:hidden;display:block; }
#P9XRWVqxVQllGLqGvFshBN8M2XQhB80q { 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:7.4353125rem;width:9.9353125rem;top:5.40283203125rem;left:28.10791015625rem;overflow:hidden;display:block; }
#ve9IyaK0SMET4ytENa4tmSfu9Suetomw { color:rgba(var(--color-tertiary-2),1);display:block;width:18.2483125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15002;line-height:1;letter-spacing:0;top:3.24951171875rem;left:23.951416015625rem;height:1.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#UdtPABm7FmlNtld27rOgFy27kK50cHMT { 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:2.436525rem;width:6.875rem;top:83.4375rem;left:11.5625rem;overflow:hidden;display:block; }
#ngR4MvVO280WEK3TeVgDNr8Pr0snxUvt { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.81225625rem;width:7.99925rem;top:82.75rem;left:45.0625rem;overflow:hidden;display:block; }
#aqga4i52JDkKHLWGFAs0lknAkROOC8Mi { 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:2.87475625rem;width:6.74925rem;top:83.25rem;left:36.125rem;overflow:hidden;display:block; }
#zLgPFNmygVmwReSFFvhiVHi9Ghzt3OJ8 { color:rgba(var(--color-tertiary-2),1);display:block;width:23.3105625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15003;line-height:1;letter-spacing:0;top:65.6875rem;left:27.1875rem;height:1.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#XurkVzndv3gf6JRUsKRilUKa9kh0PeS9 { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.81225625rem;width:14.8730625rem;top:68.875rem;left:31.375rem;overflow:hidden;display:block; }
#moyfoDuzHNfwnctXnqbftxF7PQVJEEwd { color:rgba(var(--color-tertiary-2),1);display:block;width:20.8728125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15004;line-height:1;letter-spacing:0;top:32.6220703125rem;left:28.4375rem;height:1.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#yTD7vAQbCcVkFzUDg4gv77kIbFyupGTV { 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:6.74925rem;width:7.37425rem;top:36.998291015625rem;left:19.31201171875rem;overflow:hidden;display:block; }
#fEnoAO1CQ3DwJwIbCGqTTDXqMo6yNwJH { color:rgba(var(--color-tertiary-2),1);display:block;width:20.8728125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15005;line-height:1;letter-spacing:0;top:17.4365234375rem;left:28.624267578125rem;height:1.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#BIcyTTy4LpUuTCD3ZVGllNEgdFAwvs3I { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:10.3125rem;width:10.3125rem;top:18.375rem;left:33.6875rem;overflow:hidden;display:block; }
#w7xdMobLGexik0G1lxM4hTqcTyILVlon { color:rgba(var(--color-tertiary-2),1);display:block;width:19.3103125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15002;line-height:1;letter-spacing:0;top:3.24951171875rem;left:51.749267578125rem;height:1.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#y3ua8TOLD5LszU6UsNEaf5oRCVrNms8a { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.7495125rem;width:21.062rem;top:7.135009765625rem;left:50.87158203125rem;overflow:hidden;display:block; }
#UK3KyNPnHdpsc8EurxLwI1sA5EH70hOk { color:rgba(var(--color-tertiary-2),1);display:block;width:15.1855625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15005;line-height:1;letter-spacing:0;top:48.9375rem;left:31.280517578125rem;height:1.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#AOZDhIzGoJwQlviBrUXgVeGVZUlEMmQ6 { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.875rem;width:4.49978125rem;top:53.248701095581rem;left:7.0594615936281rem;overflow:hidden;display:block; }
#i6Ei3R8uAgZmrUtflUGKNG9r5H70oLzv { 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:3.6875rem;width:6.5rem;top:82.9375rem;left:55.5rem;overflow:hidden;display:block; }
#PTIcITCeaVGMkQnOBbqQtNWMyVkolftr { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.124rem;width:13.999rem;top:36.8115234375rem;left:31.875rem;overflow:hidden;display:block; }
#SQIo8LW1PVfmk7fzmyPpnCsWAk5g5TER { 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:8.125rem;width:11.43675rem;top:36.31103515625rem;left:4.170166015625rem;overflow:hidden;display:block; }
#VZMofgpXAp9oWwZIIUwbVS3N2CRZgOqI { 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:5.625rem;width:5.625rem;top:53.875rem;left:23.3125rem;overflow:hidden;display:block; }
#iINTssi5VgEiF2698FnSkE0dZQVq2Gzv { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:8.9978125rem;width:8.6853125rem;top:35.872802734375rem;left:49.310302734375rem;overflow:hidden;display:block; }
#d90ga1Tme8I45itqZzNuXcRkcfIRHzAH { 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:11.062rem;width:11.062rem;top:34.84130859375rem;left:60.948486328125rem;overflow:hidden;display:block; }
#Q8SsE7Xp0JqqErCOG3wgkFrm38vTiOxx { 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:5.749025rem;width:7.8125rem;top:53.810766220093rem;left:42.198352813721rem;overflow:hidden;display:block; }
#luaC5mMtzQuqgxTVx5JThp2vXSM47AiT { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.87475625rem;width:10.625rem;top:83.25rem;left:63.375rem;overflow:hidden;display:block; }
#TL4E41Jy3wPDJIVfG17bfZK9NAClefwK { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.875rem;width:10.125rem;top:55.810548782349rem;left:60.241973876953rem;overflow:hidden;display:block; }
#IuVbWGvk9zRd43D9FStq33QyfinNlL6k { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-2),1);background-image:url("https://images.assets-landingi.com/uc/1af040db-ed3a-4f8c-a7ea-f5204047ebd1/bgAAA.png");background-position:top right !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#IuVbWGvk9zRd43D9FStq33QyfinNlL6k.adaptive-delivery-prevent-bg, #IuVbWGvk9zRd43D9FStq33QyfinNlL6k.lazyload, #IuVbWGvk9zRd43D9FStq33QyfinNlL6k.lazyloading { background-image: none; }#IuVbWGvk9zRd43D9FStq33QyfinNlL6k > .row .container { background-color: transparent; background-image: none; }#IuVbWGvk9zRd43D9FStq33QyfinNlL6k::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IuVbWGvk9zRd43D9FStq33QyfinNlL6k > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IuVbWGvk9zRd43D9FStq33QyfinNlL6k > .row .container > .video-iframe-container { display: none; }#IuVbWGvk9zRd43D9FStq33QyfinNlL6k > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IuVbWGvk9zRd43D9FStq33QyfinNlL6k > .row > .video-iframe-container { display: none; }#IuVbWGvk9zRd43D9FStq33QyfinNlL6k > .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); }#IuVbWGvk9zRd43D9FStq33QyfinNlL6k > .row .container { border-width: 0; border-radius: 0; }#IuVbWGvk9zRd43D9FStq33QyfinNlL6k > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#IuVbWGvk9zRd43D9FStq33QyfinNlL6k > .row .container { font-size:0.875rem;font-family:arial;height:37.5rem;width:75rem;position:relative;display:block; }#NTOR9mZl4qks8KDM0TTraC9A1T1PXHfr { color:#99e000;display:block;width:32.6875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.625rem;font-weight:400;z-index:15002;line-height:1.2;letter-spacing:0;top:6.25rem;left:37.5rem;height:12.59549375rem;font-style:normal;display:block; }
#vmTRKSURvFhPT6hS47SI7UwzIVnkdOMd { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:8.4375rem;width:18.75rem;top:19.1455078125rem;left:36.0625rem;overflow:hidden;display:block; }
#ETqGToB42FgSBgltU1ZxSdeTDnZAwRW6 { background-color:rgba(var(--color-primary-2),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.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:var(--paragraphs-font-family);font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10rem;height:3.125rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:28.125rem;left:37.5rem;display:block; }
#eVXeBhIDpxChkpMCUx2pHI9zNp9AHzhT { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#cJSznP0Ai47gfTlwIVmG1gDZkHFVhtnW { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:35.625rem;width:20.625rem;top:1.875rem;left:11.1875rem;overflow:hidden;display:block; }
#zWJxfdcagfg7vAiG2VHDctIxpbhy11H2 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#fafafa;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; }#zWJxfdcagfg7vAiG2VHDctIxpbhy11H2 > .row .container { background-color: transparent; background-image: none; }#zWJxfdcagfg7vAiG2VHDctIxpbhy11H2::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zWJxfdcagfg7vAiG2VHDctIxpbhy11H2 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zWJxfdcagfg7vAiG2VHDctIxpbhy11H2 > .row .container > .video-iframe-container { display: none; }#zWJxfdcagfg7vAiG2VHDctIxpbhy11H2 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zWJxfdcagfg7vAiG2VHDctIxpbhy11H2 > .row > .video-iframe-container { display: none; }#zWJxfdcagfg7vAiG2VHDctIxpbhy11H2 > .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); }#zWJxfdcagfg7vAiG2VHDctIxpbhy11H2 > .row .container { border-width: 0; border-radius: 0; }#zWJxfdcagfg7vAiG2VHDctIxpbhy11H2 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#zWJxfdcagfg7vAiG2VHDctIxpbhy11H2 > .row .container { font-size:0.875rem;font-family:arial;height:34.375rem;width:75rem;position:relative;display:block; }#SsH1luZnTHp9gtk5I9RU7CEGlEFcJFdC { color:#99e000;display:block;width:34.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.875rem;font-weight:400;z-index:15001;line-height:1;letter-spacing:0;top:9.375rem;left:36.25rem;height:3.875175rem;font-style:normal;display:block; }
#Hh9Wwv3z8kUBGZTJGvkZu192IlNBgZXy { color:rgba(var(--color-secondary-2),1);display:block;width:34.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15002;line-height:1.3;letter-spacing:0;top:14.500001907349rem;left:36.25rem;height:3.2487rem;font-style:normal;display:block; }
#o0xmWsbygPRQkrXTlUZREh8fm96FRgf1 { color:rgba(var(--color-secondary-2),1);display:block;width:34.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:19.625001907349rem;left:36.25rem;height:2.59874375rem;font-style:normal;display:block; }
#gUzzRzNDJWJDhPgdNMrDb6SHoVxrD0Hv { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:18.75rem;width:18.75rem;top:6.8125rem;left:9.1875rem;overflow:hidden;display:block; }
#mqJIV1Vh1ZaIFT0u0lnRkR2Vb2h9X4KQ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-2),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#mqJIV1Vh1ZaIFT0u0lnRkR2Vb2h9X4KQ > .row .container { background-color: transparent; background-image: none; }#mqJIV1Vh1ZaIFT0u0lnRkR2Vb2h9X4KQ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mqJIV1Vh1ZaIFT0u0lnRkR2Vb2h9X4KQ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mqJIV1Vh1ZaIFT0u0lnRkR2Vb2h9X4KQ > .row .container > .video-iframe-container { display: none; }#mqJIV1Vh1ZaIFT0u0lnRkR2Vb2h9X4KQ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mqJIV1Vh1ZaIFT0u0lnRkR2Vb2h9X4KQ > .row > .video-iframe-container { display: none; }#mqJIV1Vh1ZaIFT0u0lnRkR2Vb2h9X4KQ > .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); }#mqJIV1Vh1ZaIFT0u0lnRkR2Vb2h9X4KQ > .row .container { border-width: 0; border-radius: 0; }#mqJIV1Vh1ZaIFT0u0lnRkR2Vb2h9X4KQ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#mqJIV1Vh1ZaIFT0u0lnRkR2Vb2h9X4KQ > .row .container { font-size:0.875rem;font-family:arial;height:6.25rem;width:75rem;position:relative;display:block; }#LnTGHM4RS1lGXJQusIpCTyQThS7wyDGD { color:rgba(var(--color-tertiary-1),1);display:block;width:47.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15001;line-height:1;letter-spacing:0;top:2.5rem;left:6.875rem;height:1.25rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#uXsGiD9UI1X8kHIMwqOy5FMTE34n5cym { background-color:rgba(var(--color-primary-2),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.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:var(--paragraphs-font-family);font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.5rem;height:3.125rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:1.4375rem;left:55rem;display:block; }
#H9gORWTuGWWS18dZmTfUqeJTOUgtdiod { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { display:none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:47.5rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #xtsW1UEZsAgoraiPBliD12kRwvzzsgsU { width:10rem;height:5rem;top:1.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #XWKdpwMsNJVL69gFLan6NxTml3EGr3eU { width:47.75rem;height:6.25rem;top:0.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #N15nKFdFSBLMus19UWmhvLuz9sZvkqVw { width:6.25rem;height:3.4375rem;top:2.3125rem;left:34.936637878418rem;display:none; }
 }@media only screen and (max-width: 763px) { #vnnIrr1nqqyPkyvUPDLoHP0JUTxQsbth { display:block; }
 }@media only screen and (max-width: 763px) { #NC8oTLVWaz51olA6rg0cUySGf0TkuPOV { width:6.875rem;height:3.4375rem;top:2.3125rem;left:19.187934875488rem;display:none; }
 }@media only screen and (max-width: 763px) { #kieKFQr2U9Z8rGz1AxCpZ47iyLdr1DC4 { display:block; }
 }@media only screen and (max-width: 763px) { #Bz9WfKa8orddivDOTfMTUQo2fbsQLTpB { width:11.25rem;height:3.4375rem;top:2.3125rem;left:7.5614166259762rem;display:none; }
 }@media only screen and (max-width: 763px) { #SHFqSDHpwBOzAUfJHqAmrkc5ld4ZdWgM { display:block; }
 }@media only screen and (max-width: 763px) { #GLWbT3GXXhD31XnWDJR6EOUEAT2hHRtB { width:6.25rem;height:3.4375rem;top:2.3125rem;left:41.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #kFNa3i9bZ35f2ZymtSWmcJC3kaQMzyTO { display:block; }
 }@media only screen and (max-width: 763px) { #D40V6yBD64xBozXV2RDIt4TtnfVKN27u { width:7.6875rem;height:3.4375rem;top:2.3125rem;left:26.625003814698rem;display:none; }
 }@media only screen and (max-width: 763px) { #K9yFOms9IvzqC1q5WAMOOSn9R5U87vyE { display:block; }
 }@media only screen and (max-width: 763px) { #PJaulHLe8iKuNoIrRzM7tKzphwEQieHx { width:9.8125rem;height:3.4375rem;top:2.3125rem;left:37.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #n2JuIrDK1ekz1L2VRXw4BGfzlP7ENEuU { display:block; }
 }@media only screen and (max-width: 763px) { #FZxxsImJKeWWhFVkCCUpA0oVobfCioi9 { width:3.125rem;height:3.125rem;top:2.4375rem;left:22.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #N9gdzT9Z8lSuWlar3xL05QRrPxsAIGZQ { display:none; }#N9gdzT9Z8lSuWlar3xL05QRrPxsAIGZQ > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #V0mGn63oAGU7TwVNMv3cHm06eubg21KA { display:block; }#V0mGn63oAGU7TwVNMv3cHm06eubg21KA > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FmWhLW9hSWfK2PSXrf2tp0iUURGBwDOX { width:26.6875rem;height:4.4375rem;top:15.625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #zhXO7yCLJJMuRolZ36iBDuLJReHRdkrE { width:32.875rem;height:8.75rem;top:29.6875rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qplQFdKD8cznsPORn0OnpzuwkAy26Rhq { width:5rem;height:5rem;top:40.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #FN0bImJ0UGaguPBL9XInlKuWdVEEmSNX { width:12.5rem;height:1rem;top:39.5rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RR5ICSPC7s0RCxBZgLe1e2oKtLC6MAHK { width:29.1875rem;height:1.75rem;top:26rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #l0B3gCxCRbITEgCorPTr1agZG35JyuEl { width:37.5rem;height:37.5rem;top:11.5rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #h9VtXzrLx3RE6L4v1VOBCaFTV8L9cHL5 { width:18.75rem;height:4.375rem;top:38.4375rem;left:29rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #ttbuM4rEtyNtKe0d1OiyfFZX6hQPJKA0 { width:18.75rem;height:6.125rem;top:42.9375rem;left:29rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TTTgSywIPPANFhki00b4t9twK2KTyKyU { width:37.5rem;height:7.25rem;top:35.1875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #Rs54D0U3JxdOoG7Sab7At0qLNdDobvEr { width:38.125rem;height:43.75rem;top:1.5rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #y0qmM6CTBWEKMf206HTVfHZczABtBEbM { width:28.25rem;height:5.875rem;top:19.6875rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #pHT6qPIG5GIJfdRswghpqVr4P0OUuFtS { width:6.875rem;height:5.25rem;top:40.5625rem;left:3.4075546264649rem;display:block; }
 }@media only screen and (max-width: 763px) { #EmSIZXDmHtGF9li1KgGP7ghe97wAP2AH { width:13.5rem;height:1rem;top:39.5rem;left:3.5950546264649rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nZ527FpwTMbD4l7CdktQXv859dL8RK1e { width:3.125rem;height:3.125rem;top:2.875rem;left:44.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #g559x2rBsP4CndLNDhLcimfHCCfA0S2T { width:47.625rem;height:6.25rem;top:3.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #mrD4gWy8WGcTM1OfxnIcCJHFpUfpNRbl { width:10rem;height:5rem;top:3.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #QcODUlavugb2DuJqaJ4NnXTrffDwcGwW { width:11.1875rem;height:3.375rem;top:4.5625rem;left:7.171875rem;display:block; }
 }@media only screen and (max-width: 763px) { #h9Fpv8HcoZKxtR3I8EZXn0c2xVcVWAob { display:block; }
 }@media only screen and (max-width: 763px) { #L9wcF7eTpp33VF89BT0erGx6PNyZeXto { width:6.8125rem;height:3.375rem;top:4.5625rem;left:19.060546875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HGP2GLs4RqcoFCTHKkEuKNyM0QftiUC1 { display:block; }
 }@media only screen and (max-width: 763px) { #FeF30Jz6klPZVzoSDTiD90vRlbgNcRBT { width:7.6875rem;height:3.375rem;top:4.5625rem;left:26.4921875rem;display:block; }
 }@media only screen and (max-width: 763px) { #evZvdPx3sJzUMvVP1VSzxJ7WNUyJeTO5 { display:block; }
 }@media only screen and (max-width: 763px) { #t7SX1MoCXZQ5xzPKK43fpQSzI88uzoKr { width:6.1875rem;height:3.375rem;top:4.5625rem;left:34.7880859375rem;display:block; }
 }@media only screen and (max-width: 763px) { #drlrqapNVHTIwbIWGUi5ZgDedGO2Ddqo { display:block; }
 }@media only screen and (max-width: 763px) { #arw3HdJ0c0aQ6JfldxRa2gDl4cEFCU6i { width:6.1875rem;height:3.375rem;top:4.625rem;left:41.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ztqeNJe98luelCBerkXPbc3X2GPfSwgN { display:block; }
 }@media only screen and (max-width: 763px) { #ZG0d4T8sCee9caPiczsys9IrDZV4PnEd { width:9.75rem;height:3.375rem;top:4.625rem;left:38rem;display:block; }
 }@media only screen and (max-width: 763px) { #quhkWp92kJQgkiLwa0Lru5gWKCLQ8HaE { display:block; }
 }@media only screen and (max-width: 763px) { #Olzl1opgAVTvkOptVfkngE589G8chTwT { display:none; }#Olzl1opgAVTvkOptVfkngE589G8chTwT > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #TARJEqzzGtQw7Tbuh9ODKd7ThQoGycrc { width:38.75rem;height:21.6875rem;top:4.5rem;left:4.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #TerFg4ro5vmBgo7mwEpGHup6UWm7doyT { display:block; }#TerFg4ro5vmBgo7mwEpGHup6UWm7doyT > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #AxNacDbmA3eFGrO9GlmRCvutTSeQLhSX { width:25rem;height:11.6875rem;top:20.25rem;left:22.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #CMf2NeLr2nMzLJH0fVh9RzFehW4Q1gz1 { width:47.75rem;height:6.9375rem;top:35rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #kzuahtgvDUkvvtFT8LXtz80Bo7WTIfr5 { width:25rem;height:25rem;top:6.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #a25f4DllBfnJeTHmOSTv5vwcTTtEqGyV { width:12.5rem;height:12.5rem;top:6.25rem;left:35.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #PZUOWfroopyEOWaMtlhbhv7JxngCmxcR { width:12.5rem;height:12.5rem;top:6.25rem;left:23.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Aq94aKZg1sGaIlmuI4ViT2XmDmAIqV7D { width:47.75rem;height:54.1875rem;top:64.9375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #nm3F9NXw9S8c578lM3ggZE5G1yUy5NbC { width:38.75rem;height:21.6875rem;top:40.25rem;left:4.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #wg340Mr5XG6kTpTD4CstTvyzWhwt5wmV { display:block; }#wg340Mr5XG6kTpTD4CstTvyzWhwt5wmV > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lDuEBxCdNf5VvTdeSAa0uFg2N5rikHyu { width:25.625rem;height:25.625rem;top:5.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fry2d1OssADTS4SHQRax06zaqDT5FT5O { width:19.75rem;height:5.8125rem;top:6.8125rem;left:25.750000953674rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #mp6cJZwuTL2rWBrHUGFOmeFgQ4u9eXkE { width:24.375rem;height:17.5rem;top:13.375rem;left:23.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #DqJwOfV6ivTOt9QtNx8oSJVEal9BKLah { display:block; }#DqJwOfV6ivTOt9QtNx8oSJVEal9BKLah > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WWaW70WDz2eDte4IixTUtaAEdySssolX { width:47.75rem;height:12.25rem;top:22.125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #kBaNALXJnbP5Iz0ITVm2gvH6on9XVncN { width:47.75rem;height:7.75rem;top:12.5rem;left:0rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #CuI3qt1FE6eNpIw3CoB5XsD2Ih6sAIm8 { display:block; }#CuI3qt1FE6eNpIw3CoB5XsD2Ih6sAIm8 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wTIFu4L7aQ4xkbud0BWmv0K2qsLNsw3R { width:20.875rem;height:8.75rem;top:19.5625rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dCXIqe2DqgOd9VS9pkMFk4KaUW1sgPib { width:47.75rem;height:7.75rem;top:5.625rem;left:0rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #EaA39Ot7QNTZCpdgrICa1EEMnXlAGMG4 { width:28.75rem;height:16.25rem;top:16.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #G2psbTAqqQUsCrSoH4pnpkwVkRhx1gob { width:21rem;height:10.5rem;top:19.625rem;left:26.75rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Bgl2giohG3CGRvdGadiaki2gaApXV7ik { width:28.75rem;height:16.25rem;top:16.5rem;left:19rem;display:block; }
 }@media only screen and (max-width: 763px) { #sKfmLb69JWF7oJCVMU0Xx5xBvpuUplPz { width:28.75rem;height:16.25rem;top:35.875rem;left:19rem;display:block; }
 }@media only screen and (max-width: 763px) { #gXShqFL8Ib6CfdDsbeHwNvfBqrDpU3IX { width:22.875rem;height:10.5rem;top:39rem;left:24.875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #AUlzw4QJKq0G3BpiFxT5tcJWDXEu1Mox { width:22.125rem;height:8.75rem;top:38.9375rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WvPei8GQTDWJrzalJD8Fo3B4JSzdQPtX { width:28.75rem;height:16.25rem;top:35.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #uw6o96LtuJdBIJigb6Hc242Zr4HTa0vc { width:12.5rem;height:12.5rem;top:22.75rem;left:35.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #hG972sTUhU5WXkIdL99G7suHtuuisKV9 { width:12.5rem;height:12.5rem;top:22.75rem;left:13.9248046875rem;display:block; }
 }@media only screen and (max-width: 763px) { #aHgFB18skceBnoozS20DxBnVKIfXugC4 { width:12.5rem;height:12.5rem;top:42.125rem;left:35.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #f0VSXBRsM6PWf2MLU4ovFeMmN5tpGzo6 { width:12.5rem;height:12.5rem;top:42.125rem;left:13.9248046875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pWXNwCJ0HLXKEe211Sl6vRngf8pfvCE2 { width:47.75rem;height:4rem;top:55.25rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #usX36gh45pnNuGaRah2bf1XGIkvHQ1w2 { display:none; }#usX36gh45pnNuGaRah2bf1XGIkvHQ1w2 > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #TyrJcNLCouhW7ikybTi3LMUlkCBCcAgw { width:47.75rem;height:3.875rem;top:5.3125rem;left:0rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #i5WdvyAGsohadimVVTTMcT8yUDgyOago { width:25.375rem;height:41.25rem;top:11.1875rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #RlN9AyHJFMViTmTghLu1h52MZ7lUiNmH { width:28.5625rem;height:1.75rem;top:56.3125rem;left:10.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #SMvFQ6TKew82nr7it3BnARbqgnQQ8H2V { width:26.375rem;height:39.1875rem;top:11.1875rem;left:21.375rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xtbeqRtorx4UGy1nrPMbIre2ve6QHsMA { width:31.875rem;height:3.875rem;top:55.4375rem;left:7.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #o40s2dpXSnif2XStT7qEzuET3kyrR23E { display:none; }#o40s2dpXSnif2XStT7qEzuET3kyrR23E > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #yygFMBeAihLSJ3GDeMXIMxJcwfcg2Vh5 { width:47.75rem;height:3.4375rem;top:5.6875rem;left:0rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #IkVdQtXzUtJ1WKIaAnOTrTBGirtefiXa { width:47.75rem;height:10.5rem;top:9.75rem;left:0rem;font-size:1rem;display:block; }#IkVdQtXzUtJ1WKIaAnOTrTBGirtefiXa li:before{  }
 }@media only screen and (max-width: 763px) { #MC9Xb0gPJuU5z1TrEs1tH9LfMMdvQrVu { width:23.125rem;height:5.3125rem;top:24.625rem;left:9.5rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rkT9Jm5Er2uvn53X9V3y37upnh4CA6NW { width:47.75rem;height:3.4375rem;top:59.375rem;left:0rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #RZEa4EfSJsq8tDreTqXl72FQ4DmuvNmv { width:47.75rem;height:10.5rem;top:63.4375rem;left:0rem;font-size:1rem;display:block; }#RZEa4EfSJsq8tDreTqXl72FQ4DmuvNmv li:before{  }
 }@media only screen and (max-width: 763px) { #EPRVc3BGaZK2ZX1Twk1t9dVKfyh33Mgi { width:9.375rem;height:9.375rem;top:22.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #zdmxum9fDeOvtKFc745kmaMWLGNBlgrq { width:20.75rem;height:5.3125rem;top:35.875rem;left:9.5rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GGTX5qU1nmkcHye8NMio7tWfEftBcW6l { width:26rem;height:5.3125rem;top:47.125rem;left:9.5rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ddIyWBCxHhbHTlemmgaTJo35TQByTUry { width:9.375rem;height:9.375rem;top:33.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #BPidT3p8dy0lwcTsoNVBT2BxA6X8TXNs { width:9.375rem;height:9.375rem;top:45.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #uT3VvldmIF30XKd8KeXJwdNw8Wmfzn23 { display:none; }#uT3VvldmIF30XKd8KeXJwdNw8Wmfzn23 > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #FI22bGth22cpUFFUXX0Oz00JOAiVLvwN { width:12.875rem;height:1.25rem;top:3.1875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #eefTwVMP1G20rmweUx1ziiFTRun9srSu { width:7.3125rem;height:7.3125rem;top:5.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #sWf4xbZn9pQX5ye5tqzpuGzZ7rEt8oSc { width:8.5625rem;height:2.6057208779024rem;top:83.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #nVAWI6nUeRt6KiJRL1K8Le9chpTN6ATn { width:18.8125rem;height:1.25rem;top:79.4375rem;left:15.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ICOyBVCLg5ZTixGwWekVQ99nVS1r0JwG { width:12.9375rem;height:1.75rem;top:83.6875rem;left:7.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #P9XRWVqxVQllGLqGvFshBN8M2XQhB80q { width:9.875rem;height:7.3901762966691rem;top:5.375rem;left:14.48291015625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ve9IyaK0SMET4ytENa4tmSfu9Suetomw { width:18.1875rem;height:1.25rem;top:3.1875rem;left:10.326416015625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #UdtPABm7FmlNtld27rOgFy27kK50cHMT { width:6.875rem;height:2.436525rem;top:83.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ngR4MvVO280WEK3TeVgDNr8Pr0snxUvt { width:7.9375rem;height:3.78338928764rem;top:82.75rem;left:31.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #aqga4i52JDkKHLWGFAs0lknAkROOC8Mi { width:6.6875rem;height:2.8489558924321rem;top:83.25rem;left:22.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #zLgPFNmygVmwReSFFvhiVHi9Ghzt3OJ8 { width:23.25rem;height:1.25rem;top:65.6875rem;left:13.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #XurkVzndv3gf6JRUsKRilUKa9kh0PeS9 { width:14.8125rem;height:3.7967328990331rem;top:68.875rem;left:17.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #moyfoDuzHNfwnctXnqbftxF7PQVJEEwd { width:20.8125rem;height:1.25rem;top:32.5625rem;left:14.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #yTD7vAQbCcVkFzUDg4gv77kIbFyupGTV { width:7.3125rem;height:6.6927335830762rem;top:36.9375rem;left:5.68701171875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fEnoAO1CQ3DwJwIbCGqTTDXqMo6yNwJH { width:20.8125rem;height:1.25rem;top:17.375rem;left:14.999267578125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #BIcyTTy4LpUuTCD3ZVGllNEgdFAwvs3I { width:10.3125rem;height:10.3125rem;top:18.375rem;left:20.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #w7xdMobLGexik0G1lxM4hTqcTyILVlon { width:19.25rem;height:1.25rem;top:3.1875rem;left:28.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #y3ua8TOLD5LszU6UsNEaf5oRCVrNms8a { width:21rem;height:5.7325877172158rem;top:7.125rem;left:26.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UK3KyNPnHdpsc8EurxLwI1sA5EH70hOk { width:15.125rem;height:1.25rem;top:48.9375rem;left:17.655517578125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #AOZDhIzGoJwQlviBrUXgVeGVZUlEMmQ6 { width:4.4375rem;height:6.7798434646129rem;top:53.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #i6Ei3R8uAgZmrUtflUGKNG9r5H70oLzv { width:6.4375rem;height:3.6516394349131rem;top:82.9375rem;left:41.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #PTIcITCeaVGMkQnOBbqQtNWMyVkolftr { width:13.9375rem;height:7.0927030502179rem;top:36.75rem;left:18.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #SQIo8LW1PVfmk7fzmyPpnCsWAk5g5TER { width:11.375rem;height:8.0811310031259rem;top:36.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #VZMofgpXAp9oWwZIIUwbVS3N2CRZgOqI { width:5.625rem;height:5.625rem;top:53.875rem;left:9.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #iINTssi5VgEiF2698FnSkE0dZQVq2Gzv { width:8.625rem;height:8.9353299391933rem;top:35.8125rem;left:35.685302734375rem;display:block; }
 }@media only screen and (max-width: 763px) { #d90ga1Tme8I45itqZzNuXcRkcfIRHzAH { width:11rem;height:11rem;top:34.8125rem;left:36.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q8SsE7Xp0JqqErCOG3wgkFrm38vTiOxx { width:7.8125rem;height:5.749025rem;top:53.75rem;left:28.573352813721rem;display:block; }
 }@media only screen and (max-width: 763px) { #luaC5mMtzQuqgxTVx5JThp2vXSM47AiT { width:10.625rem;height:2.87475625rem;top:83.25rem;left:37.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TL4E41Jy3wPDJIVfG17bfZK9NAClefwK { width:10.125rem;height:2.875rem;top:55.75rem;left:37.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #IuVbWGvk9zRd43D9FStq33QyfinNlL6k { display:block; }#IuVbWGvk9zRd43D9FStq33QyfinNlL6k > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NTOR9mZl4qks8KDM0TTraC9A1T1PXHfr { width:32.6875rem;height:12.5625rem;top:6.25rem;left:15.0625rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vmTRKSURvFhPT6hS47SI7UwzIVnkdOMd { width:18.75rem;height:8.4375rem;top:19.125rem;left:22.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ETqGToB42FgSBgltU1ZxSdeTDnZAwRW6 { width:10rem;height:3.125rem;top:28.125rem;left:23.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #eVXeBhIDpxChkpMCUx2pHI9zNp9AHzhT { display:block; }
 }@media only screen and (max-width: 763px) { #cJSznP0Ai47gfTlwIVmG1gDZkHFVhtnW { width:20.625rem;height:35.625rem;top:1.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #zWJxfdcagfg7vAiG2VHDctIxpbhy11H2 { display:block; }#zWJxfdcagfg7vAiG2VHDctIxpbhy11H2 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SsH1luZnTHp9gtk5I9RU7CEGlEFcJFdC { width:34.375rem;height:3.875rem;top:9.375rem;left:13.375rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Hh9Wwv3z8kUBGZTJGvkZu192IlNBgZXy { width:34.375rem;height:3.25rem;top:14.5rem;left:13.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #o0xmWsbygPRQkrXTlUZREh8fm96FRgf1 { width:34.375rem;height:2.5625rem;top:19.625rem;left:13.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #gUzzRzNDJWJDhPgdNMrDb6SHoVxrD0Hv { width:18.75rem;height:18.75rem;top:6.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #mqJIV1Vh1ZaIFT0u0lnRkR2Vb2h9X4KQ { display:block; }#mqJIV1Vh1ZaIFT0u0lnRkR2Vb2h9X4KQ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LnTGHM4RS1lGXJQusIpCTyQThS7wyDGD { width:47.5rem;height:1.25rem;top:2.5rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #uXsGiD9UI1X8kHIMwqOy5FMTE34n5cym { width:12.5rem;height:3.125rem;top:1.4375rem;left:35.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #H9gORWTuGWWS18dZmTfUqeJTOUgtdiod { display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { position:relative;z-index:auto;background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { border-width: 0; border-radius: 0; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:20rem;height:6.875rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #xtsW1UEZsAgoraiPBliD12kRwvzzsgsU { width:9.0625rem;height:4.375rem;top:1.9375rem;left:5.46875rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #XWKdpwMsNJVL69gFLan6NxTml3EGr3eU { width:15.625rem;height:4.375rem;top:1.875rem;left:2.1375001072884rem;display:block; }
 }@media only screen and (max-width: 763px) { #N15nKFdFSBLMus19UWmhvLuz9sZvkqVw { width:7.1875rem;height:1.5rem;top:6.5rem;left:10.375rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #vnnIrr1nqqyPkyvUPDLoHP0JUTxQsbth { display:block; }
 }@media only screen and (max-width: 763px) { #NC8oTLVWaz51olA6rg0cUySGf0TkuPOV { width:7.1875rem;height:1.5rem;top:7.9991321563719rem;left:2.4370661377907rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #kieKFQr2U9Z8rGz1AxCpZ47iyLdr1DC4 { display:block; }
 }@media only screen and (max-width: 763px) { #Bz9WfKa8orddivDOTfMTUQo2fbsQLTpB { width:7.1875rem;height:1.5rem;top:6.5rem;left:2.4375rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #SHFqSDHpwBOzAUfJHqAmrkc5ld4ZdWgM { display:block; }
 }@media only screen and (max-width: 763px) { #GLWbT3GXXhD31XnWDJR6EOUEAT2hHRtB { width:7.1875rem;height:1.5rem;top:7.9991321563719rem;left:10.374349892139rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #kFNa3i9bZ35f2ZymtSWmcJC3kaQMzyTO { display:block; }
 }@media only screen and (max-width: 763px) { #D40V6yBD64xBozXV2RDIt4TtnfVKN27u { width:7.1875rem;height:1.5rem;top:9.4986982345581rem;left:2.4370661377907rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #K9yFOms9IvzqC1q5WAMOOSn9R5U87vyE { display:block; }
 }@media only screen and (max-width: 763px) { #PJaulHLe8iKuNoIrRzM7tKzphwEQieHx { width:7.1875rem;height:1.5rem;top:9.4986982345581rem;left:10.374349892139rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #n2JuIrDK1ekz1L2VRXw4BGfzlP7ENEuU { display:block; }
 }@media only screen and (max-width: 763px) { #FZxxsImJKeWWhFVkCCUpA0oVobfCioi9 { display:flex;top:6.68728351593rem;left:8.4375002980231rem;width:3.125rem;height:3.125rem;z-index:15006;display:none; }
 }@media only screen and (max-width: 763px) { #N9gdzT9Z8lSuWlar3xL05QRrPxsAIGZQ { display:none; }#N9gdzT9Z8lSuWlar3xL05QRrPxsAIGZQ > .row .container { width:20rem;height:6.5625rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #V0mGn63oAGU7TwVNMv3cHm06eubg21KA { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/45fc9d24-0370-48d1-bdc0-b7df36e361de/glownemobile20263.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#V0mGn63oAGU7TwVNMv3cHm06eubg21KA.adaptive-delivery-prevent-bg, #V0mGn63oAGU7TwVNMv3cHm06eubg21KA.lazyload, #V0mGn63oAGU7TwVNMv3cHm06eubg21KA.lazyloading { background-image: none; }#V0mGn63oAGU7TwVNMv3cHm06eubg21KA > .row .container { background-color: transparent; background-image: none; }#V0mGn63oAGU7TwVNMv3cHm06eubg21KA::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#V0mGn63oAGU7TwVNMv3cHm06eubg21KA > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#V0mGn63oAGU7TwVNMv3cHm06eubg21KA > .row .container > .video-iframe-container { display: none; }#V0mGn63oAGU7TwVNMv3cHm06eubg21KA > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#V0mGn63oAGU7TwVNMv3cHm06eubg21KA > .row > .video-iframe-container { display: none; }#V0mGn63oAGU7TwVNMv3cHm06eubg21KA > .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); }#V0mGn63oAGU7TwVNMv3cHm06eubg21KA > .row .container { border-width: 0; border-radius: 0; }#V0mGn63oAGU7TwVNMv3cHm06eubg21KA > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#V0mGn63oAGU7TwVNMv3cHm06eubg21KA > .row .container { width:20rem;height:62.061767578125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FmWhLW9hSWfK2PSXrf2tp0iUURGBwDOX { width:17.5rem;height:4.794925rem;top:26.487499237061rem;left:1.8750000596046rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #zhXO7yCLJJMuRolZ36iBDuLJReHRdkrE { width:17.5rem;height:6.3964875rem;top:37.575012207031rem;left:1.8750000596046rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #qplQFdKD8cznsPORn0OnpzuwkAy26Rhq { width:4.375rem;height:4.375rem;top:46.5rem;left:1.9375000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #FN0bImJ0UGaguPBL9XInlKuWdVEEmSNX { width:6.9375rem;height:0.87524375rem;top:45.3125rem;left:1.8750000596046rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #RR5ICSPC7s0RCxBZgLe1e2oKtLC6MAHK { width:17.5rem;height:1.1682125rem;top:35.157062530517rem;left:1.8750000596046rem;font-size:1.0625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #l0B3gCxCRbITEgCorPTr1agZG35JyuEl { width:20rem;height:29.375rem;top:21.5625rem;left:0rem;box-shadow: 12.5rem -15.625rem 6.25rem rgba(0,0,0,0.7) ;border-top-left-radius:2.5rem;border-top-right-radius:2.5rem;border-bottom-left-radius:2.5rem;border-bottom-right-radius:2.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #h9VtXzrLx3RE6L4v1VOBCaFTV8L9cHL5 { width:18.75rem;height:3.574225rem;top:12.75rem;left:0.625rem;font-size:1.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ttbuM4rEtyNtKe0d1OiyfFZX6hQPJKA0 { width:18.75rem;height:4.94750625rem;top:16.5rem;left:0.625rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TTTgSywIPPANFhki00b4t9twK2KTyKyU { width:20rem;height:3.9016393442623rem;top:45.748046875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #Rs54D0U3JxdOoG7Sab7At0qLNdDobvEr { width:19.375rem;height:38.75rem;top:23.3125rem;left:0.4091796875rem;box-shadow: 0rem -21.875rem 15.625rem rgba(0,0,0,0.75) ;border-top-left-radius:2.5rem;border-top-right-radius:2.5rem;border-bottom-left-radius:2.5rem;border-bottom-right-radius:2.5rem;z-index:14996;display:block; }
 }@media only screen and (max-width: 763px) { #y0qmM6CTBWEKMf206HTVfHZczABtBEbM { width:17.5rem;height:3.299475rem;top:31.2373046875rem;left:1.875rem;font-size:1.5rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #pHT6qPIG5GIJfdRswghpqVr4P0OUuFtS { width:7.5rem;height:5.75rem;top:53.799999237061rem;left:1.7500000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #EmSIZXDmHtGF9li1KgGP7ghe97wAP2AH { width:9.625rem;height:0.87524375rem;top:52.549999237061rem;left:1.8750000596046rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #nZ527FpwTMbD4l7CdktQXv859dL8RK1e { display:flex;width:3.125rem;height:3.125rem;top:1.3726143836975rem;left:15.694445908069rem;display:none; }
 }@media only screen and (max-width: 763px) { #g559x2rBsP4CndLNDhLcimfHCCfA0S2T { width:18.75rem;height:3.75rem;top:1.875rem;left:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #mrD4gWy8WGcTM1OfxnIcCJHFpUfpNRbl { width:6.25rem;height:3.125rem;top:2.25rem;left:2.5rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #QcODUlavugb2DuJqaJ4NnXTrffDwcGwW { width:7.1875rem;height:1.875rem;top:2.875rem;left:10.9375rem;font-size:0.75rem;background-color:#99e000;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #h9Fpv8HcoZKxtR3I8EZXn0c2xVcVWAob { display:block; }
 }@media only screen and (max-width: 763px) { #L9wcF7eTpp33VF89BT0erGx6PNyZeXto { width:5rem;height:1.875rem;top:6.6875rem;left:2rem;font-size:0.75rem;background-color:transparent;background-image:none;color:#ffffff;border-top:0.0625rem solid #ffffff;border-left:0.0625rem solid #ffffff;border-right:0.0625rem solid #ffffff;border-bottom:0.0625rem solid #ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #HGP2GLs4RqcoFCTHKkEuKNyM0QftiUC1 { display:block; }
 }@media only screen and (max-width: 763px) { #FeF30Jz6klPZVzoSDTiD90vRlbgNcRBT { width:5rem;height:1.875rem;top:6.6875rem;left:7.5rem;font-size:0.75rem;background-color:transparent;background-image:none;border-top:0.0625rem solid #ffffff;border-left:0.0625rem solid #ffffff;border-right:0.0625rem solid #ffffff;border-bottom:0.0625rem solid #ffffff;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #evZvdPx3sJzUMvVP1VSzxJ7WNUyJeTO5 { display:block; }
 }@media only screen and (max-width: 763px) { #t7SX1MoCXZQ5xzPKK43fpQSzI88uzoKr { width:5rem;height:1.875rem;top:6.6875rem;left:13rem;font-size:0.75rem;background-color:transparent;background-image:none;border-top:0.0625rem solid #ffffff;border-left:0.0625rem solid #ffffff;border-right:0.0625rem solid #ffffff;border-bottom:0.0625rem solid #ffffff;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #drlrqapNVHTIwbIWGUi5ZgDedGO2Ddqo { display:block; }
 }@media only screen and (max-width: 763px) { #arw3HdJ0c0aQ6JfldxRa2gDl4cEFCU6i { width:4.95833375rem;height:1.83333375rem;top:9.1653652191163rem;left:11.829427719116rem;font-size:0.75rem;border-top:0.0625rem solid #ffffff;border-left:0.0625rem solid #ffffff;border-right:0.0625rem solid #ffffff;border-bottom:0.0625rem solid #ffffff;background-color:transparent;background-image:none;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #ztqeNJe98luelCBerkXPbc3X2GPfSwgN { display:block; }
 }@media only screen and (max-width: 763px) { #ZG0d4T8sCee9caPiczsys9IrDZV4PnEd { width:8.08333375rem;height:1.83333375rem;top:9.1640625rem;left:3.2486979961395rem;font-size:0.75rem;color:#ffffff;background-color:transparent;background-image:none;border-top:0.0625rem solid #ffffff;border-left:0.0625rem solid #ffffff;border-right:0.0625rem solid #ffffff;border-bottom:0.0625rem solid #ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #quhkWp92kJQgkiLwa0Lru5gWKCLQ8HaE { display:block; }
 }@media only screen and (max-width: 763px) { #Olzl1opgAVTvkOptVfkngE589G8chTwT { display:none; }#Olzl1opgAVTvkOptVfkngE589G8chTwT > .row .container { width:20rem;height:35rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #TARJEqzzGtQw7Tbuh9ODKd7ThQoGycrc { width:15.9375rem;height:17.3111875rem;top:4.0006510615349rem;left:2.0312500596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #TerFg4ro5vmBgo7mwEpGHup6UWm7doyT { display:block; }#TerFg4ro5vmBgo7mwEpGHup6UWm7doyT > .row .container { width:20rem;height:162.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #AxNacDbmA3eFGrO9GlmRCvutTSeQLhSX { width:16.25rem;height:7.14355625rem;top:2rem;left:1.875rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #CMf2NeLr2nMzLJH0fVh9RzFehW4Q1gz1 { width:16.25rem;height:11.1914125rem;top:36rem;left:1.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #kzuahtgvDUkvvtFT8LXtz80Bo7WTIfr5 { width:15.625rem;height:15.625rem;top:10.375rem;left:2.1875rem;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #a25f4DllBfnJeTHmOSTv5vwcTTtEqGyV { width:7.5rem;height:7.5rem;top:26.625rem;left:10.375rem;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #PZUOWfroopyEOWaMtlhbhv7JxngCmxcR { width:7.5rem;height:7.5rem;top:26.625rem;left:2.1875rem;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Aq94aKZg1sGaIlmuI4ViT2XmDmAIqV7D { width:18.6853125rem;height:93.728025rem;top:63.687744140625rem;left:1.3134765625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #nm3F9NXw9S8c578lM3ggZE5G1yUy5NbC { width:15.9375rem;height:17.312rem;top:46.376953125rem;left:2.03125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wg340Mr5XG6kTpTD4CstTvyzWhwt5wmV { display:block; }#wg340Mr5XG6kTpTD4CstTvyzWhwt5wmV > .row .container { width:20rem;height:44.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lDuEBxCdNf5VvTdeSAa0uFg2N5rikHyu { width:15.625rem;height:15.625rem;top:1.8750009536743rem;left:2.1875000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fry2d1OssADTS4SHQRax06zaqDT5FT5O { width:13.375rem;height:3.898925rem;top:18.9375rem;left:3.3125rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #mp6cJZwuTL2rWBrHUGFOmeFgQ4u9eXkE { width:16.25rem;height:18.1860625rem;top:24.0625rem;left:1.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #DqJwOfV6ivTOt9QtNx8oSJVEal9BKLah { background-color:#001b33;background-image:url("https://images.assets-landingi.com/uc/1af040db-ed3a-4f8c-a7ea-f5204047ebd1/bgAAA.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;display:block; }#DqJwOfV6ivTOt9QtNx8oSJVEal9BKLah.adaptive-delivery-prevent-bg, #DqJwOfV6ivTOt9QtNx8oSJVEal9BKLah.lazyload, #DqJwOfV6ivTOt9QtNx8oSJVEal9BKLah.lazyloading { background-image: none; }#DqJwOfV6ivTOt9QtNx8oSJVEal9BKLah > .row .container { background-color: transparent; background-image: none; }#DqJwOfV6ivTOt9QtNx8oSJVEal9BKLah::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DqJwOfV6ivTOt9QtNx8oSJVEal9BKLah > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DqJwOfV6ivTOt9QtNx8oSJVEal9BKLah > .row .container > .video-iframe-container { display: none; }#DqJwOfV6ivTOt9QtNx8oSJVEal9BKLah > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DqJwOfV6ivTOt9QtNx8oSJVEal9BKLah > .row > .video-iframe-container { display: none; }#DqJwOfV6ivTOt9QtNx8oSJVEal9BKLah > .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); }#DqJwOfV6ivTOt9QtNx8oSJVEal9BKLah > .row .container { width:20rem;height:41.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WWaW70WDz2eDte4IixTUtaAEdySssolX { width:16.25rem;height:27.9785rem;top:11rem;left:1.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #kBaNALXJnbP5Iz0ITVm2gvH6on9XVncN { width:16.25rem;height:6.5rem;top:2.125rem;left:1.875rem;font-size:1.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #CuI3qt1FE6eNpIw3CoB5XsD2Ih6sAIm8 { display:block; }#CuI3qt1FE6eNpIw3CoB5XsD2Ih6sAIm8 > .row .container { width:20rem;height:75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wTIFu4L7aQ4xkbud0BWmv0K2qsLNsw3R { width:16.875rem;height:6.56128125rem;top:9.4921875rem;left:1.2500000596046rem;font-size:0.9375rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #dCXIqe2DqgOd9VS9pkMFk4KaUW1sgPib { width:16.25rem;height:3.25rem;top:2.25rem;left:1.875rem;font-size:1.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #EaA39Ot7QNTZCpdgrICa1EEMnXlAGMG4 { width:20rem;height:13.75rem;top:7.6171875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #G2psbTAqqQUsCrSoH4pnpkwVkRhx1gob { width:16.875rem;height:7.87350625rem;top:24.4375rem;left:1.2500000596046rem;font-size:0.9375rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #Bgl2giohG3CGRvdGadiaki2gaApXV7ik { width:20rem;height:12.5rem;top:22.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #sKfmLb69JWF7oJCVMU0Xx5xBvpuUplPz { width:20rem;height:13.75rem;top:50.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #gXShqFL8Ib6CfdDsbeHwNvfBqrDpU3IX { width:17.5rem;height:6.56128125rem;top:51.9375rem;left:1.2500000596046rem;font-size:0.9375rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #AUlzw4QJKq0G3BpiFxT5tcJWDXEu1Mox { width:17.5rem;height:6.56128125rem;top:38.1875rem;left:1.2500000596046rem;font-size:0.9375rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #WvPei8GQTDWJrzalJD8Fo3B4JSzdQPtX { width:20rem;height:12.5rem;top:36.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #uw6o96LtuJdBIJigb6Hc242Zr4HTa0vc { display:flex;width:12.5rem;height:12.5rem;top:13.236999511719rem;left:7.5rem; }
 }@media only screen and (max-width: 763px) { #hG972sTUhU5WXkIdL99G7suHtuuisKV9 { display:flex;width:12.5rem;height:12.5rem;top:26.8125rem;left:7.5rem; }
 }@media only screen and (max-width: 763px) { #aHgFB18skceBnoozS20DxBnVKIfXugC4 { display:flex;width:12.5rem;height:12.5rem;top:40.625rem;left:7.5rem; }
 }@media only screen and (max-width: 763px) { #f0VSXBRsM6PWf2MLU4ovFeMmN5tpGzo6 { display:flex;width:12.5rem;height:12.5rem;top:55.625rem;left:7.5rem; }
 }@media only screen and (max-width: 763px) { #pWXNwCJ0HLXKEe211Sl6vRngf8pfvCE2 { width:16.25rem;height:5.49805rem;top:66.5625rem;left:1.8750000596046rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #usX36gh45pnNuGaRah2bf1XGIkvHQ1w2 { display:block; }#usX36gh45pnNuGaRah2bf1XGIkvHQ1w2 > .row .container { width:20rem;height:73.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TyrJcNLCouhW7ikybTi3LMUlkCBCcAgw { width:16.25rem;height:1.625rem;top:3.125rem;left:1.875rem;font-size:1.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #i5WdvyAGsohadimVVTTMcT8yUDgyOago { width:16.25rem;height:31.4795125rem;top:6.187255859375rem;left:1.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #RlN9AyHJFMViTmTghLu1h52MZ7lUiNmH { width:16.25rem;height:0.99975625rem;top:69.125rem;left:1.875rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #SMvFQ6TKew82nr7it3BnARbqgnQQ8H2V { width:16.25rem;height:29.98049375rem;top:38.8740234375rem;left:1.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #xtbeqRtorx4UGy1nrPMbIre2ve6QHsMA { width:20rem;height:2.6875rem;top:68.25rem;left:0rem;border-top-left-radius:2.875rem;border-top-right-radius:2.875rem;border-bottom-left-radius:2.875rem;border-bottom-right-radius:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #o40s2dpXSnif2XStT7qEzuET3kyrR23E { display:block; }#o40s2dpXSnif2XStT7qEzuET3kyrR23E > .row .container { width:20rem;height:113.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yygFMBeAihLSJ3GDeMXIMxJcwfcg2Vh5 { width:16.25rem;height:1.95rem;top:2.3125rem;left:1.875rem;font-size:1.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #IkVdQtXzUtJ1WKIaAnOTrTBGirtefiXa { width:16.25rem;height:22.3828rem;top:5.51171875rem;left:1.875rem;font-size:1rem;line-height:1.4;display:block; }#IkVdQtXzUtJ1WKIaAnOTrTBGirtefiXa li:before{  }
 }@media only screen and (max-width: 763px) { #MC9Xb0gPJuU5z1TrEs1tH9LfMMdvQrVu { width:16.25rem;height:4.72411875rem;top:40.375rem;left:1.875rem;font-size:1.125rem;line-height:1.4;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #rkT9Jm5Er2uvn53X9V3y37upnh4CA6NW { width:16.25rem;height:1.95rem;top:86.7421875rem;left:1.875rem;font-size:1.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #RZEa4EfSJsq8tDreTqXl72FQ4DmuvNmv { width:16.25rem;height:20.983875rem;top:89.94140625rem;left:1.875rem;font-size:1rem;line-height:1.4;display:block; }#RZEa4EfSJsq8tDreTqXl72FQ4DmuvNmv li:before{  }
 }@media only screen and (max-width: 763px) { #EPRVc3BGaZK2ZX1Twk1t9dVKfyh33Mgi { width:9.375rem;height:9.375rem;top:29.75rem;left:5.3125rem;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #zdmxum9fDeOvtKFc745kmaMWLGNBlgrq { width:16.25rem;height:4.72411875rem;top:58.84765625rem;left:1.875rem;font-size:1.125rem;line-height:1.4;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #GGTX5qU1nmkcHye8NMio7tWfEftBcW6l { width:16.25rem;height:6.298825rem;top:77.3203125rem;left:1.875rem;font-size:1.125rem;line-height:1.4;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ddIyWBCxHhbHTlemmgaTJo35TQByTUry { width:9.375rem;height:9.375rem;top:48.22265625rem;left:5.3125rem;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #BPidT3p8dy0lwcTsoNVBT2BxA6X8TXNs { width:9.375rem;height:9.375rem;top:66.6953125rem;left:5.3125rem;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #uT3VvldmIF30XKd8KeXJwdNw8Wmfzn23 { display:block; }#uT3VvldmIF30XKd8KeXJwdNw8Wmfzn23 > .row .container { width:20rem;height:127.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FI22bGth22cpUFFUXX0Oz00JOAiVLvwN { width:17.5rem;height:1.00043125rem;top:2.25rem;left:1.25rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #eefTwVMP1G20rmweUx1ziiFTRun9srSu { width:5.49926875rem;height:5.49926875rem;top:3.25rem;left:7.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #sWf4xbZn9pQX5ye5tqzpuGzZ7rEt8oSc { width:8.31175rem;height:2.6245125rem;top:103.625rem;left:1.8125rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #nVAWI6nUeRt6KiJRL1K8Le9chpTN6ATn { width:17.5rem;height:1.00043125rem;top:100.5625rem;left:1.1875rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ICOyBVCLg5ZTixGwWekVQ99nVS1r0JwG { width:9.75rem;height:1.3125rem;top:109.3125rem;left:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #P9XRWVqxVQllGLqGvFshBN8M2XQhB80q { width:7.99925rem;height:5.99975625rem;top:12.437255859375rem;left:5.999755859375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ve9IyaK0SMET4ytENa4tmSfu9Suetomw { width:18.2495rem;height:1.00043125rem;top:10.875rem;left:0.875rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #UdtPABm7FmlNtld27rOgFy27kK50cHMT { width:6.74925rem;height:2.56225625rem;top:103.625rem;left:12rem;display:block; }
 }@media only screen and (max-width: 763px) { #ngR4MvVO280WEK3TeVgDNr8Pr0snxUvt { width:8.125rem;height:3.93676875rem;top:114.125rem;left:10.625rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #aqga4i52JDkKHLWGFAs0lknAkROOC8Mi { width:7.5610625rem;height:3.31176875rem;top:114.4375rem;left:1.1875rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #zLgPFNmygVmwReSFFvhiVHi9Ghzt3OJ8 { width:20rem;height:1.00043125rem;top:90.6875rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #XurkVzndv3gf6JRUsKRilUKa9kh0PeS9 { width:12.4365rem;height:3.18725625rem;top:92.9375rem;left:3.9375rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #moyfoDuzHNfwnctXnqbftxF7PQVJEEwd { width:20rem;height:1.00043125rem;top:42.310302734375rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #yTD7vAQbCcVkFzUDg4gv77kIbFyupGTV { width:6.3110625rem;height:5.81176875rem;top:45.885009765625rem;left:11.74951171875rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #fEnoAO1CQ3DwJwIbCGqTTDXqMo6yNwJH { width:20rem;height:1.00043125rem;top:31.62451171875rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #BIcyTTy4LpUuTCD3ZVGllNEgdFAwvs3I { width:7.5rem;height:7.5rem;top:32.624267578125rem;left:6.25rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #w7xdMobLGexik0G1lxM4hTqcTyILVlon { width:19.24925rem;height:1.00043125rem;top:21.625rem;left:0.75rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #y3ua8TOLD5LszU6UsNEaf5oRCVrNms8a { width:16.1865rem;height:4.56176875rem;top:23.49951171875rem;left:2.31201171875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UK3KyNPnHdpsc8EurxLwI1sA5EH70hOk { width:20rem;height:1.00043125rem;top:69.4990234375rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #AOZDhIzGoJwQlviBrUXgVeGVZUlEMmQ6 { width:4.375rem;height:6.625rem;top:72.435552597044rem;left:2.8743489384651rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #i6Ei3R8uAgZmrUtflUGKNG9r5H70oLzv { width:6.75rem;height:3.9629184100418rem;top:108.4375rem;left:12rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #PTIcITCeaVGMkQnOBbqQtNWMyVkolftr { width:10.37475rem;height:5.3125rem;top:52.774658203125rem;left:0.277587890625rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #SQIo8LW1PVfmk7fzmyPpnCsWAk5g5TER { width:10rem;height:7.1875rem;top:45.19775390625rem;left:0.25rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #VZMofgpXAp9oWwZIIUwbVS3N2CRZgOqI { width:5.5rem;height:5.5rem;top:72.871749877931rem;left:12.123481094837rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #iINTssi5VgEiF2698FnSkE0dZQVq2Gzv { width:7.99925rem;height:8.31175rem;top:50.94921875rem;left:10.828857421875rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #d90ga1Tme8I45itqZzNuXcRkcfIRHzAH { width:10.5rem;height:10.5rem;top:57.39013671875rem;left:4.84182421875rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #Q8SsE7Xp0JqqErCOG3wgkFrm38vTiOxx { width:7.5rem;height:5.49913125rem;top:81.058588027956rem;left:0.37500005960464rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #luaC5mMtzQuqgxTVx5JThp2vXSM47AiT { width:10.625rem;height:2.87475625rem;top:119.3125rem;left:4.6875rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #TL4E41Jy3wPDJIVfG17bfZK9NAClefwK { width:9.375rem;height:2.56185rem;top:83.060552597044rem;left:10.372613251209rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #IuVbWGvk9zRd43D9FStq33QyfinNlL6k { background-color:#001b33;background-image:url("https://images.assets-landingi.com/uc/1e855630-e287-4b31-b1fb-4176487186a9/bg20262.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;display:block; }#IuVbWGvk9zRd43D9FStq33QyfinNlL6k.adaptive-delivery-prevent-bg, #IuVbWGvk9zRd43D9FStq33QyfinNlL6k.lazyload, #IuVbWGvk9zRd43D9FStq33QyfinNlL6k.lazyloading { background-image: none; }#IuVbWGvk9zRd43D9FStq33QyfinNlL6k > .row .container { background-color: transparent; background-image: none; }#IuVbWGvk9zRd43D9FStq33QyfinNlL6k::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IuVbWGvk9zRd43D9FStq33QyfinNlL6k > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IuVbWGvk9zRd43D9FStq33QyfinNlL6k > .row .container > .video-iframe-container { display: none; }#IuVbWGvk9zRd43D9FStq33QyfinNlL6k > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IuVbWGvk9zRd43D9FStq33QyfinNlL6k > .row > .video-iframe-container { display: none; }#IuVbWGvk9zRd43D9FStq33QyfinNlL6k > .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); }#IuVbWGvk9zRd43D9FStq33QyfinNlL6k > .row .container { width:20rem;height:43.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NTOR9mZl4qks8KDM0TTraC9A1T1PXHfr { width:16.25rem;height:6.59668125rem;top:3.125rem;left:1.875rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #vmTRKSURvFhPT6hS47SI7UwzIVnkdOMd { width:13.875rem;height:6.25rem;top:10.9716796875rem;left:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ETqGToB42FgSBgltU1ZxSdeTDnZAwRW6 { width:10rem;height:3.125rem;top:18.4716796875rem;left:5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #eVXeBhIDpxChkpMCUx2pHI9zNp9AHzhT { display:block; }
 }@media only screen and (max-width: 763px) { #cJSznP0Ai47gfTlwIVmG1gDZkHFVhtnW { width:10.625rem;height:18.5625rem;top:24.5625rem;left:4.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zWJxfdcagfg7vAiG2VHDctIxpbhy11H2 { display:block; }#zWJxfdcagfg7vAiG2VHDctIxpbhy11H2 > .row .container { width:20rem;height:30rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SsH1luZnTHp9gtk5I9RU7CEGlEFcJFdC { width:16.25rem;height:1.7504875rem;top:3.125rem;left:1.875rem;font-size:1.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Hh9Wwv3z8kUBGZTJGvkZu192IlNBgZXy { width:16.25rem;height:4.38720625rem;top:6.125rem;left:1.875rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #o0xmWsbygPRQkrXTlUZREh8fm96FRgf1 { width:17.5rem;height:1.3rem;top:11.7587890625rem;left:1.25rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #gUzzRzNDJWJDhPgdNMrDb6SHoVxrD0Hv { width:9.375rem;height:9.375rem;top:16.260158538818rem;left:5.3125000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #mqJIV1Vh1ZaIFT0u0lnRkR2Vb2h9X4KQ { display:block; }#mqJIV1Vh1ZaIFT0u0lnRkR2Vb2h9X4KQ > .row .container { width:20rem;height:12.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LnTGHM4RS1lGXJQusIpCTyQThS7wyDGD { width:14.375rem;height:2rem;top:3.125rem;left:2.8125000596046rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #uXsGiD9UI1X8kHIMwqOy5FMTE34n5cym { width:12.5rem;height:3.125rem;top:6.2492141723633rem;left:3.7500000596046rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #H9gORWTuGWWS18dZmTfUqeJTOUgtdiod { display:block; }
 }