.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:130,0,255;--color-primary-1:162,0,255;--color-primary-2:58,51,121;--color-primary-3:20,14,56;--color-primary-4:18,14,51;--color-secondary-0:253,231,217;--color-secondary-1:249,177,128;--color-secondary-2:243,98,0;--color-secondary-3:122,49,0;--color-secondary-4:36,15,0;--color-tertiary-0:255,255,255;--color-tertiary-1:224,224,224;--color-tertiary-2:204,204,204;--color-tertiary-3:122,122,122;--color-tertiary-4:0,0,0;--headlines-font-family:"open sans";--paragraphs-font-family:"Roboto"; }@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 959px) {
    html {
        width: 960px;
    }
}body { background-color:rgba(var(--color-primary-3),1);background-image:none;position:relative;top:0rem;left:0rem;display:block; }
#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container { display: none; }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .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); }#flEJDQv4Ri3lW4WRPAg9IxgB4zAMwima { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-3),1);background-image:none;position:fixed;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;z-index:199999;top:0rem;left:0rem;right:0rem;display:block; }#flEJDQv4Ri3lW4WRPAg9IxgB4zAMwima > .row .container { background-color: transparent; background-image: none; }#flEJDQv4Ri3lW4WRPAg9IxgB4zAMwima::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#flEJDQv4Ri3lW4WRPAg9IxgB4zAMwima > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#flEJDQv4Ri3lW4WRPAg9IxgB4zAMwima > .row .container > .video-iframe-container { display: none; }#flEJDQv4Ri3lW4WRPAg9IxgB4zAMwima > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#flEJDQv4Ri3lW4WRPAg9IxgB4zAMwima > .row > .video-iframe-container { display: none; }#flEJDQv4Ri3lW4WRPAg9IxgB4zAMwima > .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); }#flEJDQv4Ri3lW4WRPAg9IxgB4zAMwima > .row .container { border-width: 0; border-radius: 0; }#flEJDQv4Ri3lW4WRPAg9IxgB4zAMwima > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#flEJDQv4Ri3lW4WRPAg9IxgB4zAMwima > .row .container { font-size:0.875rem;font-family:arial;height:4.375rem;width:60rem;position:relative;display:block; }#ykAbiqiVFhHdMKKaTp2Xf5Tw2zxGg95D { background-color:transparent;background-image: -webkit-linear-gradient(115deg, rgba(var(--color-primary-0),1), rgba(var(--color-primary-1),1));background-image: -moz-linear-gradient(115deg, rgba(var(--color-primary-0),1), rgba(var(--color-primary-1),1));background-image: -ms-linear-gradient(115deg, rgba(var(--color-primary-0),1), rgba(var(--color-primary-1),1));background-image: -o-linear-gradient(115deg, rgba(var(--color-primary-0),1), rgba(var(--color-primary-1),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-0),1)', endColorstr='rgba(var(--color-primary-1),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-0),1)', endColorstr='rgba(var(--color-primary-1),1)' );";background-image: linear-gradient(115deg, rgba(var(--color-primary-0),1), rgba(var(--color-primary-1),1));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: none;box-sizing:border-box;color:#e8f7ff;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.6870625rem;height:2.12456875rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:1.1241320371627rem;left:51.314018249512rem;display:block; }
#eg2nQaq54RZalwvwBCI0xmAFfK7vt0SV { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#vT95VSCqXRP0uO5uMwvpvx7xckHrp2Qy { background-color:transparent;background-image:none;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:#e8f7ff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:7.872875rem;height:2.1875rem;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:1.09375rem;left:35.303621292114rem;display:block; }
#yv9TSO9VvJTabicTQbRPJfk0Txep2fuO { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#RJxJtwMHHn2dF8zcZfww0xAVE2n4EyTO { background-color:transparent;background-image:none;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:#e8f7ff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:4.375rem;height:2.1875rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:1.09375rem;left:17.115587234497rem;display:block; }
#fCnxvWi4Dk0DnnH992NmdNpihZVgpD6q { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#VO90trls8n416qWLKTfSyOnNNe2llWPU { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.875rem;width:15.5625rem;top:1.0617897510529rem;left:0rem;overflow:hidden;display:block; }
#eQgap0uZTyruAT5eA6kNNZCbEaWzzZdl { background-color:transparent;background-image:none;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:#e8f7ff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:5.187325rem;height:2.1875rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:1.09375rem;left:21.488813400269rem;display:block; }
#S4x4dbzE6FFqfS2oQpZ72sTZKTCXBnFa { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#yxDQpS2QAxDTDBLXrSUpdFIfk99oOSfH { background-color:transparent;background-image:none;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:#e8f7ff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:5.625rem;height:2.1875rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:1.09375rem;left:43.74733543396rem;display:block; }
#aPcyhMKrvIVuT4S7iM5nlb4VpBFJkti6 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ExHGECg0QvUW7pnmvLkXzTRLw9dguAXz { background-color:transparent;background-image:none;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:#e8f7ff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:7.872875rem;height:2.1875rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:1.09375rem;left:26.687677383423rem;display:block; }
#idVCdKNul2t5gg1mkA5L6EO1DbDdH36c { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#gtRyPHadX5Mhu46XE5LsTZXmlqpTqHNB { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/SoUOy0fn/Bacground1.jpg");background-position:center right !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;display:block; }#gtRyPHadX5Mhu46XE5LsTZXmlqpTqHNB.adaptive-delivery-prevent-bg, #gtRyPHadX5Mhu46XE5LsTZXmlqpTqHNB.lazyload, #gtRyPHadX5Mhu46XE5LsTZXmlqpTqHNB.lazyloading { background-image: none; }#gtRyPHadX5Mhu46XE5LsTZXmlqpTqHNB > .row .container { background-color: transparent; background-image: none; }#gtRyPHadX5Mhu46XE5LsTZXmlqpTqHNB::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gtRyPHadX5Mhu46XE5LsTZXmlqpTqHNB > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gtRyPHadX5Mhu46XE5LsTZXmlqpTqHNB > .row .container > .video-iframe-container { display: none; }#gtRyPHadX5Mhu46XE5LsTZXmlqpTqHNB > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gtRyPHadX5Mhu46XE5LsTZXmlqpTqHNB > .row > .video-iframe-container { display: none; }#gtRyPHadX5Mhu46XE5LsTZXmlqpTqHNB > .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); }#gtRyPHadX5Mhu46XE5LsTZXmlqpTqHNB > .row .container { border-width: 0; border-radius: 0; }#gtRyPHadX5Mhu46XE5LsTZXmlqpTqHNB > .row > .video-iframe-container { border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem; }#gtRyPHadX5Mhu46XE5LsTZXmlqpTqHNB > .row .container { font-size:0.875rem;font-family:arial;height:36.75rem;width:60rem;position:relative;display:block; }#Ept4ax2XQZehP1P5PNBQDhyiqauDg14u { color:#d8ecff;display:block;width:59.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:7.5rem;font-weight:700;z-index:15000;line-height:1.4;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(52,139,222,0.5);top:6.6243488788606rem;left:0rem;height:10.5rem;font-style:normal;display:block; }
#WR8kpMlaEO45UeL8NOT3ORp5qA4et76s { color:#e8f7ff;display:block;width:41.4373125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5rem;font-weight:300;z-index:15001;line-height:1.3;letter-spacing:0;top:17.65980052948rem;left:2.8737564086914rem;height:5.84765625rem;font-style:normal;display:block; }
#v9uU92NQMvo4cZhxo4tsHQwo8bePCo8e { position:absolute;display:block;z-index:15002;background-color:transparent;background-image: -webkit-linear-gradient(339deg, rgba(var(--color-primary-0),1), rgba(var(--color-primary-1),1));background-image: -moz-linear-gradient(339deg, rgba(var(--color-primary-0),1), rgba(var(--color-primary-1),1));background-image: -ms-linear-gradient(339deg, rgba(var(--color-primary-0),1), rgba(var(--color-primary-1),1));background-image: -o-linear-gradient(339deg, rgba(var(--color-primary-0),1), rgba(var(--color-primary-1),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-0),1)', endColorstr='rgba(var(--color-primary-1),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-0),1)', endColorstr='rgba(var(--color-primary-1),1)' );";background-image: linear-gradient(339deg, rgba(var(--color-primary-0),1), rgba(var(--color-primary-1),1));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.125rem;border-top-right-radius:0.125rem;border-bottom-left-radius:0.125rem;border-bottom-right-radius:0.125rem;box-shadow: none;height:4.0625rem;width:0.374645rem;top:18.554686546326rem;left:0rem;display:block; }
#k6aRh53yNozBbfptPckrWHTWc7AT4vnP { background-color:transparent;background-image: -webkit-linear-gradient(115deg, rgba(var(--color-primary-0),1), rgba(var(--color-primary-1),1));background-image: -moz-linear-gradient(115deg, rgba(var(--color-primary-0),1), rgba(var(--color-primary-1),1));background-image: -ms-linear-gradient(115deg, rgba(var(--color-primary-0),1), rgba(var(--color-primary-1),1));background-image: -o-linear-gradient(115deg, rgba(var(--color-primary-0),1), rgba(var(--color-primary-1),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-0),1)', endColorstr='rgba(var(--color-primary-1),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-0),1)', endColorstr='rgba(var(--color-primary-1),1)' );";background-image: linear-gradient(115deg, rgba(var(--color-primary-0),1), rgba(var(--color-primary-1),1));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.1875rem;border-top-right-radius:0.1875rem;border-bottom-left-radius:0.1875rem;border-bottom-right-radius:0.1875rem;box-shadow: none;box-sizing:border-box;color:#e8f7ff;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.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.25rem;height:3.81214375rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:28.055751800537rem;left:0rem;display:block; }
#HNmutvnDtICpJqVXbIiRnTJrCWtO8KBl { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#CxcGMPMzOsA8i5uqNMO8u2ThzcTvnCVG { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:8.4375rem;width:12.3125rem;top:24rem;left:43.3125rem;overflow:hidden;display:block; }
#sWmtdnbDREt3qUh2SA4bGUATVidZAUts { color:rgba(var(--color-tertiary-0),1);display:block;width:12.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;top:22.75rem;left:43.25rem;height:1.29980625rem;display:block; }
#kZ9e3uyD7SJxD3SfDEkSp8qyuVBz7bnQ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-primary-2),1), rgba(var(--color-tertiary-4),1));background-image: -moz-linear-gradient(180deg, rgba(var(--color-primary-2),1), rgba(var(--color-tertiary-4),1));background-image: -ms-linear-gradient(180deg, rgba(var(--color-primary-2),1), rgba(var(--color-tertiary-4),1));background-image: -o-linear-gradient(180deg, rgba(var(--color-primary-2),1), rgba(var(--color-tertiary-4),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='rgba(var(--color-tertiary-4),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='rgba(var(--color-tertiary-4),1)' );";background-image: linear-gradient(180deg, rgba(var(--color-primary-2),1), rgba(var(--color-tertiary-4),1));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; }#kZ9e3uyD7SJxD3SfDEkSp8qyuVBz7bnQ > .row .container { background-color: transparent; background-image: none; }#kZ9e3uyD7SJxD3SfDEkSp8qyuVBz7bnQ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kZ9e3uyD7SJxD3SfDEkSp8qyuVBz7bnQ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kZ9e3uyD7SJxD3SfDEkSp8qyuVBz7bnQ > .row .container > .video-iframe-container { display: none; }#kZ9e3uyD7SJxD3SfDEkSp8qyuVBz7bnQ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kZ9e3uyD7SJxD3SfDEkSp8qyuVBz7bnQ > .row > .video-iframe-container { display: none; }#kZ9e3uyD7SJxD3SfDEkSp8qyuVBz7bnQ > .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); }#kZ9e3uyD7SJxD3SfDEkSp8qyuVBz7bnQ > .row .container { border-width: 0; border-radius: 0; }#kZ9e3uyD7SJxD3SfDEkSp8qyuVBz7bnQ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#kZ9e3uyD7SJxD3SfDEkSp8qyuVBz7bnQ > .row .container { font-size:0.875rem;font-family:arial;height:17.75rem;width:60rem;position:relative;display:block; }#pJi62RmHpUad0R87HVyCTs9JIM2B4Rby { color:rgba(var(--color-tertiary-0),1);display:block;width:19.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:8.53125rem;left:0rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#moq1bqEkxIzXoIJoDLxRHP8wE2ckqrZP { color:#d2a9ff;display:block;width:19.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:10.34375rem;left:0rem;height:1.94921875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#n2zQIkAoC2DnCe3gFHi56AgqmrIRkver { color:#d2a9ff;display:block;width:19.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:10.3125rem;left:20.3125rem;height:5.84765625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#uRzAFyGQ5ipo5GH4K75GDEdMqcIFCXAx { color:rgba(var(--color-tertiary-0),1);display:block;width:19.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:8.5rem;left:20.3125rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#LbGCWV4RBTaeBEgrmQsyogzQ9p19yiCo { color:#d2a9ff;display:block;width:19.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:10.3125rem;left:40.5rem;height:1.94921875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#dfmkZXNQJXCbQ6qPV82K6zehz1TCAIrl { color:rgba(var(--color-tertiary-0),1);display:block;width:19.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:8.5rem;left:40.5rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ud7LGIfcJL0kSQzRXPaD3aJxErleTBWs { position:absolute;display:block;z-index:15009;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.25rem;width:6.25rem;top:1.3125rem;left:46.8125rem;overflow:hidden;display:block; }
#NB8Qx4oMtzqeuGiXTJuN1O2ZrUkxvCs3 { position:absolute;display:block;z-index:15010;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.5625rem;width:5.5625rem;top:1.65625rem;left:27.1875rem;overflow:hidden;display:block; }
#pJZiI4fcIVVBlqDfDvcCzQO03plUpyIr { position:absolute;display:block;z-index:15011;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:5.6875rem;top:1.59375rem;left:6.875rem;overflow:hidden;display:block; }
#yg1g5VDoWDTOOT3pMR5dfJ70reqEhCVP { color:#d2a9ff;display:block;width:19.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:13.28125rem;left:0rem;height:1.0556625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Ttpwme5OwECQ0Sp4342Vsel2dnF55dqw { color:#d2a9ff;display:block;width:19.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:14.76171875rem;left:0rem;height:1.0556625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#k0ZnqORLayVterIlmeTVB7HRBv8lf5hE { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-primary-4),1), rgba(var(--color-primary-4),1));background-image: -moz-linear-gradient(180deg, rgba(var(--color-primary-4),1), rgba(var(--color-primary-4),1));background-image: -ms-linear-gradient(180deg, rgba(var(--color-primary-4),1), rgba(var(--color-primary-4),1));background-image: -o-linear-gradient(180deg, rgba(var(--color-primary-4),1), rgba(var(--color-primary-4),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-4),1)', endColorstr='rgba(var(--color-primary-4),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-4),1)', endColorstr='rgba(var(--color-primary-4),1)' );";background-image: linear-gradient(180deg, rgba(var(--color-primary-4),1), rgba(var(--color-primary-4),1));background-size:initial !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; }#k0ZnqORLayVterIlmeTVB7HRBv8lf5hE > .row .container { background-color: transparent; background-image: none; }#k0ZnqORLayVterIlmeTVB7HRBv8lf5hE::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#k0ZnqORLayVterIlmeTVB7HRBv8lf5hE > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#k0ZnqORLayVterIlmeTVB7HRBv8lf5hE > .row .container > .video-iframe-container { display: none; }#k0ZnqORLayVterIlmeTVB7HRBv8lf5hE > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#k0ZnqORLayVterIlmeTVB7HRBv8lf5hE > .row > .video-iframe-container { display: none; }#k0ZnqORLayVterIlmeTVB7HRBv8lf5hE > .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); }#k0ZnqORLayVterIlmeTVB7HRBv8lf5hE > .row .container { border-width: 0; border-radius: 0; }#k0ZnqORLayVterIlmeTVB7HRBv8lf5hE > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#k0ZnqORLayVterIlmeTVB7HRBv8lf5hE > .row .container { font-size:0.875rem;font-family:arial;height:59.875rem;width:60rem;position:relative;display:block; }#oFwAyBLB2tCdl7inNvUNrHDxxgfybV5a { color:#e8f7ff;display:block;width:23rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:3.5625rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:7.25rem;left:0rem;height:4.6308625rem;font-style:normal;display:block; }
#Q20BxKWiG7kfzlNdNNeHwffTKnL9iJOM { color:#e8f7ff;display:block;width:23rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:4.875rem;left:0rem;height:1.46218125rem;font-style:normal;display:block; }
#gRIbuQUDTLI0yBxVWnmBptMI49GF3Osa { position:absolute;display:block;z-index:15003;background-color:transparent;background-image: -webkit-linear-gradient(339deg, rgba(var(--color-primary-0),1), rgba(var(--color-primary-1),1));background-image: -moz-linear-gradient(339deg, rgba(var(--color-primary-0),1), rgba(var(--color-primary-1),1));background-image: -ms-linear-gradient(339deg, rgba(var(--color-primary-0),1), rgba(var(--color-primary-1),1));background-image: -o-linear-gradient(339deg, rgba(var(--color-primary-0),1), rgba(var(--color-primary-1),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-0),1)', endColorstr='rgba(var(--color-primary-1),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-0),1)', endColorstr='rgba(var(--color-primary-1),1)' );";background-image: linear-gradient(339deg, rgba(var(--color-primary-0),1), rgba(var(--color-primary-1),1));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.125rem;border-top-right-radius:0.125rem;border-bottom-left-radius:0.125rem;border-bottom-right-radius:0.125rem;box-shadow: none;height:0.375rem;width:8.25rem;top:15rem;left:0rem;display:block; }
#dk6fdeSSXtyVBqb4XtboqzOmJsQIKlxm { color:#e8f7ff;display:block;width:27.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.1875rem;font-weight:300;z-index:15002;line-height:1.3;letter-spacing:0;top:17.75rem;left:0rem;height:32.40234375rem;font-style:normal;display:block; }
#MspbkvG2r8aFyqT04viTIU0ThQLKwt3Z { 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:11.75rem;width:17.5625rem;top:8.5rem;left:34.375rem;overflow:hidden;display:block; }
#CltRC1L7fAElTDc7cXNbOlHwG4W9r4ez { position:absolute;display:block;z-index:15017;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:10.875rem;width:16.4375rem;top:17.75rem;left:43.5625rem;overflow:hidden;display:block; }
#uekVPHUXSzTRmsFQEWz6TkxHwHiWcF93 { position:absolute;display:block;z-index:15004;background-color:transparent;background-image: -webkit-linear-gradient(339deg, rgba(var(--color-primary-0),1), rgba(var(--color-primary-1),1));background-image: -moz-linear-gradient(339deg, rgba(var(--color-primary-0),1), rgba(var(--color-primary-1),1));background-image: -ms-linear-gradient(339deg, rgba(var(--color-primary-0),1), rgba(var(--color-primary-1),1));background-image: -o-linear-gradient(339deg, rgba(var(--color-primary-0),1), rgba(var(--color-primary-1),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-0),1)', endColorstr='rgba(var(--color-primary-1),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-0),1)', endColorstr='rgba(var(--color-primary-1),1)' );";background-image: linear-gradient(339deg, rgba(var(--color-primary-0),1), rgba(var(--color-primary-1),1));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.125rem;border-top-right-radius:0.125rem;border-bottom-left-radius:0.125rem;border-bottom-right-radius:0.125rem;box-shadow: none;height:0.375rem;width:8.25rem;top:12rem;left:30.8125rem;display:block; }
#AyGkr6vwH0ak2697oGZEXGQiQXq8G6KH { position:absolute;display:block;z-index:15018;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-primary-0),1), #bc43ff);background-image: -moz-linear-gradient(180deg, rgba(var(--color-primary-0),1), #bc43ff);background-image: -ms-linear-gradient(180deg, rgba(var(--color-primary-0),1), #bc43ff);background-image: -o-linear-gradient(180deg, rgba(var(--color-primary-0),1), #bc43ff);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-0),1)', endColorstr='#bc43ff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-0),1)', endColorstr='#bc43ff' );";background-image: linear-gradient(180deg, rgba(var(--color-primary-0),1), #bc43ff);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:10.8125rem;border-top-right-radius:10.8125rem;border-bottom-left-radius:10.8125rem;border-bottom-right-radius:10.8125rem;box-shadow: 0.0625rem 0.0625rem 1.75rem rgba(238,204,255,0.64) ;height:4.25rem;width:4.25rem;top:9.9375rem;left:25.75rem;display:block; }
#pdTsuwX1ld5W60JQgzIH8FQxp4ORC1Qf { position:absolute;display:block;z-index:15024;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-primary-0),1), #bc43ff);background-image: -moz-linear-gradient(180deg, rgba(var(--color-primary-0),1), #bc43ff);background-image: -ms-linear-gradient(180deg, rgba(var(--color-primary-0),1), #bc43ff);background-image: -o-linear-gradient(180deg, rgba(var(--color-primary-0),1), #bc43ff);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-0),1)', endColorstr='#bc43ff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-0),1)', endColorstr='#bc43ff' );";background-image: linear-gradient(180deg, rgba(var(--color-primary-0),1), #bc43ff);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:10.8125rem;border-top-right-radius:10.8125rem;border-bottom-left-radius:10.8125rem;border-bottom-right-radius:10.8125rem;box-shadow: 0.0625rem 0.0625rem 1.75rem rgba(238,204,255,0.64) ;height:4.25rem;width:4.25rem;top:21.5625rem;left:36.625rem;display:block; }
#RgQhI7qbEvmaPpo9gzyTVD7WLiuJMuhI { position:absolute;display:block;z-index:15023;background-color:transparent;background-image: -webkit-linear-gradient(339deg, rgba(var(--color-primary-0),1), rgba(var(--color-primary-1),1));background-image: -moz-linear-gradient(339deg, rgba(var(--color-primary-0),1), rgba(var(--color-primary-1),1));background-image: -ms-linear-gradient(339deg, rgba(var(--color-primary-0),1), rgba(var(--color-primary-1),1));background-image: -o-linear-gradient(339deg, rgba(var(--color-primary-0),1), rgba(var(--color-primary-1),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-0),1)', endColorstr='rgba(var(--color-primary-1),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-0),1)', endColorstr='rgba(var(--color-primary-1),1)' );";background-image: linear-gradient(339deg, rgba(var(--color-primary-0),1), rgba(var(--color-primary-1),1));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.125rem;border-top-right-radius:0.125rem;border-bottom-left-radius:0.125rem;border-bottom-right-radius:0.125rem;box-shadow: none;height:0.375rem;width:8.25rem;top:23.625rem;left:39.75rem;display:block; }
#IRzkazfgQC4OF8GvQzSOzlwhDLCGF7RG { position:absolute;display:block;z-index:15026;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3rem;width:3rem;top:22.125rem;left:37.3125rem;overflow:hidden;display:block; }
#cAhc4ZkqSH12hsDTealB3h55DxwNKumF { position:absolute;display:block;z-index:15027;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.9375rem;width:2.9375rem;top:10.75rem;left:27.0625rem;overflow:hidden;display:block; }
#Qwx3D2PyvIl3ORu04V8JZ7ZblglhTCzD .widget-container { border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;flex-direction:column;align-items:center;background-color:;background-image:none;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;vertical-align:top; }
#Qwx3D2PyvIl3ORu04V8JZ7ZblglhTCzD .widget-text.counter-number { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#00dcff;background-image:none;color:rgba(var(--color-tertiary-4),1);padding-top:0.5rem;padding-right:0.4375rem;padding-bottom:0.5rem;padding-left:0.4375rem;display:block;align-items:center;width:2.625rem;min-width:2.625rem;height:2.6875rem;position:relative;font-family:var(--headlines-font-family);font-size:2rem;font-weight:700;line-height:43px;text-align:center;text-align-last:center;top:0rem;left:0rem; }
#Qwx3D2PyvIl3ORu04V8JZ7ZblglhTCzD .widget-text.counter-label { background-color:;background-image:none;color:rgba(var(--color-tertiary-0),1);padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.3125rem;margin-right:0;margin-bottom:0;margin-left:0;display:block;width:3.5rem;height:1.0625rem;position:relative;font-family:var(--headlines-font-family);font-size:0.75rem;font-weight:400;line-height:1;text-align:center;text-align-last:center;text-transform:none;top:0rem;left:0rem; }
#Qwx3D2PyvIl3ORu04V8JZ7ZblglhTCzD { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;background-color:rgba(var(--color-tertiary-0),0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;box-shadow: none;display:flex;justify-content:space-between;width:18rem;height:5.0625rem;padding-top:0.625rem;padding-right:0.625rem;padding-bottom:0.625rem;padding-left:0.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2rem;font-weight:700;line-height:1;text-align:center;text-align-last:center;text-transform:none;top:53.561786651611rem;left:0rem;z-index:15029; }
#Qwx3D2PyvIl3ORu04V8JZ7ZblglhTCzD #DbxMMSeErVD8TIXfakbvyHFQJJXuUa2o { display:flex;position:relative;top:0rem;left:0rem; }
#Qwx3D2PyvIl3ORu04V8JZ7ZblglhTCzD #LZgZLDmWlSnQmTk4z112xAZOFrE9Fuxv { width:auto; }
#Qwx3D2PyvIl3ORu04V8JZ7ZblglhTCzD #gw8mFzsElO39yRFivnKuNPTIhgMptCVB {  }
#Qwx3D2PyvIl3ORu04V8JZ7ZblglhTCzD #QcoFWfoNAODQtvxU1VugfFBfWT7H8Cov { display:flex;position:relative;top:0rem;left:0rem; }
#Qwx3D2PyvIl3ORu04V8JZ7ZblglhTCzD #eM2mnLQLEcXTpSl8ecNAus2ZqFFEl5tP {  }
#Qwx3D2PyvIl3ORu04V8JZ7ZblglhTCzD #KHNgOkm8kEDuNRfXOCIpTs5EBeH9Khge {  }
#Qwx3D2PyvIl3ORu04V8JZ7ZblglhTCzD #NpqzqkOiwD8519d6840hTkhx6koU7T1w { display:flex;position:relative;top:0rem;left:0rem; }
#Qwx3D2PyvIl3ORu04V8JZ7ZblglhTCzD #dcwalx3CELXXUptoWOWx0kXJy4Blxipz {  }
#Qwx3D2PyvIl3ORu04V8JZ7ZblglhTCzD #A8A00tlrc0Wl1Q8w0o4mW5382DDwrmWp {  }
#Qwx3D2PyvIl3ORu04V8JZ7ZblglhTCzD #TNUT6svZdLdSyRdCDFreSoc4akpDpUAi { display:flex;position:relative;top:0rem;left:0rem; }
#Qwx3D2PyvIl3ORu04V8JZ7ZblglhTCzD #htmqiPzpwxxvJE8eOolxuMAx55NoofPl {  }
#Qwx3D2PyvIl3ORu04V8JZ7ZblglhTCzD #vfK1met3TGre3EwfBokPZoXFaXHEmW6u {  }
#G0ra0pDobwPdrflTiDNuJXWAnBwrD7cS { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-primary-4),1), rgba(var(--color-primary-4),1));background-image: -moz-linear-gradient(180deg, rgba(var(--color-primary-4),1), rgba(var(--color-primary-4),1));background-image: -ms-linear-gradient(180deg, rgba(var(--color-primary-4),1), rgba(var(--color-primary-4),1));background-image: -o-linear-gradient(180deg, rgba(var(--color-primary-4),1), rgba(var(--color-primary-4),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-4),1)', endColorstr='rgba(var(--color-primary-4),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-4),1)', endColorstr='rgba(var(--color-primary-4),1)' );";background-image: linear-gradient(180deg, rgba(var(--color-primary-4),1), rgba(var(--color-primary-4),1));background-size:initial !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; }#G0ra0pDobwPdrflTiDNuJXWAnBwrD7cS > .row .container { background-color: transparent; background-image: none; }#G0ra0pDobwPdrflTiDNuJXWAnBwrD7cS::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#G0ra0pDobwPdrflTiDNuJXWAnBwrD7cS > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#G0ra0pDobwPdrflTiDNuJXWAnBwrD7cS > .row .container > .video-iframe-container { display: none; }#G0ra0pDobwPdrflTiDNuJXWAnBwrD7cS > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#G0ra0pDobwPdrflTiDNuJXWAnBwrD7cS > .row > .video-iframe-container { display: none; }#G0ra0pDobwPdrflTiDNuJXWAnBwrD7cS > .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); }#G0ra0pDobwPdrflTiDNuJXWAnBwrD7cS > .row .container { border-width: 0; border-radius: 0; }#G0ra0pDobwPdrflTiDNuJXWAnBwrD7cS > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#G0ra0pDobwPdrflTiDNuJXWAnBwrD7cS > .row .container { font-size:0.875rem;font-family:arial;height:39.875rem;width:60rem;position:relative;display:block; }#oCXVmpfaLTNIqfUSUwUIzN4FgtM3xCZt { color:#e8f7ff;display:block;width:23rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2.875rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:7.25rem;left:0rem;height:7.474625rem;font-style:normal;display:block; }
#pv9NbGTHTgytQTQhif15iCFAQXbPcEEL { color:#e8f7ff;display:block;width:23rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:4.875rem;left:0rem;height:1.46218125rem;font-style:normal;display:block; }
#wPbh7o7XbyIBQDrNe2MSebdzPKVIVZfq { position:absolute;display:block;z-index:15003;background-color:transparent;background-image: -webkit-linear-gradient(339deg, rgba(var(--color-primary-0),1), rgba(var(--color-primary-1),1));background-image: -moz-linear-gradient(339deg, rgba(var(--color-primary-0),1), rgba(var(--color-primary-1),1));background-image: -ms-linear-gradient(339deg, rgba(var(--color-primary-0),1), rgba(var(--color-primary-1),1));background-image: -o-linear-gradient(339deg, rgba(var(--color-primary-0),1), rgba(var(--color-primary-1),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-0),1)', endColorstr='rgba(var(--color-primary-1),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-0),1)', endColorstr='rgba(var(--color-primary-1),1)' );";background-image: linear-gradient(339deg, rgba(var(--color-primary-0),1), rgba(var(--color-primary-1),1));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.125rem;border-top-right-radius:0.125rem;border-bottom-left-radius:0.125rem;border-bottom-right-radius:0.125rem;box-shadow: none;height:0.375rem;width:8.25rem;top:15rem;left:0rem;display:block; }
#CasiThWTGMwMS6XJ3eTZ2zSVR3sUWF89 { color:#e8f7ff;display:block;width:27.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.1875rem;font-weight:300;z-index:15002;line-height:1.3;letter-spacing:0;top:17.75rem;left:0rem;height:12.34375rem;font-style:normal;display:block; }
#IIXUQmrDnabEcqT4yB8mXCA3o79ZhgKM { position:absolute;display:block;z-index:15004;background-color:transparent;background-image: -webkit-linear-gradient(339deg, rgba(var(--color-primary-0),1), rgba(var(--color-primary-1),1));background-image: -moz-linear-gradient(339deg, rgba(var(--color-primary-0),1), rgba(var(--color-primary-1),1));background-image: -ms-linear-gradient(339deg, rgba(var(--color-primary-0),1), rgba(var(--color-primary-1),1));background-image: -o-linear-gradient(339deg, rgba(var(--color-primary-0),1), rgba(var(--color-primary-1),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-0),1)', endColorstr='rgba(var(--color-primary-1),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-0),1)', endColorstr='rgba(var(--color-primary-1),1)' );";background-image: linear-gradient(339deg, rgba(var(--color-primary-0),1), rgba(var(--color-primary-1),1));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.125rem;border-top-right-radius:0.125rem;border-bottom-left-radius:0.125rem;border-bottom-right-radius:0.125rem;box-shadow: none;height:0.375rem;width:8.25rem;top:12rem;left:30.8125rem;display:block; }
#lEgzTALSMWGsvwTHH142iNw5TXEq0sZZ { position:absolute;display:block;z-index:15018;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-primary-0),1), #bc43ff);background-image: -moz-linear-gradient(180deg, rgba(var(--color-primary-0),1), #bc43ff);background-image: -ms-linear-gradient(180deg, rgba(var(--color-primary-0),1), #bc43ff);background-image: -o-linear-gradient(180deg, rgba(var(--color-primary-0),1), #bc43ff);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-0),1)', endColorstr='#bc43ff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-0),1)', endColorstr='#bc43ff' );";background-image: linear-gradient(180deg, rgba(var(--color-primary-0),1), #bc43ff);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:10.8125rem;border-top-right-radius:10.8125rem;border-bottom-left-radius:10.8125rem;border-bottom-right-radius:10.8125rem;box-shadow: 0.0625rem 0.0625rem 1.75rem rgba(238,204,255,0.64) ;height:4.25rem;width:4.25rem;top:9.9375rem;left:25.75rem;display:block; }
#IRUl0UOX6QKzrsIDhoDbRSsmfJbsTeDt { position:absolute;display:block;z-index:15024;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-primary-0),1), #bc43ff);background-image: -moz-linear-gradient(180deg, rgba(var(--color-primary-0),1), #bc43ff);background-image: -ms-linear-gradient(180deg, rgba(var(--color-primary-0),1), #bc43ff);background-image: -o-linear-gradient(180deg, rgba(var(--color-primary-0),1), #bc43ff);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-0),1)', endColorstr='#bc43ff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-0),1)', endColorstr='#bc43ff' );";background-image: linear-gradient(180deg, rgba(var(--color-primary-0),1), #bc43ff);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:10.8125rem;border-top-right-radius:10.8125rem;border-bottom-left-radius:10.8125rem;border-bottom-right-radius:10.8125rem;box-shadow: 0.0625rem 0.0625rem 1.75rem rgba(238,204,255,0.64) ;height:4.25rem;width:4.25rem;top:17rem;left:34.8125rem;display:block; }
#aH5dKILScnWoZ2a4EN1D2fbzEwQ8TnRz { position:absolute;display:block;z-index:15023;background-color:transparent;background-image: -webkit-linear-gradient(339deg, rgba(var(--color-primary-0),1), rgba(var(--color-primary-1),1));background-image: -moz-linear-gradient(339deg, rgba(var(--color-primary-0),1), rgba(var(--color-primary-1),1));background-image: -ms-linear-gradient(339deg, rgba(var(--color-primary-0),1), rgba(var(--color-primary-1),1));background-image: -o-linear-gradient(339deg, rgba(var(--color-primary-0),1), rgba(var(--color-primary-1),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-0),1)', endColorstr='rgba(var(--color-primary-1),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-0),1)', endColorstr='rgba(var(--color-primary-1),1)' );";background-image: linear-gradient(339deg, rgba(var(--color-primary-0),1), rgba(var(--color-primary-1),1));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.125rem;border-top-right-radius:0.125rem;border-bottom-left-radius:0.125rem;border-bottom-right-radius:0.125rem;box-shadow: none;height:0.375rem;width:8.25rem;top:19.0625rem;left:37.9375rem;display:block; }
#ewQATWy6M7siOGIaWDew7xyeJm1OOLaL { position:absolute;display:block;z-index:15025;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:2.5rem;top:18.0625rem;left:35.6875rem;overflow:hidden;display:block; }
#BMKtMZGCeHvfTTwVPTISZzApCssdSVeh { position:absolute;display:block;z-index:15026;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.8125rem;width:2.8125rem;top:10.78125rem;left:26.46875rem;overflow:hidden;display:block; }
#MRoaO7UAZQICNB5Q995Fb8kTEKqNEAeO { color:#e8f7ff;display:block;width:13.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2.625rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:17.749466478824rem;left:46.313917160034rem;height:3.41264375rem;font-style:normal;display:block; }
#nO7MVOIbxw9kbgQB6NuIIWOZe1HoRwNU { color:#e8f7ff;display:block;width:13.3123125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2.6875rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:26.252663195133rem;left:46.687673568726rem;height:3.4931625rem;font-style:normal;display:block; }
#PwI4N8nl2coQDVcLkETo0TWoy1Sek6zT { position:absolute;display:block;z-index:15028;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-primary-0),1), #bc43ff);background-image: -moz-linear-gradient(180deg, rgba(var(--color-primary-0),1), #bc43ff);background-image: -ms-linear-gradient(180deg, rgba(var(--color-primary-0),1), #bc43ff);background-image: -o-linear-gradient(180deg, rgba(var(--color-primary-0),1), #bc43ff);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-0),1)', endColorstr='#bc43ff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-0),1)', endColorstr='#bc43ff' );";background-image: linear-gradient(180deg, rgba(var(--color-primary-0),1), #bc43ff);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:10.8125rem;border-top-right-radius:10.8125rem;border-bottom-left-radius:10.8125rem;border-bottom-right-radius:10.8125rem;box-shadow: 0.0625rem 0.0625rem 1.75rem rgba(238,204,255,0.64) ;height:4.25rem;width:4.25rem;top:25.875rem;left:32.9375rem;display:block; }
#np7x1BnmLdQmTRicbOibpCsxyga2xp07 { 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:2.5rem;width:2.5rem;top:26.9375rem;left:33.8125rem;overflow:hidden;display:block; }
#CNXeTuOirPKP0dT0zxUXpU7CAA8dNE1h { position:absolute;display:block;z-index:15027;background-color:transparent;background-image: -webkit-linear-gradient(339deg, rgba(var(--color-primary-0),1), rgba(var(--color-primary-1),1));background-image: -moz-linear-gradient(339deg, rgba(var(--color-primary-0),1), rgba(var(--color-primary-1),1));background-image: -ms-linear-gradient(339deg, rgba(var(--color-primary-0),1), rgba(var(--color-primary-1),1));background-image: -o-linear-gradient(339deg, rgba(var(--color-primary-0),1), rgba(var(--color-primary-1),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-0),1)', endColorstr='rgba(var(--color-primary-1),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-0),1)', endColorstr='rgba(var(--color-primary-1),1)' );";background-image: linear-gradient(339deg, rgba(var(--color-primary-0),1), rgba(var(--color-primary-1),1));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.125rem;border-top-right-radius:0.125rem;border-bottom-left-radius:0.125rem;border-bottom-right-radius:0.125rem;box-shadow: none;height:0.375rem;width:8.25rem;top:27.9375rem;left:36.0625rem;display:block; }
#CqSu1FKhZII3FOk5WWsm5auVNzLSCAnl { color:#e8f7ff;display:block;width:18.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2.6875rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:10.479403078556rem;left:40.188032150269rem;height:3.49343125rem;font-style:normal;display:block; }
#bMMMuGAEO5p1MQNI1RPsFnzEO5PMK6xR { color:#e8f7ff;display:block;width:13.3123125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2.6875rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:32.5rem;left:46.75rem;height:3.4931625rem;font-style:normal;display:block; }
#MmXWprW6PoQ5fRE8TcEBHbKeMqBif1t5 { position:absolute;display:block;z-index:15032;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-primary-0),1), #bc43ff);background-image: -moz-linear-gradient(180deg, rgba(var(--color-primary-0),1), #bc43ff);background-image: -ms-linear-gradient(180deg, rgba(var(--color-primary-0),1), #bc43ff);background-image: -o-linear-gradient(180deg, rgba(var(--color-primary-0),1), #bc43ff);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-0),1)', endColorstr='#bc43ff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-0),1)', endColorstr='#bc43ff' );";background-image: linear-gradient(180deg, rgba(var(--color-primary-0),1), #bc43ff);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:10.8125rem;border-top-right-radius:10.8125rem;border-bottom-left-radius:10.8125rem;border-bottom-right-radius:10.8125rem;box-shadow: 0.0625rem 0.0625rem 1.75rem rgba(238,204,255,0.64) ;height:4.25rem;width:4.25rem;top:32.125rem;left:33rem;display:block; }
#uHrRo3OB4cM2XVKTpTapTDCqS0KM9RUB { position:absolute;display:block;z-index:15033;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.5rem;width:2.5rem;top:33.1875rem;left:33.875rem;overflow:hidden;display:block; }
#VQMvNlB4XAG0xsLpv8likmGTTxT8bxTZ { position:absolute;display:block;z-index:15031;background-color:transparent;background-image: -webkit-linear-gradient(339deg, rgba(var(--color-primary-0),1), rgba(var(--color-primary-1),1));background-image: -moz-linear-gradient(339deg, rgba(var(--color-primary-0),1), rgba(var(--color-primary-1),1));background-image: -ms-linear-gradient(339deg, rgba(var(--color-primary-0),1), rgba(var(--color-primary-1),1));background-image: -o-linear-gradient(339deg, rgba(var(--color-primary-0),1), rgba(var(--color-primary-1),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-0),1)', endColorstr='rgba(var(--color-primary-1),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-0),1)', endColorstr='rgba(var(--color-primary-1),1)' );";background-image: linear-gradient(339deg, rgba(var(--color-primary-0),1), rgba(var(--color-primary-1),1));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.125rem;border-top-right-radius:0.125rem;border-bottom-left-radius:0.125rem;border-bottom-right-radius:0.125rem;box-shadow: none;height:0.375rem;width:8.25rem;top:34.1875rem;left:36.125rem;display:block; }
#VCdhzEkAQNctZuubURqDmPBNf7tnQAXB { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-primary-3),1), rgba(var(--color-tertiary-4),1));background-image: -moz-linear-gradient(180deg, rgba(var(--color-primary-3),1), rgba(var(--color-tertiary-4),1));background-image: -ms-linear-gradient(180deg, rgba(var(--color-primary-3),1), rgba(var(--color-tertiary-4),1));background-image: -o-linear-gradient(180deg, rgba(var(--color-primary-3),1), rgba(var(--color-tertiary-4),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-3),1)', endColorstr='rgba(var(--color-tertiary-4),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-3),1)', endColorstr='rgba(var(--color-tertiary-4),1)' );";background-image: linear-gradient(180deg, rgba(var(--color-primary-3),1), rgba(var(--color-tertiary-4),1));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; }#VCdhzEkAQNctZuubURqDmPBNf7tnQAXB > .row .container { background-color: transparent; background-image: none; }#VCdhzEkAQNctZuubURqDmPBNf7tnQAXB::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VCdhzEkAQNctZuubURqDmPBNf7tnQAXB > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VCdhzEkAQNctZuubURqDmPBNf7tnQAXB > .row .container > .video-iframe-container { display: none; }#VCdhzEkAQNctZuubURqDmPBNf7tnQAXB > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VCdhzEkAQNctZuubURqDmPBNf7tnQAXB > .row > .video-iframe-container { display: none; }#VCdhzEkAQNctZuubURqDmPBNf7tnQAXB > .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); }#VCdhzEkAQNctZuubURqDmPBNf7tnQAXB > .row .container { border-width: 0; border-radius: 0; }#VCdhzEkAQNctZuubURqDmPBNf7tnQAXB > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#VCdhzEkAQNctZuubURqDmPBNf7tnQAXB > .row .container { font-size:0.875rem;font-family:arial;height:75.1875rem;width:60rem;position:relative;display:block; }#SfvhUgmRgcB8f91sGe5PexQLGetctrTB { color:rgba(var(--color-tertiary-0),1);display:block;width:60rem;position:absolute;font-family:raleway;font-size:3.125rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:4.6245660781861rem;left:0rem;height:4.0625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#R8c0UW1N4fyPi2XuQwEga2AmyWQVZp96 { color:rgba(var(--color-tertiary-0),1);display:block;width:19.9375rem;position:absolute;font-family:raleway;font-size:1.5625rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:23.75rem;left:0rem;height:2.03125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#nror5MwkSLnsbiVHfD9DihrqoWnN8Zf0 { color:rgba(var(--color-tertiary-0),1);display:block;width:19.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15005;line-height:1.3;letter-spacing:0;top:27rem;left:0rem;height:5.19921875rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#haGN9oxTZOSEpiNQ7BabtGoCiV77BJWq { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9.5625rem;width:13.5625rem;top:12.3125rem;left:3.1875rem;overflow:hidden;display:block; }
#gkzDll6XA1QKzmALKGMLSJkJA5d7BGNz { color:rgba(var(--color-tertiary-0),1);display:block;width:18.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15008;line-height:1.3;letter-spacing:0;top:27rem;left:20.9375rem;height:8.771475rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#ryT9o6tXtTwGP8zckZlJsfMSaLDbQXOS { color:rgba(var(--color-tertiary-0),1);display:block;width:19.9375rem;position:absolute;font-family:raleway;font-size:1.5625rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:23.75rem;left:20rem;height:2.03125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#cha4WpzlKn1ohcz0nTwrOQcB7ugclDPK { position:absolute;display:block;z-index:15009;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.5625rem;width:12.375rem;top:12.3125rem;left:23.8125rem;overflow:hidden;display:block; }
#ykFOxLTc9sg3OiJQElqFzDeiPeUXK0Es { color:rgba(var(--color-tertiary-0),1);display:block;width:19.9351875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:15011;line-height:1.3;letter-spacing:0;top:27.8125rem;left:40.125rem;height:4.875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#CLqGgsZV7zQvKkDkHKDCc657dlTomIgq { color:rgba(var(--color-tertiary-0),1);display:block;width:18.8743125rem;position:absolute;font-family:raleway;font-size:1.5625rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:23.75rem;left:41rem;height:2.03125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#samCs2KH955TiMksdngMT1J02B64wbS9 { position:absolute;display:block;z-index:15012;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.5625rem;width:13.375rem;top:12.3125rem;left:43.3125rem;overflow:hidden;display:block; }
#z80EQAoX5k4ih9wsSwkbTRpFTbJzMeZJ { color:rgba(var(--color-tertiary-0),1);display:block;width:19.9343125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:300;z-index:15020;line-height:1.3;letter-spacing:0;top:56.875rem;left:30.125rem;height:7.714875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#FMmkFd1HlTILJaSc34qCrUV3VQLk3z4W { color:rgba(var(--color-tertiary-0),1);display:block;width:18.8743125rem;position:absolute;font-family:raleway;font-size:1.625rem;font-weight:700;z-index:15019;line-height:1.3;letter-spacing:0;top:51.625rem;left:31rem;height:4.2246125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#NBi15QwZxs7DbrLKorNUmfuOwe6KqC0T { 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:8.4375rem;width:12.8125rem;top:40.0625rem;left:33.6875rem;overflow:hidden;display:block; }
#G2FBhO32UT9CCX5bhOTO6SNf7AJ3VRfE { color:rgba(var(--color-tertiary-0),1);display:block;width:18.3744375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:15017;line-height:1.3;letter-spacing:0;top:56.875rem;left:10.8125rem;height:3.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#W7Jo04rUBWs64EiLDDWEUFJPHwRWXuTd { color:rgba(var(--color-tertiary-0),1);display:block;width:19.9375rem;position:absolute;font-family:raleway;font-size:1.75rem;font-weight:700;z-index:15016;line-height:1.3;letter-spacing:0;top:51.625rem;left:10.0625rem;height:4.54900625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#vbWGfIwWGM3zneV7T1iDLympKdvTkrpL { position:absolute;display:block;z-index:15018;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:9.375rem;top:39.5625rem;left:15.5625rem;overflow:hidden;display:block; }
#ZGPy2CH7H57QDFd4sMiWxIgAHVaM5QUn { background-color:transparent;background-image: -webkit-linear-gradient(115deg, rgba(var(--color-primary-0),1), rgba(var(--color-primary-1),1));background-image: -moz-linear-gradient(115deg, rgba(var(--color-primary-0),1), rgba(var(--color-primary-1),1));background-image: -ms-linear-gradient(115deg, rgba(var(--color-primary-0),1), rgba(var(--color-primary-1),1));background-image: -o-linear-gradient(115deg, rgba(var(--color-primary-0),1), rgba(var(--color-primary-1),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-0),1)', endColorstr='rgba(var(--color-primary-1),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-0),1)', endColorstr='rgba(var(--color-primary-1),1)' );";background-image: linear-gradient(115deg, rgba(var(--color-primary-0),1), rgba(var(--color-primary-1),1));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.1875rem;border-top-right-radius:0.1875rem;border-bottom-left-radius:0.1875rem;border-bottom-right-radius:0.1875rem;box-shadow: none;box-sizing:border-box;color:#e8f7ff;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.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.25rem;height:3.81055rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:68.5rem;left:21.875rem;display:block; }
#MukXVlmclTkMNTcIWb6RUIyWnp1uGWiI { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Sa2kmuhyAKM3hOZu1Je4VWBcagwGJS17 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f9f9f9;background-image:url("https://images.assets-landingi.com/HOlrNHkh/bg.jpg");background-position:center !important;background-repeat:repeat !important;background-attachment:scroll;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; }#Sa2kmuhyAKM3hOZu1Je4VWBcagwGJS17.adaptive-delivery-prevent-bg, #Sa2kmuhyAKM3hOZu1Je4VWBcagwGJS17.lazyload, #Sa2kmuhyAKM3hOZu1Je4VWBcagwGJS17.lazyloading { background-image: none; }#Sa2kmuhyAKM3hOZu1Je4VWBcagwGJS17 > .row .container { background-color: transparent; background-image: none; }#Sa2kmuhyAKM3hOZu1Je4VWBcagwGJS17::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Sa2kmuhyAKM3hOZu1Je4VWBcagwGJS17 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Sa2kmuhyAKM3hOZu1Je4VWBcagwGJS17 > .row .container > .video-iframe-container { display: none; }#Sa2kmuhyAKM3hOZu1Je4VWBcagwGJS17 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Sa2kmuhyAKM3hOZu1Je4VWBcagwGJS17 > .row > .video-iframe-container { display: none; }#Sa2kmuhyAKM3hOZu1Je4VWBcagwGJS17 > .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); }#Sa2kmuhyAKM3hOZu1Je4VWBcagwGJS17 > .row .container { border-width: 0; border-radius: 0; }#Sa2kmuhyAKM3hOZu1Je4VWBcagwGJS17 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Sa2kmuhyAKM3hOZu1Je4VWBcagwGJS17 > .row .container { font-size:0.875rem;font-family:arial;height:36.125rem;width:60rem;position:relative;display:block; }#a2BmgqCKXrCez2tSxCTMbdMiQfPlgeIV { position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.0625rem 0.0625rem 1.875rem rgba(var(--color-tertiary-4),0.07) ;height:24.5625rem;width:18.75rem;top:9.2498168945312rem;left:0rem;display:block; }
#JXHTJ44uSNTXRqXb300wkRkZxn6T3TdU { 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:3.125rem;width:3.125rem;top:11.9375rem;left:7.8125rem;overflow:hidden;display:block; }
#XKFXMarnJy3F3q1JKmazkZ51J8DL6xBN { color:rgba(var(--color-tertiary-4),1);display:block;width:18.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:16.3125rem;left:0rem;height:1.625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#nXhZdBR858XcbctC20lko2cid2qHAnnB { color:#333333;display:block;width:16.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.875rem;font-weight:300;z-index:15003;line-height:1.6;letter-spacing:0;top:18.875rem;left:1.25rem;height:13.99414375rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#PTfwAF7O4z8QGfANnm18E03w0TRe1srM { position:absolute;display:block;z-index:15004;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.0625rem 0.0625rem 1.875rem rgba(var(--color-tertiary-4),0.07) ;height:24.75rem;width:18.75rem;top:9.2498168945312rem;left:20rem;display:block; }
#b8CiKUpTrqrFTcU6uoDH9HUVcVGoBNZP { color:#333333;display:block;width:16.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.875rem;font-weight:300;z-index:15007;line-height:1.6;letter-spacing:0;top:19.0625rem;left:21.25rem;height:13.99414375rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#Gn1KbEHUnuZaK6liTOvAMwkJyLynosRm { color:rgba(var(--color-tertiary-4),1);display:block;width:18.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:16.5rem;left:20rem;height:1.625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#nAazmTzvCxSVCgQfmmgbh84TPCAZ7aAQ { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.125rem;width:3.125rem;top:12.125rem;left:27.8125rem;overflow:hidden;display:block; }
#XM1yZDvfXGNpiRnlQ2gquzDKqvn2AUCR { position:absolute;display:block;z-index:15008;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.0625rem 0.0625rem 1.875rem rgba(var(--color-tertiary-4),0.07) ;height:24.5rem;width:18.75rem;top:9.2498168945312rem;left:40rem;display:block; }
#bp6GKyGZvbaxNQ0xHvqdgXIUhwbkXfgB { color:#333333;display:block;width:17.5625rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.875rem;font-weight:300;z-index:15011;line-height:1.6;letter-spacing:0;top:19.0625rem;left:40.625rem;height:11.19530625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#vEadRwMWntik7vPgSCw0CqTrU9Mw6Rvc { color:rgba(var(--color-tertiary-4),1);display:block;width:18.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:16.5rem;left:40rem;height:1.625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#INg5mqb1SgrkkSMdeHyAfuR000TsnPpb { position:absolute;display:block;z-index:15009;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.125rem;width:3.125rem;top:12.125rem;left:47.8125rem;overflow:hidden;display:block; }
#CEd3z9zLRemQHBkDxV7bcMT28npo5Sxe { color:rgba(var(--color-tertiary-4),1);display:block;width:60rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.25rem;font-weight:300;z-index:15000;line-height:1.3;letter-spacing:0;top:2.8743438720703rem;left:0rem;height:;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#c6ApkqUJJT0JlvDE2I4iClRvuZ00bD8m { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f9f9f9;background-image:url("https://images.assets-landingi.com/HOlrNHkh/bg.jpg");background-position:center !important;background-repeat:repeat !important;background-attachment:scroll;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; }#c6ApkqUJJT0JlvDE2I4iClRvuZ00bD8m.adaptive-delivery-prevent-bg, #c6ApkqUJJT0JlvDE2I4iClRvuZ00bD8m.lazyload, #c6ApkqUJJT0JlvDE2I4iClRvuZ00bD8m.lazyloading { background-image: none; }#c6ApkqUJJT0JlvDE2I4iClRvuZ00bD8m > .row .container { background-color: transparent; background-image: none; }#c6ApkqUJJT0JlvDE2I4iClRvuZ00bD8m::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#c6ApkqUJJT0JlvDE2I4iClRvuZ00bD8m > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#c6ApkqUJJT0JlvDE2I4iClRvuZ00bD8m > .row .container > .video-iframe-container { display: none; }#c6ApkqUJJT0JlvDE2I4iClRvuZ00bD8m > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#c6ApkqUJJT0JlvDE2I4iClRvuZ00bD8m > .row > .video-iframe-container { display: none; }#c6ApkqUJJT0JlvDE2I4iClRvuZ00bD8m > .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); }#c6ApkqUJJT0JlvDE2I4iClRvuZ00bD8m > .row .container { border-width: 0; border-radius: 0; }#c6ApkqUJJT0JlvDE2I4iClRvuZ00bD8m > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#c6ApkqUJJT0JlvDE2I4iClRvuZ00bD8m > .row .container { font-size:0.875rem;font-family:arial;height:38rem;width:60rem;position:relative;display:block; }#glyp9uNtkNIDMU0bJLOUhgx25GgH72cI { position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.0625rem 0.0625rem 1.875rem rgba(var(--color-tertiary-4),0.07) ;height:20.875rem;width:18.75rem;top:7.2487487792969rem;left:0.625rem;display:block; }
#B5Gr9Qkynq1nTxSMTTAoLCIvKzaacdpU { 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:3.125rem;width:3.125rem;top:9.9375rem;left:8.4375rem;overflow:hidden;display:block; }
#xFBRKP8mG5NzWnUDaBKzBZTRNb6y6AGk { color:rgba(var(--color-tertiary-4),1);display:block;width:18.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:13.061079025269rem;left:0.625rem;height:1.625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Omyw5rCvTWLIo3oJDyM77DnQALExfONu { color:#333333;display:block;width:17.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.875rem;font-weight:300;z-index:15003;line-height:1.6;letter-spacing:0;top:16.875rem;left:1.1875rem;height:13.9941125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#izTQpC5AgLG4T75T9Ebwc1JIIhCB3zr9 { position:absolute;display:block;z-index:15004;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.0625rem 0.0625rem 1.875rem rgba(var(--color-tertiary-4),0.07) ;height:21.125rem;width:18.75rem;top:7.2487487792969rem;left:20.625rem;display:block; }
#gWDQNK6KT6zgTz75sK7PDs8MuHTMUxst { color:#333333;display:block;width:17.5625rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.875rem;font-weight:300;z-index:15007;line-height:1.6;letter-spacing:0;top:17.0625rem;left:21.1875rem;height:11.1953rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#AOhBae7xNMkzINoZbNWXPaTIfGsrJV1O { color:rgba(var(--color-tertiary-4),1);display:block;width:18.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:13.061073303222rem;left:20rem;height:3.25rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#u0ohQk6tWVvK4LVsQ6Ku88fcHF1IEXOb { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.125rem;width:3.125rem;top:10.125rem;left:28.4375rem;overflow:hidden;display:block; }
#uzK1cErBKcIfFcs4amPS88GTSPee6RJ9 { position:absolute;display:block;z-index:15008;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.0625rem 0.0625rem 1.875rem rgba(var(--color-tertiary-4),0.07) ;height:21.125rem;width:18.75rem;top:7.25rem;left:41.25rem;display:block; }
#DcaVwwHMixnvJgaZT2pHqtek25aeKRXw { position:absolute;display:block;z-index:15009;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.125rem;width:3.125rem;top:9.9375rem;left:48.4375rem;overflow:hidden;display:block; }
#bVWJHiMwefrZbTHiW2LbEFX2iEfk0iyg { color:rgba(var(--color-tertiary-4),1);display:block;width:13.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:13.873046875rem;left:43.46875rem;height:1.625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Ogm0vCJD8XI2WHa0FqdJ5oH3K3e88VVT { color:#333333;display:block;width:17.5625rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.875rem;font-weight:300;z-index:15011;line-height:1.6;letter-spacing:0;top:16.875rem;left:41.84375rem;height:9.795875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#nS409ThpzAAHsRDpJ95Wn9O0NWcHeMuU { background-color:transparent;background-image: -webkit-linear-gradient(115deg, rgba(var(--color-primary-0),1), rgba(var(--color-primary-1),1));background-image: -moz-linear-gradient(115deg, rgba(var(--color-primary-0),1), rgba(var(--color-primary-1),1));background-image: -ms-linear-gradient(115deg, rgba(var(--color-primary-0),1), rgba(var(--color-primary-1),1));background-image: -o-linear-gradient(115deg, rgba(var(--color-primary-0),1), rgba(var(--color-primary-1),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-0),1)', endColorstr='rgba(var(--color-primary-1),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-0),1)', endColorstr='rgba(var(--color-primary-1),1)' );";background-image: linear-gradient(115deg, rgba(var(--color-primary-0),1), rgba(var(--color-primary-1),1));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.1875rem;border-top-right-radius:0.1875rem;border-bottom-left-radius:0.1875rem;border-bottom-right-radius:0.1875rem;box-shadow: none;box-sizing:border-box;color:#e8f7ff;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.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.25rem;height:3.80859375rem;text-decoration:none;z-index:15009;text-align:center;text-align-last:center;top:30.875354766846rem;left:21.874109268189rem;display:block; }
#DCwJX66U4nyN3REkVvEiGiRGKSvBqP7w { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#w2am7FQgVhpsexld5931i5L14aC3sCZa { position:absolute;display:block;z-index:15013;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:14.749625rem;width:22.1244375rem;top:35.846055984497rem;left:0rem;overflow:hidden;display:block; }
#LLV4nQpIrsUi46hCOJMSB8lhsPqaE9Dx { position:relative;display:block; }#LLV4nQpIrsUi46hCOJMSB8lhsPqaE9Dx { background-color: transparent; background-image: none; }#LLV4nQpIrsUi46hCOJMSB8lhsPqaE9Dx::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LLV4nQpIrsUi46hCOJMSB8lhsPqaE9Dx > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LLV4nQpIrsUi46hCOJMSB8lhsPqaE9Dx > .row .container > .video-iframe-container { display: none; }#LLV4nQpIrsUi46hCOJMSB8lhsPqaE9Dx > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LLV4nQpIrsUi46hCOJMSB8lhsPqaE9Dx > .row > .video-iframe-container { display: none; }#LLV4nQpIrsUi46hCOJMSB8lhsPqaE9Dx > .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); }#LLV4nQpIrsUi46hCOJMSB8lhsPqaE9Dx { border-width: 0; border-radius: 0; }#LLV4nQpIrsUi46hCOJMSB8lhsPqaE9Dx > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#LLV4nQpIrsUi46hCOJMSB8lhsPqaE9Dx > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),0);background-image:none;font-size:0.875rem;font-family:arial;height:55.8125rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#HZkuHIXN5ki9qkWo7oq5ca6x06097C4h { color:#e8f7ff;display:block;width:43.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2.625rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:3.5617904663086rem;left:16.375rem;height:3.41264375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#T9M1UUzbtgcMcISEyDOi7wd1UTQuqexv { position:absolute;display:block;z-index:15011;background-color:transparent;background-image: -webkit-linear-gradient(339deg, rgba(var(--color-primary-0),1), rgba(var(--color-primary-1),1));background-image: -moz-linear-gradient(339deg, rgba(var(--color-primary-0),1), rgba(var(--color-primary-1),1));background-image: -ms-linear-gradient(339deg, rgba(var(--color-primary-0),1), rgba(var(--color-primary-1),1));background-image: -o-linear-gradient(339deg, rgba(var(--color-primary-0),1), rgba(var(--color-primary-1),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-0),1)', endColorstr='rgba(var(--color-primary-1),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-0),1)', endColorstr='rgba(var(--color-primary-1),1)' );";background-image: linear-gradient(339deg, rgba(var(--color-primary-0),1), rgba(var(--color-primary-1),1));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.125rem;border-top-right-radius:0.125rem;border-bottom-left-radius:0.125rem;border-bottom-right-radius:0.125rem;box-shadow: none;height:0.374645rem;width:8.2493125rem;top:8.1862564086912rem;left:35.248579025269rem;display:block; }
#r0fbSSLrPCJ0BrsIpsm3kfPQLSrL0Sig { position:absolute;display:block;z-index:15012;height:37.9368125rem;width:60rem;top:10.94105052948rem;left:0rem;display:block; }
#IhSChKRADS8DBRMAUVUkNn1MIzTaMuN0 { position:relative;display:block; }#IhSChKRADS8DBRMAUVUkNn1MIzTaMuN0 { background-color: transparent; background-image: none; }#IhSChKRADS8DBRMAUVUkNn1MIzTaMuN0::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IhSChKRADS8DBRMAUVUkNn1MIzTaMuN0 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IhSChKRADS8DBRMAUVUkNn1MIzTaMuN0 > .row .container > .video-iframe-container { display: none; }#IhSChKRADS8DBRMAUVUkNn1MIzTaMuN0 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IhSChKRADS8DBRMAUVUkNn1MIzTaMuN0 > .row > .video-iframe-container { display: none; }#IhSChKRADS8DBRMAUVUkNn1MIzTaMuN0 > .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); }#IhSChKRADS8DBRMAUVUkNn1MIzTaMuN0 { border-width: 0; border-radius: 0; }#IhSChKRADS8DBRMAUVUkNn1MIzTaMuN0 > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#IhSChKRADS8DBRMAUVUkNn1MIzTaMuN0 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),0);background-image:none;font-size:0.875rem;font-family:arial;height:55.8125rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#PMIbXhOMCsLqTDm2atx3e14e508lTVyC { color:#e8f7ff;display:block;width:60rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2.625rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:3rem;left:0rem;height:3.41264375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Z7CeTtAmzGGrAyG0zR1kB2pSHkeo1Vtw { position:absolute;display:block;z-index:15011;background-color:transparent;background-image: -webkit-linear-gradient(339deg, rgba(var(--color-primary-0),1), rgba(var(--color-primary-1),1));background-image: -moz-linear-gradient(339deg, rgba(var(--color-primary-0),1), rgba(var(--color-primary-1),1));background-image: -ms-linear-gradient(339deg, rgba(var(--color-primary-0),1), rgba(var(--color-primary-1),1));background-image: -o-linear-gradient(339deg, rgba(var(--color-primary-0),1), rgba(var(--color-primary-1),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-0),1)', endColorstr='rgba(var(--color-primary-1),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-0),1)', endColorstr='rgba(var(--color-primary-1),1)' );";background-image: linear-gradient(339deg, rgba(var(--color-primary-0),1), rgba(var(--color-primary-1),1));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.125rem;border-top-right-radius:0.125rem;border-bottom-left-radius:0.125rem;border-bottom-right-radius:0.125rem;box-shadow: none;height:0.375rem;width:8.25rem;top:8.0625rem;left:25.75rem;display:block; }
#DooisIJ4NL4TcFfpFZd9xb1MwIF0CmOV { color:#e8f7ff;display:block;width:43.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:300;z-index:15011;line-height:1.3;letter-spacing:0;top:11rem;left:8.8125rem;height:1.29980625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#oDceHfsSsNrBLfPqDRfo0RJkVZVKg9wS { position:absolute;display:block;z-index:15012;height:37.9373125rem;width:60rem;top:15.692266464233rem;left:0rem;display:block; }
#i9F5uzHwn6MMV5eeToA1Qqz925lTITqG { 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; }#i9F5uzHwn6MMV5eeToA1Qqz925lTITqG > .row .container { background-color: transparent; background-image: none; }#i9F5uzHwn6MMV5eeToA1Qqz925lTITqG::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#i9F5uzHwn6MMV5eeToA1Qqz925lTITqG > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#i9F5uzHwn6MMV5eeToA1Qqz925lTITqG > .row .container > .video-iframe-container { display: none; }#i9F5uzHwn6MMV5eeToA1Qqz925lTITqG > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#i9F5uzHwn6MMV5eeToA1Qqz925lTITqG > .row > .video-iframe-container { display: none; }#i9F5uzHwn6MMV5eeToA1Qqz925lTITqG > .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); }#i9F5uzHwn6MMV5eeToA1Qqz925lTITqG > .row .container { border-width: 0; border-radius: 0; }#i9F5uzHwn6MMV5eeToA1Qqz925lTITqG > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#i9F5uzHwn6MMV5eeToA1Qqz925lTITqG > .row .container { font-size:0.875rem;font-family:arial;height:15rem;width:60rem;position:relative;display:block; }#vRN3eBHNUkn5a9zZRTFwDsEBh3N3c3XM { position:absolute;display:block;z-index:15017;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.12475625rem;width:21.687rem;top:5.4376220703125rem;left:19.125rem;overflow:hidden;display:block; }
#G887XUIQQalWchBHbPi2EJysFJVTxzDh { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-2),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#G887XUIQQalWchBHbPi2EJysFJVTxzDh > .row .container { background-color: transparent; background-image: none; }#G887XUIQQalWchBHbPi2EJysFJVTxzDh::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#G887XUIQQalWchBHbPi2EJysFJVTxzDh > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#G887XUIQQalWchBHbPi2EJysFJVTxzDh > .row .container > .video-iframe-container { display: none; }#G887XUIQQalWchBHbPi2EJysFJVTxzDh > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#G887XUIQQalWchBHbPi2EJysFJVTxzDh > .row > .video-iframe-container { display: none; }#G887XUIQQalWchBHbPi2EJysFJVTxzDh > .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); }#G887XUIQQalWchBHbPi2EJysFJVTxzDh > .row .container { border-width: 0; border-radius: 0; }#G887XUIQQalWchBHbPi2EJysFJVTxzDh > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#G887XUIQQalWchBHbPi2EJysFJVTxzDh > .row .container { font-size:0.875rem;font-family:arial;height:7.25rem;width:60rem;position:relative;display:block; }#PBGEUPtFXWROKziBo3JWDU0dNUgt5Ipn { color:#e8f7ff;display:block;width:23.562rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.8125rem;font-weight:300;z-index:15011;line-height:1.3;letter-spacing:0;top:2.0404052734375rem;left:18.1875rem;height:3.16731875rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #flEJDQv4Ri3lW4WRPAg9IxgB4zAMwima { display:block; }#flEJDQv4Ri3lW4WRPAg9IxgB4zAMwima > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ykAbiqiVFhHdMKKaTp2Xf5Tw2zxGg95D { width:8.625rem;height:2.0625rem;top:1.0625rem;left:39.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #eg2nQaq54RZalwvwBCI0xmAFfK7vt0SV { display:block; }
 }@media only screen and (max-width: 763px) { #vT95VSCqXRP0uO5uMwvpvx7xckHrp2Qy { width:7.8125rem;height:2.1875rem;top:1.0625rem;left:29.178621292114rem;display:block; }
 }@media only screen and (max-width: 763px) { #yv9TSO9VvJTabicTQbRPJfk0Txep2fuO { display:block; }
 }@media only screen and (max-width: 763px) { #RJxJtwMHHn2dF8zcZfww0xAVE2n4EyTO { width:4.375rem;height:2.1875rem;top:1.0625rem;left:10.990587234497rem;display:block; }
 }@media only screen and (max-width: 763px) { #fCnxvWi4Dk0DnnH992NmdNpihZVgpD6q { display:block; }
 }@media only screen and (max-width: 763px) { #VO90trls8n416qWLKTfSyOnNNe2llWPU { top:1rem;left:0rem;width:15.5625rem;height:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #eQgap0uZTyruAT5eA6kNNZCbEaWzzZdl { width:5.125rem;height:2.1875rem;top:1.0625rem;left:15.363813400269rem;display:block; }
 }@media only screen and (max-width: 763px) { #S4x4dbzE6FFqfS2oQpZ72sTZKTCXBnFa { display:block; }
 }@media only screen and (max-width: 763px) { #yxDQpS2QAxDTDBLXrSUpdFIfk99oOSfH { width:5.625rem;height:2.1875rem;top:1.0625rem;left:37.62233543396rem;display:block; }
 }@media only screen and (max-width: 763px) { #aPcyhMKrvIVuT4S7iM5nlb4VpBFJkti6 { display:block; }
 }@media only screen and (max-width: 763px) { #ExHGECg0QvUW7pnmvLkXzTRLw9dguAXz { width:7.8125rem;height:2.1875rem;top:1.0625rem;left:20.562677383423rem;display:block; }
 }@media only screen and (max-width: 763px) { #idVCdKNul2t5gg1mkA5L6EO1DbDdH36c { display:block; }
 }@media only screen and (max-width: 763px) { #gtRyPHadX5Mhu46XE5LsTZXmlqpTqHNB { display:block; }#gtRyPHadX5Mhu46XE5LsTZXmlqpTqHNB > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Ept4ax2XQZehP1P5PNBQDhyiqauDg14u { top:6.5625rem;left:0rem;width:47.75rem;height:10.4375rem;font-size:7.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #WR8kpMlaEO45UeL8NOT3ORp5qA4et76s { top:17.625rem;left:0rem;width:41.375rem;height:5.8125rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #v9uU92NQMvo4cZhxo4tsHQwo8bePCo8e { top:18.5rem;left:0rem;width:0.3125rem;height:4.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #k6aRh53yNozBbfptPckrWHTWc7AT4vnP { width:16.25rem;height:3.75rem;top:28rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #HNmutvnDtICpJqVXbIiRnTJrCWtO8KBl { display:block; }
 }@media only screen and (max-width: 763px) { #CxcGMPMzOsA8i5uqNMO8u2ThzcTvnCVG { top:24rem;left:35.4375rem;width:12.3125rem;height:8.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #sWmtdnbDREt3qUh2SA4bGUATVidZAUts { top:22.75rem;left:35.25rem;width:12.5rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #kZ9e3uyD7SJxD3SfDEkSp8qyuVBz7bnQ { display:block; }#kZ9e3uyD7SJxD3SfDEkSp8qyuVBz7bnQ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pJi62RmHpUad0R87HVyCTs9JIM2B4Rby { top:8.5rem;left:0rem;width:19.375rem;height:1.5625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #moq1bqEkxIzXoIJoDLxRHP8wE2ckqrZP { top:10.3125rem;left:0rem;width:19.375rem;height:1.9375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #n2zQIkAoC2DnCe3gFHi56AgqmrIRkver { top:10.25rem;left:12.375rem;width:19.375rem;height:11.6875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #uRzAFyGQ5ipo5GH4K75GDEdMqcIFCXAx { top:8.4375rem;left:12.375rem;width:19.375rem;height:1.5625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #LbGCWV4RBTaeBEgrmQsyogzQ9p19yiCo { top:10.3125rem;left:28.1875rem;width:19.4375rem;height:1.9375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #dfmkZXNQJXCbQ6qPV82K6zehz1TCAIrl { top:8.4375rem;left:28.25rem;width:19.375rem;height:1.5625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ud7LGIfcJL0kSQzRXPaD3aJxErleTBWs { top:1.25rem;left:36.5rem;width:6.25rem;height:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #NB8Qx4oMtzqeuGiXTJuN1O2ZrUkxvCs3 { top:1.625rem;left:21rem;width:5.5625rem;height:5.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #pJZiI4fcIVVBlqDfDvcCzQO03plUpyIr { top:1.5625rem;left:4.8125rem;width:5.6875rem;height:5.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #yg1g5VDoWDTOOT3pMR5dfJ70reqEhCVP { top:13.25rem;left:0rem;width:19.9375rem;height:1rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ttpwme5OwECQ0Sp4342Vsel2dnF55dqw { top:14.75rem;left:0rem;width:19.875rem;height:1rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #k0ZnqORLayVterIlmeTVB7HRBv8lf5hE { display:block; }#k0ZnqORLayVterIlmeTVB7HRBv8lf5hE > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #oFwAyBLB2tCdl7inNvUNrHDxxgfybV5a { top:7.1875rem;left:0rem;width:22.9375rem;height:4.625rem;font-size:3.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q20BxKWiG7kfzlNdNNeHwffTKnL9iJOM { top:4.8125rem;left:0rem;width:22.9375rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gRIbuQUDTLI0yBxVWnmBptMI49GF3Osa { top:15rem;left:0rem;width:8.25rem;height:0.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dk6fdeSSXtyVBqb4XtboqzOmJsQIKlxm { top:17.6875rem;left:0rem;width:27.3125rem;height:32.375rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MspbkvG2r8aFyqT04viTIU0ThQLKwt3Z { top:8.4375rem;left:25.1875rem;width:17.5625rem;height:11.750063391033rem;display:block; }
 }@media only screen and (max-width: 763px) { #CltRC1L7fAElTDc7cXNbOlHwG4W9r4ez { top:17.6875rem;left:31.3125rem;width:16.4375rem;height:10.874561544428rem;display:block; }
 }@media only screen and (max-width: 763px) { #uekVPHUXSzTRmsFQEWz6TkxHwHiWcF93 { top:11.9375rem;left:23.875rem;width:8.25rem;height:0.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #AyGkr6vwH0ak2697oGZEXGQiQXq8G6KH { top:9.875rem;left:19.625rem;width:4.25rem;height:4.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #pdTsuwX1ld5W60JQgzIH8FQxp4ORC1Qf { top:21.5625rem;left:27.4375rem;width:4.25rem;height:4.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #RgQhI7qbEvmaPpo9gzyTVD7WLiuJMuhI { top:23.5625rem;left:30.5625rem;width:8.25rem;height:0.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #IRzkazfgQC4OF8GvQzSOzlwhDLCGF7RG { top:22.0625rem;left:28.125rem;width:3rem;height:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #cAhc4ZkqSH12hsDTealB3h55DxwNKumF { top:10.6875rem;left:20.9375rem;width:2.9375rem;height:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qwx3D2PyvIl3ORu04V8JZ7ZblglhTCzD .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#Qwx3D2PyvIl3ORu04V8JZ7ZblglhTCzD .widget-text.counter-number { padding-top:0.5rem;padding-right:0.4375rem;padding-bottom:0.5rem;padding-left:0.4375rem;width:2.625rem;min-width:2.625rem;height:2.6875rem;font-size:2rem;line-height:43px;top:0rem;left:0rem; }
#Qwx3D2PyvIl3ORu04V8JZ7ZblglhTCzD .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.3125rem;margin-right:0;margin-bottom:0;margin-left:0;width:3.5rem;height:1.0625rem;font-size:0.75rem;line-height:1;top:0rem;left:0rem; }
#Qwx3D2PyvIl3ORu04V8JZ7ZblglhTCzD { display:flex;width:18rem;height:5.0625rem;top:27.0625rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #Qwx3D2PyvIl3ORu04V8JZ7ZblglhTCzD #DbxMMSeErVD8TIXfakbvyHFQJJXuUa2o { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #Qwx3D2PyvIl3ORu04V8JZ7ZblglhTCzD #LZgZLDmWlSnQmTk4z112xAZOFrE9Fuxv {  }
 }@media only screen and (max-width: 763px) { #Qwx3D2PyvIl3ORu04V8JZ7ZblglhTCzD #gw8mFzsElO39yRFivnKuNPTIhgMptCVB {  }
 }@media only screen and (max-width: 763px) { #Qwx3D2PyvIl3ORu04V8JZ7ZblglhTCzD #QcoFWfoNAODQtvxU1VugfFBfWT7H8Cov { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #Qwx3D2PyvIl3ORu04V8JZ7ZblglhTCzD #eM2mnLQLEcXTpSl8ecNAus2ZqFFEl5tP {  }
 }@media only screen and (max-width: 763px) { #Qwx3D2PyvIl3ORu04V8JZ7ZblglhTCzD #KHNgOkm8kEDuNRfXOCIpTs5EBeH9Khge {  }
 }@media only screen and (max-width: 763px) { #Qwx3D2PyvIl3ORu04V8JZ7ZblglhTCzD #NpqzqkOiwD8519d6840hTkhx6koU7T1w { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #Qwx3D2PyvIl3ORu04V8JZ7ZblglhTCzD #dcwalx3CELXXUptoWOWx0kXJy4Blxipz {  }
 }@media only screen and (max-width: 763px) { #Qwx3D2PyvIl3ORu04V8JZ7ZblglhTCzD #A8A00tlrc0Wl1Q8w0o4mW5382DDwrmWp {  }
 }@media only screen and (max-width: 763px) { #Qwx3D2PyvIl3ORu04V8JZ7ZblglhTCzD #TNUT6svZdLdSyRdCDFreSoc4akpDpUAi { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #Qwx3D2PyvIl3ORu04V8JZ7ZblglhTCzD #htmqiPzpwxxvJE8eOolxuMAx55NoofPl {  }
 }@media only screen and (max-width: 763px) { #Qwx3D2PyvIl3ORu04V8JZ7ZblglhTCzD #vfK1met3TGre3EwfBokPZoXFaXHEmW6u {  }
 }@media only screen and (max-width: 763px) { #G0ra0pDobwPdrflTiDNuJXWAnBwrD7cS { display:block; }#G0ra0pDobwPdrflTiDNuJXWAnBwrD7cS > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #oCXVmpfaLTNIqfUSUwUIzN4FgtM3xCZt { top:7.25rem;left:0rem;width:23rem;height:7.4375rem;font-size:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pv9NbGTHTgytQTQhif15iCFAQXbPcEEL { top:4.8125rem;left:0rem;width:22.9375rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wPbh7o7XbyIBQDrNe2MSebdzPKVIVZfq { top:15rem;left:0rem;width:8.25rem;height:0.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #CasiThWTGMwMS6XJ3eTZ2zSVR3sUWF89 { top:17.6875rem;left:0rem;width:27.3125rem;height:12.3125rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IIXUQmrDnabEcqT4yB8mXCA3o79ZhgKM { top:11.9375rem;left:23.875rem;width:8.25rem;height:0.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #lEgzTALSMWGsvwTHH142iNw5TXEq0sZZ { top:9.875rem;left:19.625rem;width:4.25rem;height:4.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #IRUl0UOX6QKzrsIDhoDbRSsmfJbsTeDt { top:17rem;left:25.625rem;width:4.25rem;height:4.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #aH5dKILScnWoZ2a4EN1D2fbzEwQ8TnRz { top:19.0625rem;left:28.75rem;width:8.25rem;height:0.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ewQATWy6M7siOGIaWDew7xyeJm1OOLaL { top:18.0625rem;left:26.5rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #BMKtMZGCeHvfTTwVPTISZzApCssdSVeh { top:10.75rem;left:21.0625rem;width:2.8125rem;height:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MRoaO7UAZQICNB5Q995Fb8kTEKqNEAeO { top:17.6875rem;left:34.4375rem;width:13.3125rem;height:6.8125rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #nO7MVOIbxw9kbgQB6NuIIWOZe1HoRwNU { top:26.25rem;left:34.5rem;width:13.25rem;height:3.4375rem;font-size:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PwI4N8nl2coQDVcLkETo0TWoy1Sek6zT { top:25.875rem;left:23.875rem;width:4.25rem;height:4.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #np7x1BnmLdQmTRicbOibpCsxyga2xp07 { top:26.9375rem;left:24.625rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #CNXeTuOirPKP0dT0zxUXpU7CAA8dNE1h { top:27.9375rem;left:26.875rem;width:8.25rem;height:0.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #CqSu1FKhZII3FOk5WWsm5auVNzLSCAnl { top:10.4375rem;left:29.625rem;width:18.125rem;height:3.5rem;font-size:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bMMMuGAEO5p1MQNI1RPsFnzEO5PMK6xR { top:32.5rem;left:34.5rem;width:13.25rem;height:3.4375rem;font-size:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MmXWprW6PoQ5fRE8TcEBHbKeMqBif1t5 { top:32.125rem;left:23.875rem;width:4.25rem;height:4.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #uHrRo3OB4cM2XVKTpTapTDCqS0KM9RUB { top:33.1875rem;left:24.6875rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #VQMvNlB4XAG0xsLpv8likmGTTxT8bxTZ { top:34.1875rem;left:26.9375rem;width:8.25rem;height:0.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VCdhzEkAQNctZuubURqDmPBNf7tnQAXB { display:block; }#VCdhzEkAQNctZuubURqDmPBNf7tnQAXB > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SfvhUgmRgcB8f91sGe5PexQLGetctrTB { width:47.75rem;height:4.0625rem;top:4.5625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #R8c0UW1N4fyPi2XuQwEga2AmyWQVZp96 { width:19.875rem;height:2rem;top:23.75rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #nror5MwkSLnsbiVHfD9DihrqoWnN8Zf0 { width:19.875rem;height:5.1875rem;top:26.9375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #haGN9oxTZOSEpiNQ7BabtGoCiV77BJWq { width:13.5rem;height:9.5176937930019rem;top:12.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #gkzDll6XA1QKzmALKGMLSJkJA5d7BGNz { width:18.375rem;height:8.75rem;top:27rem;left:14.8125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ryT9o6tXtTwGP8zckZlJsfMSaLDbQXOS { width:19.875rem;height:2rem;top:23.75rem;left:13.875rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #cha4WpzlKn1ohcz0nTwrOQcB7ugclDPK { width:12.3125rem;height:9.5140066721887rem;top:12.3125rem;left:17.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ykFOxLTc9sg3OiJQElqFzDeiPeUXK0Es { width:19.875rem;height:4.8125rem;top:27.8125rem;left:27.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #CLqGgsZV7zQvKkDkHKDCc657dlTomIgq { width:18.8125rem;height:2rem;top:23.75rem;left:28.9375rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #samCs2KH955TiMksdngMT1J02B64wbS9 { width:13.3125rem;height:9.5172558214519rem;top:12.3125rem;left:34.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #z80EQAoX5k4ih9wsSwkbTRpFTbJzMeZJ { width:19.875rem;height:7.6875rem;top:56.875rem;left:24rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FMmkFd1HlTILJaSc34qCrUV3VQLk3z4W { width:18.8125rem;height:4.1875rem;top:51.625rem;left:24.875rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #NBi15QwZxs7DbrLKorNUmfuOwe6KqC0T { width:12.8125rem;height:8.4375rem;top:40.0625rem;left:27.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #G2FBhO32UT9CCX5bhOTO6SNf7AJ3VRfE { width:18.3125rem;height:3.1875rem;top:56.875rem;left:4.6873226165771rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #W7Jo04rUBWs64EiLDDWEUFJPHwRWXuTd { width:19.875rem;height:4.5rem;top:51.5625rem;left:3.9371433258057rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #vbWGfIwWGM3zneV7T1iDLympKdvTkrpL { width:9.375rem;height:9.375rem;top:39.5625rem;left:9.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZGPy2CH7H57QDFd4sMiWxIgAHVaM5QUn { width:16.25rem;height:3.75rem;top:68.5rem;left:15.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #MukXVlmclTkMNTcIWb6RUIyWnp1uGWiI { display:block; }
 }@media only screen and (max-width: 763px) { #Sa2kmuhyAKM3hOZu1Je4VWBcagwGJS17 { display:block; }#Sa2kmuhyAKM3hOZu1Je4VWBcagwGJS17 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #a2BmgqCKXrCez2tSxCTMbdMiQfPlgeIV { width:18.75rem;height:24.5625rem;top:9.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #JXHTJ44uSNTXRqXb300wkRkZxn6T3TdU { width:3.125rem;height:3.125rem;top:11.875rem;left:5.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #XKFXMarnJy3F3q1JKmazkZ51J8DL6xBN { width:18.75rem;height:1.5625rem;top:16.25rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #nXhZdBR858XcbctC20lko2cid2qHAnnB { width:16.25rem;height:14rem;top:18.8125rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PTfwAF7O4z8QGfANnm18E03w0TRe1srM { width:18.75rem;height:24.75rem;top:9.1875rem;left:13rem;display:block; }
 }@media only screen and (max-width: 763px) { #b8CiKUpTrqrFTcU6uoDH9HUVcVGoBNZP { width:16.875rem;height:14rem;top:19.0625rem;left:14.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gn1KbEHUnuZaK6liTOvAMwkJyLynosRm { width:18.75rem;height:1.5625rem;top:16.4375rem;left:13rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #nAazmTzvCxSVCgQfmmgbh84TPCAZ7aAQ { width:3.125rem;height:3.125rem;top:12.0625rem;left:21.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #XM1yZDvfXGNpiRnlQ2gquzDKqvn2AUCR { width:18.75rem;height:24.5rem;top:9.1875rem;left:28.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bp6GKyGZvbaxNQ0xHvqdgXIUhwbkXfgB { width:17.5rem;height:11.1875rem;top:19.0625rem;left:30.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vEadRwMWntik7vPgSCw0CqTrU9Mw6Rvc { width:18.75rem;height:1.5625rem;top:16.4375rem;left:28.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #INg5mqb1SgrkkSMdeHyAfuR000TsnPpb { width:3.125rem;height:3.125rem;top:12.0625rem;left:37.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #CEd3z9zLRemQHBkDxV7bcMT28npo5Sxe { width:47.75rem;height:;top:2.8125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #c6ApkqUJJT0JlvDE2I4iClRvuZ00bD8m { display:block; }#c6ApkqUJJT0JlvDE2I4iClRvuZ00bD8m > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #glyp9uNtkNIDMU0bJLOUhgx25GgH72cI { width:18.75rem;height:20.875rem;top:7.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #B5Gr9Qkynq1nTxSMTTAoLCIvKzaacdpU { width:3.125rem;height:3.125rem;top:9.875rem;left:6.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xFBRKP8mG5NzWnUDaBKzBZTRNb6y6AGk { width:18.75rem;height:1.625rem;top:13rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Omyw5rCvTWLIo3oJDyM77DnQALExfONu { width:17.5625rem;height:14rem;top:16.875rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #izTQpC5AgLG4T75T9Ebwc1JIIhCB3zr9 { width:18.75rem;height:21.125rem;top:7.1875rem;left:13rem;display:block; }
 }@media only screen and (max-width: 763px) { #gWDQNK6KT6zgTz75sK7PDs8MuHTMUxst { width:17.5rem;height:11.1875rem;top:17rem;left:14.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #AOhBae7xNMkzINoZbNWXPaTIfGsrJV1O { width:18.75rem;height:3.1875rem;top:13rem;left:13rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #u0ohQk6tWVvK4LVsQ6Ku88fcHF1IEXOb { width:3.125rem;height:3.125rem;top:10.0625rem;left:22.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #uzK1cErBKcIfFcs4amPS88GTSPee6RJ9 { width:18.75rem;height:21.125rem;top:7.25rem;left:28.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DcaVwwHMixnvJgaZT2pHqtek25aeKRXw { width:3.125rem;height:3.125rem;top:9.9375rem;left:38.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bVWJHiMwefrZbTHiW2LbEFX2iEfk0iyg { width:13.0625rem;height:1.625rem;top:13.8125rem;left:33.15625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ogm0vCJD8XI2WHa0FqdJ5oH3K3e88VVT { width:17.5625rem;height:9.75rem;top:16.875rem;left:30.0625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nS409ThpzAAHsRDpJ95Wn9O0NWcHeMuU { width:16.25rem;height:3.75rem;top:30.875rem;left:15.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #DCwJX66U4nyN3REkVvEiGiRGKSvBqP7w { display:block; }
 }@media only screen and (max-width: 763px) { #w2am7FQgVhpsexld5931i5L14aC3sCZa { top:35.8125rem;left:0rem;width:22.0625rem;height:14.708333333333rem;display:block; }
 }@media only screen and (max-width: 763px) { #LLV4nQpIrsUi46hCOJMSB8lhsPqaE9Dx { display:block; }#LLV4nQpIrsUi46hCOJMSB8lhsPqaE9Dx > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HZkuHIXN5ki9qkWo7oq5ca6x06097C4h { top:3.5rem;left:0rem;width:43.5rem;height:3.4375rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #T9M1UUzbtgcMcISEyDOi7wd1UTQuqexv { top:8.125rem;left:29.123579025269rem;width:8.1875rem;height:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #r0fbSSLrPCJ0BrsIpsm3kfPQLSrL0Sig { top:10.9375rem;left:0rem;width:47.75rem;height:37.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IhSChKRADS8DBRMAUVUkNn1MIzTaMuN0 { display:block; }#IhSChKRADS8DBRMAUVUkNn1MIzTaMuN0 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PMIbXhOMCsLqTDm2atx3e14e508lTVyC { top:2.9375rem;left:0rem;width:47.75rem;height:3.375rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z7CeTtAmzGGrAyG0zR1kB2pSHkeo1Vtw { top:8.0625rem;left:19.625rem;width:8.1875rem;height:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DooisIJ4NL4TcFfpFZd9xb1MwIF0CmOV { top:11rem;left:2.6875rem;width:43.3125rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #oDceHfsSsNrBLfPqDRfo0RJkVZVKg9wS { top:15.6875rem;left:0rem;width:47.75rem;height:37.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #i9F5uzHwn6MMV5eeToA1Qqz925lTITqG { display:block; }#i9F5uzHwn6MMV5eeToA1Qqz925lTITqG > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vRN3eBHNUkn5a9zZRTFwDsEBh3N3c3XM { top:5.375rem;left:13rem;width:21.625rem;height:4.1128875483084rem;display:block; }
 }@media only screen and (max-width: 763px) { #G887XUIQQalWchBHbPi2EJysFJVTxzDh { display:block; }#G887XUIQQalWchBHbPi2EJysFJVTxzDh > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PBGEUPtFXWROKziBo3JWDU0dNUgt5Ipn { top:2rem;left:12.0625rem;width:23.5rem;height:3.125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #flEJDQv4Ri3lW4WRPAg9IxgB4zAMwima { position:relative;z-index:auto;display:block; }#flEJDQv4Ri3lW4WRPAg9IxgB4zAMwima > .row .container { width:20rem;height:25.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ykAbiqiVFhHdMKKaTp2Xf5Tw2zxGg95D { width:8.679rem;height:2.12091875rem;top:22.55948125rem;left:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #eg2nQaq54RZalwvwBCI0xmAFfK7vt0SV { display:block; }
 }@media only screen and (max-width: 763px) { #vT95VSCqXRP0uO5uMwvpvx7xckHrp2Qy { width:7.8125rem;height:2.1875rem;top:15.68448125rem;left:6.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #yv9TSO9VvJTabicTQbRPJfk0Txep2fuO { display:block; }
 }@media only screen and (max-width: 763px) { #RJxJtwMHHn2dF8zcZfww0xAVE2n4EyTO { width:4.375rem;height:2.1875rem;top:5.37198125rem;left:7.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fCnxvWi4Dk0DnnH992NmdNpihZVgpD6q { display:block; }
 }@media only screen and (max-width: 763px) { #VO90trls8n416qWLKTfSyOnNNe2llWPU { width:15.5593125rem;height:2.87286875rem;top:1.25rem;left:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #eQgap0uZTyruAT5eA6kNNZCbEaWzzZdl { width:6.4364375rem;height:2.1875rem;top:8.80948125rem;left:6.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #S4x4dbzE6FFqfS2oQpZ72sTZKTCXBnFa { display:block; }
 }@media only screen and (max-width: 763px) { #yxDQpS2QAxDTDBLXrSUpdFIfk99oOSfH { width:5.625rem;height:2.1875rem;top:19.12198125rem;left:7.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #aPcyhMKrvIVuT4S7iM5nlb4VpBFJkti6 { display:block; }
 }@media only screen and (max-width: 763px) { #ExHGECg0QvUW7pnmvLkXzTRLw9dguAXz { width:7.8125rem;height:2.1875rem;top:12.24698125rem;left:6.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #idVCdKNul2t5gg1mkA5L6EO1DbDdH36c { display:block; }
 }@media only screen and (max-width: 763px) { #gtRyPHadX5Mhu46XE5LsTZXmlqpTqHNB { background-color:transparent;background-image:url("https://images.assets-landingi.com/bmWSwFvG/mobile1.jpg");background-position:bottom left !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }#gtRyPHadX5Mhu46XE5LsTZXmlqpTqHNB.adaptive-delivery-prevent-bg, #gtRyPHadX5Mhu46XE5LsTZXmlqpTqHNB.lazyload, #gtRyPHadX5Mhu46XE5LsTZXmlqpTqHNB.lazyloading { background-image: none; }#gtRyPHadX5Mhu46XE5LsTZXmlqpTqHNB > .row .container { background-color: transparent; background-image: none; }#gtRyPHadX5Mhu46XE5LsTZXmlqpTqHNB::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(20,14,56,0.53); }#gtRyPHadX5Mhu46XE5LsTZXmlqpTqHNB > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gtRyPHadX5Mhu46XE5LsTZXmlqpTqHNB > .row .container > .video-iframe-container { display: none; }#gtRyPHadX5Mhu46XE5LsTZXmlqpTqHNB > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(20,14,56,0.53); }#gtRyPHadX5Mhu46XE5LsTZXmlqpTqHNB > .row > .video-iframe-container { display: none; }#gtRyPHadX5Mhu46XE5LsTZXmlqpTqHNB > .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); }#gtRyPHadX5Mhu46XE5LsTZXmlqpTqHNB > .row .container { width:20rem;height:30.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Ept4ax2XQZehP1P5PNBQDhyiqauDg14u { width:20rem;height:2.5372875rem;top:1.25rem;left:0rem;font-size:1.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #WR8kpMlaEO45UeL8NOT3ORp5qA4et76s { width:19.619125rem;height:5.52556875rem;top:6.65838125rem;left:0.1875rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #v9uU92NQMvo4cZhxo4tsHQwo8bePCo8e { width:6.25rem;height:0.37109375rem;top:5.0372875rem;left:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #k6aRh53yNozBbfptPckrWHTWc7AT4vnP { width:16.25rem;height:3.80859375rem;top:15.9818875rem;left:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HNmutvnDtICpJqVXbIiRnTJrCWtO8KBl { display:block; }
 }@media only screen and (max-width: 763px) { #CxcGMPMzOsA8i5uqNMO8u2ThzcTvnCVG { width:12.24875rem;height:8.3735625rem;top:21.04048125rem;left:3.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #sWmtdnbDREt3qUh2SA4bGUATVidZAUts { width:12.5rem;height:1.298825rem;top:13.43395rem;left:3.75rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #kZ9e3uyD7SJxD3SfDEkSp8qyuVBz7bnQ { display:block; }#kZ9e3uyD7SJxD3SfDEkSp8qyuVBz7bnQ > .row .container { width:20rem;height:46.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pJi62RmHpUad0R87HVyCTs9JIM2B4Rby { width:19.433625rem;height:1.62464375rem;top:7.24609375rem;left:0.25rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #moq1bqEkxIzXoIJoDLxRHP8wE2ckqrZP { width:19.433625rem;height:1.9504625rem;top:10.11985rem;left:0.25rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #n2zQIkAoC2DnCe3gFHi56AgqmrIRkver { width:19.433625rem;height:5.8513875rem;top:26.9868625rem;left:0.25rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #uRzAFyGQ5ipo5GH4K75GDEdMqcIFCXAx { width:19.433625rem;height:1.62464375rem;top:24.11310625rem;left:0.25rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #LbGCWV4RBTaeBEgrmQsyogzQ9p19yiCo { width:19.433625rem;height:1.9504625rem;top:43.64169375rem;left:0.25rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #dfmkZXNQJXCbQ6qPV82K6zehz1TCAIrl { width:19.433625rem;height:1.62464375rem;top:40.7679375rem;left:0.25rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ud7LGIfcJL0kSQzRXPaD3aJxErleTBWs { width:5.4296875rem;height:5.4296875rem;top:34.08825rem;left:7.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #NB8Qx4oMtzqeuGiXTJuN1O2ZrUkxvCs3 { width:4.93341875rem;height:4.93341875rem;top:17.9296875rem;left:7.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #pJZiI4fcIVVBlqDfDvcCzQO03plUpyIr { width:4.8046875rem;height:4.74609375rem;top:1.25rem;left:7.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #yg1g5VDoWDTOOT3pMR5dfJ70reqEhCVP { width:19.9360625rem;height:1.055575rem;top:13.3203125rem;left:0rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Ttpwme5OwECQ0Sp4342Vsel2dnF55dqw { width:19.9360625rem;height:1.055575rem;top:15.625rem;left:0rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #k0ZnqORLayVterIlmeTVB7HRBv8lf5hE { display:block; }#k0ZnqORLayVterIlmeTVB7HRBv8lf5hE > .row .container { width:20rem;height:83.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #oFwAyBLB2tCdl7inNvUNrHDxxgfybV5a { width:18.557375rem;height:2.1120375rem;top:3.96218125rem;left:0.6875rem;font-size:1.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Q20BxKWiG7kfzlNdNNeHwffTKnL9iJOM { width:20rem;height:1.46218125rem;top:1.25rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #gRIbuQUDTLI0yBxVWnmBptMI49GF3Osa { width:8.244875rem;height:0.37109375rem;top:12.82138125rem;left:5.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dk6fdeSSXtyVBqb4XtboqzOmJsQIKlxm { width:20rem;height:34.53476875rem;top:14.442475rem;left:0rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #MspbkvG2r8aFyqT04viTIU0ThQLKwt3Z { width:13.994125rem;height:9.306625rem;top:57.78855625rem;left:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #CltRC1L7fAElTDc7cXNbOlHwG4W9r4ez { width:12.932375rem;height:8.496125rem;top:73.84235625rem;left:3.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #uekVPHUXSzTRmsFQEWz6TkxHwHiWcF93 { width:0.375rem;height:4.375rem;top:11.9375rem;left:9.8125rem;z-index:15026;display:none; }
 }@media only screen and (max-width: 763px) { #AyGkr6vwH0ak2697oGZEXGQiQXq8G6KH { width:4.24805rem;height:4.24805rem;top:7.32333125rem;left:7.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pdTsuwX1ld5W60JQgzIH8FQxp4ORC1Qf { width:4.24805rem;height:4.24805rem;top:68.34430625rem;left:7.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RgQhI7qbEvmaPpo9gzyTVD7WLiuJMuhI { width:8.25rem;height:0.375rem;top:23.5625rem;left:5.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #IRzkazfgQC4OF8GvQzSOzlwhDLCGF7RG { width:2.99805rem;height:2.99805rem;top:68.906272192381rem;left:8.5621452331544rem;display:block; }
 }@media only screen and (max-width: 763px) { #cAhc4ZkqSH12hsDTealB3h55DxwNKumF { width:2.9296875rem;height:2.9296875rem;top:8.1356557739256rem;left:9.1880340576175rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qwx3D2PyvIl3ORu04V8JZ7ZblglhTCzD .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#Qwx3D2PyvIl3ORu04V8JZ7ZblglhTCzD .widget-text.counter-number { padding-top:0.5rem;padding-right:0.4375rem;padding-bottom:0.5rem;padding-left:0.4375rem;width:2.625rem;min-width:2.625rem;height:2.6875rem;font-size:2rem;line-height:43px;top:0rem;left:0rem; }
#Qwx3D2PyvIl3ORu04V8JZ7ZblglhTCzD .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.3125rem;margin-right:0;margin-bottom:0;margin-left:0;width:3.5rem;height:1.0625rem;font-size:0.75rem;line-height:1;top:0rem;left:0rem; }
#Qwx3D2PyvIl3ORu04V8JZ7ZblglhTCzD { display:flex;width:18rem;height:5.0625rem;top:50.2264125rem;left:0.375rem; }
 }@media only screen and (max-width: 763px) { #Qwx3D2PyvIl3ORu04V8JZ7ZblglhTCzD #DbxMMSeErVD8TIXfakbvyHFQJJXuUa2o { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #Qwx3D2PyvIl3ORu04V8JZ7ZblglhTCzD #LZgZLDmWlSnQmTk4z112xAZOFrE9Fuxv {  }
 }@media only screen and (max-width: 763px) { #Qwx3D2PyvIl3ORu04V8JZ7ZblglhTCzD #gw8mFzsElO39yRFivnKuNPTIhgMptCVB {  }
 }@media only screen and (max-width: 763px) { #Qwx3D2PyvIl3ORu04V8JZ7ZblglhTCzD #QcoFWfoNAODQtvxU1VugfFBfWT7H8Cov { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #Qwx3D2PyvIl3ORu04V8JZ7ZblglhTCzD #eM2mnLQLEcXTpSl8ecNAus2ZqFFEl5tP {  }
 }@media only screen and (max-width: 763px) { #Qwx3D2PyvIl3ORu04V8JZ7ZblglhTCzD #KHNgOkm8kEDuNRfXOCIpTs5EBeH9Khge {  }
 }@media only screen and (max-width: 763px) { #Qwx3D2PyvIl3ORu04V8JZ7ZblglhTCzD #NpqzqkOiwD8519d6840hTkhx6koU7T1w { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #Qwx3D2PyvIl3ORu04V8JZ7ZblglhTCzD #dcwalx3CELXXUptoWOWx0kXJy4Blxipz {  }
 }@media only screen and (max-width: 763px) { #Qwx3D2PyvIl3ORu04V8JZ7ZblglhTCzD #A8A00tlrc0Wl1Q8w0o4mW5382DDwrmWp {  }
 }@media only screen and (max-width: 763px) { #Qwx3D2PyvIl3ORu04V8JZ7ZblglhTCzD #TNUT6svZdLdSyRdCDFreSoc4akpDpUAi { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #Qwx3D2PyvIl3ORu04V8JZ7ZblglhTCzD #htmqiPzpwxxvJE8eOolxuMAx55NoofPl {  }
 }@media only screen and (max-width: 763px) { #Qwx3D2PyvIl3ORu04V8JZ7ZblglhTCzD #vfK1met3TGre3EwfBokPZoXFaXHEmW6u {  }
 }@media only screen and (max-width: 763px) { #G0ra0pDobwPdrflTiDNuJXWAnBwrD7cS { display:block; }#G0ra0pDobwPdrflTiDNuJXWAnBwrD7cS > .row .container { width:20rem;height:62.2551875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #oCXVmpfaLTNIqfUSUwUIzN4FgtM3xCZt { width:18.557375rem;height:2.1120375rem;top:3.96218125rem;left:0.6875rem;font-size:1.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #pv9NbGTHTgytQTQhif15iCFAQXbPcEEL { width:20rem;height:1.46218125rem;top:1.25rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #wPbh7o7XbyIBQDrNe2MSebdzPKVIVZfq { width:8.244875rem;height:0.37109375rem;top:12.82138125rem;left:5.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CasiThWTGMwMS6XJ3eTZ2zSVR3sUWF89 { width:20rem;height:13.8139rem;top:14.442475rem;left:0rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #IIXUQmrDnabEcqT4yB8mXCA3o79ZhgKM { width:0.375rem;height:4.375rem;top:11.9375rem;left:9.8125rem;z-index:15026;display:none; }
 }@media only screen and (max-width: 763px) { #lEgzTALSMWGsvwTHH142iNw5TXEq0sZZ { width:4.24805rem;height:4.24805rem;top:7.32333125rem;left:7.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IRUl0UOX6QKzrsIDhoDbRSsmfJbsTeDt { width:4.24805rem;height:4.24805rem;top:33.35408125rem;left:7.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #aH5dKILScnWoZ2a4EN1D2fbzEwQ8TnRz { width:8.25rem;height:0.375rem;top:19.0625rem;left:5.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #ewQATWy6M7siOGIaWDew7xyeJm1OOLaL { width:2.5rem;height:2.5rem;top:34.416764355469rem;left:8.7503547668456rem;display:block; }
 }@media only screen and (max-width: 763px) { #BMKtMZGCeHvfTTwVPTISZzApCssdSVeh { width:2.8125rem;height:2.8125rem;top:8.1676153076169rem;left:8.5941047668456rem;display:block; }
 }@media only screen and (max-width: 763px) { #MRoaO7UAZQICNB5Q995Fb8kTEKqNEAeO { width:15.5610625rem;height:2.59943125rem;top:38.85213125rem;left:2.1875rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #nO7MVOIbxw9kbgQB6NuIIWOZe1HoRwNU { width:13.3114375rem;height:2.59943125rem;top:48.2005rem;left:3.3125rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #PwI4N8nl2coQDVcLkETo0TWoy1Sek6zT { width:4.249825rem;height:4.249825rem;top:42.700675rem;left:7.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #np7x1BnmLdQmTRicbOibpCsxyga2xp07 { width:2.5rem;height:2.5rem;top:43.763342846679rem;left:8.7503547668456rem;display:block; }
 }@media only screen and (max-width: 763px) { #CNXeTuOirPKP0dT0zxUXpU7CAA8dNE1h { width:8.25rem;height:0.375rem;top:27.9375rem;left:5.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #CqSu1FKhZII3FOk5WWsm5auVNzLSCAnl { width:18.125rem;height:2.59943125rem;top:29.5055375rem;left:0.9375rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #bMMMuGAEO5p1MQNI1RPsFnzEO5PMK6xR { width:13.25rem;height:0;top:57.513rem;left:3.375rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #MmXWprW6PoQ5fRE8TcEBHbKeMqBif1t5 { width:4.25rem;height:4.25rem;top:52.013rem;left:7.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #uHrRo3OB4cM2XVKTpTapTDCqS0KM9RUB { width:2.5rem;height:2.5rem;top:53.0755rem;left:8.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #VQMvNlB4XAG0xsLpv8likmGTTxT8bxTZ { width:8.25rem;height:0.375rem;top:34.1875rem;left:5.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #VCdhzEkAQNctZuubURqDmPBNf7tnQAXB { display:block; }#VCdhzEkAQNctZuubURqDmPBNf7tnQAXB > .row .container { width:20rem;height:110.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SfvhUgmRgcB8f91sGe5PexQLGetctrTB { width:20rem;height:4.8739375rem;top:1.25rem;left:0rem;text-align:center;text-align-last:center;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #R8c0UW1N4fyPi2XuQwEga2AmyWQVZp96 { width:19.9263125rem;height:2.03125rem;top:39.805625rem;left:0rem;text-align:center;text-align-last:center;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #nror5MwkSLnsbiVHfD9DihrqoWnN8Zf0 { width:19.9263125rem;height:5.52556875rem;top:49.649375rem;left:0rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #haGN9oxTZOSEpiNQ7BabtGoCiV77BJWq { width:13.5546875rem;height:9.5605625rem;top:7.3739375rem;left:3.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gkzDll6XA1QKzmALKGMLSJkJA5d7BGNz { width:20rem;height:6.9069625rem;top:56.42494375rem;left:0rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ryT9o6tXtTwGP8zckZlJsfMSaLDbQXOS { width:19.9263125rem;height:2.03125rem;top:43.086875rem;left:0rem;text-align:center;text-align-last:center;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #cha4WpzlKn1ohcz0nTwrOQcB7ugclDPK { width:12.3730625rem;height:9.5605625rem;top:18.1845rem;left:3.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ykFOxLTc9sg3OiJQElqFzDeiPeUXK0Es { width:20rem;height:4.14418125rem;top:64.58188125rem;left:0rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #CLqGgsZV7zQvKkDkHKDCc657dlTomIgq { width:20rem;height:2.03125rem;top:46.368125rem;left:0rem;text-align:center;text-align-last:center;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #samCs2KH955TiMksdngMT1J02B64wbS9 { width:13.3638125rem;height:9.5605625rem;top:28.9950625rem;left:3.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #z80EQAoX5k4ih9wsSwkbTRpFTbJzMeZJ { width:19.8730625rem;height:5.52556875rem;top:99.075875rem;left:0.0625rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #FMmkFd1HlTILJaSc34qCrUV3VQLk3z4W { width:18.808625rem;height:2.03125rem;top:91.78273125rem;left:0.5625rem;text-align:center;text-align-last:center;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #NBi15QwZxs7DbrLKorNUmfuOwe6KqC0T { width:8.75rem;height:5.81055rem;top:79.40968125rem;left:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #G2FBhO32UT9CCX5bhOTO6SNf7AJ3VRfE { width:18.3105625rem;height:2.76278125rem;top:95.06398125rem;left:0.8125rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #W7Jo04rUBWs64EiLDDWEUFJPHwRWXuTd { width:19.8730625rem;height:4.0625rem;top:86.47023125rem;left:0.0625rem;text-align:center;text-align-last:center;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vbWGfIwWGM3zneV7T1iDLympKdvTkrpL { width:8.183625rem;height:8.183625rem;top:69.97605625rem;left:5.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZGPy2CH7H57QDFd4sMiWxIgAHVaM5QUn { width:16.25rem;height:3.75rem;top:105.85144375rem;left:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MukXVlmclTkMNTcIWb6RUIyWnp1uGWiI { display:block; }
 }@media only screen and (max-width: 763px) { #Sa2kmuhyAKM3hOZu1Je4VWBcagwGJS17 { display:block; }#Sa2kmuhyAKM3hOZu1Je4VWBcagwGJS17 > .row .container { width:20rem;height:95rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #a2BmgqCKXrCez2tSxCTMbdMiQfPlgeIV { width:18.75rem;height:26.7480625rem;top:9.81rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #JXHTJ44uSNTXRqXb300wkRkZxn6T3TdU { width:3.125rem;height:3.125rem;top:12.498201904297rem;left:8.4374980926512rem;display:block; }
 }@media only screen and (max-width: 763px) { #XKFXMarnJy3F3q1JKmazkZ51J8DL6xBN { width:18.75rem;height:1.298825rem;top:16.873201904297rem;left:0.625rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #nXhZdBR858XcbctC20lko2cid2qHAnnB { width:16.25rem;height:17.587925rem;top:19.435350952148rem;left:1.875rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #PTfwAF7O4z8QGfANnm18E03w0TRe1srM { width:18.75rem;height:26.1834375rem;top:38.273225952148rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #b8CiKUpTrqrFTcU6uoDH9HUVcVGoBNZP { width:16.25rem;height:15.989025rem;top:48.086794067382rem;left:1.875rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gn1KbEHUnuZaK6liTOvAMwkJyLynosRm { width:18.75rem;height:1.298825rem;top:45.523760009766rem;left:0.625rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #nAazmTzvCxSVCgQfmmgbh84TPCAZ7aAQ { width:3.125rem;height:3.125rem;top:41.148760009766rem;left:8.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XM1yZDvfXGNpiRnlQ2gquzDKqvn2AUCR { width:18.75rem;height:28.0584375rem;top:65.70666345215rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #bp6GKyGZvbaxNQ0xHvqdgXIUhwbkXfgB { width:16.25rem;height:17.5879rem;top:75.520231567381rem;left:1.25rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #vEadRwMWntik7vPgSCw0CqTrU9Mw6Rvc { width:18.75rem;height:1.298825rem;top:72.957197509762rem;left:0.625rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #INg5mqb1SgrkkSMdeHyAfuR000TsnPpb { width:3.125rem;height:3.125rem;top:68.582197509762rem;left:8.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #CEd3z9zLRemQHBkDxV7bcMT28npo5Sxe { width:20rem;height:7.310875rem;top:1.25rem;left:0rem;text-align:center;text-align-last:center;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #c6ApkqUJJT0JlvDE2I4iClRvuZ00bD8m { display:block; }#c6ApkqUJJT0JlvDE2I4iClRvuZ00bD8m > .row .container { width:20rem;height:103.5172859077rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #glyp9uNtkNIDMU0bJLOUhgx25GgH72cI { width:18.75rem;height:24.3084375rem;top:1.25rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #B5Gr9Qkynq1nTxSMTTAoLCIvKzaacdpU { width:3.125rem;height:3.125rem;top:3.9390869140625rem;left:8.4374980926512rem;display:block; }
 }@media only screen and (max-width: 763px) { #xFBRKP8mG5NzWnUDaBKzBZTRNb6y6AGk { width:18.75rem;height:1.298825rem;top:7.0632019042969rem;left:0.625rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Omyw5rCvTWLIo3oJDyM77DnQALExfONu { width:16.25rem;height:19.1867625rem;top:10.877105712891rem;left:1.1869659423828rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #izTQpC5AgLG4T75T9Ebwc1JIIhCB3zr9 { width:18.75rem;height:27.7459375rem;top:31.312980712891rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gWDQNK6KT6zgTz75sK7PDs8MuHTMUxst { width:16.25rem;height:17.5879rem;top:41.127433837891rem;left:1.1869659423828rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #AOhBae7xNMkzINoZbNWXPaTIfGsrJV1O { width:18.75rem;height:1.298825rem;top:37.125297607422rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #u0ohQk6tWVvK4LVsQ6Ku88fcHF1IEXOb { width:3.125rem;height:3.125rem;top:34.189384521484rem;left:8.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #uzK1cErBKcIfFcs4amPS88GTSPee6RJ9 { width:18.75rem;height:21.1230625rem;top:65.308918212894rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DcaVwwHMixnvJgaZT2pHqtek25aeKRXw { width:3.125rem;height:3.125rem;top:67.996235107425rem;left:7.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bVWJHiMwefrZbTHiW2LbEFX2iEfk0iyg { width:13.0610625rem;height:1.298825rem;top:71.931781982425rem;left:2.8435745239258rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ogm0vCJD8XI2WHa0FqdJ5oH3K3e88VVT { width:17.560375rem;height:12.7911875rem;top:74.93425390625rem;left:1.2180404663086rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #nS409ThpzAAHsRDpJ95Wn9O0NWcHeMuU { width:16.25rem;height:3.75rem;top:60.308918212891rem;left:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DCwJX66U4nyN3REkVvEiGiRGKSvBqP7w { display:block; }
 }@media only screen and (max-width: 763px) { #w2am7FQgVhpsexld5931i5L14aC3sCZa { width:20rem;height:13.333032001446rem;top:88.93425390625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #LLV4nQpIrsUi46hCOJMSB8lhsPqaE9Dx { display:block; }#LLV4nQpIrsUi46hCOJMSB8lhsPqaE9Dx > .row .container { width:20rem;height:33.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HZkuHIXN5ki9qkWo7oq5ca6x06097C4h { width:20rem;height:2.59943125rem;top:1.25rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #T9M1UUzbtgcMcISEyDOi7wd1UTQuqexv { width:8.244875rem;height:0.37109375rem;top:5.09854375rem;left:5.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #r0fbSSLrPCJ0BrsIpsm3kfPQLSrL0Sig { width:20rem;height:26.0618125rem;top:6.7196375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #IhSChKRADS8DBRMAUVUkNn1MIzTaMuN0 { display:block; }#IhSChKRADS8DBRMAUVUkNn1MIzTaMuN0 > .row .container { width:20rem;height:40.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PMIbXhOMCsLqTDm2atx3e14e508lTVyC { width:20rem;height:5.1988625rem;top:1.25rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Z7CeTtAmzGGrAyG0zR1kB2pSHkeo1Vtw { width:8.244875rem;height:0.37109375rem;top:7.697975rem;left:5.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DooisIJ4NL4TcFfpFZd9xb1MwIF0CmOV { width:20rem;height:2.59765625rem;top:9.31906875rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #oDceHfsSsNrBLfPqDRfo0RJkVZVKg9wS { width:20rem;height:26.0618125rem;top:13.166725rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #i9F5uzHwn6MMV5eeToA1Qqz925lTITqG { display:block; }#i9F5uzHwn6MMV5eeToA1Qqz925lTITqG > .row .container { width:20rem;height:5.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vRN3eBHNUkn5a9zZRTFwDsEBh3N3c3XM { width:16.3671875rem;height:3.05753125rem;top:1.25rem;left:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #G887XUIQQalWchBHbPi2EJysFJVTxzDh { display:block; }#G887XUIQQalWchBHbPi2EJysFJVTxzDh > .row .container { width:20rem;height:6.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PBGEUPtFXWROKziBo3JWDU0dNUgt5Ipn { width:20rem;height:4.2223rem;top:1.25rem;left:0rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }