.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:91,180,228;--color-primary-1:14,139,255;--color-primary-2:0,84,158;--color-primary-3:6,6,39;--color-primary-4:3,3,23;--color-secondary-0:220,255,241;--color-secondary-1:134,221,201;--color-secondary-2:54,198,165;--color-secondary-3:4,184,143;--color-secondary-4:11,40,33;--color-tertiary-0:255,255,255;--color-tertiary-1:110,185,255;--color-tertiary-2:14,139,255;--color-tertiary-3:0,134,255;--color-tertiary-4:5,51,95;--headlines-font-family:"Azo Sans";--paragraphs-font-family:"Azo Sans"; }@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/c2ea8d9c-a967-4785-a38c-f48ccd99dcb5/bgt.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;top:0rem;left:0rem;display:block; }body.adaptive-delivery-prevent-bg, body.lazyload, body.lazyloading { background-image: none; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: ''; display: block; position: fixed; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-tertiary-0),0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-tertiary-0),0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { background-color:rgba(var(--color-primary-4),0.66);background-image:none;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { background-color: transparent; background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { border-width: 0; border-radius: 0; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { font-size:0.875rem;font-family:arial;height:41.875rem;width:75rem;overflow:visible;position:relative;display:block; }#rTazeQD2bJZO2nore2i1g7qQv4ZHgest { position:absolute;display:block;z-index:15011;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-primary-3),1), rgba(var(--color-tertiary-0),1));background-image: -moz-linear-gradient(180deg, rgba(var(--color-primary-3),1), rgba(var(--color-tertiary-0),1));background-image: -ms-linear-gradient(180deg, rgba(var(--color-primary-3),1), rgba(var(--color-tertiary-0),1));background-image: -o-linear-gradient(180deg, rgba(var(--color-primary-3),1), rgba(var(--color-tertiary-0),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-3),1)', endColorstr='rgba(var(--color-tertiary-0),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-3),1)', endColorstr='rgba(var(--color-tertiary-0),1)' );";background-image: linear-gradient(180deg, rgba(var(--color-primary-3),1), rgba(var(--color-tertiary-0),1));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1rem;border-top-right-radius:1rem;border-bottom-left-radius:1rem;border-bottom-right-radius:0rem;box-shadow: 0rem 0.125rem 1rem rgba(var(--color-tertiary-0),0.48) ;height:8.1875rem;width:27.5rem;top:5.6875rem;left:47.3125rem;display:block; }
#DTXMo06yCAhwXr8zembKk79bdDIrihK1 { color:rgba(var(--color-tertiary-0),1);display:block;width:21.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15013;line-height:1.6;letter-spacing:0;text-shadow:0rem 0rem 0.5rem rgba(var(--color-tertiary-3),1);top:7rem;left:50.1875rem;height:2.3994125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#c68DUnqo5fopOHgh5K128iDPz37c2Jkz { position:absolute;display:block;z-index:15017;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:25rem;border-top-right-radius:25rem;border-bottom-left-radius:25rem;border-bottom-right-radius:25rem;box-shadow: none;height:1.74805rem;width:1.74805rem;top:34.6875rem;left:43.875rem;display:block; }
#BvZdfhlbU6JaoeJSdx9LCc9IQQo121DU { position:absolute;display:block;z-index:15019;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:25rem;border-top-right-radius:25rem;border-bottom-left-radius:25rem;border-bottom-right-radius:25rem;box-shadow: 0rem 0rem 0.4375rem rgba(var(--color-tertiary-0),0.5) ;height:1.06055rem;width:1.06055rem;top:36.4375rem;left:42.9375rem;display:block; }
#XqrRQAnKE0dqk3gbXn13humNLca3B1Mv { position:absolute;display:block;z-index:15026;height:1.875rem;width:1.99805rem;top:5.1875rem;left:4.65625rem;display:block; }
#wg6agyLrbLko8qoutUhxE3DxVRb7A6Da { position:absolute;display:block;z-index:15010;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:25rem;border-top-right-radius:25rem;border-bottom-left-radius:25rem;border-bottom-right-radius:25rem;box-shadow: none;height:5.686525rem;width:5.686525rem;top:37.875rem;left:40.4375rem;display:block; }
#MtxU9Hf9wOZqTMT67b0S3Se4OUmzTVM0 { position:absolute;display:block;z-index:15009;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:25rem;border-top-right-radius:25rem;border-bottom-left-radius:25rem;border-bottom-right-radius:25rem;box-shadow: none;height:5rem;width:5rem;top:38.25rem;left:44rem;display:block; }
#McTdH6Lz4s9LoFAaPXOo5G6lumcssJps { position:absolute;display:block;z-index:14997;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:25rem;border-top-right-radius:25rem;border-bottom-left-radius:25rem;border-bottom-right-radius:25rem;box-shadow: none;height:2.8125rem;width:2.8125rem;top:36.4375rem;left:44.8125rem;display:block; }
#UB92LlNA69bTfPazxuXQWQhWwyqUtO2y { position:absolute;display:block;z-index:14999;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:13.5625rem;width:45.25rem;top:10.9375rem;left:0rem;overflow:hidden;display:block; }
#LKRIGELFrLAWuJZJuy3hfHRZJS6bKny6 { position:absolute;display:block;z-index:14998;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:17.5625rem;width:16rem;top:2.375rem;left:28.25rem;overflow:hidden;display:block; }
#mS7zSRnXuetDal102AexQdy5JSBQBpSZ { position:absolute;display:block;z-index:15028;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.0625rem;width:14.75rem;top:7.25rem;left:0rem;overflow:hidden;display:block; }
#Ne1Sp9Rq8NTPnJRipZazlwZgZpAyLKnx { color:rgba(var(--color-tertiary-0),1);display:block;width:39.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:400;z-index:15010;line-height:1.9;letter-spacing:0;top:26rem;left:0rem;height:4.0371125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#XaxxxWppEduHCJ8noSaMfykazQ62Hxut { position:absolute;display:block;z-index:15029;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.9375rem;width:6.5rem;top:18.625rem;left:0.6875rem;overflow:hidden;display:block; }
#A4A93Np6gH3MpNSykfkeBaAnEcNgwcvV { position:absolute;display:block;z-index:15011;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:25rem;border-top-right-radius:25rem;border-bottom-left-radius:25rem;border-bottom-right-radius:25rem;box-shadow: none;height:2.375rem;width:2.375rem;top:41.3125rem;left:36.625rem;display:block; }
#DlJarAGvzDWRA16Nc1C2y8ccC2rVIw5n { position:absolute;display:block;z-index:15020;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:25rem;border-top-right-radius:25rem;border-bottom-left-radius:25rem;border-bottom-right-radius:25rem;box-shadow: 0rem 0rem 0.4375rem rgba(var(--color-tertiary-0),0.5) ;height:0.6875rem;width:0.6875rem;top:35.8125rem;left:40.625rem;display:block; }
#VhLtH1dd6RVUHIWC9eq2Babyuw7eoOPI { 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:4.375rem;width:11.3125rem;top:35.5625rem;left:0rem;overflow:hidden;display:block; }
#qORs6JUuXK4yuCbmJavL9ROM9oCicN4F { position:absolute;display:block;z-index:14996;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.6875rem;width:20.625rem;top:38.9375rem;left:20.0625rem;overflow:hidden;display:block; }
#TezsJKLgVBrsK3Oiw6Ov7tN1U9yq2Acp { position:absolute;display:block;z-index:15030;height:21.75rem;width:28.125rem;top:9.3984375rem;left:46.875rem;display:block; }
#SADNvFQFiOwOZ13TXGgzqgXGXkNFWTPE { 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:none; }#SADNvFQFiOwOZ13TXGgzqgXGXkNFWTPE > .row .container { border-width: 0; border-radius: 0; }#SADNvFQFiOwOZ13TXGgzqgXGXkNFWTPE > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#SADNvFQFiOwOZ13TXGgzqgXGXkNFWTPE > .row .container { font-size:0.875rem;font-family:arial;height:27.125rem;width:75rem;position:relative;display:none; }#wsHX25iSx4TcSJDTnwEurTtNUqmA4rds { box-sizing:content-box;height:19rem;width:62.25rem;position:absolute;display:block;z-index:15007;background-color:transparent;background-image: -webkit-linear-gradient(90deg, rgba(84,205,255,0.08), rgba(var(--color-primary-2),0.05));background-image: -moz-linear-gradient(90deg, rgba(84,205,255,0.08), rgba(var(--color-primary-2),0.05));background-image: -ms-linear-gradient(90deg, rgba(84,205,255,0.08), rgba(var(--color-primary-2),0.05));background-image: -o-linear-gradient(90deg, rgba(84,205,255,0.08), rgba(var(--color-primary-2),0.05));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#54cdff14', endColorstr='rgba(var(--color-primary-2),0.05)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#54cdff14', endColorstr='rgba(var(--color-primary-2),0.05)' );";background-image: linear-gradient(90deg, rgba(84,205,255,0.08), rgba(var(--color-primary-2),0.05));background-size:auto !important;top:3.3125rem;left:7.5625rem;display:block; }
#tMssgqHfz85lJlkE64ZXr4DpRoqFO5bx { color:rgba(var(--color-tertiary-3),1);display:block;width:24.125rem;position:absolute;font-family:"azo sans black";font-size:2.5rem;font-weight:700;z-index:15010;line-height:1.1;letter-spacing:0;top:5.9375rem;left:29.5rem;height:2.75rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#HPsdAlyXgBPAMrT58UziOmDWiphS81aP { color:rgba(var(--color-tertiary-2),1);display:block;width:39.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15011;line-height:1.7;letter-spacing:0;top:9.2992210388181rem;left:29.5rem;height:1.9121125rem;display:block; }
#kcU8AItZsH9wcLBiERCb3560mhogDp5G { color:rgba(var(--color-tertiary-4),1);display:block;width:37rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:normal;z-index:15010;line-height:1.8;letter-spacing:0;top:11.211719512939rem;left:29.5rem;height:8.4375rem;display:block; }
#UfIxaC3B4fZehnLAllL7W7A2f61NgTSE { box-sizing:content-box;height:19.875rem;width:19.875rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15013;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/42a50df4-d80f-47ff-8816-9ef346fdd0b3/KellyHeadshot.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:3.46875rem;left:6.375rem;box-shadow: 0rem 0.5rem 0.75rem rgba(var(--color-tertiary-3),0.22) ;display:block; }#UfIxaC3B4fZehnLAllL7W7A2f61NgTSE.adaptive-delivery-prevent-bg, #UfIxaC3B4fZehnLAllL7W7A2f61NgTSE.lazyload, #UfIxaC3B4fZehnLAllL7W7A2f61NgTSE.lazyloading { background-image: none; }
#vLyAzJTL9r4gaKnr3m5aOW5kHkLRiF4X { background-color:transparent;background-image:none;border-top:0.125rem solid rgba(var(--color-tertiary-3),0);border-left:0.125rem solid rgba(var(--color-tertiary-3),0);border-right:0.125rem solid rgba(var(--color-tertiary-3),0);border-bottom:0.125rem solid rgba(var(--color-tertiary-3),0);border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-3),0);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"azo sans black";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.25rem;height:3.625rem;text-decoration:none;z-index:15019;text-align:center;text-align-last:center;top:20.375rem;left:29.375rem;display:block; }
#BSXfPfaOrdI2DsZmmVm0uJO0CUUBLAuO { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Wo1lWE6eQhuwxpn38Xh79ut5kw3lumNT { 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:15017;opacity:1;top:20.6875rem;left:30.0625rem; }
#zWTBVV0bVBDn3cPkahl8mPykc0kPxmRm { box-sizing:content-box;height:3.4375rem;width:16rem;position:absolute;display:block;z-index:15016;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:20.375rem;left:29.375rem;border-top:0.125rem solid #5d92ff;border-left:0.125rem solid #5d92ff;border-right:0.125rem solid #5d92ff;border-bottom:0.125rem solid #5d92ff;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;display:block; }
#ecdgZqKi7noggpTidJThd2mcUtsoOeAw { color:rgba(var(--color-tertiary-3),1);display:block;width:10.3125rem;position:absolute;font-family:"azo sans black";font-size:1.25rem;font-weight:700;z-index:15018;line-height:1.3;letter-spacing:0;top:21.5rem;left:33.6875rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#uReT61COXbTcLdNlEwI0IHxCSvIcWAqT { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-tertiary-0),1), rgba(var(--color-primary-0),0.4));background-image: -moz-linear-gradient(180deg, rgba(var(--color-tertiary-0),1), rgba(var(--color-primary-0),0.4));background-image: -ms-linear-gradient(180deg, rgba(var(--color-tertiary-0),1), rgba(var(--color-primary-0),0.4));background-image: -o-linear-gradient(180deg, rgba(var(--color-tertiary-0),1), rgba(var(--color-primary-0),0.4));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-0),1)', endColorstr='rgba(var(--color-primary-0),0.4)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-0),1)', endColorstr='rgba(var(--color-primary-0),0.4)' );";background-image: linear-gradient(180deg, rgba(var(--color-tertiary-0),1), rgba(var(--color-primary-0),0.4));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; }#uReT61COXbTcLdNlEwI0IHxCSvIcWAqT > .row .container { background-color: transparent; background-image: none; }#uReT61COXbTcLdNlEwI0IHxCSvIcWAqT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uReT61COXbTcLdNlEwI0IHxCSvIcWAqT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uReT61COXbTcLdNlEwI0IHxCSvIcWAqT > .row .container > .video-iframe-container { display: none; }#uReT61COXbTcLdNlEwI0IHxCSvIcWAqT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uReT61COXbTcLdNlEwI0IHxCSvIcWAqT > .row > .video-iframe-container { display: none; }#uReT61COXbTcLdNlEwI0IHxCSvIcWAqT > .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); }#uReT61COXbTcLdNlEwI0IHxCSvIcWAqT > .row .container { border-width: 0; border-radius: 0; }#uReT61COXbTcLdNlEwI0IHxCSvIcWAqT > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#uReT61COXbTcLdNlEwI0IHxCSvIcWAqT > .row .container { font-size:0.875rem;font-family:arial;height:54.5625rem;width:75rem;position:relative;display:block; }#sgn1BlQblmg4iVCxJRHoPTVHHzSIZkW5 { color:rgba(var(--color-tertiary-3),1);display:block;width:38.5rem;position:absolute;font-family:"azo sans black";font-size:3rem;font-weight:700;z-index:15018;line-height:1.3;letter-spacing:0;top:3.5625rem;left:18.25rem;height:3.8999rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#yIlG6S5gQIy0waG0TGtJzLlFTT0dLQS1 { box-sizing:content-box;height:16.625rem;width:21.125rem;position:absolute;display:block;z-index:15002;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #e4dfff, #f4f7fa);background-image: -moz-linear-gradient(180deg, #e4dfff, #f4f7fa);background-image: -ms-linear-gradient(180deg, #e4dfff, #f4f7fa);background-image: -o-linear-gradient(180deg, #e4dfff, #f4f7fa);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#e4dfff', endColorstr='#f4f7fa' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#e4dfff', endColorstr='#f4f7fa' );";background-image: linear-gradient(180deg, #e4dfff, #f4f7fa);background-size:auto !important;top:10.25rem;left:3.875rem;border-top-left-radius:1rem;border-top-right-radius:1rem;border-bottom-left-radius:1rem;border-bottom-right-radius:1rem;box-shadow: 0.0625rem 0.25rem 0.5rem rgba(var(--color-tertiary-4),0.25) ;border-top:0.0625rem solid rgba(var(--color-tertiary-0),1);border-left:0.0625rem solid rgba(var(--color-tertiary-0),1);border-right:0.0625rem solid rgba(var(--color-tertiary-0),1);border-bottom:0.0625rem solid rgba(var(--color-tertiary-0),1);display:block; }
#i6JwgM7SF3aDkxmuqBPwrWFI5i4ktTDE { position:absolute;display:block;z-index:15019;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9.5rem;width:14.625rem;top:7.4375rem;left:3.75rem;overflow:hidden;display:block; }
#Wm16LcPDovghygTZWTKxvH0UGJuUSi1f { color:rgba(var(--color-tertiary-3),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:700;z-index:15020;line-height:1.3;letter-spacing:0;top:18.375rem;left:5.875rem;height:1.7871125rem;font-style:normal;display:block; }
#U58t0XTfylHHpZATz7PHlHhMcwFsSchU { color:#445c85;display:block;width:17.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15067;line-height:1.7;letter-spacing:0;top:20.5625rem;left:5.875rem;height:4.4619125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#tEhxaWbw8R8Im35LH8x2RTX4Og1nC6ke { box-sizing:content-box;height:16.625rem;width:21.125rem;position:absolute;display:block;z-index:15005;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-secondary-0),1), #f4f7fa);background-image: -moz-linear-gradient(180deg, rgba(var(--color-secondary-0),1), #f4f7fa);background-image: -ms-linear-gradient(180deg, rgba(var(--color-secondary-0),1), #f4f7fa);background-image: -o-linear-gradient(180deg, rgba(var(--color-secondary-0),1), #f4f7fa);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-0),1)', endColorstr='#f4f7fa' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-0),1)', endColorstr='#f4f7fa' );";background-image: linear-gradient(180deg, rgba(var(--color-secondary-0),1), #f4f7fa);background-size:auto !important;top:10.1875rem;left:26.75rem;border-top-left-radius:1rem;border-top-right-radius:1rem;border-bottom-left-radius:1rem;border-bottom-right-radius:1rem;box-shadow: 0.0625rem 0.25rem 0.5rem rgba(var(--color-tertiary-4),0.45) ;border-top:0.0625rem solid rgba(var(--color-tertiary-0),1);border-left:0.0625rem solid rgba(var(--color-tertiary-0),1);border-right:0.0625rem solid rgba(var(--color-tertiary-0),1);border-bottom:0.0625rem solid rgba(var(--color-tertiary-0),1);display:block; }
#BdEazKEceXTPyAJkA17OnUVE7yMHOeB1 { color:#445c85;display:block;width:17.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15070;line-height:1.7;letter-spacing:0;top:20.5rem;left:28.75rem;height:4.4619125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#kIuxXruxTAASXQrs5b6TiAEfkT7tkhH7 { color:rgba(var(--color-tertiary-3),1);display:block;width:15.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:700;z-index:15023;line-height:1.3;letter-spacing:0;top:18.3125rem;left:28.75rem;height:1.7871125rem;font-style:normal;display:block; }
#zhnPKRQLOXlyHyqnOTLDxUcq6zPL84dL { box-sizing:content-box;height:16.625rem;width:21.125rem;position:absolute;display:block;z-index:15006;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #fff7e3, #f4f7fa);background-image: -moz-linear-gradient(180deg, #fff7e3, #f4f7fa);background-image: -ms-linear-gradient(180deg, #fff7e3, #f4f7fa);background-image: -o-linear-gradient(180deg, #fff7e3, #f4f7fa);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#fff7e3', endColorstr='#f4f7fa' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#fff7e3', endColorstr='#f4f7fa' );";background-image: linear-gradient(180deg, #fff7e3, #f4f7fa);background-size:auto !important;top:10.3125rem;left:50.125rem;border-top-left-radius:1rem;border-top-right-radius:1rem;border-bottom-left-radius:1rem;border-bottom-right-radius:1rem;box-shadow: 0.0625rem 0.25rem 0.5rem rgba(var(--color-tertiary-4),0.45) ;border-top:0.0625rem solid rgba(var(--color-tertiary-0),1);border-left:0.0625rem solid rgba(var(--color-tertiary-0),1);border-right:0.0625rem solid rgba(var(--color-tertiary-0),1);border-bottom:0.0625rem solid rgba(var(--color-tertiary-0),1);display:block; }
#y1cbwrmz6bcvBsXl0r6FM0kNpQ1nlwRt { color:#445c85;display:block;width:17.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15071;line-height:1.7;letter-spacing:0;top:20.625rem;left:52.125rem;height:4.4619125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#Du3nQmucldxHK974bRhkGiM43F8CIbhR { color:rgba(var(--color-tertiary-3),1);display:block;width:17.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:700;z-index:15024;line-height:1.3;letter-spacing:0;top:18.4375rem;left:52.125rem;height:1.7871125rem;font-style:normal;display:block; }
#ro5xu3khLTrr52iCpZFvJf8pNRvK5I6q { position:absolute;display:block;z-index:15023;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9.375rem;width:14.125rem;top:7.875rem;left:49.5rem;overflow:hidden;display:block; }
#EXyem3eBGXzgWfUhAFsyJmDEl7RcZmhK { position:absolute;display:block;z-index:15024;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.875rem;width:13.375rem;top:8.125rem;left:26.75rem;overflow:hidden;display:block; }
#D9xK8NAk1Qln83Zy6K4bWiSswHqvo8xA { box-sizing:content-box;height:16.625rem;width:21.125rem;position:absolute;display:block;z-index:15010;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #ede1ff, #f4f7fa);background-image: -moz-linear-gradient(180deg, #ede1ff, #f4f7fa);background-image: -ms-linear-gradient(180deg, #ede1ff, #f4f7fa);background-image: -o-linear-gradient(180deg, #ede1ff, #f4f7fa);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ede1ff', endColorstr='#f4f7fa' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ede1ff', endColorstr='#f4f7fa' );";background-image: linear-gradient(180deg, #ede1ff, #f4f7fa);background-size:auto !important;top:28.9375rem;left:38.5625rem;border-top-left-radius:1rem;border-top-right-radius:1rem;border-bottom-left-radius:1rem;border-bottom-right-radius:1rem;box-shadow: 0.0625rem 0.25rem 0.5rem rgba(var(--color-tertiary-4),0.45) ;border-top:0.0625rem solid rgba(var(--color-tertiary-0),1);border-left:0.0625rem solid rgba(var(--color-tertiary-0),1);border-right:0.0625rem solid rgba(var(--color-tertiary-0),1);border-bottom:0.0625rem solid rgba(var(--color-tertiary-0),1);display:block; }
#hF9c0zT7SegB5IIzTpohgbL1lPuXLZqF { box-sizing:content-box;height:16.625rem;width:21.125rem;position:absolute;display:block;z-index:15013;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #c7f0ff, #f4f7fa);background-image: -moz-linear-gradient(180deg, #c7f0ff, #f4f7fa);background-image: -ms-linear-gradient(180deg, #c7f0ff, #f4f7fa);background-image: -o-linear-gradient(180deg, #c7f0ff, #f4f7fa);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#c7f0ff', endColorstr='#f4f7fa' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#c7f0ff', endColorstr='#f4f7fa' );";background-image: linear-gradient(180deg, #c7f0ff, #f4f7fa);background-size:auto !important;top:29rem;left:15.5rem;border-top-left-radius:1rem;border-top-right-radius:1rem;border-bottom-left-radius:1rem;border-bottom-right-radius:1rem;box-shadow: 0.0625rem 0.25rem 0.5rem rgba(var(--color-tertiary-4),0.45) ;border-top:0.0625rem solid rgba(var(--color-tertiary-0),1);border-left:0.0625rem solid rgba(var(--color-tertiary-0),1);border-right:0.0625rem solid rgba(var(--color-tertiary-0),1);border-bottom:0.0625rem solid rgba(var(--color-tertiary-0),1);display:block; }
#d1K2TMQPBqTmE6PxfTDyzITAfTuerNDV { color:#445c85;display:block;width:17.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15075;line-height:1.7;letter-spacing:0;top:39.25rem;left:40.5625rem;height:4.4619125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#gS8gBtkNkDGmqOepkvJdeKKqwxh5Pa21 { color:#445c85;display:block;width:17.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15078;line-height:1.7;letter-spacing:0;top:38.625rem;left:17.4375rem;height:5.94921875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#PuEc60MWWTEgLsLVE464dOv5d7yA3Gp3 { color:rgba(var(--color-tertiary-3),1);display:block;width:15.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:700;z-index:15028;line-height:1.3;letter-spacing:0;top:37.0625rem;left:40.5625rem;height:1.7871125rem;font-style:normal;display:block; }
#Zme3B79SnNMQ4NrqLCXoZWAtAk25QZMl { color:rgba(var(--color-tertiary-3),1);display:block;width:17.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:700;z-index:15031;line-height:1.3;letter-spacing:0;top:36.5625rem;left:17.5rem;height:1.7871125rem;font-style:normal;display:block; }
#mcqsaEpGM9aBFWmCIiWwO6BOhzlCbPKw { position:absolute;display:block;z-index:15082;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.6875rem;width:13.125rem;top:27.75rem;left:37.9375rem;overflow:hidden;display:block; }
#fsTxeE9WCOTMIeZK1UbbUp3ezZkxhQnd { position:absolute;display:block;z-index:15081;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.6875rem;width:11.8125rem;top:27.8125rem;left:16.0625rem;overflow:hidden;display:block; }
#WA4f40lxLfzbb0PeiAigsLRUg0suKIUh { color:rgba(var(--color-primary-4),1);display:block;width:25.5rem;position:absolute;font-family:"azo sans black";font-size:3rem;font-weight:700;z-index:15017;line-height:1.3;letter-spacing:0;top:3.6875rem;left:24.75rem;height:0;font-style:normal;text-align:center;text-align-last:center;display:none; }
#z6pCMH2WqzaIG45ygyzpJMfWNkQ8kaGg { color:rgba(var(--color-primary-4),1);display:block;width:25.5rem;position:absolute;font-family:"azo sans black";font-size:2.5rem;font-weight:700;z-index:15016;line-height:1.3;letter-spacing:0;top:1rem;left:25rem;height:3.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#TTM0ZfkBzz8qy6Ry2afWCAkUAD9rby3z { background-color:rgba(var(--color-secondary-3),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: 0.0625rem 0.4375rem 0.75rem rgba(0,56,43,0.46) ;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);text-shadow:0.0625rem 0.0625rem 0.5rem rgba(0,0,0,0.5);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"azo sans black";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:23.375rem;height:4rem;text-decoration:none;z-index:15046;text-align:center;text-align-last:center;top:47.3125rem;left:25.8125rem;display:block; }
#DUXxpkAUTVb9NKM9moiUotJN1ukJ7AZ1 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#mPTwCIKhx5dB0wRPfuFgcTkfz2hbVpVA { position:absolute;display:block;z-index:15019;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:5.5rem;top:33.412109375rem;left:4.375rem;overflow:hidden;display:block; }
#zTx8gS0A8GfPk0Vk9pm2vacMVTLGFiPF { position:absolute;display:block;z-index:15019;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9.25rem;width:9.375rem;top:31.287109375rem;left:62.6875rem;overflow:hidden;display:block; }
#uuVzy3VfOwedX1ZLmOKi5wIoSRomgZRL { position:absolute;display:block;z-index:15001;background-color:#000000;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:25rem;border-top-right-radius:25rem;border-bottom-left-radius:25rem;border-bottom-right-radius:25rem;box-shadow: none;height:5.125rem;width:5.125rem;top:52.25rem;left:4rem;display:block; }
#DG4xIdX2cqvHppxd0a3MDZLze73Qhiv1 { position:absolute;display:block;z-index:15018;background-color:#000000;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:25rem;border-top-right-radius:25rem;border-bottom-left-radius:25rem;border-bottom-right-radius:25rem;box-shadow: none;height:4.375rem;width:4.375rem;top:53rem;left:0.125rem;display:block; }
#Ni03FHq0HKT3OWs46qG0XoQOxNQwPvBN { position:absolute;display:block;z-index:15018;background-color:#000000;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:25rem;border-top-right-radius:25rem;border-bottom-left-radius:25rem;border-bottom-right-radius:25rem;box-shadow: none;height:3.625rem;width:3.625rem;top:53.75rem;left:8.625rem;display:block; }
#KGfFTRST6qSgFsmTB2Hz9qOtUnZ573uP { position:absolute;display:block;z-index:15013;background-color:rgba(var(--color-primary-4),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:25rem;border-top-right-radius:25rem;border-bottom-left-radius:25rem;border-bottom-right-radius:25rem;box-shadow: none;height:7.3730625rem;width:7.3730625rem;top:50.0625rem;left:67.5rem;display:block; }
#GaL6smrUHBSmT5ToWxV0n3bHwViXidEB { position:absolute;display:block;z-index:15014;background-color:rgba(var(--color-primary-4),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:25rem;border-top-right-radius:25rem;border-bottom-left-radius:25rem;border-bottom-right-radius:25rem;box-shadow: none;height:3.93555rem;width:3.93555rem;top:53.5rem;left:64.4375rem;display:block; }
#Qw4298S2D3UMCQAbo4S3dmdP29qgHL3z { position:absolute;display:block;z-index:15022;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.6875rem;width:14.5625rem;top:53.46875rem;left:3.875rem;overflow:hidden;display:block; }
#bO9V9PC6tN0zu50dpsmEFPxuD0Vaemfx { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-4),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#bO9V9PC6tN0zu50dpsmEFPxuD0Vaemfx > .row .container { background-color: transparent; background-image: none; }#bO9V9PC6tN0zu50dpsmEFPxuD0Vaemfx::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bO9V9PC6tN0zu50dpsmEFPxuD0Vaemfx > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bO9V9PC6tN0zu50dpsmEFPxuD0Vaemfx > .row .container > .video-iframe-container { display: none; }#bO9V9PC6tN0zu50dpsmEFPxuD0Vaemfx > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bO9V9PC6tN0zu50dpsmEFPxuD0Vaemfx > .row > .video-iframe-container { display: none; }#bO9V9PC6tN0zu50dpsmEFPxuD0Vaemfx > .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); }#bO9V9PC6tN0zu50dpsmEFPxuD0Vaemfx > .row .container { border-width: 0; border-radius: 0; }#bO9V9PC6tN0zu50dpsmEFPxuD0Vaemfx > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#bO9V9PC6tN0zu50dpsmEFPxuD0Vaemfx > .row .container { font-size:0.875rem;font-family:arial;height:3.1875rem;width:75rem;position:relative;display:block; }#RPBHMFMwBDUw1y5oDTv2wW8hSNgLVOFk { 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:2.5rem;width:6.625rem;top:0rem;left:56.5rem;overflow:hidden;display:block; }
#B1yiy6RD8S9U2WbONv2azAUkdbUPkXMU { 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.25rem;width:6.1875rem;top:0.125rem;left:3.0625rem;overflow:hidden;display:block; }
#ka4DMB2uR4TI2L6iP67iMFDTiGEJGDSL { position:absolute;display:block;z-index:15015;background-color:#c6e4fa;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:25rem;border-top-right-radius:25rem;border-bottom-left-radius:25rem;border-bottom-right-radius:25rem;box-shadow: none;height:1.5625rem;width:1.5625rem;top:0.65625rem;left:70.125rem;display:block; }
#TbBoLPSJABLdIKvmQTx2WvCpsWvWRccT { position:absolute;display:block;z-index:15016;background-color:#c6e4fa;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:25rem;border-top-right-radius:25rem;border-bottom-left-radius:25rem;border-bottom-right-radius:25rem;box-shadow: none;height:0.74805rem;width:0.74805rem;top:1.0625rem;left:1.5625rem;display:block; }
#lPA2z1dtD4Az4eaoPJCd0rmQ9G4nSXoZ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-4),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#lPA2z1dtD4Az4eaoPJCd0rmQ9G4nSXoZ > .row .container { background-color: transparent; background-image: none; }#lPA2z1dtD4Az4eaoPJCd0rmQ9G4nSXoZ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lPA2z1dtD4Az4eaoPJCd0rmQ9G4nSXoZ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lPA2z1dtD4Az4eaoPJCd0rmQ9G4nSXoZ > .row .container > .video-iframe-container { display: none; }#lPA2z1dtD4Az4eaoPJCd0rmQ9G4nSXoZ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lPA2z1dtD4Az4eaoPJCd0rmQ9G4nSXoZ > .row > .video-iframe-container { display: none; }#lPA2z1dtD4Az4eaoPJCd0rmQ9G4nSXoZ > .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); }#lPA2z1dtD4Az4eaoPJCd0rmQ9G4nSXoZ > .row .container { border-width: 0; border-radius: 0; }#lPA2z1dtD4Az4eaoPJCd0rmQ9G4nSXoZ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#lPA2z1dtD4Az4eaoPJCd0rmQ9G4nSXoZ > .row .container { font-size:0.875rem;font-family:arial;height:62.875rem;width:75rem;position:relative;display:block; }#Ii6spWPBTCu4znmwwQFGfVvWZq7A28xl { 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:3.375rem;width:10.3125rem;top:28.375rem;left:63.375rem;overflow:hidden;display:block; }
#DUTvNBsfmATqZvPareBnTPnQTiUEebfq { color:rgba(var(--color-tertiary-0),1);display:block;width:51.25rem;position:absolute;font-family:"azo sans black";font-size:2.75rem;font-weight:700;z-index:15015;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.25rem 0.5rem rgba(0,95,73,0.59);top:0.25rem;left:11.875rem;height:3.57470625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#X76IOOHqhhVyDmQ15OGME4qbsD2J0qci { position:absolute;display:block;z-index:15015;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/8a613e1c-901b-4361-a1f8-253988d8dcac/IMPACT.png");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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:27rem;width:42.9375rem;top:4.625rem;left:16.0625rem;display:block; }#X76IOOHqhhVyDmQ15OGME4qbsD2J0qci.adaptive-delivery-prevent-bg, #X76IOOHqhhVyDmQ15OGME4qbsD2J0qci.lazyload, #X76IOOHqhhVyDmQ15OGME4qbsD2J0qci.lazyloading { background-image: none; }
#n97hq87g2WNPD5G8Pp4vM8im4hObHbhq { background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:12.5rem;border-top-right-radius:12.5rem;border-bottom-left-radius:12.5rem;border-bottom-right-radius:12.5rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),0);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.375rem;height:3.4375rem;text-decoration:none;z-index:15062;text-align:center;text-align-last:center;top:13.3125rem;left:31.6875rem;display:block; }
#Ke1tnuMDfJh31U1A1b9cK7Rm7DqTiA7P { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#vdmJ5ZlXG5lhCrisuE7p2BX63vCuu3Bb { position:absolute;display:block;z-index:15026;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.75rem;border-top-right-radius:3.75rem;border-bottom-left-radius:3.75rem;border-bottom-right-radius:3.75rem;box-shadow: 0.0625rem 0.25rem 1.25rem rgba(var(--color-tertiary-3),0.2) ;height:3.25rem;width:11.25rem;top:13.375rem;left:31.8125rem;display:block; }
#RXT6ayGmu37oAQGmSlk5rXpKMEiTiVcb { color:rgba(var(--color-tertiary-3),1);display:block;width:8.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15056;line-height:1;letter-spacing:0;top:14.5625rem;left:34.75rem;height:1rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#wGmiP6lroeSEb0vl8AEIpcTBXDUI5b6W { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.125rem;width:2.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15055;opacity:1;top:13.9375rem;left:32.25rem; }
#sKvg2xKd4B04rGIB2t61r8OWRRbqVpEz { position:absolute;display:block;z-index:15058;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-primary-4),0), rgba(var(--color-primary-4),1));background-image: -moz-linear-gradient(180deg, rgba(var(--color-primary-4),0), rgba(var(--color-primary-4),1));background-image: -ms-linear-gradient(180deg, rgba(var(--color-primary-4),0), rgba(var(--color-primary-4),1));background-image: -o-linear-gradient(180deg, rgba(var(--color-primary-4),0), rgba(var(--color-primary-4),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-4),0)', endColorstr='rgba(var(--color-primary-4),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-4),0)', endColorstr='rgba(var(--color-primary-4),1)' );";background-image: linear-gradient(180deg, rgba(var(--color-primary-4),0), rgba(var(--color-primary-4),1));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.6875rem;width:52.375rem;top:26.125rem;left:11.3125rem;display:block; }
#dnJ8IQGJAMOrsHkfkKDGdTbPQKyIfo5m { position:absolute;display:block;z-index:14999;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.6875rem;width:11rem;top:18.5625rem;left:11.3125rem;overflow:hidden;display:block; }
#UZ3daxrDPa3XQvG57pp5WZM9uEMbonUT { color:rgba(var(--color-tertiary-0),1);display:block;width:22.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15064;line-height:1;letter-spacing:0;text-shadow:0.0625rem 0.25rem 0.5rem rgba(var(--color-tertiary-4),0.43);top:41.625rem;left:1.25rem;height:1.5rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#PMDd3wKs3Dtdu85qk5IJl2obSZF2o241 { color:rgba(var(--color-tertiary-0),1);display:block;width:19.1875rem;position:absolute;font-family:"azo sans black";font-size:1rem;font-weight:400;z-index:15063;line-height:1.7;letter-spacing:0;text-shadow:0.0625rem 0.25rem 0.5rem rgba(var(--color-tertiary-4),0.43);top:43.5625rem;left:2.6875rem;height:6.796875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#onaudswb7KGanaT19RQhT4gbusNHsA49 { box-sizing:content-box;height:18.4375rem;width:23.8125rem;position:absolute;display:block;z-index:14998;background-color:rgba(var(--color-primary-3),1);background-image:none;top:35.625rem;left:0rem;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem;box-shadow: 0.0625rem 0.5rem 0.75rem #000000 ;border-top:0.0625rem solid rgba(68,92,133,0.45);border-left:0.0625rem solid rgba(68,92,133,0.45);border-right:0.0625rem solid rgba(68,92,133,0.45);border-bottom:0.0625rem solid rgba(68,92,133,0.45);display:block; }
#NgT5TGdhzcqLvZUPWuRoKt5TcBoPCpwc { box-sizing:content-box;height:18.4375rem;width:23.8125rem;position:absolute;display:block;z-index:15001;background-color:rgba(var(--color-primary-3),1);background-image:none;top:35.625rem;left:25.5625rem;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem;box-shadow: 0.0625rem 0.5rem 0.75rem #000000 ;border-top:0.0625rem solid rgba(68,92,133,0.45);border-left:0.0625rem solid rgba(68,92,133,0.45);border-right:0.0625rem solid rgba(68,92,133,0.45);border-bottom:0.0625rem solid rgba(68,92,133,0.45);display:block; }
#UEcqdWFyhfHTdXKmTxTbVP1rc6s5HO3v { color:rgba(var(--color-tertiary-0),1);display:block;width:19.1875rem;position:absolute;font-family:"azo sans black";font-size:1rem;font-weight:400;z-index:15066;line-height:1.7;letter-spacing:0;text-shadow:0.0625rem 0.25rem 0.5rem rgba(var(--color-tertiary-4),0.43);top:43.5625rem;left:28.3125rem;height:8.496125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#SACu1czkbWQqiTw10FzgwltnPz3zthep { color:rgba(var(--color-tertiary-0),1);display:block;width:22.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15067;line-height:1;letter-spacing:0;text-shadow:0.0625rem 0.25rem 0.5rem rgba(var(--color-tertiary-4),0.43);top:41.625rem;left:26.875rem;height:1.5rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ITzqEgcvXfgzTIrmSH4AsXXRrDNvmQxX { box-sizing:content-box;height:18.4375rem;width:23.8125rem;position:absolute;display:block;z-index:15004;background-color:rgba(var(--color-primary-3),1);background-image:none;top:35.625rem;left:51.0625rem;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem;box-shadow: 0.0625rem 0.5rem 0.75rem #000000 ;border-top:0.0625rem solid rgba(68,92,133,0.45);border-left:0.0625rem solid rgba(68,92,133,0.45);border-right:0.0625rem solid rgba(68,92,133,0.45);border-bottom:0.0625rem solid rgba(68,92,133,0.45);display:block; }
#rw1rUfZFyNB3lFGGUtHSqvFrrKuKlPmE { color:rgba(var(--color-tertiary-0),1);display:block;width:19.1875rem;position:absolute;font-family:"azo sans black";font-size:1rem;font-weight:400;z-index:15069;line-height:1.7;letter-spacing:0;text-shadow:0.0625rem 0.25rem 0.5rem rgba(var(--color-tertiary-4),0.43);top:43.125rem;left:53.4375rem;height:5.09765625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#BsFAB83uOVKOxyuX7WCEgiVqvao6PZMa { color:rgba(var(--color-tertiary-0),1);display:block;width:22.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15070;line-height:1;letter-spacing:0;text-shadow:0.0625rem 0.25rem 0.5rem rgba(var(--color-tertiary-4),0.43);top:41.375rem;left:52.4375rem;height:1.5rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#w2Hf6OrU31pnZzTuxFDSGrxeDTC4cZdZ { position:absolute;display:block;z-index:15071;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: none;height:9.9375rem;width:17.75rem;top:30.6875rem;left:28.75rem;overflow:hidden;display:block; }
#kMAtpV3KN2xGZ70UTslMgCxGz4aLuOLH { position:absolute;display:block;z-index:15073;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: none;height:9.875rem;width:17.75rem;top:30.6875rem;left:54.3125rem;overflow:hidden;display:block; }
#He78RH2v8r9iFM9RAkMc1WU14D4maW4w { background-color:rgba(var(--color-secondary-3),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: 0.0625rem 0.3125rem 1.25rem rgba(var(--color-secondary-3),0.39) ;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);text-shadow:0.0625rem 0.0625rem 0.5rem rgba(0,0,0,0.5);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"azo sans black";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:23.375rem;height:4rem;text-decoration:none;z-index:15045;text-align:center;text-align-last:center;top:55.75rem;left:25.8125rem;display:block; }
#L9rnDDveVxBvuUTLqsFsL80VWEKKGDRT { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#MBFaIGsSLeTKfVWt27xU2de2RhiWgT4y { position:absolute;display:block;z-index:15020;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.875rem;width:21.25rem;top:55.3125rem;left:2.6875rem;overflow:hidden;display:block; }
#qv8T4FqSTLuwc3aEsSutlnkkWTOga66u { position:absolute;display:block;z-index:15021;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.6875rem;width:20.625rem;top:55.4375rem;left:53.0625rem;overflow:hidden;display:block; }
#UAQ6365pTKhWVl2HFIrryDBbnZhdoruB { position:absolute;display:block;z-index:15072;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: none;height:9.875rem;width:17.75rem;top:30.6875rem;left:3.4375rem;overflow:hidden;display:block; }
#JMidi9HlGMaUTzwpF7xGgnNh7zRoxxow { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/758912e1-e233-4477-a1e4-6eba30570efd/createbgnew02.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#JMidi9HlGMaUTzwpF7xGgnNh7zRoxxow.adaptive-delivery-prevent-bg, #JMidi9HlGMaUTzwpF7xGgnNh7zRoxxow.lazyload, #JMidi9HlGMaUTzwpF7xGgnNh7zRoxxow.lazyloading { background-image: none; }#JMidi9HlGMaUTzwpF7xGgnNh7zRoxxow > .row .container { background-color: transparent; background-image: none; }#JMidi9HlGMaUTzwpF7xGgnNh7zRoxxow::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(244,247,250,0.59); }#JMidi9HlGMaUTzwpF7xGgnNh7zRoxxow > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JMidi9HlGMaUTzwpF7xGgnNh7zRoxxow > .row .container > .video-iframe-container { display: none; }#JMidi9HlGMaUTzwpF7xGgnNh7zRoxxow > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(244,247,250,0.59); }#JMidi9HlGMaUTzwpF7xGgnNh7zRoxxow > .row > .video-iframe-container { display: none; }#JMidi9HlGMaUTzwpF7xGgnNh7zRoxxow > .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); }#JMidi9HlGMaUTzwpF7xGgnNh7zRoxxow > .row .container { border-width: 0; border-radius: 0; }#JMidi9HlGMaUTzwpF7xGgnNh7zRoxxow::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#JMidi9HlGMaUTzwpF7xGgnNh7zRoxxow > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#JMidi9HlGMaUTzwpF7xGgnNh7zRoxxow > .row .container { font-size:0.875rem;font-family:arial;height:39.6875rem;width:75rem;position:relative;display:block; }#L1hZ5cKLnatVTypXx0B0hdTC11HH2z9P { position:absolute;display:block;z-index:15003;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-tertiary-0),1), #d5f4ff);background-image: -moz-linear-gradient(180deg, rgba(var(--color-tertiary-0),1), #d5f4ff);background-image: -ms-linear-gradient(180deg, rgba(var(--color-tertiary-0),1), #d5f4ff);background-image: -o-linear-gradient(180deg, rgba(var(--color-tertiary-0),1), #d5f4ff);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-0),1)', endColorstr='#d5f4ff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-0),1)', endColorstr='#d5f4ff' );";background-image: linear-gradient(180deg, rgba(var(--color-tertiary-0),1), #d5f4ff);background-size:auto !important;border-top:0.0625rem solid rgba(var(--color-tertiary-0),1);border-left:0.0625rem solid rgba(var(--color-tertiary-0),1);border-right:0.0625rem solid rgba(var(--color-tertiary-0),1);border-bottom:0.0625rem solid rgba(var(--color-tertiary-0),1);border-top-left-radius:4rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: 0.0625rem 0.25rem 0.5rem rgba(9,101,186,0.35) ;height:19.3125rem;width:22.8125rem;top:11.1875rem;left:0rem;display:block; }
#tH2KiIXiF7qSTQ6RtdrbG0z74Av41kcQ { color:#445c85;display:block;width:20.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:normal;z-index:15004;line-height:1.7;letter-spacing:0;top:20.037109375rem;left:1.34375rem;height:6.375rem;text-align:center;text-align-last:center;display:block; }
#iDBFbk5C9SKpMbfNV7WUlmImQf1a6Wg7 { color:rgba(var(--color-tertiary-0),1);display:block;width:7.1235rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:29.5rem;left:7.9375rem;height:1.4624rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#PrV5P5h5TWPIzviZ9IhpiPVgKJqiirbW { position:absolute;display:block;z-index:15003;background-color:rgba(var(--color-primary-1),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.375rem;border-top-right-radius:2.375rem;border-bottom-left-radius:2.375rem;border-bottom-right-radius:2.375rem;box-shadow: none;height:2.9375rem;width:9.125rem;top:28.75rem;left:6.9375rem;display:block; }
#GV1GyZ2P4SVo40HHogsWCGA1k3DE3RTv { color:rgba(var(--color-primary-4),1);display:block;width:18.3125rem;position:absolute;font-family:"azo sans black";font-size:1.5rem;font-weight:700;z-index:15005;line-height:1.1;letter-spacing:0;top:16.3125rem;left:2.3125rem;height:3.298825rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#MJdppT9kFispg8pziEC9J1u5gTFTd5eg { position:absolute;display:block;z-index:15008;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-tertiary-0),1), #d5f4ff);background-image: -moz-linear-gradient(180deg, rgba(var(--color-tertiary-0),1), #d5f4ff);background-image: -ms-linear-gradient(180deg, rgba(var(--color-tertiary-0),1), #d5f4ff);background-image: -o-linear-gradient(180deg, rgba(var(--color-tertiary-0),1), #d5f4ff);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-0),1)', endColorstr='#d5f4ff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-0),1)', endColorstr='#d5f4ff' );";background-image: linear-gradient(180deg, rgba(var(--color-tertiary-0),1), #d5f4ff);background-size:auto !important;border-top:0.0625rem solid rgba(var(--color-tertiary-0),1);border-left:0.0625rem solid rgba(var(--color-tertiary-0),1);border-right:0.0625rem solid rgba(var(--color-tertiary-0),1);border-bottom:0.0625rem solid rgba(var(--color-tertiary-0),1);border-top-left-radius:4rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: 0.0625rem 1rem 1.5rem rgba(var(--color-tertiary-4),0.26) ;height:23.5625rem;width:23.75rem;top:9.5625rem;left:25.625rem;display:block; }
#SXE6y8dV9gQRWJguheLvWrBlqfa2ayzs { position:absolute;display:block;z-index:15008;background-color:rgba(var(--color-primary-1),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.375rem;border-top-right-radius:2.375rem;border-bottom-left-radius:2.375rem;border-bottom-right-radius:2.375rem;box-shadow: none;height:3.37456875rem;width:9.6875rem;top:31.4375rem;left:32.6875rem;display:block; }
#PctixTBn7cWN2h3SPDxSfJgPrZwgZSCX { color:rgba(var(--color-tertiary-0),1);display:block;width:7.1235rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:32.3125rem;left:33.9375rem;height:1.625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#KxZ8XbMuvBxJL5RaZrBT59H3HMqP0DHt { color:#445c85;display:block;width:20.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:normal;z-index:15009;line-height:1.7;letter-spacing:0;top:17.646484375rem;left:27.15625rem;height:11.15625rem;text-align:center;text-align-last:center;display:block; }
#hMJ7eEgV8geNgK6ihrUHk0x7FWcZ75wp { color:rgba(var(--color-primary-4),1);display:block;width:20.374375rem;position:absolute;font-family:"azo sans black";font-size:1.875rem;font-weight:700;z-index:15010;line-height:1.1;letter-spacing:0;top:13.1875rem;left:27.3125rem;height:4.125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ibhpygno9MgtbdHsB9iliCTfcr1DacRs { position:absolute;display:block;z-index:15013;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-tertiary-0),1), #d5f4ff);background-image: -moz-linear-gradient(180deg, rgba(var(--color-tertiary-0),1), #d5f4ff);background-image: -ms-linear-gradient(180deg, rgba(var(--color-tertiary-0),1), #d5f4ff);background-image: -o-linear-gradient(180deg, rgba(var(--color-tertiary-0),1), #d5f4ff);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-0),1)', endColorstr='#d5f4ff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-0),1)', endColorstr='#d5f4ff' );";background-image: linear-gradient(180deg, rgba(var(--color-tertiary-0),1), #d5f4ff);background-size:auto !important;border-top:0.0625rem solid rgba(var(--color-tertiary-0),1);border-left:0.0625rem solid rgba(var(--color-tertiary-0),1);border-right:0.0625rem solid rgba(var(--color-tertiary-0),1);border-bottom:0.0625rem solid rgba(var(--color-tertiary-0),1);border-top-left-radius:4rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: 0.0625rem 0.25rem 0.5rem rgba(9,101,186,0.35) ;height:19.3125rem;width:22.8125rem;top:10.6875rem;left:51.625rem;display:block; }
#DWGuV9aOuZkfTzgZcgMAo6uPq7WPeyrP { position:absolute;display:block;z-index:15013;background-color:rgba(var(--color-primary-1),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.375rem;border-top-right-radius:2.375rem;border-bottom-left-radius:2.375rem;border-bottom-right-radius:2.375rem;box-shadow: none;height:2.9375rem;width:9.125rem;top:28.1875rem;left:58.5625rem;display:block; }
#XO9dRogICTeamoRLHUDVcqNME9DVdyB8 { color:rgba(var(--color-tertiary-0),1);display:block;width:7.1235rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15015;line-height:1.3;letter-spacing:0;top:28.875rem;left:59.5rem;height:1.4624rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#lb4NOeVgwK5fk0zzTOO1sFvJPtIPmAA2 { color:#445c85;display:block;width:20.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:normal;z-index:15014;line-height:1.7;letter-spacing:0;top:19.609375rem;left:52.96875rem;height:6.375rem;text-align:center;text-align-last:center;display:block; }
#CJT6Adv3lIcZvASr1uSkyqSk9AFT3aqm { color:rgba(var(--color-primary-4),1);display:block;width:20rem;position:absolute;font-family:"azo sans black";font-size:1.5rem;font-weight:700;z-index:15015;line-height:1.1;letter-spacing:0;top:14.8271484375rem;left:53.5625rem;height:3.298825rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#B3TPbACUEJlfqCOSoq7SV72JMPgTth2o { color:rgba(var(--color-tertiary-2),1);display:block;width:42.874rem;position:absolute;font-family:"azo sans black";font-size:2.5rem;font-weight:700;z-index:15016;line-height:1;letter-spacing:0;top:3.125rem;left:16.0625rem;height:2.5rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#g8V3gmkIehO1Ehe0NWVvK9QvJue90lRP { color:rgba(var(--color-primary-3),1);display:block;width:42.874375rem;position:absolute;font-family:"azo sans black";font-size:3rem;font-weight:700;z-index:15017;line-height:1;letter-spacing:0;top:5.5625rem;left:16.0625rem;height:3rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ykF6mHe2SedPtvWrLGnlBS9eDGhvrwmS { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/c2ea8d9c-a967-4785-a38c-f48ccd99dcb5/bgt.webp");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; }#ykF6mHe2SedPtvWrLGnlBS9eDGhvrwmS.adaptive-delivery-prevent-bg, #ykF6mHe2SedPtvWrLGnlBS9eDGhvrwmS.lazyload, #ykF6mHe2SedPtvWrLGnlBS9eDGhvrwmS.lazyloading { background-image: none; }#ykF6mHe2SedPtvWrLGnlBS9eDGhvrwmS > .row .container { background-color: transparent; background-image: none; }#ykF6mHe2SedPtvWrLGnlBS9eDGhvrwmS::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-primary-4),0.67); }#ykF6mHe2SedPtvWrLGnlBS9eDGhvrwmS > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ykF6mHe2SedPtvWrLGnlBS9eDGhvrwmS > .row .container > .video-iframe-container { display: none; }#ykF6mHe2SedPtvWrLGnlBS9eDGhvrwmS > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-primary-4),0.67); }#ykF6mHe2SedPtvWrLGnlBS9eDGhvrwmS > .row > .video-iframe-container { display: none; }#ykF6mHe2SedPtvWrLGnlBS9eDGhvrwmS > .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); }#ykF6mHe2SedPtvWrLGnlBS9eDGhvrwmS > .row .container { border-width: 0; border-radius: 0; }#ykF6mHe2SedPtvWrLGnlBS9eDGhvrwmS::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ykF6mHe2SedPtvWrLGnlBS9eDGhvrwmS > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ykF6mHe2SedPtvWrLGnlBS9eDGhvrwmS > .row .container { font-size:0.875rem;font-family:arial;height:34.5625rem;width:75rem;position:relative;display:block; }#vmsdcdXryfN5ft9iouX7xsWT0TmUA67Z { position:absolute;display:block;z-index:15002;background-color:rgba(var(--color-primary-3),1);background-image:none;border-top:0.0625rem solid rgba(var(--color-tertiary-3),0.25);border-left:0.0625rem solid rgba(var(--color-tertiary-3),0.25);border-right:0.0625rem solid rgba(var(--color-tertiary-3),0.25);border-bottom:0.0625rem solid rgba(var(--color-tertiary-3),0.25);border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: 0.0625rem 0.5rem 0.75rem rgba(0,0,0,0.5) ;height:22rem;width:60.875rem;top:3.8125rem;left:6.875rem;display:block; }
#RSkBvyhUuCvv4eb9b3Z1K2vDwKPeTFWI { color:#f4f7fa;display:block;width:29.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15077;line-height:1.7;letter-spacing:0;top:17.087890625rem;left:11.125rem;height:3.82421875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#QLKrTdmPCigL6cQdDRuzkoALwLbztRtO { color:#f4f7fa;display:block;width:39.6875rem;position:absolute;font-family:"azo sans black";font-size:1.8125rem;font-weight:700;z-index:15019;line-height:1.3;letter-spacing:0;top:13.697265625rem;left:11.125rem;height:2.35595625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#z2Qy54GCPTQL0tPliwsUphp6W45OTWOf { color:rgba(var(--color-tertiary-3),1);display:block;width:39.6875rem;position:absolute;font-family:"azo sans black";font-size:2.875rem;font-weight:700;z-index:15018;line-height:1.3;letter-spacing:0;top:10.25rem;left:11.125rem;height:3.73730625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#wMAJNRaOvgOi42aF1bfgJ2q1egTrhT6c { color:#f4f7fa;display:block;width:39.6875rem;position:absolute;font-family:"azo sans black";font-size:1.8125rem;font-weight:700;z-index:15020;line-height:1.3;letter-spacing:0;top:7.89453125rem;left:11.125rem;height:2.35595625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#BRhNhLhQGD8rV4Sk1ac5IJwpTHfzeUbn { background-color:rgba(var(--color-secondary-3),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: 0.0625rem 0.3125rem 1.25rem rgba(var(--color-secondary-3),0.39) ;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);text-shadow:0.0625rem 0.0625rem 0.5rem rgba(0,0,0,0.5);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"azo sans black";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.1875rem;height:4rem;text-decoration:none;z-index:15047;text-align:center;text-align-last:center;top:22.9375rem;left:11.125rem;display:block; }
#E6gzAgDxAVkzbQG3C4EydVqM3nVudqCy { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#lVfbsrx55ScbowKk4syCJMoolnDnAmex { box-sizing:content-box;height:19.5rem;width:28.9375rem;position:absolute;display:block;z-index:15084;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/45eb6275-e82a-42e1-bb51-3d2755ba3d49/asset232x.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:6.46875rem;left:43.0625rem;display:block; }#lVfbsrx55ScbowKk4syCJMoolnDnAmex.adaptive-delivery-prevent-bg, #lVfbsrx55ScbowKk4syCJMoolnDnAmex.lazyload, #lVfbsrx55ScbowKk4syCJMoolnDnAmex.lazyloading { background-image: none; }
#SfAbw7PDIMrl6w4TGyk6LWL2RJMwpBaF { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-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; }#SfAbw7PDIMrl6w4TGyk6LWL2RJMwpBaF > .row .container { background-color: transparent; background-image: none; }#SfAbw7PDIMrl6w4TGyk6LWL2RJMwpBaF::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SfAbw7PDIMrl6w4TGyk6LWL2RJMwpBaF > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SfAbw7PDIMrl6w4TGyk6LWL2RJMwpBaF > .row .container > .video-iframe-container { display: none; }#SfAbw7PDIMrl6w4TGyk6LWL2RJMwpBaF > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SfAbw7PDIMrl6w4TGyk6LWL2RJMwpBaF > .row > .video-iframe-container { display: none; }#SfAbw7PDIMrl6w4TGyk6LWL2RJMwpBaF > .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); }#SfAbw7PDIMrl6w4TGyk6LWL2RJMwpBaF > .row .container { border-width: 0; border-radius: 0; }#SfAbw7PDIMrl6w4TGyk6LWL2RJMwpBaF > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#SfAbw7PDIMrl6w4TGyk6LWL2RJMwpBaF > .row .container { font-size:0.875rem;font-family:arial;height:0.125rem;width:75rem;position:relative;display:block; }#tnA1CigxxAGLBOfIuw2BnHoqUggy3s4G { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-4),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#tnA1CigxxAGLBOfIuw2BnHoqUggy3s4G > .row .container { background-color: transparent; background-image: none; }#tnA1CigxxAGLBOfIuw2BnHoqUggy3s4G::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tnA1CigxxAGLBOfIuw2BnHoqUggy3s4G > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tnA1CigxxAGLBOfIuw2BnHoqUggy3s4G > .row .container > .video-iframe-container { display: none; }#tnA1CigxxAGLBOfIuw2BnHoqUggy3s4G > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tnA1CigxxAGLBOfIuw2BnHoqUggy3s4G > .row > .video-iframe-container { display: none; }#tnA1CigxxAGLBOfIuw2BnHoqUggy3s4G > .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); }#tnA1CigxxAGLBOfIuw2BnHoqUggy3s4G > .row .container { border-width: 0; border-radius: 0; }#tnA1CigxxAGLBOfIuw2BnHoqUggy3s4G > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#tnA1CigxxAGLBOfIuw2BnHoqUggy3s4G > .row .container { font-size:0.875rem;font-family:arial;height:29.5625rem;width:75rem;position:relative;display:block; }#zDku962thLRTMevTllLCyErPJsdqSngw { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.5625rem;width:13.1875rem;top:2.3125rem;left:30.9375rem;overflow:hidden;display:block; }
#kZHDIx4m3CXETnht1cr1nFbyFS0fRTtp { color:#f4f7fa;display:block;width:18.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:300;z-index:15008;line-height:1.8;letter-spacing:0;top:5.125rem;left:28.3125rem;height:1.6875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ucQ6Ir7zduFUUSLDc9fClXNcmE0M9ki3 { color:rgba(var(--color-tertiary-3),1);display:block;width:7.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:700;z-index:15010;line-height:1.8;letter-spacing:0;top:9.625rem;left:10.625rem;height:1.4624rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#FMTI8nE0P9QGhzIiADvcVw8wtOcJ85nn { background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.3125rem;height:1.4375rem;text-decoration:none;z-index:15011;text-align:left;text-align-last:left;top:12rem;left:10.625rem;display:block; }
#kBe5WTIfVQJ3vZdP17SCJtfWkrDfkEuZ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Td0vR9cNIywqracy72KUV3q6P6fEAxaX { background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.3125rem;height:1.4375rem;text-decoration:none;z-index:15012;text-align:left;text-align-last:left;top:13.8125rem;left:10.625rem;display:block; }
#O7r6oNsZQ6vToPoBAEyNOC9q3ZXaiPs5 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#sQ29RD408unkuyRrlCmSVcMmgRStRAsu { background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.3125rem;height:1.4375rem;text-decoration:none;z-index:15013;text-align:left;text-align-last:left;top:15.625rem;left:10.625rem;display:block; }
#n2KXMplqhz9rbTf0koPcTTHKe4MM4Gvg { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#uE5bVGO4CQp6C9tJzkMCMhZhaOGVIUef { background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.3125rem;height:1.4375rem;text-decoration:none;z-index:15014;text-align:left;text-align-last:left;top:17.4375rem;left:10.625rem;display:block; }
#kJxitQ3zEdD08v6o4tsJR0tm7voteR65 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#IVy8ORlkyt1NXpCypOaCMAmseerKiie2 { background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.3125rem;height:1.4375rem;text-decoration:none;z-index:15015;text-align:left;text-align-last:left;top:19.25rem;left:10.625rem;display:block; }
#cNZJgUM6BgHfvcOmT36MFfmHzPlkHWDa { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#CTvEXOdK49TyPxhhKid31XEhps7Noyuk { background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.3125rem;height:1.4375rem;text-decoration:none;z-index:15016;text-align:left;text-align-last:left;top:21.0625rem;left:10.625rem;display:block; }
#okgheOSemo9fyCHtBGIwippmFTklZBkh { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Zb8y6qc5mq2F2QWxBrKLzfPdcvuEcJTp { color:rgba(var(--color-tertiary-3),1);display:block;width:7.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:700;z-index:15017;line-height:1.8;letter-spacing:0;top:9.625rem;left:25.5rem;height:1.4624rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#dDoi7WlBGmzPHAetUiKpg09hD9TUyRZy { background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.3125rem;height:1.4375rem;text-decoration:none;z-index:15018;text-align:left;text-align-last:left;top:12rem;left:25.5rem;display:block; }
#aaJHKPCHG8yy9aLI3XKrxV40QFyreFEc { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#wfQUgyw1DtZKg3sWycpLa8mg0VR5OqQ1 { background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.3125rem;height:1.4375rem;text-decoration:none;z-index:15019;text-align:left;text-align-last:left;top:14rem;left:25.5rem;display:block; }
#k80geVamlZFiR1vT9dyoLIAzu10sTR51 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#T281A7d9kDkT3JORMJyuzswoW0Mlg3Wf { background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.3125rem;height:1.4375rem;text-decoration:none;z-index:15021;text-align:left;text-align-last:left;top:12rem;left:39.4375rem;display:block; }
#oitGNsiT4EdwhnMCsGUOU6PP3NR9cfOp { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#DTJUupTBIVAAp4iBHnrtVVbqtcUUydIs { color:rgba(var(--color-tertiary-3),1);display:block;width:7.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:700;z-index:15020;line-height:1.8;letter-spacing:0;top:9.625rem;left:39.4375rem;height:1.4624rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#UnoiSTT9T36ptHHVATALvvIWJrNbs7Ke { color:rgba(var(--color-tertiary-3),1);display:block;width:7.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:700;z-index:15021;line-height:1.8;letter-spacing:0;top:9.625rem;left:53.625rem;height:1.4624rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#tEcgqUcKvcEZOmcad6T1AVk0EVubDWC9 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15022;opacity:1;top:11.75rem;left:53.625rem; }
#tEcgqUcKvcEZOmcad6T1AVk0EVubDWC9 > img { max-width: 100%;max-height:100%; width:1.875rem; height:1.875rem; }#QJ9hFRWE75m39iAaaszUCIDJ2ZcyIfSp { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.625rem;width:1.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15023;opacity:1;top:11.875rem;left:56.5625rem; }
#QJ9hFRWE75m39iAaaszUCIDJ2ZcyIfSp > img { max-width: 100%;max-height:100%; width:1.625rem; height:1.625rem; }#ss1NZmNBGMJ9MywfRT5ZB891a5EAX61o { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.5rem;width:1.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15024;opacity:1;top:11.9375rem;left:59.625rem; }
#ss1NZmNBGMJ9MywfRT5ZB891a5EAX61o > img { max-width: 100%;max-height:100%; width:1.5rem; height:1.5rem; }#nt3anfZPPNOkElNO7kRVpI42Z0LB3KlQ { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.8125rem;width:1.8125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15025;opacity:1;top:11.8125rem;left:62.625rem; }
#nt3anfZPPNOkElNO7kRVpI42Z0LB3KlQ > img { max-width: 100%;max-height:100%; width:1.8125rem; height:1.8125rem; }#IFbxtfwedN9e6WdsTAeaTsOfl1MaGgXy { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(183deg, rgba(var(--color-tertiary-0),1), rgba(var(--color-primary-0),0.37));background-image: -moz-linear-gradient(183deg, rgba(var(--color-tertiary-0),1), rgba(var(--color-primary-0),0.37));background-image: -ms-linear-gradient(183deg, rgba(var(--color-tertiary-0),1), rgba(var(--color-primary-0),0.37));background-image: -o-linear-gradient(183deg, rgba(var(--color-tertiary-0),1), rgba(var(--color-primary-0),0.37));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-0),1)', endColorstr='rgba(var(--color-primary-0),0.37)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-0),1)', endColorstr='rgba(var(--color-primary-0),0.37)' );";background-image: linear-gradient(183deg, rgba(var(--color-tertiary-0),1), rgba(var(--color-primary-0),0.37));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; }#IFbxtfwedN9e6WdsTAeaTsOfl1MaGgXy > .row .container { border-width: 0; border-radius: 0; }#IFbxtfwedN9e6WdsTAeaTsOfl1MaGgXy > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#IFbxtfwedN9e6WdsTAeaTsOfl1MaGgXy > .row .container { font-size:0.875rem;font-family:arial;height:64.25rem;width:75rem;position:relative;display:none; }#GEWcg606NoXiht4plASVbut0crBFwtfb { 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:3.375rem;width:10.3125rem;top:30.875rem;left:63.375rem;overflow:hidden;display:block; }
#y129rsm7WCRtI3tODSAui1CnPgpT50Wb { color:rgba(var(--color-tertiary-0),1);display:block;width:51.25rem;position:absolute;font-family:"azo sans black";font-size:2.75rem;font-weight:700;z-index:15015;line-height:1.3;letter-spacing:0;top:2.75rem;left:11.875rem;height:3.57421875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#X4htZXDsunalGaFTS3nV7bNAszlnFbO7 { position:absolute;display:block;z-index:15015;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/8a613e1c-901b-4361-a1f8-253988d8dcac/IMPACT.png");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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:27rem;width:42.9375rem;top:7.125rem;left:16.0625rem;display:block; }#X4htZXDsunalGaFTS3nV7bNAszlnFbO7.adaptive-delivery-prevent-bg, #X4htZXDsunalGaFTS3nV7bNAszlnFbO7.lazyload, #X4htZXDsunalGaFTS3nV7bNAszlnFbO7.lazyloading { background-image: none; }
#PLukPFf5wbXCDQ40D3wPzlxMgEFDlQyU { background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:12.5rem;border-top-right-radius:12.5rem;border-bottom-left-radius:12.5rem;border-bottom-right-radius:12.5rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),0);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.375rem;height:3.4375rem;text-decoration:none;z-index:15062;text-align:center;text-align-last:center;top:15.8125rem;left:31.6875rem;display:block; }
#MZNtfsCvTQQ2pCSSiUtF7zBO83UGKAAf { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#pMb1fkx2e4GdBPlL6X2WMTUxRhriI8BE { position:absolute;display:block;z-index:15026;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.75rem;border-top-right-radius:3.75rem;border-bottom-left-radius:3.75rem;border-bottom-right-radius:3.75rem;box-shadow: 0.0625rem 0.25rem 1.25rem rgba(var(--color-tertiary-3),0.2) ;height:3.25rem;width:11.25rem;top:15.875rem;left:31.8125rem;display:block; }
#z64E3g9SWzUqD9ETAmipPHV2OVqZAE73 { color:rgba(var(--color-tertiary-3),1);display:block;width:8.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15056;line-height:1;letter-spacing:0;top:17.0625rem;left:34.75rem;height:1rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#enqtlulPilQULTNKeckmtEr0rwu6BiCg { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.125rem;width:2.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15055;opacity:1;top:16.4375rem;left:32.25rem; }
#eKviQ3bE1du6GvwW12gS2kMRfNQnuH2Q { position:absolute;display:block;z-index:15058;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-tertiary-0),0), #d8edff);background-image: -moz-linear-gradient(180deg, rgba(var(--color-tertiary-0),0), #d8edff);background-image: -ms-linear-gradient(180deg, rgba(var(--color-tertiary-0),0), #d8edff);background-image: -o-linear-gradient(180deg, rgba(var(--color-tertiary-0),0), #d8edff);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-0),0)', endColorstr='#d8edff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-0),0)', endColorstr='#d8edff' );";background-image: linear-gradient(180deg, rgba(var(--color-tertiary-0),0), #d8edff);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.6875rem;width:52.375rem;top:28.625rem;left:11.3125rem;display:block; }
#kePVSJWNtihV5xd3vUTI5gSl8oogPlof { position:absolute;display:block;z-index:14999;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.6875rem;width:11rem;top:21.03125rem;left:11.3125rem;overflow:hidden;display:block; }
#qAF13Nu8RfuusAx14MFKZMr5ABtgBUtx { color:rgba(var(--color-tertiary-0),1);display:block;width:22.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15064;line-height:1;letter-spacing:0;top:44.125rem;left:1.25rem;height:1.5rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#mCbNTTk5VTSqdQTrdJJxEBv98hfhxivD { color:#445c85;display:block;width:19.1875rem;position:absolute;font-family:"azo sans black";font-size:1rem;font-weight:400;z-index:15063;line-height:1.7;letter-spacing:0;top:46.0625rem;left:2.6875rem;height:6.796875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#kUGoR0RN8LXI1eabWkEOt5aS1HOTZJCH { box-sizing:content-box;height:13.875rem;width:23.8125rem;position:absolute;display:block;z-index:14998;background-color:#eff9fb;background-image:none;top:42rem;left:0rem;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem;box-shadow: 0.0625rem 0.25rem 0.75rem rgba(var(--color-tertiary-3),0.21) ;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#qBb53PLk4N3G33atnIKl3peISOQ4SpqF { color:#445c85;display:block;width:19.1875rem;position:absolute;font-family:"azo sans black";font-size:1rem;font-weight:400;z-index:15066;line-height:1.7;letter-spacing:0;top:46.0625rem;left:28.3125rem;height:8.496125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#vfJdepty8MAg9BuDBxsGZbiEAIhBttMX { color:rgba(var(--color-tertiary-0),1);display:block;width:22.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15067;line-height:1;letter-spacing:0;top:44.125rem;left:26.875rem;height:1.5rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#EeQ57EB9p0skkbVeqEToRqZHIZP3HvO1 { color:#445c85;display:block;width:19.1875rem;position:absolute;font-family:"azo sans black";font-size:1rem;font-weight:400;z-index:15069;line-height:1.7;letter-spacing:0;top:45.8125rem;left:53.875rem;height:5.09765625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#JOKpi3A93we0ZLBLbfT6OthOW6PF27hL { color:rgba(var(--color-tertiary-0),1);display:block;width:22.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15070;line-height:1;letter-spacing:0;top:43.875rem;left:52.4375rem;height:1.5rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#XG4XG0bCfolfreZGXrwPyf8vrp5yLLK7 { position:absolute;display:block;z-index:15074;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9.875rem;width:17.625rem;top:33.1875rem;left:28.75rem;display:block; }
#eVEMyn6xsWy0yxEp0UGS2tXieBMfhAny { position:absolute;display:block;z-index:15072;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9.875rem;width:17.625rem;top:33.125rem;left:3.0625rem;display:block; }
#lyhd7K1TRiFoZQyOF4b5nLdWNzQQEVXF { position:absolute;display:block;z-index:15075;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9.875rem;width:17.625rem;top:32.9375rem;left:54.34375rem;display:block; }
#FkwfW9Ucv8JiU7ZLkbgOew1VQ7HFsVED { background-color:rgba(var(--color-secondary-3),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: 0.0625rem 0.3125rem 1.25rem rgba(var(--color-secondary-3),0.39) ;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);text-shadow:0.0625rem 0.0625rem 0.5rem rgba(0,0,0,0.5);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"azo sans black";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.1875rem;height:4rem;text-decoration:none;z-index:15045;text-align:center;text-align-last:center;top:58.25rem;left:29.4375rem;display:block; }
#AKXCuMAcbsEUI0Wx5x2enAiJeoWubZw0 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#TpKWNVVvyXXCp8iwcGMD9MrlIu0xUUoz { box-sizing:content-box;height:13.875rem;width:23.8125rem;position:absolute;display:block;z-index:14999;background-color:#eff9fb;background-image:none;top:42rem;left:25.59375rem;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem;box-shadow: 0.0625rem 0.25rem 0.75rem rgba(var(--color-tertiary-3),0.21) ;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#uGlBTHvMHLhkgB8kzKX8zsk7PRxbEo5C { box-sizing:content-box;height:13.875rem;width:23.8125rem;position:absolute;display:block;z-index:15000;background-color:#eff9fb;background-image:none;top:42rem;left:51.1875rem;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem;box-shadow: 0.0625rem 0.25rem 0.75rem rgba(var(--color-tertiary-3),0.21) ;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rTazeQD2bJZO2nore2i1g7qQv4ZHgest { top:5.6875rem;left:20.25rem;width:27.5rem;height:8.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DTXMo06yCAhwXr8zembKk79bdDIrihK1 { top:7rem;left:26rem;width:21.75rem;height:2.375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #c68DUnqo5fopOHgh5K128iDPz37c2Jkz { top:34.6875rem;left:30.25rem;width:1.6875rem;height:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BvZdfhlbU6JaoeJSdx9LCc9IQQo121DU { top:36.4375rem;left:29.3125rem;width:1rem;height:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #XqrRQAnKE0dqk3gbXn13humNLca3B1Mv { top:5.1875rem;left:0rem;width:1.9375rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wg6agyLrbLko8qoutUhxE3DxVRb7A6Da { top:37.875rem;left:26.8125rem;width:5.625rem;height:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #MtxU9Hf9wOZqTMT67b0S3Se4OUmzTVM0 { top:38.25rem;left:30.375rem;width:5rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #McTdH6Lz4s9LoFAaPXOo5G6lumcssJps { top:36.4375rem;left:31.1875rem;width:2.8125rem;height:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UB92LlNA69bTfPazxuXQWQhWwyqUtO2y { top:10.9375rem;left:0rem;width:45.25rem;height:13.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #LKRIGELFrLAWuJZJuy3hfHRZJS6bKny6 { top:2.375rem;left:14.625rem;width:16rem;height:17.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #mS7zSRnXuetDal102AexQdy5JSBQBpSZ { top:7.25rem;left:0rem;width:14.75rem;height:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ne1Sp9Rq8NTPnJRipZazlwZgZpAyLKnx { top:26rem;left:0rem;width:39.9375rem;height:4rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #XaxxxWppEduHCJ8noSaMfykazQ62Hxut { top:18.625rem;left:0rem;width:6.5rem;height:5.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #A4A93Np6gH3MpNSykfkeBaAnEcNgwcvV { top:41.3125rem;left:23rem;width:2.375rem;height:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #DlJarAGvzDWRA16Nc1C2y8ccC2rVIw5n { top:35.8125rem;left:27rem;width:0.6875rem;height:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VhLtH1dd6RVUHIWC9eq2Babyuw7eoOPI { top:35.5625rem;left:0rem;width:11.3125rem;height:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qORs6JUuXK4yuCbmJavL9ROM9oCicN4F { top:38.9375rem;left:6.4375rem;width:20.625rem;height:4.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TezsJKLgVBrsK3Oiw6Ov7tN1U9yq2Acp { top:9.375rem;left:19.625rem;width:28.125rem;height:21.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #SADNvFQFiOwOZ13TXGgzqgXGXkNFWTPE { display:block; }#SADNvFQFiOwOZ13TXGgzqgXGXkNFWTPE > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wsHX25iSx4TcSJDTnwEurTtNUqmA4rds { top:3.3125rem;left:0rem;width:47.75rem;height:19rem;display:block; }
 }@media only screen and (max-width: 763px) { #tMssgqHfz85lJlkE64ZXr4DpRoqFO5bx { top:5.9375rem;left:15.875rem;width:24.125rem;height:2.75rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #HPsdAlyXgBPAMrT58UziOmDWiphS81aP { top:9.25rem;left:8.5rem;width:39.25rem;height:1.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #kcU8AItZsH9wcLBiERCb3560mhogDp5G { top:11.1875rem;left:10.75rem;width:37rem;height:8.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UfIxaC3B4fZehnLAllL7W7A2f61NgTSE { top:3.4375rem;left:0rem;width:19.875rem;height:19.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vLyAzJTL9r4gaKnr3m5aOW5kHkLRiF4X { width:16.25rem;height:3.625rem;top:20.375rem;left:15.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #BSXfPfaOrdI2DsZmmVm0uJO0CUUBLAuO { display:block; }
 }@media only screen and (max-width: 763px) { #Wo1lWE6eQhuwxpn38Xh79ut5kw3lumNT { top:20.6875rem;left:16.4375rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zWTBVV0bVBDn3cPkahl8mPykc0kPxmRm { top:20.375rem;left:15.75rem;width:16rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ecdgZqKi7noggpTidJThd2mcUtsoOeAw { top:21.5rem;left:20.0625rem;width:10.3125rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #uReT61COXbTcLdNlEwI0IHxCSvIcWAqT { display:block; }#uReT61COXbTcLdNlEwI0IHxCSvIcWAqT > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #sgn1BlQblmg4iVCxJRHoPTVHHzSIZkW5 { top:3.5625rem;left:4.625rem;width:38.5rem;height:3.875rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yIlG6S5gQIy0waG0TGtJzLlFTT0dLQS1 { top:10.25rem;left:0rem;width:21.125rem;height:16.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #i6JwgM7SF3aDkxmuqBPwrWFI5i4ktTDE { top:7.4375rem;left:0rem;width:14.625rem;height:9.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wm16LcPDovghygTZWTKxvH0UGJuUSi1f { top:18.375rem;left:0rem;width:12.5rem;height:1.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #U58t0XTfylHHpZATz7PHlHhMcwFsSchU { top:20.5625rem;left:0rem;width:17.1875rem;height:4.4375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tEhxaWbw8R8Im35LH8x2RTX4Og1nC6ke { top:10.1875rem;left:13.125rem;width:21.125rem;height:16.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #BdEazKEceXTPyAJkA17OnUVE7yMHOeB1 { top:20.5rem;left:15.125rem;width:17.1875rem;height:4.4375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kIuxXruxTAASXQrs5b6TiAEfkT7tkhH7 { top:18.3125rem;left:15.125rem;width:15.8125rem;height:1.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zhnPKRQLOXlyHyqnOTLDxUcq6zPL84dL { top:10.3125rem;left:26.5rem;width:21.125rem;height:16.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #y1cbwrmz6bcvBsXl0r6FM0kNpQ1nlwRt { top:20.625rem;left:30.5625rem;width:17.1875rem;height:4.4375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Du3nQmucldxHK974bRhkGiM43F8CIbhR { top:18.4375rem;left:30.625rem;width:17.125rem;height:1.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ro5xu3khLTrr52iCpZFvJf8pNRvK5I6q { top:7.875rem;left:33.625rem;width:14.125rem;height:9.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #EXyem3eBGXzgWfUhAFsyJmDEl7RcZmhK { top:8.125rem;left:13.125rem;width:13.375rem;height:8.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #D9xK8NAk1Qln83Zy6K4bWiSswHqvo8xA { top:28.9375rem;left:24.9375rem;width:21.125rem;height:16.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hF9c0zT7SegB5IIzTpohgbL1lPuXLZqF { top:29rem;left:1.875rem;width:21.125rem;height:16.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #d1K2TMQPBqTmE6PxfTDyzITAfTuerNDV { top:39.25rem;left:26.9375rem;width:17.875rem;height:4.4375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gS8gBtkNkDGmqOepkvJdeKKqwxh5Pa21 { top:38.625rem;left:3.8125rem;width:17.1875rem;height:5.9375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PuEc60MWWTEgLsLVE464dOv5d7yA3Gp3 { top:37.0625rem;left:26.9375rem;width:15.8125rem;height:1.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zme3B79SnNMQ4NrqLCXoZWAtAk25QZMl { top:36.5625rem;left:3.875rem;width:17.0625rem;height:1.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #mcqsaEpGM9aBFWmCIiWwO6BOhzlCbPKw { top:27.75rem;left:24.3125rem;width:13.125rem;height:8.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fsTxeE9WCOTMIeZK1UbbUp3ezZkxhQnd { top:27.8125rem;left:2.4375rem;width:11.8125rem;height:7.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WA4f40lxLfzbb0PeiAigsLRUg0suKIUh { top:3.6875rem;left:11.125rem;width:25.5rem;height:3.875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #z6pCMH2WqzaIG45ygyzpJMfWNkQ8kaGg { top:1rem;left:11.375rem;width:25.5rem;height:3.25rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #TTM0ZfkBzz8qy6Ry2afWCAkUAD9rby3z { width:23.375rem;height:4rem;top:47.3125rem;left:12.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DUXxpkAUTVb9NKM9moiUotJN1ukJ7AZ1 { display:block; }
 }@media only screen and (max-width: 763px) { #mPTwCIKhx5dB0wRPfuFgcTkfz2hbVpVA { top:33.375rem;left:0rem;width:5.5rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #zTx8gS0A8GfPk0Vk9pm2vacMVTLGFiPF { top:31.25rem;left:38.375rem;width:9.375rem;height:9.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #uuVzy3VfOwedX1ZLmOKi5wIoSRomgZRL { top:52.25rem;left:0rem;width:5.125rem;height:5.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DG4xIdX2cqvHppxd0a3MDZLze73Qhiv1 { top:53rem;left:0rem;width:4.375rem;height:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ni03FHq0HKT3OWs46qG0XoQOxNQwPvBN { top:53.75rem;left:0rem;width:3.625rem;height:3.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #KGfFTRST6qSgFsmTB2Hz9qOtUnZ573uP { top:50.0625rem;left:40.4375rem;width:7.3125rem;height:7.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GaL6smrUHBSmT5ToWxV0n3bHwViXidEB { top:53.5rem;left:43.875rem;width:3.875rem;height:3.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qw4298S2D3UMCQAbo4S3dmdP29qgHL3z { top:53.4375rem;left:0rem;width:14.5625rem;height:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bO9V9PC6tN0zu50dpsmEFPxuD0Vaemfx { display:block; }#bO9V9PC6tN0zu50dpsmEFPxuD0Vaemfx > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RPBHMFMwBDUw1y5oDTv2wW8hSNgLVOFk { top:0rem;left:41.125rem;width:6.625rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #B1yiy6RD8S9U2WbONv2azAUkdbUPkXMU { top:0.125rem;left:0rem;width:6.1875rem;height:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ka4DMB2uR4TI2L6iP67iMFDTiGEJGDSL { top:0.625rem;left:46.1875rem;width:1.5625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TbBoLPSJABLdIKvmQTx2WvCpsWvWRccT { top:1.0625rem;left:0rem;width:0.6875rem;height:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lPA2z1dtD4Az4eaoPJCd0rmQ9G4nSXoZ { display:block; }#lPA2z1dtD4Az4eaoPJCd0rmQ9G4nSXoZ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Ii6spWPBTCu4znmwwQFGfVvWZq7A28xl { top:28.375rem;left:37.4375rem;width:10.3125rem;height:3.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #DUTvNBsfmATqZvPareBnTPnQTiUEebfq { top:0.25rem;left:0rem;width:47.75rem;height:3.5625rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #X76IOOHqhhVyDmQ15OGME4qbsD2J0qci { top:4.625rem;left:2.4375rem;width:42.9375rem;height:27rem;display:block; }
 }@media only screen and (max-width: 763px) { #n97hq87g2WNPD5G8Pp4vM8im4hObHbhq { width:11.375rem;height:3.4375rem;top:13.3125rem;left:18.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ke1tnuMDfJh31U1A1b9cK7Rm7DqTiA7P { display:block; }
 }@media only screen and (max-width: 763px) { #vdmJ5ZlXG5lhCrisuE7p2BX63vCuu3Bb { top:13.375rem;left:18.1875rem;width:11.25rem;height:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #RXT6ayGmu37oAQGmSlk5rXpKMEiTiVcb { top:14.5625rem;left:21.125rem;width:8.625rem;height:1rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #wGmiP6lroeSEb0vl8AEIpcTBXDUI5b6W { top:13.9375rem;left:18.625rem;width:2.125rem;height:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #sKvg2xKd4B04rGIB2t61r8OWRRbqVpEz { top:26.125rem;left:0rem;width:47.75rem;height:5.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dnJ8IQGJAMOrsHkfkKDGdTbPQKyIfo5m { top:18.5625rem;left:0rem;width:11rem;height:3.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UZ3daxrDPa3XQvG57pp5WZM9uEMbonUT { top:41.625rem;left:0rem;width:22.0625rem;height:1.5rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #PMDd3wKs3Dtdu85qk5IJl2obSZF2o241 { top:43.5625rem;left:0rem;width:19.1875rem;height:6.75rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #onaudswb7KGanaT19RQhT4gbusNHsA49 { top:35.625rem;left:0rem;width:23.8125rem;height:18.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #NgT5TGdhzcqLvZUPWuRoKt5TcBoPCpwc { top:35.625rem;left:11.9375rem;width:23.8125rem;height:18.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #UEcqdWFyhfHTdXKmTxTbVP1rc6s5HO3v { top:43.5625rem;left:14.6875rem;width:19.1875rem;height:8.4375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SACu1czkbWQqiTw10FzgwltnPz3zthep { top:41.625rem;left:13.25rem;width:22.0625rem;height:1.5rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ITzqEgcvXfgzTIrmSH4AsXXRrDNvmQxX { top:35.625rem;left:23.8125rem;width:23.8125rem;height:18.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rw1rUfZFyNB3lFGGUtHSqvFrrKuKlPmE { top:43.125rem;left:28.5625rem;width:19.1875rem;height:5.0625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BsFAB83uOVKOxyuX7WCEgiVqvao6PZMa { top:41.375rem;left:25.6875rem;width:22.0625rem;height:1.5rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #w2Hf6OrU31pnZzTuxFDSGrxeDTC4cZdZ { top:30.6875rem;left:15.125rem;width:17.75rem;height:9.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #kMAtpV3KN2xGZ70UTslMgCxGz4aLuOLH { top:30.6875rem;left:30rem;width:17.75rem;height:9.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #He78RH2v8r9iFM9RAkMc1WU14D4maW4w { width:23.375rem;height:4rem;top:55.75rem;left:12.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #L9rnDDveVxBvuUTLqsFsL80VWEKKGDRT { display:block; }
 }@media only screen and (max-width: 763px) { #MBFaIGsSLeTKfVWt27xU2de2RhiWgT4y { top:55.3125rem;left:0rem;width:21.25rem;height:4.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qv8T4FqSTLuwc3aEsSutlnkkWTOga66u { top:55.4375rem;left:27.125rem;width:20.625rem;height:4.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UAQ6365pTKhWVl2HFIrryDBbnZhdoruB { top:30.6875rem;left:0rem;width:17.75rem;height:9.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JMidi9HlGMaUTzwpF7xGgnNh7zRoxxow { display:block; }#JMidi9HlGMaUTzwpF7xGgnNh7zRoxxow > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #L1hZ5cKLnatVTypXx0B0hdTC11HH2z9P { top:11.1875rem;left:0rem;width:22.8125rem;height:19.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tH2KiIXiF7qSTQ6RtdrbG0z74Av41kcQ { top:20rem;left:0rem;width:20.25rem;height:6.375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #iDBFbk5C9SKpMbfNV7WUlmImQf1a6Wg7 { top:29.5rem;left:0rem;width:7.0625rem;height:1.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #PrV5P5h5TWPIzviZ9IhpiPVgKJqiirbW { top:28.75rem;left:0rem;width:9.125rem;height:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #GV1GyZ2P4SVo40HHogsWCGA1k3DE3RTv { top:16.3125rem;left:0rem;width:18.3125rem;height:3.25rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #MJdppT9kFispg8pziEC9J1u5gTFTd5eg { top:9.5625rem;left:12rem;width:23.75rem;height:23.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #SXE6y8dV9gQRWJguheLvWrBlqfa2ayzs { top:31.4375rem;left:19.0625rem;width:9.6875rem;height:3.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PctixTBn7cWN2h3SPDxSfJgPrZwgZSCX { top:32.3125rem;left:20.3125rem;width:7.0625rem;height:1.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #KxZ8XbMuvBxJL5RaZrBT59H3HMqP0DHt { top:17.625rem;left:13.53125rem;width:20.6875rem;height:11.125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hMJ7eEgV8geNgK6ihrUHk0x7FWcZ75wp { top:13.1875rem;left:13.6875rem;width:20.3125rem;height:4.125rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ibhpygno9MgtbdHsB9iliCTfcr1DacRs { top:10.6875rem;left:24.8125rem;width:22.8125rem;height:19.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DWGuV9aOuZkfTzgZcgMAo6uPq7WPeyrP { top:28.1875rem;left:38.625rem;width:9.125rem;height:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XO9dRogICTeamoRLHUDVcqNME9DVdyB8 { top:28.875rem;left:40.6875rem;width:7.0625rem;height:1.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #lb4NOeVgwK5fk0zzTOO1sFvJPtIPmAA2 { top:19.5625rem;left:27.5rem;width:20.25rem;height:6.375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #CJT6Adv3lIcZvASr1uSkyqSk9AFT3aqm { top:14.8125rem;left:27.75rem;width:20rem;height:3.25rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #B3TPbACUEJlfqCOSoq7SV72JMPgTth2o { top:3.125rem;left:2.4375rem;width:42.8125rem;height:2.5rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #g8V3gmkIehO1Ehe0NWVvK9QvJue90lRP { top:5.5625rem;left:2.4375rem;width:42.8125rem;height:3rem;font-size:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #ykF6mHe2SedPtvWrLGnlBS9eDGhvrwmS { display:block; }#ykF6mHe2SedPtvWrLGnlBS9eDGhvrwmS > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vmsdcdXryfN5ft9iouX7xsWT0TmUA67Z { top:3.8125rem;left:0rem;width:47.625rem;height:22rem;display:block; }
 }@media only screen and (max-width: 763px) { #RSkBvyhUuCvv4eb9b3Z1K2vDwKPeTFWI { top:17.0625rem;left:0rem;width:29.4375rem;height:3.8125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QLKrTdmPCigL6cQdDRuzkoALwLbztRtO { top:13.6875rem;left:0rem;width:39.6875rem;height:2.3125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #z2Qy54GCPTQL0tPliwsUphp6W45OTWOf { top:10.25rem;left:0rem;width:39.6875rem;height:3.6875rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wMAJNRaOvgOi42aF1bfgJ2q1egTrhT6c { top:7.875rem;left:0rem;width:39.6875rem;height:2.3125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #BRhNhLhQGD8rV4Sk1ac5IJwpTHfzeUbn { width:16.1875rem;height:4rem;top:22.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #E6gzAgDxAVkzbQG3C4EydVqM3nVudqCy { display:block; }
 }@media only screen and (max-width: 763px) { #lVfbsrx55ScbowKk4syCJMoolnDnAmex { top:6.4375rem;left:18.8125rem;width:28.9375rem;height:19.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #SfAbw7PDIMrl6w4TGyk6LWL2RJMwpBaF { display:block; }#SfAbw7PDIMrl6w4TGyk6LWL2RJMwpBaF > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tnA1CigxxAGLBOfIuw2BnHoqUggy3s4G { display:block; }#tnA1CigxxAGLBOfIuw2BnHoqUggy3s4G > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zDku962thLRTMevTllLCyErPJsdqSngw { top:2.3125rem;left:17.3125rem;width:13.1875rem;height:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #kZHDIx4m3CXETnht1cr1nFbyFS0fRTtp { top:5.125rem;left:14.6875rem;width:18.4375rem;height:1.6875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ucQ6Ir7zduFUUSLDc9fClXNcmE0M9ki3 { top:9.625rem;left:0rem;width:7.4375rem;height:1.4375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FMTI8nE0P9QGhzIiADvcVw8wtOcJ85nn { width:8.3125rem;height:1.4375rem;top:12rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #kBe5WTIfVQJ3vZdP17SCJtfWkrDfkEuZ { display:block; }
 }@media only screen and (max-width: 763px) { #Td0vR9cNIywqracy72KUV3q6P6fEAxaX { width:8.3125rem;height:1.4375rem;top:13.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #O7r6oNsZQ6vToPoBAEyNOC9q3ZXaiPs5 { display:block; }
 }@media only screen and (max-width: 763px) { #sQ29RD408unkuyRrlCmSVcMmgRStRAsu { width:8.3125rem;height:1.4375rem;top:15.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #n2KXMplqhz9rbTf0koPcTTHKe4MM4Gvg { display:block; }
 }@media only screen and (max-width: 763px) { #uE5bVGO4CQp6C9tJzkMCMhZhaOGVIUef { width:8.3125rem;height:1.4375rem;top:17.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #kJxitQ3zEdD08v6o4tsJR0tm7voteR65 { display:block; }
 }@media only screen and (max-width: 763px) { #IVy8ORlkyt1NXpCypOaCMAmseerKiie2 { width:8.3125rem;height:1.4375rem;top:19.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #cNZJgUM6BgHfvcOmT36MFfmHzPlkHWDa { display:block; }
 }@media only screen and (max-width: 763px) { #CTvEXOdK49TyPxhhKid31XEhps7Noyuk { width:8.3125rem;height:1.4375rem;top:21.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #okgheOSemo9fyCHtBGIwippmFTklZBkh { display:block; }
 }@media only screen and (max-width: 763px) { #Zb8y6qc5mq2F2QWxBrKLzfPdcvuEcJTp { top:9.625rem;left:11.875rem;width:7.4375rem;height:1.4375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dDoi7WlBGmzPHAetUiKpg09hD9TUyRZy { width:8.3125rem;height:1.4375rem;top:12rem;left:11.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #aaJHKPCHG8yy9aLI3XKrxV40QFyreFEc { display:block; }
 }@media only screen and (max-width: 763px) { #wfQUgyw1DtZKg3sWycpLa8mg0VR5OqQ1 { width:8.3125rem;height:1.4375rem;top:14rem;left:11.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #k80geVamlZFiR1vT9dyoLIAzu10sTR51 { display:block; }
 }@media only screen and (max-width: 763px) { #T281A7d9kDkT3JORMJyuzswoW0Mlg3Wf { width:8.3125rem;height:1.4375rem;top:12rem;left:25.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #oitGNsiT4EdwhnMCsGUOU6PP3NR9cfOp { display:block; }
 }@media only screen and (max-width: 763px) { #DTJUupTBIVAAp4iBHnrtVVbqtcUUydIs { top:9.625rem;left:25.8125rem;width:7.4375rem;height:1.4375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UnoiSTT9T36ptHHVATALvvIWJrNbs7Ke { top:9.625rem;left:40rem;width:7.4375rem;height:1.4375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tEcgqUcKvcEZOmcad6T1AVk0EVubDWC9 { top:11.75rem;left:40rem;width:1.875rem;height:1.875rem;display:block; }
#tEcgqUcKvcEZOmcad6T1AVk0EVubDWC9 > img { max-width: 100%;max-height:100%; width:1.875rem; height:1.875rem; } }@media only screen and (max-width: 763px) { #QJ9hFRWE75m39iAaaszUCIDJ2ZcyIfSp { top:11.875rem;left:42.9375rem;width:1.625rem;height:1.625rem;display:block; }
#QJ9hFRWE75m39iAaaszUCIDJ2ZcyIfSp > img { max-width: 100%;max-height:100%; width:1.625rem; height:1.625rem; } }@media only screen and (max-width: 763px) { #ss1NZmNBGMJ9MywfRT5ZB891a5EAX61o { top:11.9375rem;left:46rem;width:1.5rem;height:1.5rem;display:block; }
#ss1NZmNBGMJ9MywfRT5ZB891a5EAX61o > img { max-width: 100%;max-height:100%; width:1.5rem; height:1.5rem; } }@media only screen and (max-width: 763px) { #nt3anfZPPNOkElNO7kRVpI42Z0LB3KlQ { top:11.8125rem;left:45.9375rem;width:1.8125rem;height:1.8125rem;display:block; }
#nt3anfZPPNOkElNO7kRVpI42Z0LB3KlQ > img { max-width: 100%;max-height:100%; width:1.8125rem; height:1.8125rem; } }@media only screen and (max-width: 763px) { #IFbxtfwedN9e6WdsTAeaTsOfl1MaGgXy { display:block; }#IFbxtfwedN9e6WdsTAeaTsOfl1MaGgXy > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GEWcg606NoXiht4plASVbut0crBFwtfb { top:30.875rem;left:37.4375rem;width:10.3125rem;height:3.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #y129rsm7WCRtI3tODSAui1CnPgpT50Wb { top:2.75rem;left:0rem;width:47.75rem;height:3.5625rem;font-size:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #X4htZXDsunalGaFTS3nV7bNAszlnFbO7 { top:7.125rem;left:2.4375rem;width:42.9375rem;height:27rem;display:block; }
 }@media only screen and (max-width: 763px) { #PLukPFf5wbXCDQ40D3wPzlxMgEFDlQyU { width:11.375rem;height:3.4375rem;top:15.8125rem;left:18.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #MZNtfsCvTQQ2pCSSiUtF7zBO83UGKAAf { display:block; }
 }@media only screen and (max-width: 763px) { #pMb1fkx2e4GdBPlL6X2WMTUxRhriI8BE { top:15.875rem;left:18.1875rem;width:11.25rem;height:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #z64E3g9SWzUqD9ETAmipPHV2OVqZAE73 { top:17.0625rem;left:21.125rem;width:8.625rem;height:1rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #enqtlulPilQULTNKeckmtEr0rwu6BiCg { top:16.4375rem;left:18.625rem;width:2.125rem;height:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #eKviQ3bE1du6GvwW12gS2kMRfNQnuH2Q { top:28.625rem;left:0rem;width:47.75rem;height:5.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kePVSJWNtihV5xd3vUTI5gSl8oogPlof { top:21rem;left:0rem;width:11rem;height:3.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qAF13Nu8RfuusAx14MFKZMr5ABtgBUtx { top:44.125rem;left:0rem;width:22.0625rem;height:1.5rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #mCbNTTk5VTSqdQTrdJJxEBv98hfhxivD { top:46.0625rem;left:0rem;width:19.1875rem;height:6.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #kUGoR0RN8LXI1eabWkEOt5aS1HOTZJCH { top:42rem;left:0rem;width:23.8125rem;height:13.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qBb53PLk4N3G33atnIKl3peISOQ4SpqF { top:46.0625rem;left:14.6875rem;width:19.1875rem;height:8.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #vfJdepty8MAg9BuDBxsGZbiEAIhBttMX { top:44.125rem;left:13.25rem;width:22.0625rem;height:1.5rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #EeQ57EB9p0skkbVeqEToRqZHIZP3HvO1 { top:45.8125rem;left:28.5625rem;width:19.1875rem;height:5.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #JOKpi3A93we0ZLBLbfT6OthOW6PF27hL { top:43.875rem;left:25.6875rem;width:22.0625rem;height:1.5rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #XG4XG0bCfolfreZGXrwPyf8vrp5yLLK7 { top:33.1875rem;left:15.125rem;width:17.625rem;height:9.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #eVEMyn6xsWy0yxEp0UGS2tXieBMfhAny { top:33.125rem;left:0rem;width:17.625rem;height:9.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lyhd7K1TRiFoZQyOF4b5nLdWNzQQEVXF { top:32.9375rem;left:30.125rem;width:17.625rem;height:9.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FkwfW9Ucv8JiU7ZLkbgOew1VQ7HFsVED { width:16.1875rem;height:4rem;top:58.25rem;left:15.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #AKXCuMAcbsEUI0Wx5x2enAiJeoWubZw0 { display:block; }
 }@media only screen and (max-width: 763px) { #TpKWNVVvyXXCp8iwcGMD9MrlIu0xUUoz { top:42rem;left:11.96875rem;width:23.8125rem;height:13.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #uGlBTHvMHLhkgB8kzKX8zsk7PRxbEo5C { top:42rem;left:23.9375rem;width:23.8125rem;height:13.875rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/942b47d5-62d0-47f2-8cac-621f474ea60d/mobilebg.webp");background-position:bottom center !important;background-repeat:repeat !important;background-attachment:fixed;background-size:initial !important;display:block; }body.adaptive-delivery-prevent-bg, body.lazyload, body.lazyloading { background-image: none; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: ''; display: block; position: fixed; 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); } }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { background-color:rgba(3,3,23,0.72);background-image:none;display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { background-color: transparent; background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:20rem;height:75.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rTazeQD2bJZO2nore2i1g7qQv4ZHgest { width:19.875rem;height:31.1875rem;top:22.5rem;left:0.0625rem;border-top-left-radius:1rem;border-top-right-radius:1rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #DTXMo06yCAhwXr8zembKk79bdDIrihK1 { width:18.9365rem;height:2rem;top:23.3125rem;left:0.5rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #c68DUnqo5fopOHgh5K128iDPz37c2Jkz { width:1.6875rem;height:1.6875rem;top:114.1181640625rem;left:-2.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #BvZdfhlbU6JaoeJSdx9LCc9IQQo121DU { width:0.99935rem;height:0.99935rem;top:27.561850070953rem;left:15.506728231907rem;display:none; }
 }@media only screen and (max-width: 763px) { #XqrRQAnKE0dqk3gbXn13humNLca3B1Mv { width:1.9375rem;height:1.875rem;top:39.125rem;left:0.625rem;z-index:15026;display:block; }
 }@media only screen and (max-width: 763px) { #wg6agyLrbLko8qoutUhxE3DxVRb7A6Da { width:8.499375rem;height:8.499375rem;top:59.125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #MtxU9Hf9wOZqTMT67b0S3Se4OUmzTVM0 { width:5rem;height:5rem;top:23.3125rem;left:0rem;z-index:15009;display:block; }
 }@media only screen and (max-width: 763px) { #McTdH6Lz4s9LoFAaPXOo5G6lumcssJps { width:2.8125rem;height:2.8125rem;top:28.068576812744rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #UB92LlNA69bTfPazxuXQWQhWwyqUtO2y { width:19.25rem;height:5.8125rem;top:7.625rem;left:0.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #LKRIGELFrLAWuJZJuy3hfHRZJS6bKny6 { width:8.4375rem;height:9.25rem;top:2.75rem;left:11.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #mS7zSRnXuetDal102AexQdy5JSBQBpSZ { width:10.875rem;height:2.0625rem;top:4.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ne1Sp9Rq8NTPnJRipZazlwZgZpAyLKnx { width:20rem;height:6rem;top:15.25rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #XaxxxWppEduHCJ8noSaMfykazQ62Hxut { width:3.3125rem;height:3.0625rem;top:11rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #A4A93Np6gH3MpNSykfkeBaAnEcNgwcvV { width:2.375rem;height:2.375rem;top:41.3125rem;left:8.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #DlJarAGvzDWRA16Nc1C2y8ccC2rVIw5n { width:0.6875rem;height:0.6875rem;top:35.8125rem;left:9.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #VhLtH1dd6RVUHIWC9eq2Babyuw7eoOPI { width:16.311875rem;height:6.3748125rem;top:12.122396469116rem;left:1.8435330986977rem;display:none; }
 }@media only screen and (max-width: 763px) { #qORs6JUuXK4yuCbmJavL9ROM9oCicN4F { width:20rem;height:4.5454545454545rem;top:38.9375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #TezsJKLgVBrsK3Oiw6Ov7tN1U9yq2Acp { width:20rem;height:21.75rem;top:26.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #SADNvFQFiOwOZ13TXGgzqgXGXkNFWTPE { display:none; }#SADNvFQFiOwOZ13TXGgzqgXGXkNFWTPE > .row .container { width:20rem;height:45.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #wsHX25iSx4TcSJDTnwEurTtNUqmA4rds { width:20rem;height:40.3125rem;top:0.7236328125rem;left:0rem;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(0,0,0,0), rgba(0,127,241,0.05));background-image: -moz-linear-gradient(180deg, rgba(0,0,0,0), rgba(0,127,241,0.05));background-image: -ms-linear-gradient(180deg, rgba(0,0,0,0), rgba(0,127,241,0.05));background-image: -o-linear-gradient(180deg, rgba(0,0,0,0), rgba(0,127,241,0.05));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#007ff10c' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#007ff10c' );";background-image: linear-gradient(180deg, rgba(0,0,0,0), rgba(0,127,241,0.05));background-size:auto !important;border-top-right-radius:1rem;border-bottom-right-radius:1rem;border-bottom-left-radius:1rem;border-top-left-radius:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #tMssgqHfz85lJlkE64ZXr4DpRoqFO5bx { width:20rem;height:2.2000000625rem;top:17rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;z-index:15049;display:block; }
 }@media only screen and (max-width: 763px) { #HPsdAlyXgBPAMrT58UziOmDWiphS81aP { width:18.75rem;height:3.3984375rem;top:20.0625rem;left:0.625rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #kcU8AItZsH9wcLBiERCb3560mhogDp5G { width:18.3125rem;height:14.8730625rem;top:23.7109375rem;left:0.84375rem;font-size:0.875rem;text-align:center;text-align-last:center;line-height:1.7;display:block; }
 }@media only screen and (max-width: 763px) { #UfIxaC3B4fZehnLAllL7W7A2f61NgTSE { width:14.5rem;height:14.5rem;top:1.5rem;left:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #vLyAzJTL9r4gaKnr3m5aOW5kHkLRiF4X { width:16.25rem;height:3.625rem;top:39.375rem;left:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BSXfPfaOrdI2DsZmmVm0uJO0CUUBLAuO { display:block; }
 }@media only screen and (max-width: 763px) { #Wo1lWE6eQhuwxpn38Xh79ut5kw3lumNT { display:flex;width:3.125rem;height:3.125rem;top:39.625rem;left:2.5625rem; }
 }@media only screen and (max-width: 763px) { #zWTBVV0bVBDn3cPkahl8mPykc0kPxmRm { width:16rem;height:3.4375rem;top:39.3125rem;left:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ecdgZqKi7noggpTidJThd2mcUtsoOeAw { width:10.3125rem;height:1.625rem;top:40.4375rem;left:6.1875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #uReT61COXbTcLdNlEwI0IHxCSvIcWAqT { display:block; }#uReT61COXbTcLdNlEwI0IHxCSvIcWAqT > .row .container { width:20rem;height:108.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #sgn1BlQblmg4iVCxJRHoPTVHHzSIZkW5 { width:20rem;height:1.8125rem;top:3.4375rem;left:0rem;font-size:1.8125rem;text-align:center;text-align-last:center;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #yIlG6S5gQIy0waG0TGtJzLlFTT0dLQS1 { width:20rem;height:16.625rem;top:7.5625rem;left:0rem;box-shadow: 0.0625rem 0.25rem 0.5rem rgba(5,51,95,0.25) ;display:block; }
 }@media only screen and (max-width: 763px) { #i6JwgM7SF3aDkxmuqBPwrWFI5i4ktTDE { width:15.125rem;height:9.875rem;top:5.25rem;left:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wm16LcPDovghygTZWTKxvH0UGJuUSi1f { width:13rem;height:1.625rem;top:15.6875rem;left:3.5rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #U58t0XTfylHHpZATz7PHlHhMcwFsSchU { width:17.1875rem;height:4.4619125rem;top:17.5625rem;left:1.4375rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #tEhxaWbw8R8Im35LH8x2RTX4Og1nC6ke { width:20rem;height:16.625rem;top:26.375rem;left:0rem;box-shadow: 0.0625rem 0.25rem 0.5rem rgba(5,51,95,0.45) ;display:block; }
 }@media only screen and (max-width: 763px) { #BdEazKEceXTPyAJkA17OnUVE7yMHOeB1 { width:17.1875rem;height:4.4619125rem;top:36.375rem;left:1.4375rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #kIuxXruxTAASXQrs5b6TiAEfkT7tkhH7 { width:15.8125rem;height:1.625rem;top:34.5rem;left:2.125rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #zhnPKRQLOXlyHyqnOTLDxUcq6zPL84dL { width:20rem;height:16.625rem;top:44.9375rem;left:0rem;box-shadow: 0.0625rem 0.25rem 0.5rem rgba(5,51,95,0.45) ;display:block; }
 }@media only screen and (max-width: 763px) { #y1cbwrmz6bcvBsXl0r6FM0kNpQ1nlwRt { width:17.1875rem;height:4.4619125rem;top:55rem;left:1.4375rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Du3nQmucldxHK974bRhkGiM43F8CIbhR { width:17.5rem;height:1.625rem;top:53.125rem;left:1.25rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ro5xu3khLTrr52iCpZFvJf8pNRvK5I6q { width:14.125rem;height:9.375rem;top:42.6875rem;left:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #EXyem3eBGXzgWfUhAFsyJmDEl7RcZmhK { width:12.625rem;height:8.3125rem;top:25rem;left:3.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #D9xK8NAk1Qln83Zy6K4bWiSswHqvo8xA { width:20rem;height:16.625rem;top:63.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #hF9c0zT7SegB5IIzTpohgbL1lPuXLZqF { width:20rem;height:16.625rem;top:83.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #d1K2TMQPBqTmE6PxfTDyzITAfTuerNDV { width:17.875rem;height:4.4619125rem;top:73.9375rem;left:1.0625rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #gS8gBtkNkDGmqOepkvJdeKKqwxh5Pa21 { width:17.1875rem;height:5.94921875rem;top:93.125rem;left:1.4375rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #PuEc60MWWTEgLsLVE464dOv5d7yA3Gp3 { width:15.8125rem;height:1.625rem;top:72.0625rem;left:2.125rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Zme3B79SnNMQ4NrqLCXoZWAtAk25QZMl { width:17.0625rem;height:1.625rem;top:91.25rem;left:1.5rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #mcqsaEpGM9aBFWmCIiWwO6BOhzlCbPKw { width:14.3125rem;height:9.5rem;top:61.4375rem;left:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fsTxeE9WCOTMIeZK1UbbUp3ezZkxhQnd { width:13.25rem;height:8.6875rem;top:81.3125rem;left:3.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WA4f40lxLfzbb0PeiAigsLRUg0suKIUh { width:20rem;height:1.94921875rem;top:1.5rem;left:0rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #z6pCMH2WqzaIG45ygyzpJMfWNkQ8kaGg { width:20rem;height:2.5996125rem;top:16.75rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #TTM0ZfkBzz8qy6Ry2afWCAkUAD9rby3z { width:19rem;height:4rem;top:102rem;left:0.5rem;box-shadow: 0.0625rem 0.4375rem 0.75rem rgba(0,56,43,0.46) ;display:block; }
 }@media only screen and (max-width: 763px) { #DUXxpkAUTVb9NKM9moiUotJN1ukJ7AZ1 { display:block; }
 }@media only screen and (max-width: 763px) { #mPTwCIKhx5dB0wRPfuFgcTkfz2hbVpVA { width:7rem;height:6.375rem;top:1.25rem;left:6.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #zTx8gS0A8GfPk0Vk9pm2vacMVTLGFiPF { width:14.625rem;height:14.5rem;top:12.7246125rem;left:2.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #uuVzy3VfOwedX1ZLmOKi5wIoSRomgZRL { width:5.125rem;height:5.125rem;top:52.25rem;left:7.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #DG4xIdX2cqvHppxd0a3MDZLze73Qhiv1 { width:4.375rem;height:4.375rem;top:53rem;left:7.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #Ni03FHq0HKT3OWs46qG0XoQOxNQwPvBN { width:3.625rem;height:3.625rem;top:53.75rem;left:8.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #KGfFTRST6qSgFsmTB2Hz9qOtUnZ573uP { width:7.3125rem;height:7.3125rem;top:50.0625rem;left:6.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #GaL6smrUHBSmT5ToWxV0n3bHwViXidEB { width:3.875rem;height:3.875rem;top:53.5rem;left:8.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #Qw4298S2D3UMCQAbo4S3dmdP29qgHL3z { width:14.5625rem;height:2.6875rem;top:53.4375rem;left:2.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #bO9V9PC6tN0zu50dpsmEFPxuD0Vaemfx { display:none; }#bO9V9PC6tN0zu50dpsmEFPxuD0Vaemfx > .row .container { width:20rem;height:3.5625rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #RPBHMFMwBDUw1y5oDTv2wW8hSNgLVOFk { width:6.625rem;height:2.5rem;top:0rem;left:6.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #B1yiy6RD8S9U2WbONv2azAUkdbUPkXMU { width:9.436875rem;height:3.62413125rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ka4DMB2uR4TI2L6iP67iMFDTiGEJGDSL { width:1.5625rem;height:1.5625rem;top:0.625rem;left:9.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #TbBoLPSJABLdIKvmQTx2WvCpsWvWRccT { width:0.6875rem;height:0.6875rem;top:1.0625rem;left:9.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #lPA2z1dtD4Az4eaoPJCd0rmQ9G4nSXoZ { display:block; }#lPA2z1dtD4Az4eaoPJCd0rmQ9G4nSXoZ > .row .container { width:20rem;height:91.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Ii6spWPBTCu4znmwwQFGfVvWZq7A28xl { width:10.3125rem;height:3.375rem;top:28.375rem;left:4.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #DUTvNBsfmATqZvPareBnTPnQTiUEebfq { width:17.3125rem;height:5.19921875rem;top:3.0625rem;left:1.34375rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #X76IOOHqhhVyDmQ15OGME4qbsD2J0qci { width:20rem;height:27rem;top:4.625rem;left:0rem;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/8a613e1c-901b-4361-a1f8-253988d8dcac/IMPACT.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:none; }#X76IOOHqhhVyDmQ15OGME4qbsD2J0qci.adaptive-delivery-prevent-bg, #X76IOOHqhhVyDmQ15OGME4qbsD2J0qci.lazyload, #X76IOOHqhhVyDmQ15OGME4qbsD2J0qci.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #n97hq87g2WNPD5G8Pp4vM8im4hObHbhq { width:13.625rem;height:3.4375rem;top:54.9375rem;left:3.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ke1tnuMDfJh31U1A1b9cK7Rm7DqTiA7P { display:block; }
 }@media only screen and (max-width: 763px) { #vdmJ5ZlXG5lhCrisuE7p2BX63vCuu3Bb { width:13.375rem;height:3.25rem;top:55rem;left:3.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RXT6ayGmu37oAQGmSlk5rXpKMEiTiVcb { width:9.5rem;height:1.125rem;top:56.0625rem;left:5.6875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wGmiP6lroeSEb0vl8AEIpcTBXDUI5b6W { display:flex;width:2.3125rem;height:2.3125rem;top:62.875rem;left:4rem;display:none; }
 }@media only screen and (max-width: 763px) { #sKvg2xKd4B04rGIB2t61r8OWRRbqVpEz { width:20rem;height:5.6875rem;top:26.125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #dnJ8IQGJAMOrsHkfkKDGdTbPQKyIfo5m { width:6.375rem;height:2.125rem;top:0rem;left:13.498324463612rem;display:block; }
 }@media only screen and (max-width: 763px) { #UZ3daxrDPa3XQvG57pp5WZM9uEMbonUT { width:17.5rem;height:1.5rem;top:20.5625rem;left:1.25rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #PMDd3wKs3Dtdu85qk5IJl2obSZF2o241 { width:16.375rem;height:5.94921875rem;top:22.5rem;left:1.8125rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #onaudswb7KGanaT19RQhT4gbusNHsA49 { width:19.875rem;height:17.6875rem;top:12.6875rem;left:0rem;background-color:#2a2a3c;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #NgT5TGdhzcqLvZUPWuRoKt5TcBoPCpwc { width:19.875rem;height:18.75rem;top:37.625rem;left:0rem;background-color:#2a2a3c;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #UEcqdWFyhfHTdXKmTxTbVP1rc6s5HO3v { width:17.0625rem;height:7.4365rem;top:45.625rem;left:1.5rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #SACu1czkbWQqiTw10FzgwltnPz3zthep { width:20rem;height:1.5rem;top:43.625rem;left:0rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ITzqEgcvXfgzTIrmSH4AsXXRrDNvmQxX { width:19.875rem;height:16.8125rem;top:63.5rem;left:0rem;background-color:#2a2a3c;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #rw1rUfZFyNB3lFGGUtHSqvFrrKuKlPmE { width:16.6875rem;height:4.4619125rem;top:73.1875rem;left:1.6875rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #BsFAB83uOVKOxyuX7WCEgiVqvao6PZMa { width:20rem;height:1.5rem;top:71.1875rem;left:0rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #w2Hf6OrU31pnZzTuxFDSGrxeDTC4cZdZ { width:17.75rem;height:9.9375rem;top:32.5625rem;left:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kMAtpV3KN2xGZ70UTslMgCxGz4aLuOLH { width:17.75rem;height:9.875rem;top:60.25rem;left:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #He78RH2v8r9iFM9RAkMc1WU14D4maW4w { width:20rem;height:4rem;top:81.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #L9rnDDveVxBvuUTLqsFsL80VWEKKGDRT { display:block; }
 }@media only screen and (max-width: 763px) { #MBFaIGsSLeTKfVWt27xU2de2RhiWgT4y { width:17.125rem;height:3.875rem;top:86.6875rem;left:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qv8T4FqSTLuwc3aEsSutlnkkWTOga66u { width:11.125rem;height:2.6875rem;top:199rem;left:2.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #UAQ6365pTKhWVl2HFIrryDBbnZhdoruB { width:17.75rem;height:9.875rem;top:9.5625rem;left:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JMidi9HlGMaUTzwpF7xGgnNh7zRoxxow { background-color:#f4f7fa;background-image:none;display:block; }#JMidi9HlGMaUTzwpF7xGgnNh7zRoxxow > .row .container { background-color: transparent; background-image: none; }#JMidi9HlGMaUTzwpF7xGgnNh7zRoxxow::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JMidi9HlGMaUTzwpF7xGgnNh7zRoxxow > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JMidi9HlGMaUTzwpF7xGgnNh7zRoxxow > .row .container > .video-iframe-container { display: none; }#JMidi9HlGMaUTzwpF7xGgnNh7zRoxxow > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JMidi9HlGMaUTzwpF7xGgnNh7zRoxxow > .row > .video-iframe-container { display: none; }#JMidi9HlGMaUTzwpF7xGgnNh7zRoxxow > .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); }#JMidi9HlGMaUTzwpF7xGgnNh7zRoxxow > .row .container { width:20rem;height:71.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #L1hZ5cKLnatVTypXx0B0hdTC11HH2z9P { width:19.875rem;height:14.75rem;top:6.8125rem;left:0rem;box-shadow: 0.0625rem 0.25rem 1rem rgba(9,101,186,0.25) ;display:block; }
 }@media only screen and (max-width: 763px) { #tH2KiIXiF7qSTQ6RtdrbG0z74Av41kcQ { width:16.875rem;height:5.94921875rem;top:12.171875rem;left:1.5625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #iDBFbk5C9SKpMbfNV7WUlmImQf1a6Wg7 { width:7.0615rem;height:1.2999999375rem;top:20.875rem;left:6.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #PrV5P5h5TWPIzviZ9IhpiPVgKJqiirbW { width:7.4375rem;height:2.6875rem;top:20.1875rem;left:6.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GV1GyZ2P4SVo40HHogsWCGA1k3DE3RTv { width:20rem;height:3.298825rem;top:8.625rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #MJdppT9kFispg8pziEC9J1u5gTFTd5eg { width:19.875rem;height:21.8125rem;top:24.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #SXE6y8dV9gQRWJguheLvWrBlqfa2ayzs { width:7.4375rem;height:2.6875rem;top:44.4375rem;left:6.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PctixTBn7cWN2h3SPDxSfJgPrZwgZSCX { width:7.061625rem;height:1.2999999375rem;top:45.125rem;left:6.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #KxZ8XbMuvBxJL5RaZrBT59H3HMqP0DHt { width:17.0625rem;height:11.8984375rem;top:30.359375rem;left:1.46875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hMJ7eEgV8geNgK6ihrUHk0x7FWcZ75wp { width:18.4375rem;height:3.298825rem;top:26.8125rem;left:0.8125rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ibhpygno9MgtbdHsB9iliCTfcr1DacRs { width:19.875rem;height:18.0625rem;top:49.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #DWGuV9aOuZkfTzgZcgMAo6uPq7WPeyrP { width:7.4375rem;height:2.6875rem;top:66rem;left:6.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XO9dRogICTeamoRLHUDVcqNME9DVdyB8 { width:7.061625rem;height:1.2999999375rem;top:66.6875rem;left:6.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #lb4NOeVgwK5fk0zzTOO1sFvJPtIPmAA2 { width:16.5rem;height:7.4365rem;top:56.7607421875rem;left:1.75rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CJT6Adv3lIcZvASr1uSkyqSk9AFT3aqm { width:14.5625rem;height:4.94824375rem;top:51.5625rem;left:2.71875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #B3TPbACUEJlfqCOSoq7SV72JMPgTth2o { width:20rem;height:2rem;top:1.6865234375rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #g8V3gmkIehO1Ehe0NWVvK9QvJue90lRP { width:20rem;height:2rem;top:3.6865234375rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ykF6mHe2SedPtvWrLGnlBS9eDGhvrwmS { display:block; }#ykF6mHe2SedPtvWrLGnlBS9eDGhvrwmS > .row .container { width:20rem;height:42.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vmsdcdXryfN5ft9iouX7xsWT0TmUA67Z { width:19.875rem;height:34.625rem;top:2.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #RSkBvyhUuCvv4eb9b3Z1K2vDwKPeTFWI { width:18.6875rem;height:2.9746125rem;top:10.75rem;left:0.65625rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #QLKrTdmPCigL6cQdDRuzkoALwLbztRtO { width:19.125rem;height:1.625rem;top:8.255859375rem;left:0.4375rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #z2Qy54GCPTQL0tPliwsUphp6W45OTWOf { width:20rem;height:2.1933625rem;top:6.0625rem;left:0rem;font-size:1.6875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #wMAJNRaOvgOi42aF1bfgJ2q1egTrhT6c { width:20rem;height:1.625rem;top:4.4375rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #BRhNhLhQGD8rV4Sk1ac5IJwpTHfzeUbn { width:16.1875rem;height:4rem;top:15.4375rem;left:1.90625rem;display:block; }
 }@media only screen and (max-width: 763px) { #E6gzAgDxAVkzbQG3C4EydVqM3nVudqCy { display:block; }
 }@media only screen and (max-width: 763px) { #lVfbsrx55ScbowKk4syCJMoolnDnAmex { width:20rem;height:17.375rem;top:20.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #SfAbw7PDIMrl6w4TGyk6LWL2RJMwpBaF { display:block; }#SfAbw7PDIMrl6w4TGyk6LWL2RJMwpBaF > .row .container { width:20rem;height:0.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tnA1CigxxAGLBOfIuw2BnHoqUggy3s4G { display:block; }#tnA1CigxxAGLBOfIuw2BnHoqUggy3s4G > .row .container { width:20rem;height:37.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zDku962thLRTMevTllLCyErPJsdqSngw { width:16.8125rem;height:3.375rem;top:2.1875rem;left:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #kZHDIx4m3CXETnht1cr1nFbyFS0fRTtp { width:18.4375rem;height:1.4619125rem;top:6.4375rem;left:0.8125rem;font-size:0.8125rem;text-align:center;text-align-last:center;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #ucQ6Ir7zduFUUSLDc9fClXNcmE0M9ki3 { width:7.4375rem;height:1.4619125rem;top:11.1875rem;left:0.4375rem;font-size:0.8125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #FMTI8nE0P9QGhzIiADvcVw8wtOcJ85nn { width:8.3125rem;height:1.4375rem;top:13.3125rem;left:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #kBe5WTIfVQJ3vZdP17SCJtfWkrDfkEuZ { display:block; }
 }@media only screen and (max-width: 763px) { #Td0vR9cNIywqracy72KUV3q6P6fEAxaX { width:8.3125rem;height:1.4375rem;top:15.1875rem;left:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #O7r6oNsZQ6vToPoBAEyNOC9q3ZXaiPs5 { display:block; }
 }@media only screen and (max-width: 763px) { #sQ29RD408unkuyRrlCmSVcMmgRStRAsu { width:8.3125rem;height:1.4375rem;top:17.125rem;left:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #n2KXMplqhz9rbTf0koPcTTHKe4MM4Gvg { display:block; }
 }@media only screen and (max-width: 763px) { #uE5bVGO4CQp6C9tJzkMCMhZhaOGVIUef { width:8.3125rem;height:1.4375rem;top:19.0625rem;left:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #kJxitQ3zEdD08v6o4tsJR0tm7voteR65 { display:block; }
 }@media only screen and (max-width: 763px) { #IVy8ORlkyt1NXpCypOaCMAmseerKiie2 { width:8.3125rem;height:1.4375rem;top:21rem;left:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #cNZJgUM6BgHfvcOmT36MFfmHzPlkHWDa { display:block; }
 }@media only screen and (max-width: 763px) { #CTvEXOdK49TyPxhhKid31XEhps7Noyuk { width:8.3125rem;height:1.4375rem;top:22.9375rem;left:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #okgheOSemo9fyCHtBGIwippmFTklZBkh { display:block; }
 }@media only screen and (max-width: 763px) { #Zb8y6qc5mq2F2QWxBrKLzfPdcvuEcJTp { width:7.4375rem;height:1.4619125rem;top:11.1875rem;left:11.5rem;font-size:0.8125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #dDoi7WlBGmzPHAetUiKpg09hD9TUyRZy { width:8.3125rem;height:1.4375rem;top:13.3125rem;left:11.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #aaJHKPCHG8yy9aLI3XKrxV40QFyreFEc { display:block; }
 }@media only screen and (max-width: 763px) { #wfQUgyw1DtZKg3sWycpLa8mg0VR5OqQ1 { width:8.3125rem;height:1.4375rem;top:15.25rem;left:11.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #k80geVamlZFiR1vT9dyoLIAzu10sTR51 { display:block; }
 }@media only screen and (max-width: 763px) { #T281A7d9kDkT3JORMJyuzswoW0Mlg3Wf { width:8.3125rem;height:1.4375rem;top:21.5rem;left:11.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #oitGNsiT4EdwhnMCsGUOU6PP3NR9cfOp { display:block; }
 }@media only screen and (max-width: 763px) { #DTJUupTBIVAAp4iBHnrtVVbqtcUUydIs { width:7.4375rem;height:1.4619125rem;top:19.625rem;left:11.5rem;font-size:0.8125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #UnoiSTT9T36ptHHVATALvvIWJrNbs7Ke { width:7.4375rem;height:1.4619125rem;top:27.375rem;left:5.9375rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #tEcgqUcKvcEZOmcad6T1AVk0EVubDWC9 { display:flex;width:1.875rem;height:1.875rem;top:29.75rem;left:2.0625rem; }
#tEcgqUcKvcEZOmcad6T1AVk0EVubDWC9 > img { max-width: 100%;max-height:100%; width:1.875rem; height:1.875rem; } }@media only screen and (max-width: 763px) { #QJ9hFRWE75m39iAaaszUCIDJ2ZcyIfSp { display:flex;width:1.625rem;height:1.625rem;top:29.875rem;left:6.3125rem; }
#QJ9hFRWE75m39iAaaszUCIDJ2ZcyIfSp > img { max-width: 100%;max-height:100%; width:1.625rem; height:1.625rem; } }@media only screen and (max-width: 763px) { #ss1NZmNBGMJ9MywfRT5ZB891a5EAX61o { display:flex;width:1.5rem;height:1.5rem;top:29.9375rem;left:11.5rem; }
#ss1NZmNBGMJ9MywfRT5ZB891a5EAX61o > img { max-width: 100%;max-height:100%; width:1.5rem; height:1.5rem; } }@media only screen and (max-width: 763px) { #nt3anfZPPNOkElNO7kRVpI42Z0LB3KlQ { display:flex;width:1.8125rem;height:1.8125rem;top:29.75rem;left:16.3125rem; }
#nt3anfZPPNOkElNO7kRVpI42Z0LB3KlQ > img { max-width: 100%;max-height:100%; width:1.8125rem; height:1.8125rem; } }@media only screen and (max-width: 763px) { #IFbxtfwedN9e6WdsTAeaTsOfl1MaGgXy { display:none; }#IFbxtfwedN9e6WdsTAeaTsOfl1MaGgXy > .row .container { width:20rem;height:175.875rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #GEWcg606NoXiht4plASVbut0crBFwtfb { width:10.3125rem;height:3.375rem;top:30.875rem;left:4.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #y129rsm7WCRtI3tODSAui1CnPgpT50Wb { width:20rem;height:4.0625rem;top:45.6875rem;left:0rem;font-size:1.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #X4htZXDsunalGaFTS3nV7bNAszlnFbO7 { width:20rem;height:27rem;top:7.125rem;left:0rem;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/8a613e1c-901b-4361-a1f8-253988d8dcac/IMPACT.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:none; }#X4htZXDsunalGaFTS3nV7bNAszlnFbO7.adaptive-delivery-prevent-bg, #X4htZXDsunalGaFTS3nV7bNAszlnFbO7.lazyload, #X4htZXDsunalGaFTS3nV7bNAszlnFbO7.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #PLukPFf5wbXCDQ40D3wPzlxMgEFDlQyU { width:11.375rem;height:3.4375rem;top:15.8125rem;left:4.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #MZNtfsCvTQQ2pCSSiUtF7zBO83UGKAAf { display:block; }
 }@media only screen and (max-width: 763px) { #pMb1fkx2e4GdBPlL6X2WMTUxRhriI8BE { width:13.375rem;height:3.25rem;top:62.4375rem;left:3.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #z64E3g9SWzUqD9ETAmipPHV2OVqZAE73 { width:9.5rem;height:1.4619125rem;top:63.5rem;left:5.8125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #enqtlulPilQULTNKeckmtEr0rwu6BiCg { display:flex;width:2.3125rem;height:2.3125rem;top:62.875rem;left:4rem;display:none; }
 }@media only screen and (max-width: 763px) { #eKviQ3bE1du6GvwW12gS2kMRfNQnuH2Q { width:20rem;height:5.6875rem;top:28.625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #kePVSJWNtihV5xd3vUTI5gSl8oogPlof { width:8.9355625rem;height:3.06206875rem;top:25.3125rem;left:10.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qAF13Nu8RfuusAx14MFKZMr5ABtgBUtx { width:20rem;height:0;top:69.0625rem;left:0rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #mCbNTTk5VTSqdQTrdJJxEBv98hfhxivD { width:20rem;height:17.0625rem;top:2.4989187717437rem;left:0rem;font-size:1.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #kUGoR0RN8LXI1eabWkEOt5aS1HOTZJCH { width:20rem;height:13.875rem;top:66.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #qBb53PLk4N3G33atnIKl3peISOQ4SpqF { width:19.1875rem;height:0;top:97.25rem;left:0.8125rem;font-size:1.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #vfJdepty8MAg9BuDBxsGZbiEAIhBttMX { width:20rem;height:0;top:95.3125rem;left:0rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #EeQ57EB9p0skkbVeqEToRqZHIZP3HvO1 { width:19.1875rem;height:0;top:123.25rem;left:0.8125rem;font-size:1.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #JOKpi3A93we0ZLBLbfT6OthOW6PF27hL { width:20rem;height:0;top:121.3125rem;left:0rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #XG4XG0bCfolfreZGXrwPyf8vrp5yLLK7 { width:17.625rem;height:9.875rem;top:108.3125rem;left:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #eVEMyn6xsWy0yxEp0UGS2tXieBMfhAny { width:17.625rem;height:9.875rem;top:82.0625rem;left:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lyhd7K1TRiFoZQyOF4b5nLdWNzQQEVXF { width:17.625rem;height:9.875rem;top:134.5625rem;left:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FkwfW9Ucv8JiU7ZLkbgOew1VQ7HFsVED { width:16.1875rem;height:4rem;top:145.6875rem;left:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #AKXCuMAcbsEUI0Wx5x2enAiJeoWubZw0 { display:block; }
 }@media only screen and (max-width: 763px) { #TpKWNVVvyXXCp8iwcGMD9MrlIu0xUUoz { width:20rem;height:13.875rem;top:93.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #uGlBTHvMHLhkgB8kzKX8zsk7PRxbEo5C { width:20rem;height:13.875rem;top:119.4375rem;left:0rem;display:block; }
 }