.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;
}
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;
}
html {
  font-size: 16px;
}
body {
  font-size: 16px;
}@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:#ffffff;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;top:0rem;left:0rem;display:block; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ufuA1RHELQl3XKWT8OxdS9OgbvBBz2rW { border-top:0;border-left:0;border-right:0;border-bottom:0.3125rem solid #000000;background-color:#ffffff;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; }#ufuA1RHELQl3XKWT8OxdS9OgbvBBz2rW > .row .container { background-color: transparent; background-image: none; }#ufuA1RHELQl3XKWT8OxdS9OgbvBBz2rW::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ufuA1RHELQl3XKWT8OxdS9OgbvBBz2rW > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ufuA1RHELQl3XKWT8OxdS9OgbvBBz2rW > .row .container > .video-iframe-container { display: none; }#ufuA1RHELQl3XKWT8OxdS9OgbvBBz2rW > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ufuA1RHELQl3XKWT8OxdS9OgbvBBz2rW > .row > .video-iframe-container { display: none; }#ufuA1RHELQl3XKWT8OxdS9OgbvBBz2rW > .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); }#ufuA1RHELQl3XKWT8OxdS9OgbvBBz2rW > .row .container { border-width: 0; border-radius: 0; }#ufuA1RHELQl3XKWT8OxdS9OgbvBBz2rW > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ufuA1RHELQl3XKWT8OxdS9OgbvBBz2rW > .row .container { font-size:0.875rem;font-family:arial;height:4.375rem;width:75rem;position:relative;display:block; }#gMEmV7SNQGwRf8qh1P05UC0LcpWe2EAo { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#4f4f4f;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:barlow;font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.186625rem;height:2.43713125rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:0.9375rem;left:16.625rem;display:block; }
#fhaDZ1AIV9nXNw966Tgtdoz9UWMNb1uL { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#TS2m6in3WRmh2stbiHkqXXeS0S1sO2wn { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#4f4f4f;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:barlow;font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.2953125rem;height:2.3120125rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:1rem;left:24.375rem;display:block; }
#dQR8LEpSkCCDKGP47eZTRp0k1ofnkUyM { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#eX29RToXzMd5k3hxeqiDO8AI2uMsUnyp { background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#4f4f4f;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:barlow;font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.186625rem;height:2.43713125rem;text-decoration:none;z-index:15008;text-align:center;text-align-last:center;top:0.9375rem;left:33.9375rem;display:block; }
#w1dlHUJ8OEnqgnvDa6tSuzSM3mTwuQTt { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#d4sEpKh1DaJA1g2gmAedR3JFoTG5JksE { 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:1.75rem;width:4.8125rem;top:1.280517578125rem;left:2.1636962890625rem;overflow:hidden;display:block; }
#DPobh0idFQTy8qAv7kS3AILiaCEu5Xak { background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#4f4f4f;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:barlow;font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.1860625rem;height:2.436525rem;text-decoration:none;z-index:15009;text-align:center;text-align-last:center;top:0.9375rem;left:42.625rem;display:block; }
#tOBkyXQf2Uvp0UA9NLzlyMoDHuAbu5tz { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#HT0hyvyLV2IcPNfShNkoHWsycpF60K9f { background-color:#ff6200;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:saira;font-size:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11rem;height:2.9375rem;text-decoration:none;z-index:15008;text-align:center;text-align-last:center;top:0.7183837890625rem;left:62.40966796875rem;display:block; }
#FRBrcCf5D8x6pP3quRNfbmBnAT2LM5wa { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#AtZuT6Lzcm5zKd30cDDIRyNdQFEkWcAi { background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#4f4f4f;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:barlow;font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.1860625rem;height:2.436525rem;text-decoration:none;z-index:15010;text-align:center;text-align-last:center;top:0.9375rem;left:50.3125rem;display:block; }
#x0kXVNxkk8mIQd9mc2XWmnLlWWCDumT8 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#fAsHSGHsn9paP6t4R8dKwMVmeNBgTaUT { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(255,255,255,0.76);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; }#fAsHSGHsn9paP6t4R8dKwMVmeNBgTaUT > .row .container { background-color: transparent; background-image: none; }#fAsHSGHsn9paP6t4R8dKwMVmeNBgTaUT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fAsHSGHsn9paP6t4R8dKwMVmeNBgTaUT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fAsHSGHsn9paP6t4R8dKwMVmeNBgTaUT > .row .container > .video-iframe-container { display: none; }#fAsHSGHsn9paP6t4R8dKwMVmeNBgTaUT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fAsHSGHsn9paP6t4R8dKwMVmeNBgTaUT > .row > .video-iframe-container { display: none; }#fAsHSGHsn9paP6t4R8dKwMVmeNBgTaUT > .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); }#fAsHSGHsn9paP6t4R8dKwMVmeNBgTaUT > .row .container { border-width: 0; border-radius: 0; }#fAsHSGHsn9paP6t4R8dKwMVmeNBgTaUT > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#fAsHSGHsn9paP6t4R8dKwMVmeNBgTaUT > .row .container { font-size:0.875rem;font-family:arial;height:37.375rem;width:75rem;position:relative;display:block; }#WMWKCUOeQgUWxBW4KFCauJtJ37rFB3si { color:#ffffff;display:block;width:26.5625rem;position:absolute;font-family:barlow;font-size:2.375rem;font-weight:normal;z-index:15001;line-height:1;letter-spacing:0;top:11.851806640625rem;left:3.1219482421875rem;height:7.1264375rem;display:block; }
#tvu3wfo7WPXM20errMRqAEAuyesHLwO5 { color:#ffffff;display:block;width:26.686375rem;position:absolute;font-family:barlow;font-size:1.5625rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:15.47607421875rem;left:3.060302734375rem;height:2.03125rem;text-align:left;text-align-last:left;display:block; }
#bUaZOy9DDG54THUXyzlxtcGRmbuuBJS0 { color:#ffffff;display:block;width:22.6875rem;position:absolute;font-family:barlow;font-size:1.25rem;font-weight:700;z-index:15019;line-height:1.3;letter-spacing:0;top:26.5625rem;left:6.5rem;height:1.62475625rem;font-style:normal;display:block; }
#st4vFLvrF2OU27OfMS1ounUsXdqbElru { position:absolute;display:block;z-index:15024;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.875rem;width:4.6875rem;top:25.4375rem;left:2.5rem;overflow:hidden;display:block; }
#uLwozWc1MhaewrPzzincFzlnHcyPrJv7 { color:#ffffff;display:block;width:20.0625rem;position:absolute;font-family:barlow;font-size:1.25rem;font-weight:700;z-index:15018;line-height:1.3;letter-spacing:0;top:23.75rem;left:6.5rem;height:1.62475625rem;font-style:normal;display:block; }
#r6Uw1KIvG95hbECmyGddW4HxRSA5xvKn { position:absolute;display:block;z-index:15023;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.5rem;width:4.25rem;top:22.5625rem;left:2.6875rem;overflow:hidden;display:block; }
#JtsA16qkfxRRhFF1NpWVHzu2pRLcUi9k { position:absolute;display:block;z-index:15022;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.125rem;width:6.125rem;top:19.1875rem;left:1.75rem;overflow:hidden;display:block; }
#tv7WxmppbssafBVIQvdKP3qDXSn26t2x { color:#ffffff;display:block;width:16.0625rem;position:absolute;font-family:barlow;font-size:1.25rem;font-weight:700;z-index:15017;line-height:1.3;letter-spacing:0;top:20.9375rem;left:6.5rem;height:1.62475625rem;font-style:normal;display:block; }
#P4LlFzuTiIQsAwZ7EFypuLtEof2h8BuV { color:#ffffff;display:block;width:17.5625rem;position:absolute;font-family:barlow;font-size:1.25rem;font-weight:700;z-index:15016;line-height:1.3;letter-spacing:0;top:18.1875rem;left:6.5rem;height:3.2495125rem;font-style:normal;display:block; }
#mNOiQkCJCg793nHRtptk73gn57HsNXem { position:absolute;display:block;z-index:15021;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.875rem;width:6rem;top:16.625rem;left:1.8125rem;overflow:hidden;display:block; }
#dTlhU2qMOZshTULQEqXSzfRbDSgB1EO8 { position:absolute;display:block;z-index:14998;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:31.8125rem;width:75rem;top:5.2496337890625rem;left:-0.125rem;overflow:hidden;display:block; }
#elbgF9HvbqBS0hTkzD3eqqNGizRL0XZK { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.56225625rem;width:2.56225625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15026;opacity:1;top:28.75rem;left:3.5625rem; }
#thahClZf5itIKuzgPQ7f0uapOd1iK7L8 { color:#ffffff;display:block;width:22.687375rem;position:absolute;font-family:barlow;font-size:1.25rem;font-weight:700;z-index:15020;line-height:1.3;letter-spacing:0;top:29.125rem;left:6.5rem;height:1.62475625rem;font-style:normal;display:block; }
#mZz1fdmfEBUfWdZhwVCpGxwzxdSET5Ba { 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:1.5625rem;width:21.1875rem;top:10.328369140625rem;left:3.1219482421875rem;overflow:hidden;display:block; }
#MS5P0pBAabpFQD01EylyVKRPzQ43qJcc { position:relative;display:block; }#MS5P0pBAabpFQD01EylyVKRPzQ43qJcc { background-color: transparent; background-image: none; }#MS5P0pBAabpFQD01EylyVKRPzQ43qJcc::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MS5P0pBAabpFQD01EylyVKRPzQ43qJcc > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MS5P0pBAabpFQD01EylyVKRPzQ43qJcc > .row .container > .video-iframe-container { display: none; }#MS5P0pBAabpFQD01EylyVKRPzQ43qJcc > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MS5P0pBAabpFQD01EylyVKRPzQ43qJcc > .row > .video-iframe-container { display: none; }#MS5P0pBAabpFQD01EylyVKRPzQ43qJcc > .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); }#MS5P0pBAabpFQD01EylyVKRPzQ43qJcc { border-width: 0; border-radius: 0; }#MS5P0pBAabpFQD01EylyVKRPzQ43qJcc > .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; }#MS5P0pBAabpFQD01EylyVKRPzQ43qJcc > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:15.3125rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#cxB5E8VaAlXSllXf3Tyt0XwQCCug1N7a { background-color:#ff6900;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:saira;font-size:1.0625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.8103125rem;height:2.8125rem;text-decoration:none;z-index:15020;text-align:center;text-align-last:center;top:8.343505859375rem;left:3.125rem;display:block; }
#SJ4fPWlhhX8GnZf9rBeQwZDTmmlKt0hl { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#eVG9OJBgTMOP4AwoGTveerF6N6b11cna { box-sizing:content-box;height:8.1875rem;width:35.0625rem;position:absolute;display:block;z-index:15006;background-color:transparent;background-image:none;top:3.248291015625rem;left:1.982421875rem;border-top:0.125rem solid #000000;border-left:0.125rem solid #000000;border-right:0.125rem solid #000000;border-bottom:0.125rem solid #000000;display:block; }
#NetSmStDRBs9FTC3B0vIRmaOt3FrVGxD { background-color:#ff6900;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:saira;font-size:1rem;font-weight:300;font-style:italic;line-height:1.3;overflow:hidden;position:absolute;width:13.6853125rem;height:1.811525rem;text-decoration:none;z-index:15034;text-align:center;text-align-last:center;top:12.3095703125rem;left:2.0625rem;display:block; }
#OnKb3mWNPBtqomrNI4QaPkdVi3pzUH6G { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#KW76l0zO9MZJsW9fDRzSNcIz5hDmzzsz { color:#000000;display:block;width:18.75rem;position:absolute;font-family:"barlow condensed";font-size:1.25rem;font-weight:normal;z-index:15027;line-height:1.3;letter-spacing:0;top:5.25rem;left:3.125rem;height:3.2495125rem;display:block; }
#EF8nX39s90702KpP3I8LVhmgl5lhucoT { color:#000000;display:block;width:18.75rem;position:absolute;font-family:barlow;font-size:1.25rem;font-weight:normal;z-index:15028;line-height:1.3;letter-spacing:0;top:9.75rem;left:11.75rem;height:0;display:block; }
#oAh7oIVS2VWHyuSP89NKRAviBOF4i2B2 { color:#000000;display:block;width:28.687125rem;position:absolute;font-family:barlow;font-size:1.5625rem;font-weight:normal;z-index:15027;line-height:1.3;letter-spacing:0;top:3.375rem;left:3.125rem;height:2.03125rem;display:block; }
#eU5v05f1O6CfJr8DGMRDi7IeZynnKNAB { color:#000000;display:block;width:13.1860625rem;position:absolute;font-family:saira;font-size:1.0625rem;font-weight:300;z-index:15030;line-height:1.3;letter-spacing:0;top:6.9375rem;left:3.125rem;height:1.3806125rem;font-style:italic;text-align:left;text-align-last:left;display:block; }
#zEoGgUv5XSlzQo1KOFAhrQpvDXfWDgZa { color:#000000;display:block;width:48.624875rem;position:absolute;font-family:saira;font-size:2.5rem;font-weight:700;z-index:15016;line-height:1.3;letter-spacing:0;top:0rem;left:1.7498779296875rem;height:3.2495125rem;font-style:normal;display:block; }
#w15sde1Lq2gNoqK2F92ocnDWLmgcTTbc { background-color:#ff6200;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:saira;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.4358125rem;height:2.93579375rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:32.562255859375rem;left:3.1219482421875rem;display:none; }
#MUduQmpOJsAEJruBPTn2bb7Kbe8nJRQp { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#lewuhyN7VeI1clPyXMEUkXld41lNLNFh { position:absolute;display:block;z-index:15036;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.625rem;width:7.625rem;top:3.54736328125rem;left:29.075927734375rem;overflow:hidden;display:block; }
#WWetN0y2AhnmclUuXLcP2Tc0mESuSu65 { position:absolute;display:block;z-index:15037;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.1875rem;width:5.4375rem;top:8.656005859375rem;left:24.422607421875rem;overflow:hidden;display:block; }
#i757G1Ill2Tpoebc1DvRZ2qdDsHLGFXf { background-color:#ff6200;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:saira;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.4358125rem;height:2.93579375rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:32.562255859375rem;left:3.1219482421875rem;display:none; }
#JO21T6pRezK3WMIBqIWKDWCIU9A0mF9y { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#doXwcnsEdzX54bU3yl5fd6Kk0xqLDH60 { background-color:#ffffff;background-image:none;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#doXwcnsEdzX54bU3yl5fd6Kk0xqLDH60 > .row .container { background-color: transparent; background-image: none; }#doXwcnsEdzX54bU3yl5fd6Kk0xqLDH60::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#doXwcnsEdzX54bU3yl5fd6Kk0xqLDH60 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#doXwcnsEdzX54bU3yl5fd6Kk0xqLDH60 > .row .container > .video-iframe-container { display: none; }#doXwcnsEdzX54bU3yl5fd6Kk0xqLDH60 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#doXwcnsEdzX54bU3yl5fd6Kk0xqLDH60 > .row > .video-iframe-container { display: none; }#doXwcnsEdzX54bU3yl5fd6Kk0xqLDH60 > .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); }#doXwcnsEdzX54bU3yl5fd6Kk0xqLDH60 > .row .container { border-width: 0; border-radius: 0; }#doXwcnsEdzX54bU3yl5fd6Kk0xqLDH60 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#doXwcnsEdzX54bU3yl5fd6Kk0xqLDH60 > .row .container { font-size:0.875rem;font-family:arial;height:36rem;width:75rem;overflow:visible;position:relative;display:block; }#IuvPdCMbXS4RR1nzi0AzNGbB6iRMATo9 { position:absolute;display:block;z-index:15000;height:35.9375rem;width:75rem;top:0rem;left:0rem;display:block; }
#pFwkkrrZrS5QEID7R7TouP5Tc1qvA1yT { position:relative;display:none; }#pFwkkrrZrS5QEID7R7TouP5Tc1qvA1yT { border-width: 0; border-radius: 0; }#pFwkkrrZrS5QEID7R7TouP5Tc1qvA1yT > .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; }#pFwkkrrZrS5QEID7R7TouP5Tc1qvA1yT > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:18.75rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#GfdKuySSl6Ak9gKENVQBLw23h5MTRqhA { color:#000000;display:block;width:55.37475rem;position:absolute;font-family:barlow;font-size:1.5625rem;font-weight:normal;z-index:15003;line-height:1.2;letter-spacing:0;top:6.4990234375rem;left:9.8114013671875rem;height:3.75rem;text-align:center;text-align-last:center;display:none; }
#ocsh4MmW5epQLw1RAeGqui8HlQis66Ws { color:#000000;display:block;width:48.4375rem;position:absolute;font-family:barlow;font-size:3.75rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:1.625rem;left:13.3125rem;height:4.875rem;text-align:center;text-align-last:center;display:none; }
#sozF71sDBOf18gzSf0hi6bIr414AsBhX { position:absolute;display:block;z-index:15000;height:21.75rem;width:38.75rem;display:none; }
#rxKt4tJJWGiU6SHJpXvBrLf57niqt0eH { background-color:#ff6900;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:saira;font-size:1.0625rem;font-weight:700;font-style:italic;line-height:1.3;overflow:hidden;position:absolute;width:14.5611875rem;height:2.8125rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:48.499755859375rem;left:30.219116210938rem;display:none; }
#TdKZAWDioxwVhDM6JcEfvQ3dWohxzm2r { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#mEOdReVBROQVhIHFVgX9UQBplC7HWv6H { position:relative;display:none; }#mEOdReVBROQVhIHFVgX9UQBplC7HWv6H { border-width: 0; border-radius: 0; }#mEOdReVBROQVhIHFVgX9UQBplC7HWv6H > .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; }#mEOdReVBROQVhIHFVgX9UQBplC7HWv6H > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:18.75rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#lMbXO4tLZ74XQLEwbbrHc3TPTd7EkHkU { color:#000000;display:block;width:48.4375rem;position:absolute;font-family:barlow;font-size:3.75rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:1.625rem;left:13.3125rem;height:4.875rem;text-align:center;text-align-last:center;display:none; }
#Edlxg4pP0s2pu7wLTvETwyVNw1nRwzbE { color:#000000;display:block;width:55.37475rem;position:absolute;font-family:barlow;font-size:1.5625rem;font-weight:normal;z-index:15003;line-height:1.2;letter-spacing:0;top:6.4990234375rem;left:9.8114013671875rem;height:3.75rem;text-align:center;text-align-last:center;display:none; }
#psGdIu1Ia3yMZ3PcGfQVCHmAaTm6hOTc { position:absolute;display:block;z-index:15000;height:21.75rem;width:38.75rem;display:none; }
#pQnUDHGyBgQvLqp7oOMB7TcZwQHae4hQ { background-color:#ff6900;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:saira;font-size:1.0625rem;font-weight:700;font-style:italic;line-height:1.3;overflow:hidden;position:absolute;width:14.5611875rem;height:2.8125rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:48.499755859375rem;left:30.219116210938rem;display:none; }
#NOJRZsGLN4anuukhGeMllFTwM2vyZxMk { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#E1SncgrrOTUHTbdZslX97Iv4001EOyAU { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(197,197,197,0.36);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; }#E1SncgrrOTUHTbdZslX97Iv4001EOyAU > .row .container { background-color: transparent; background-image: none; }#E1SncgrrOTUHTbdZslX97Iv4001EOyAU::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#E1SncgrrOTUHTbdZslX97Iv4001EOyAU > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#E1SncgrrOTUHTbdZslX97Iv4001EOyAU > .row .container > .video-iframe-container { display: none; }#E1SncgrrOTUHTbdZslX97Iv4001EOyAU > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#E1SncgrrOTUHTbdZslX97Iv4001EOyAU > .row > .video-iframe-container { display: none; }#E1SncgrrOTUHTbdZslX97Iv4001EOyAU > .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); }#E1SncgrrOTUHTbdZslX97Iv4001EOyAU > .row .container { border-width: 0; border-radius: 0; }#E1SncgrrOTUHTbdZslX97Iv4001EOyAU > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#E1SncgrrOTUHTbdZslX97Iv4001EOyAU > .row .container { font-size:0.875rem;font-family:arial;height:25rem;width:75rem;position:relative;display:block; }#TSKx423iLw21pnBgAJNh2GG64LGvnIVT { color:#000000;display:block;width:31.6875rem;position:absolute;font-family:barlow;font-size:3.75rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:8.1875rem;left:3.125rem;height:9.7485625rem;text-align:left;text-align-last:left;display:block; }
#KOMnaXohX9ppFxmpXf3MFfpzGTCxqJdT { color:#000000;display:block;width:30.375rem;position:absolute;font-family:barlow;font-size:1.5625rem;font-weight:normal;z-index:15003;line-height:1.2;letter-spacing:0;top:13.0625rem;left:3.125rem;height:3.75rem;text-align:center;text-align-last:center;display:block; }
#H5dRrQ3pCyBShcNP8sbn1TK95DfK3k4S { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:8.125rem;width:12rem;top:1.25rem;left:59.9375rem;overflow:hidden;display:block; }
#rLLcwLW2cLirvqmZsxpAviKgDrgAt3PW { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.87475rem;width:12.374875rem;top:1.375rem;left:49.125rem;overflow:hidden;display:block; }
#TIZuscn9RFxKu9F9fHU5hUUTwQbk8OqL { 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:8.1875rem;width:12.125rem;top:8.25rem;left:38.9375rem;overflow:hidden;display:block; }
#l9zMSV7Z2cUoKKAHgKHBswCp8WLHNfDt { 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:8.18725rem;width:12.062375rem;top:8.25rem;left:59.875rem;overflow:hidden;display:block; }
#pKNR2th7L7PIT9PiPSc5BGI690ilnSBk { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:8.2495rem;width:11.9995rem;top:1.25rem;left:38.9375rem;overflow:hidden;display:block; }
#Ei4aAFv6PZZzRHizlqqwI9v2ilxBHxfH { 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:8.2495rem;width:12.124625rem;top:8.25rem;left:49.25rem;overflow:hidden;display:block; }
#go8mR7SS8SLOJgCJlHRmBtoIuzZdGpwS { 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:7.749625rem;width:11.3745rem;top:15.4375rem;left:44.6875rem;overflow:hidden;display:block; }
#ncNvuUsiyhuzCCKl5odCLpqpI9sGVVL4 { 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:9.0625rem;width:12.56225rem;top:14.6875rem;left:55rem;overflow:hidden;display:block; }
#gLd7PzhcDe8TpKsnBqMxUV4oUmB5ztlk { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#gLd7PzhcDe8TpKsnBqMxUV4oUmB5ztlk > .row .container { background-color: transparent; background-image: none; }#gLd7PzhcDe8TpKsnBqMxUV4oUmB5ztlk::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gLd7PzhcDe8TpKsnBqMxUV4oUmB5ztlk > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gLd7PzhcDe8TpKsnBqMxUV4oUmB5ztlk > .row .container > .video-iframe-container { display: none; }#gLd7PzhcDe8TpKsnBqMxUV4oUmB5ztlk > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gLd7PzhcDe8TpKsnBqMxUV4oUmB5ztlk > .row > .video-iframe-container { display: none; }#gLd7PzhcDe8TpKsnBqMxUV4oUmB5ztlk > .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); }#gLd7PzhcDe8TpKsnBqMxUV4oUmB5ztlk > .row .container { border-width: 0; border-radius: 0; }#gLd7PzhcDe8TpKsnBqMxUV4oUmB5ztlk > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#gLd7PzhcDe8TpKsnBqMxUV4oUmB5ztlk > .row .container { font-size:0.875rem;font-family:arial;height:22.3125rem;width:75rem;position:relative;display:block; }#pwq573RTtEPArATLIEkwghfBoPrhMmCv { color:#000000;display:block;width:24.624625rem;position:absolute;font-family:"barlow black";font-size:2.9375rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:8.5rem;left:47.625rem;height:3.8171375rem;text-align:center;text-align-last:center;display:block; }
#izcma34Xi2TLS069D6GULtRmxpmlHJdq { color:#000000;display:block;width:25.686625rem;position:absolute;font-family:barlow;font-size:1.5625rem;font-weight:normal;z-index:15004;line-height:.9;letter-spacing:0;top:12.4375rem;left:47.125rem;height:1.40625rem;text-align:center;text-align-last:center;display:block; }
#v2THW1taIA5a44OO3lZV044ax1TEIlEK { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.5625rem;width:43.2495rem;top:2.75rem;left:2.8125rem;overflow:hidden;display:block; }
#MxxumIiNBzOU3rDyWZCadohzJdbTTgHu { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.3125rem;width:15.249625rem;top:9.25rem;left:15.75rem;overflow:hidden;display:block; }
#OuUNSna6aiW1xvT3OV8Xq5Q0Z3AgtX5t { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.06225625rem;width:18.062125rem;top:14.5625rem;left:14.9375rem;overflow:hidden;display:block; }
#GecbGUdAMRFs2gs34cHOvRyaHBZPhSNW { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.187375rem;width:15.249625rem;top:9.3125rem;left:30rem;overflow:hidden;display:block; }
#ykJBp5TLJGZkF27TNXcLQlrLozC2wRlS { 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:4.874875rem;width:13.562rem;top:9.5625rem;left:2.875rem;overflow:hidden;display:block; }
#btSduTQnTcQnqOTek9T6D4J33NWf2vlt { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/ffc9b1b4-563f-418d-998a-3823b256e02b/Untitled1200x640px.svg");background-position:center left !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#btSduTQnTcQnqOTek9T6D4J33NWf2vlt.adaptive-delivery-prevent-bg, #btSduTQnTcQnqOTek9T6D4J33NWf2vlt.lazyload, #btSduTQnTcQnqOTek9T6D4J33NWf2vlt.lazyloading { background-image: none; }#btSduTQnTcQnqOTek9T6D4J33NWf2vlt > .row .container { border-width: 0; border-radius: 0; }#btSduTQnTcQnqOTek9T6D4J33NWf2vlt::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#btSduTQnTcQnqOTek9T6D4J33NWf2vlt > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#btSduTQnTcQnqOTek9T6D4J33NWf2vlt > .row .container { font-size:0.875rem;font-family:arial;height:42.125rem;width:75rem;position:relative;display:none; }#cLxtxfL2kVX7T3OiLDQZrOSxOIn48Fiv { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.75rem;width:3.75rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15022;opacity:1;top:12.5rem;left:30.5rem; }
#qvEhZH9IkSBnExXlT2HhV78dMC5wNK4M { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.75rem;width:3.75rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15023;opacity:1;top:12.5rem;left:33.0625rem; }
#MV1wzDnVEmf0kpI6fvNc5Ph0Rbgy1xnI { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.75rem;width:3.75rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15024;opacity:1;top:12.5rem;left:35.6875rem; }
#fV9s01PSQUpZrwOMs2CVOHASb2oBcz7r { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.75rem;width:3.75rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15025;opacity:1;top:12.5rem;left:38.25rem; }
#GAWE3Ty1mKIBxDvz3iWCoEneU5KtXRss { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.75rem;width:3.75rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15026;opacity:1;top:12.5rem;left:40.75rem; }
#VwZZVSMa28gyhauBqT05ZeH7tey0vSLW { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.75rem;width:3.75rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15022;opacity:1;top:12.5rem;left:30.5rem;display:none; }
#lb1lvEqurQ9OI4hkqBhSzmq6XTzAHS4D { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.75rem;width:3.75rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15022;opacity:1;top:12.5rem;left:30.5rem;display:none; }
#QkkpedoVPJNJHMM1N5izOvnchBwvx5fp { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.75rem;width:3.75rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15022;opacity:1;top:12.5rem;left:30.5rem;display:none; }
#veOQRTFQ2U4tdXIfKEdoT7rDQwzJcCI5 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.75rem;width:3.75rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15022;opacity:1;top:12.5rem;left:30.5rem;display:none; }
#JuITxA1W1fUArcT8VXVHWupquJmuK3Oc { color:#ffffff;display:block;width:38.4375rem;position:absolute;font-family:barlow;font-size:3.375rem;font-weight:700;z-index:15037;line-height:1.3;letter-spacing:0;top:5.36328125rem;left:18.96875rem;height:4.38720625rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#ibVmgUzKCy2Euazv9Tm41TTUpDVauNku { color:#ffffff;display:block;width:18.625rem;position:absolute;font-family:barlow;font-size:0.9375rem;font-weight:400;z-index:15020;line-height:1.3;letter-spacing:0;top:9.75rem;left:28.1875rem;height:1.21875rem;text-align:center;text-align-last:center;font-style:italic;display:none; }
#zq1LDQAEbHrpZSgQvcrrQHqTcLl1fVE6 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#000000;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; }#zq1LDQAEbHrpZSgQvcrrQHqTcLl1fVE6 > .row .container { background-color: transparent; background-image: none; }#zq1LDQAEbHrpZSgQvcrrQHqTcLl1fVE6::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zq1LDQAEbHrpZSgQvcrrQHqTcLl1fVE6 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zq1LDQAEbHrpZSgQvcrrQHqTcLl1fVE6 > .row .container > .video-iframe-container { display: none; }#zq1LDQAEbHrpZSgQvcrrQHqTcLl1fVE6 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zq1LDQAEbHrpZSgQvcrrQHqTcLl1fVE6 > .row > .video-iframe-container { display: none; }#zq1LDQAEbHrpZSgQvcrrQHqTcLl1fVE6 > .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); }#zq1LDQAEbHrpZSgQvcrrQHqTcLl1fVE6 > .row .container { border-width: 0; border-radius: 0; }#zq1LDQAEbHrpZSgQvcrrQHqTcLl1fVE6 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#zq1LDQAEbHrpZSgQvcrrQHqTcLl1fVE6 > .row .container { font-size:0.875rem;font-family:arial;height:78.75rem;width:75rem;position:relative;display:block; }#nCZLwOOGiFxKemy2bezI4F5efFwVoucc { box-sizing:content-box;height:17.0625rem;width:23.75rem;position:absolute;display:block;z-index:15029;background-color:#ffffff;background-image:none;top:15.75rem;left:0.8125rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;border-top:0.0625rem solid #868686;border-left:0.0625rem solid #868686;border-right:0.0625rem solid #868686;border-bottom:0.0625rem solid #868686;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;display:block; }
#ukPDehU6wWAeABkslNIDgaWqT1U8JPQ5 { color:#000000;display:block;width:19.875rem;position:absolute;font-family:barlow;font-size:0.875rem;font-weight:300;z-index:15036;line-height:1.5;letter-spacing:0;top:19.25rem;left:2.875rem;height:5.249025rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#Lnw0MVAkgKX6hwaGIWDE4kO61NkC2Chv { box-sizing:content-box;height:17.0625rem;width:23.75rem;position:absolute;display:block;z-index:15029;background-color:#ffffff;background-image:none;top:15.8125rem;left:25.6875rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;border-top:0.0625rem solid #868686;border-left:0.0625rem solid #868686;border-right:0.0625rem solid #868686;border-bottom:0.0625rem solid #868686;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;display:block; }
#d2PBIPzRnHFp4EsFwLuAcJ4ViRhfdih1 { color:#000000;display:block;width:19.875rem;position:absolute;font-family:barlow;font-size:0.875rem;font-weight:300;z-index:15036;line-height:1.5;letter-spacing:0;top:18.6875rem;left:27.6875rem;height:7.8735625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#HKivm38UpytqfsH1H9bKFUGIDwsdJ5l9 { position:absolute;display:block;z-index:15030;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: none;height:3.75rem;width:3.75rem;top:27.31201171875rem;left:2.874755859375rem;overflow:hidden;display:block; }
#CQPJpSe5yFMdHXena52dkyuv6gMId1dC { box-sizing:content-box;color:#5d92ff;font-size:0.9375rem;font-weight:400;line-height:1;height:1.375rem;width:1.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15041;opacity:1;top:27.3125rem;left:7.5625rem; }
#VePQ1VJWFThwzEXTXM5cIda8gOa2OIRf { box-sizing:content-box;color:#5d92ff;font-size:0.9375rem;font-weight:400;line-height:1;height:1.375rem;width:1.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15042;opacity:1;top:27.3125rem;left:9.1875rem; }
#XN89TTiWXWKT1QdzQyoDg7ceaJWkgJ2Z { box-sizing:content-box;color:#5d92ff;font-size:0.9375rem;font-weight:400;line-height:1;height:1.375rem;width:1.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15043;opacity:1;top:27.3125rem;left:10.875rem; }
#uCU4eV5IetSVAAM3CXXKR1pxPb2nroot { box-sizing:content-box;color:#5d92ff;font-size:0.9375rem;font-weight:400;line-height:1;height:1.375rem;width:1.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15044;opacity:1;top:27.3125rem;left:12.5625rem; }
#QvavKKT0LfEAgmTGZwzmDEwA4OSbMJCI { box-sizing:content-box;color:#5d92ff;font-size:0.9375rem;font-weight:400;line-height:1;height:1.375rem;width:1.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15045;opacity:1;top:27.3125rem;left:14.1875rem; }
#CfGIBha2L59DZfSDrqob6JzWbKdOUuRI { position:absolute;display:block;z-index:15030;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: none;height:3.75rem;width:3.75rem;top:27.375rem;left:27.5625rem;overflow:hidden;display:block; }
#MqW9mP1VdH57cp7Nk1gK63tS5XmPpPow { box-sizing:content-box;color:#5d92ff;font-size:0.9375rem;font-weight:400;line-height:1;height:1.375rem;width:1.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15041;opacity:1;top:27.375rem;left:32.375rem; }
#EUipHwRGaZcAQoFHUSIeeT7rtuaRMxBM { box-sizing:content-box;color:#5d92ff;font-size:0.9375rem;font-weight:400;line-height:1;height:1.375rem;width:1.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15042;opacity:1;top:27.375rem;left:34.125rem; }
#P6P3IgRM6uuGTQDZ5Z58K096Bn8BfSfQ { box-sizing:content-box;color:#5d92ff;font-size:0.9375rem;font-weight:400;line-height:1;height:1.375rem;width:1.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15043;opacity:1;top:27.375rem;left:35.75rem; }
#wxTR8De7k0yV6ZzskW9HIf5HI1uQCiHt { box-sizing:content-box;color:#5d92ff;font-size:0.9375rem;font-weight:400;line-height:1;height:1.375rem;width:1.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15044;opacity:1;top:27.375rem;left:37.375rem; }
#wXQl3JJ8LmE7F6uQO3NcT2gM5DIbuccA { box-sizing:content-box;color:#5d92ff;font-size:0.9375rem;font-weight:400;line-height:1;height:1.375rem;width:1.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15045;opacity:1;top:27.375rem;left:39.125rem; }
#xm4TJyATU7SCpTD7IuXuTtbtcl5bXkkL { color:#000000;display:block;width:14.375rem;position:absolute;font-family:saira;font-size:0.875rem;font-weight:400;z-index:15040;line-height:1.5;letter-spacing:0;top:29.5rem;left:7.5625rem;height:1.31286875rem;text-align:left;text-align-last:left;font-style:italic;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; }
#ni78sgChQrF7JsSA0EZoNkLq3Mrz6w4A { color:#010304;display:block;width:14.375rem;position:absolute;font-family:saira;font-size:0.875rem;font-weight:400;z-index:15041;line-height:1.5;letter-spacing:0;top:29.5rem;left:32.375rem;height:1.31286875rem;text-align:left;text-align-last:left;font-style:italic;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; }
#uvczKTGGNduPI9J4vArwfu0zxmDkcprN { color:#010304;display:block;width:19.875rem;position:absolute;font-family:barlow;font-size:0.875rem;font-weight:300;z-index:15036;line-height:1.5;letter-spacing:0;top:18.6875rem;left:51.6875rem;height:5.249025rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#Cr7UwZyxhTSo8UeAuVyaEUtKcvRozUKZ { position:absolute;display:block;z-index:15030;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: none;height:3.75rem;width:3.75rem;top:27.3125rem;left:51.6875rem;overflow:hidden;display:block; }
#C8IIa4DBHxiqDKT26S6T0VlMLMPwhcBa { box-sizing:content-box;color:#5d92ff;font-size:0.9375rem;font-weight:400;line-height:1;height:1.375rem;width:1.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15041;opacity:1;top:27.3125rem;left:56.625rem; }
#AvpxM1KgFtEUOuo8lMrhmOOhoavMWmMy { color:#010304;display:block;width:14.375rem;position:absolute;font-family:saira;font-size:0.875rem;font-weight:400;z-index:15042;line-height:1.5;letter-spacing:0;top:29.8125rem;left:56.625rem;height:1.31286875rem;text-align:left;text-align-last:left;font-style:italic;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; }
#ZxE3xTO4hrJu0DllfewmHaVhDVegByfb { box-sizing:content-box;color:#5d92ff;font-size:0.9375rem;font-weight:400;line-height:1;height:1.375rem;width:1.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15042;opacity:1;top:27.3125rem;left:58.3125rem; }
#CgTezJtFmCEMyPhn9syPGu5oGHO3Sdyd { box-sizing:content-box;color:#5d92ff;font-size:0.9375rem;font-weight:400;line-height:1;height:1.375rem;width:1.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15043;opacity:1;top:27.3125rem;left:60.0625rem; }
#AKFkdUAitMBsxyI8NimctqFETTCdHmXv { box-sizing:content-box;color:#5d92ff;font-size:0.9375rem;font-weight:400;line-height:1;height:1.375rem;width:1.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15044;opacity:1;top:27.3125rem;left:61.625rem; }
#TvtGF0V8F6d6JEHnFDDvWC5okF6lTlhR { box-sizing:content-box;color:#5d92ff;font-size:0.9375rem;font-weight:400;line-height:1;height:1.3745125rem;width:1.3745125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15045;opacity:1;top:27.3125rem;left:63.1875rem; }
#y2rbIcf0n18fvcLiFAh46SMkRqBRevWK { box-sizing:content-box;height:17.0625rem;width:23.75rem;position:absolute;display:block;z-index:15029;background-color:#ffffff;background-image:none;top:15.75rem;left:50.375rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;border-top:0.0625rem solid #c5c5c5;border-left:0.0625rem solid #c5c5c5;border-right:0.0625rem solid #c5c5c5;border-bottom:0.0625rem solid #c5c5c5;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;display:block; }
#wMifHOOu5IDNHPL0Ig4TdOolh509vh0Z { color:#ffffff;display:block;width:53.4985625rem;position:absolute;font-family:barlow;font-size:5.5625rem;font-weight:700;z-index:15046;line-height:1.3;letter-spacing:0;top:5.61767578125rem;left:13.062133789062rem;height:7.2314375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Q8K0spmtWrLMGseV4NPpNOTlGnpzTFul { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:8.875rem;width:8.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15041;opacity:.52;top:1.25rem;left:20.5625rem;filter: drop-shadow(0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5)); }
#UyVQJPO2EnmdtFI3EuFFzR9QeeqL6sJm { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:8.875rem;width:8.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15040;opacity:.52;top:1.1875rem;left:27.125rem; }
#u8WpNXrTw27z6PVT6WHr8CP88SaFbFUK { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:8.875rem;width:8.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15041;opacity:.52;top:1.125rem;left:33.6875rem;filter: drop-shadow(0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5)); }
#nHM7ssH6uVdNx82sAvkHO9M1NEZenBfg { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:8.875rem;width:8.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15042;opacity:.52;top:1.0625rem;left:40.3125rem;filter: drop-shadow(0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5)); }
#TrhVXttPpFb1RCH4y5mOi0RENENP2Eew { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:6.25rem;width:6.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15044;opacity:.52;top:2.5rem;left:48.125rem;filter: drop-shadow(0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5)); }
#fdgamoSTIeAXelumnaxANMnePvrqvl2g { color:#ffffff;display:block;width:53.4985625rem;position:absolute;font-family:barlow;font-size:1.75rem;font-weight:700;z-index:15047;line-height:1.3;letter-spacing:0;top:11.810302734375rem;left:10.750122070312rem;height:2.2753875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#I4sK86XrPvWLSV66CUPofNe1Nz30TQtt { position:absolute;display:block;z-index:15048;height:42.437125rem;width:73.874375rem;top:33.59375rem;left:0.5615234375rem;display:block; }
#NKeoezc6TGFsrwJdRMiHIpPnMnaoW2fi { position:absolute;display:block;z-index:15026;height:4.87426875rem;width:73.685rem;top:69.625244140625rem;left:0.6573486328125rem;display:block; }
#C2biHBvdkOWEFZdr9He5qFAtkZzONCm5 { position:absolute;display:block;z-index:15000;height:21.75rem;width:38.75rem;display:none; }
#r4VSwk6De76nRC6qCaL3elKTTZtsxR77 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#r4VSwk6De76nRC6qCaL3elKTTZtsxR77 > .row .container { background-color: transparent; background-image: none; }#r4VSwk6De76nRC6qCaL3elKTTZtsxR77::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#r4VSwk6De76nRC6qCaL3elKTTZtsxR77 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#r4VSwk6De76nRC6qCaL3elKTTZtsxR77 > .row .container > .video-iframe-container { display: none; }#r4VSwk6De76nRC6qCaL3elKTTZtsxR77 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#r4VSwk6De76nRC6qCaL3elKTTZtsxR77 > .row > .video-iframe-container { display: none; }#r4VSwk6De76nRC6qCaL3elKTTZtsxR77 > .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); }#r4VSwk6De76nRC6qCaL3elKTTZtsxR77 > .row .container { border-width: 0; border-radius: 0; }#r4VSwk6De76nRC6qCaL3elKTTZtsxR77 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#r4VSwk6De76nRC6qCaL3elKTTZtsxR77 > .row .container { font-size:0.875rem;font-family:arial;height:63.875rem;width:75rem;position:relative;display:block; }#F51iVsstAr86vyRkOzsf3Wo5SbMxB4Tl .accordion-element-container { border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;flex-direction:column;align-items:center;background-color:#dedede;background-image:none;vertical-align:top; }
#F51iVsstAr86vyRkOzsf3Wo5SbMxB4Tl .accordion-heading-container { width:100%;height:auto;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;flex-direction:row;align-items:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;justify-content:space-between;gap:0.625rem; }
#F51iVsstAr86vyRkOzsf3Wo5SbMxB4Tl .accordion-heading-text { display:block;position:relative;width:100%;font-family:barlow;font-weight:400;font-size:1rem;font-style:normal;line-height:1.5;overflow:hidden;height:auto; }
#F51iVsstAr86vyRkOzsf3Wo5SbMxB4Tl .accordion-desc-text { display:block;position:relative;width:100%;padding-top:1.25rem;padding-right:0;padding-bottom:0;padding-left:0;font-size:1.0625rem;font-family:barlow;height:auto; }
#F51iVsstAr86vyRkOzsf3Wo5SbMxB4Tl .accordion-trigger { width:1.25rem;min-width:1.25rem;height:1.25rem;display:block;position:relative;background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-size:auto !important;background-image:url("https://icons.assets-landingi.com/icon_78036947d8f104b4c20b09b10decb54aefa4b416.svg");background-size:contain !important; }#F51iVsstAr86vyRkOzsf3Wo5SbMxB4Tl .accordion-trigger.adaptive-delivery-prevent-bg, #F51iVsstAr86vyRkOzsf3Wo5SbMxB4Tl .accordion-trigger.lazyload, #F51iVsstAr86vyRkOzsf3Wo5SbMxB4Tl .accordion-trigger.lazyloading { background-image: none; }
#F51iVsstAr86vyRkOzsf3Wo5SbMxB4Tl { box-sizing:content-box;height:auto;width:42.5rem;position:absolute;display:flex;flex-direction:column;gap:0.625rem;z-index:15000;background-color:#ffffff;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;top:12.190551757812rem;left:15rem;border-top:0;border-left:0;border-right:0;border-bottom:0; }
#F51iVsstAr86vyRkOzsf3Wo5SbMxB4Tl #G0BM17DXHwZC1VGNyfQG2mLDTJGkCheU { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#F51iVsstAr86vyRkOzsf3Wo5SbMxB4Tl #SVFS6v6ohwuSx402dxWoRMadFXnxyhCe { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#F51iVsstAr86vyRkOzsf3Wo5SbMxB4Tl #WpMIOews5Dby0vdmnx6ds3m4QTXekG32 { display:block;position:relative; }
#F51iVsstAr86vyRkOzsf3Wo5SbMxB4Tl #awDh1y4JSwvAn4bTuT9xsLdF3tLRBNL4 {  }
#F51iVsstAr86vyRkOzsf3Wo5SbMxB4Tl #Xv1zltNhe0JXKVaNZ5zqHQVSHskMoeM6 {  }
#F51iVsstAr86vyRkOzsf3Wo5SbMxB4Tl #Somt42rAXd6taRhUH7iDVZ48h4Q5RRWN { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#F51iVsstAr86vyRkOzsf3Wo5SbMxB4Tl #fpJGdLfkWAnf9dq2TrrMsnSECAceH0Kt { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#F51iVsstAr86vyRkOzsf3Wo5SbMxB4Tl #fdOT6ICEfP4tW4ccyThd9sHiUqTTl46y { display:block;position:relative; }
#F51iVsstAr86vyRkOzsf3Wo5SbMxB4Tl #TmAgNxwaG4cT4oAKETeFFqQVklb6zq9t {  }
#F51iVsstAr86vyRkOzsf3Wo5SbMxB4Tl #rOwAQ4WaBgO63qdAoFnEMXOhZfAFmoEV { display:none; }
#F51iVsstAr86vyRkOzsf3Wo5SbMxB4Tl #Oa34BTTEy8K2zJpASZVGDGbm6XQBahSa { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#F51iVsstAr86vyRkOzsf3Wo5SbMxB4Tl #ysTzW6R9AkRJnHB40ThRh4g6B2ZywUQ8 { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#F51iVsstAr86vyRkOzsf3Wo5SbMxB4Tl #UKudg6Pwk9Q7WnPN2gki6TFU2iMwVtqQ { display:block;position:relative; }
#F51iVsstAr86vyRkOzsf3Wo5SbMxB4Tl #sk5cTxNiKeqeKWQv1o3mlOZ2J0fXzi9v {  }
#F51iVsstAr86vyRkOzsf3Wo5SbMxB4Tl #xUegaJiT8dRxnzrkPFxw3dHa5X9y8TrW { display:none; }
#F51iVsstAr86vyRkOzsf3Wo5SbMxB4Tl #qTiEngLyr2JaHZF9nfmru343nAnJrBrA { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#F51iVsstAr86vyRkOzsf3Wo5SbMxB4Tl #ukLSXfzJmTlKnPTyxVBtcuWetQgi3vlM { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#F51iVsstAr86vyRkOzsf3Wo5SbMxB4Tl #kt0mdUx9w2T38Ea2mF9qepzyBDUyVenm { display:block;position:relative; }
#F51iVsstAr86vyRkOzsf3Wo5SbMxB4Tl #R5Gz4tw8DWn7NPKuxVsgZZnrcxHM2n0u {  }
#F51iVsstAr86vyRkOzsf3Wo5SbMxB4Tl #ZT9Zh3ZtxqzXlsVtZfJ08idcM0rKdcAb { display:none; }
#F51iVsstAr86vyRkOzsf3Wo5SbMxB4Tl #LGTAxwxr8Qb7Rcaz8EXr0dRSKdKcP8oQ { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#F51iVsstAr86vyRkOzsf3Wo5SbMxB4Tl #TA1qga83x9uOMbD3KcdLQTw9xc8A51Lz { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#F51iVsstAr86vyRkOzsf3Wo5SbMxB4Tl #aDGNl4FAobsikdFAdLWzQtX1pi5OBhUk { display:block;position:relative; }
#F51iVsstAr86vyRkOzsf3Wo5SbMxB4Tl #h5bZW64UrPB5FKNrXGBkCZzRiResd5ed {  }
#F51iVsstAr86vyRkOzsf3Wo5SbMxB4Tl #gJPyw7O9HAkTIatbNENAibJUS3RcMxC4 { display:none; }
#F51iVsstAr86vyRkOzsf3Wo5SbMxB4Tl #Ps2Ui1odnNzVp0nk7aNQxO0U3nqgul08 { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#F51iVsstAr86vyRkOzsf3Wo5SbMxB4Tl #VmadfrdISoPeEOqeEJ9G7xODQTxutBf2 { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#F51iVsstAr86vyRkOzsf3Wo5SbMxB4Tl #e0G3nWqT80EwzolIGOcx6ILQdEkUI3Zm { display:block;position:relative; }
#F51iVsstAr86vyRkOzsf3Wo5SbMxB4Tl #OBHbOKvtNIaTc89yovCz7RiNSxE7v8N8 {  }
#F51iVsstAr86vyRkOzsf3Wo5SbMxB4Tl #vOFEDU8nfWSTWZ9yzoEJzox3STeswZsO { display:none; }
#F51iVsstAr86vyRkOzsf3Wo5SbMxB4Tl #GC0WNUPCtib7FrfpWbkFT3TKeBMWqImX { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#F51iVsstAr86vyRkOzsf3Wo5SbMxB4Tl #LZoFwSM07mDywbziySo7q4h8b4BziawV { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#F51iVsstAr86vyRkOzsf3Wo5SbMxB4Tl #gWFwTJcFc8lFIfXuvy0ZKouPQROdIsMh { display:block;position:relative; }
#F51iVsstAr86vyRkOzsf3Wo5SbMxB4Tl #kUXTndF3SerF7zJ1SoS2DeOcRXhwBwNw {  }
#F51iVsstAr86vyRkOzsf3Wo5SbMxB4Tl #laIrfRcV2cwFFq16TuWhgLCtZdUcvGQy { display:none; }
#F51iVsstAr86vyRkOzsf3Wo5SbMxB4Tl #qGt86eTD1mtQB0BbIAh5TpFrMwwGZT1g { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#F51iVsstAr86vyRkOzsf3Wo5SbMxB4Tl #uqprvwy8xTEvu3z9vbV8gtTTLs8VTGeU { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#F51iVsstAr86vyRkOzsf3Wo5SbMxB4Tl #bb9TyAMTuO6AXaXE6NJwSFh8tkCvKsWn { display:block;position:relative; }
#F51iVsstAr86vyRkOzsf3Wo5SbMxB4Tl #c9Ct5T8BRcHH0OowCRkQxqlQDupDAJyi {  }
#F51iVsstAr86vyRkOzsf3Wo5SbMxB4Tl #NzIWWDspnTRxTfyBrxpuaCAH1RLFTGHZ { display:none; }
#F51iVsstAr86vyRkOzsf3Wo5SbMxB4Tl #NvEExuT9kDDWIiJ3tk6PyFot3lIkHItd { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#F51iVsstAr86vyRkOzsf3Wo5SbMxB4Tl #wIGdMRqtpMh8NHrU8O8S96GpDk9R7lJ4 { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#F51iVsstAr86vyRkOzsf3Wo5SbMxB4Tl #wtr080kgtpszrOFJtUmiSOcivObaoRSc { display:block;position:relative; }
#F51iVsstAr86vyRkOzsf3Wo5SbMxB4Tl #A3UId071dqVvaUDfTFsGbPE6AP3M7yEo {  }
#F51iVsstAr86vyRkOzsf3Wo5SbMxB4Tl #TlmoDXZl2pAmTyTvOdoUVGAnN0RB1ylo { display:none; }
#TGdQpnBFLUmJqaERuKkNuPa6SWiMskyJ { color:#ff6900;display:block;width:28.374rem;position:absolute;font-family:barlow;font-size:2.8125rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:0.7025146484375rem;left:23.31298828125rem;height:7.312rem;text-align:center;text-align-last:center;display:block; }
#Q4RJJM0nntTVbWN2pxfKVwPCMx2DMoQt { color:#000000;display:block;width:44.874875rem;position:absolute;font-family:barlow;font-size:1.25rem;font-weight:400;z-index:15002;line-height:1.3;letter-spacing:0;top:4.3585205078125rem;left:15.062255859375rem;height:3.2495125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#MbGEywuTKlNiQQHFdf69kLQMNi47RCU4 { background-color:#ff6900;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:saira;font-size:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.5625rem;height:2.87475625rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:8.3160400390625rem;left:31.71875rem;display:block; }
#FaRqEI7lNQVTKXZ75wc4398M1hy4SqnK { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Ki2122tmmKuV3cRnItfAR2s9SSeNggnC { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#070707;background-image:url("https://images.assets-landingi.com/uc/4941471b-b47e-476d-a953-c570f728a453/LandingPageFooterv4.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#Ki2122tmmKuV3cRnItfAR2s9SSeNggnC.adaptive-delivery-prevent-bg, #Ki2122tmmKuV3cRnItfAR2s9SSeNggnC.lazyload, #Ki2122tmmKuV3cRnItfAR2s9SSeNggnC.lazyloading { background-image: none; }#Ki2122tmmKuV3cRnItfAR2s9SSeNggnC > .row .container { background-color: transparent; background-image: none; }#Ki2122tmmKuV3cRnItfAR2s9SSeNggnC::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ki2122tmmKuV3cRnItfAR2s9SSeNggnC > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ki2122tmmKuV3cRnItfAR2s9SSeNggnC > .row .container > .video-iframe-container { display: none; }#Ki2122tmmKuV3cRnItfAR2s9SSeNggnC > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ki2122tmmKuV3cRnItfAR2s9SSeNggnC > .row > .video-iframe-container { display: none; }#Ki2122tmmKuV3cRnItfAR2s9SSeNggnC > .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); }#Ki2122tmmKuV3cRnItfAR2s9SSeNggnC > .row .container { border-width: 0; border-radius: 0; }#Ki2122tmmKuV3cRnItfAR2s9SSeNggnC > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Ki2122tmmKuV3cRnItfAR2s9SSeNggnC > .row .container { font-size:0.875rem;font-family:arial;height:25.9375rem;width:75rem;position:relative;display:block; }#uzKGyTOI9KHG7giCenTLwtxH5WkT5puT { color:#ffffff;display:block;width:29.4375rem;position:absolute;font-family:barlow;font-size:1.25rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:10.8125rem;left:4.125rem;height:3.2495125rem;text-align:justify;text-align-last:initial;display:block; }
#txdHds9AaAHZmBGV99K4UfI44Gx7Jloq { color:#ffffff;display:block;width:36.125rem;position:absolute;font-family:barlow;font-size:2.4375rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:7.625rem;left:4.125rem;height:3.16894375rem;display:block; }
#TeNNKwuizlQs6QnNRs5hH5Da81d54T1G { background-color:#ff6900;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:saira;font-size:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.5625rem;height:2.87475625rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:15.4375rem;left:4.125rem;display:block; }
#VBDK5nTQciut2onxuXrzQaSKdMSPm0nl { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#aUmSxJUydROkVVVNo1az47DbdgD3UpbR { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:18.6875rem;width:18.3125rem;display:none; }
#rEDcoWnyNQqql4nAQxwKyHzpZ1JSRHMs { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#rEDcoWnyNQqql4nAQxwKyHzpZ1JSRHMs > .row .container { background-color: transparent; background-image: none; }#rEDcoWnyNQqql4nAQxwKyHzpZ1JSRHMs::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rEDcoWnyNQqql4nAQxwKyHzpZ1JSRHMs > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rEDcoWnyNQqql4nAQxwKyHzpZ1JSRHMs > .row .container > .video-iframe-container { display: none; }#rEDcoWnyNQqql4nAQxwKyHzpZ1JSRHMs > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rEDcoWnyNQqql4nAQxwKyHzpZ1JSRHMs > .row > .video-iframe-container { display: none; }#rEDcoWnyNQqql4nAQxwKyHzpZ1JSRHMs > .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); }#rEDcoWnyNQqql4nAQxwKyHzpZ1JSRHMs > .row .container { border-width: 0; border-radius: 0; }#rEDcoWnyNQqql4nAQxwKyHzpZ1JSRHMs > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#rEDcoWnyNQqql4nAQxwKyHzpZ1JSRHMs > .row .container { font-size:0.875rem;font-family:arial;height:6.25rem;width:75rem;position:relative;display:block; }#EJnTbxwMHGow4OXKdR8WHA9U94iI5vfw { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.1875rem;width:18.3125rem;top:2.03125rem;left:4.686279296875rem;overflow:hidden;display:block; }
#H7OQXTNnPQRv8mKv3xvEfNx5zHaXt5qV { color:rgba(0,0,0,0.91);display:block;width:6.75rem;position:absolute;font-family:"barlow font";font-size:1rem;font-weight:300;z-index:15001;line-height:1.3;letter-spacing:0;top:2.5rem;left:54.5625rem;height:1.2994375rem;font-style:normal;display:block; }
#QTB05fWQ4tJdLfiRVye5OB5CRLIeKmHO { color:rgba(50,72,160,0.91);display:block;width:7.9375rem;position:absolute;font-family:"barlow font";font-size:1rem;font-weight:300;z-index:15002;line-height:1.3;letter-spacing:0;top:2.5rem;left:62.375rem;height:1.2994375rem;font-style:normal;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #ufuA1RHELQl3XKWT8OxdS9OgbvBBz2rW { display:block; }#ufuA1RHELQl3XKWT8OxdS9OgbvBBz2rW > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gMEmV7SNQGwRf8qh1P05UC0LcpWe2EAo { width:13.125rem;height:2.375rem;top:0.9375rem;left:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #fhaDZ1AIV9nXNw966Tgtdoz9UWMNb1uL { display:block; }
 }@media only screen and (max-width: 763px) { #TS2m6in3WRmh2stbiHkqXXeS0S1sO2wn { width:13.25rem;height:2.25rem;top:1rem;left:10.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #dQR8LEpSkCCDKGP47eZTRp0k1ofnkUyM { display:block; }
 }@media only screen and (max-width: 763px) { #eX29RToXzMd5k3hxeqiDO8AI2uMsUnyp { width:13.125rem;height:2.375rem;top:0.9375rem;left:20.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #w1dlHUJ8OEnqgnvDa6tSuzSM3mTwuQTt { display:block; }
 }@media only screen and (max-width: 763px) { #d4sEpKh1DaJA1g2gmAedR3JFoTG5JksE { top:1.25rem;left:0rem;width:4.8125rem;height:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #DPobh0idFQTy8qAv7kS3AILiaCEu5Xak { width:13.125rem;height:2.375rem;top:0.9375rem;left:29rem;display:block; }
 }@media only screen and (max-width: 763px) { #tOBkyXQf2Uvp0UA9NLzlyMoDHuAbu5tz { display:block; }
 }@media only screen and (max-width: 763px) { #HT0hyvyLV2IcPNfShNkoHWsycpF60K9f { width:11rem;height:2.9375rem;top:0.6875rem;left:34.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #FRBrcCf5D8x6pP3quRNfbmBnAT2LM5wa { display:block; }
 }@media only screen and (max-width: 763px) { #AtZuT6Lzcm5zKd30cDDIRyNdQFEkWcAi { width:13.125rem;height:2.375rem;top:0.9375rem;left:34.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #x0kXVNxkk8mIQd9mc2XWmnLlWWCDumT8 { display:block; }
 }@media only screen and (max-width: 763px) { #fAsHSGHsn9paP6t4R8dKwMVmeNBgTaUT { display:block; }#fAsHSGHsn9paP6t4R8dKwMVmeNBgTaUT > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WMWKCUOeQgUWxBW4KFCauJtJ37rFB3si { top:11.8125rem;left:0rem;width:26.5625rem;height:4.6875rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #tvu3wfo7WPXM20errMRqAEAuyesHLwO5 { top:15.4375rem;left:0rem;width:26.625rem;height:2rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #bUaZOy9DDG54THUXyzlxtcGRmbuuBJS0 { top:26.5625rem;left:0rem;width:22.625rem;height:1.5625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #st4vFLvrF2OU27OfMS1ounUsXdqbElru { top:25.4375rem;left:0rem;width:4.6875rem;height:3.8745125rem;display:block; }
 }@media only screen and (max-width: 763px) { #uLwozWc1MhaewrPzzincFzlnHcyPrJv7 { top:23.75rem;left:0rem;width:20rem;height:1.5625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #r6Uw1KIvG95hbECmyGddW4HxRSA5xvKn { top:22.5625rem;left:0rem;width:4.1875rem;height:3.4483906695785rem;display:block; }
 }@media only screen and (max-width: 763px) { #JtsA16qkfxRRhFF1NpWVHzu2pRLcUi9k { top:19.1875rem;left:0rem;width:6.0625rem;height:5.0723250729607rem;display:block; }
 }@media only screen and (max-width: 763px) { #tv7WxmppbssafBVIQvdKP3qDXSn26t2x { top:20.9375rem;left:0rem;width:16rem;height:1.5625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #P4LlFzuTiIQsAwZ7EFypuLtEof2h8BuV { top:18.1875rem;left:0rem;width:17.5rem;height:1.5625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #mNOiQkCJCg793nHRtptk73gn57HsNXem { top:16.625rem;left:0rem;width:5.9375rem;height:4.8242910389068rem;display:block; }
 }@media only screen and (max-width: 763px) { #dTlhU2qMOZshTULQEqXSzfRbDSgB1EO8 { top:5.1875rem;left:0rem;width:47.75rem;height:20.253958333333rem;display:block; }
 }@media only screen and (max-width: 763px) { #elbgF9HvbqBS0hTkzD3eqqNGizRL0XZK { top:28.75rem;left:0rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #thahClZf5itIKuzgPQ7f0uapOd1iK7L8 { top:29.125rem;left:0rem;width:22.625rem;height:1.5625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #mZz1fdmfEBUfWdZhwVCpGxwzxdSET5Ba { top:10.3125rem;left:0rem;width:21.1875rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #MS5P0pBAabpFQD01EylyVKRPzQ43qJcc { display:block; }#MS5P0pBAabpFQD01EylyVKRPzQ43qJcc > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cxB5E8VaAlXSllXf3Tyt0XwQCCug1N7a { width:11.75rem;height:2.8125rem;top:8.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #SJ4fPWlhhX8GnZf9rBeQwZDTmmlKt0hl { display:block; }
 }@media only screen and (max-width: 763px) { #eVG9OJBgTMOP4AwoGTveerF6N6b11cna { top:3.1875rem;left:0rem;width:35.0625rem;height:8.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NetSmStDRBs9FTC3B0vIRmaOt3FrVGxD { width:13.625rem;height:1.75rem;top:12.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #OnKb3mWNPBtqomrNI4QaPkdVi3pzUH6G { display:block; }
 }@media only screen and (max-width: 763px) { #KW76l0zO9MZJsW9fDRzSNcIz5hDmzzsz { top:5.1875rem;left:0rem;width:18.75rem;height:1.5625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #EF8nX39s90702KpP3I8LVhmgl5lhucoT { top:9.75rem;left:0rem;width:18.75rem;height:0;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #oAh7oIVS2VWHyuSP89NKRAviBOF4i2B2 { top:3.3125rem;left:0rem;width:28.625rem;height:2rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #eU5v05f1O6CfJr8DGMRDi7IeZynnKNAB { top:6.875rem;left:0rem;width:13.125rem;height:1.375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #zEoGgUv5XSlzQo1KOFAhrQpvDXfWDgZa { top:0rem;left:0rem;width:47.75rem;height:3.1875rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #w15sde1Lq2gNoqK2F92ocnDWLmgcTTbc { width:15.375rem;height:2.875rem;top:32.5rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #MUduQmpOJsAEJruBPTn2bb7Kbe8nJRQp { display:block; }
 }@media only screen and (max-width: 763px) { #lewuhyN7VeI1clPyXMEUkXld41lNLNFh { top:3.5rem;left:15.450927734375rem;width:7.625rem;height:7.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WWetN0y2AhnmclUuXLcP2Tc0mESuSu65 { top:8.625rem;left:10.797607421875rem;width:5.4375rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #i757G1Ill2Tpoebc1DvRZ2qdDsHLGFXf { width:15.375rem;height:2.875rem;top:32.5rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #JO21T6pRezK3WMIBqIWKDWCIU9A0mF9y { display:block; }
 }@media only screen and (max-width: 763px) { #doXwcnsEdzX54bU3yl5fd6Kk0xqLDH60 { display:block; }#doXwcnsEdzX54bU3yl5fd6Kk0xqLDH60 > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #IuvPdCMbXS4RR1nzi0AzNGbB6iRMATo9 { top:0rem;left:0rem;width:47.75rem;height:35.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #pFwkkrrZrS5QEID7R7TouP5Tc1qvA1yT { display:none; }#pFwkkrrZrS5QEID7R7TouP5Tc1qvA1yT > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #GfdKuySSl6Ak9gKENVQBLw23h5MTRqhA { top:3.75rem;left:0rem;width:20rem;height:0.6875rem;font-size:0.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #ocsh4MmW5epQLw1RAeGqui8HlQis66Ws { top:1.625rem;left:0rem;width:47.75rem;height:4.875rem;font-size:1.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #sozF71sDBOf18gzSf0hi6bIr414AsBhX { display:none; }
 }@media only screen and (max-width: 763px) { #rxKt4tJJWGiU6SHJpXvBrLf57niqt0eH { width:14.5rem;height:2.8125rem;top:48.4375rem;left:16.594116210938rem;display:none; }
 }@media only screen and (max-width: 763px) { #TdKZAWDioxwVhDM6JcEfvQ3dWohxzm2r { display:block; }
 }@media only screen and (max-width: 763px) { #mEOdReVBROQVhIHFVgX9UQBplC7HWv6H { display:none; }#mEOdReVBROQVhIHFVgX9UQBplC7HWv6H > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #lMbXO4tLZ74XQLEwbbrHc3TPTd7EkHkU { top:1.3125rem;left:0rem;width:14.5rem;height:2rem;font-size:1.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #Edlxg4pP0s2pu7wLTvETwyVNw1nRwzbE { top:3.375rem;left:0rem;width:11.75rem;height:0.6875rem;font-size:0.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #psGdIu1Ia3yMZ3PcGfQVCHmAaTm6hOTc { display:none; }
 }@media only screen and (max-width: 763px) { #pQnUDHGyBgQvLqp7oOMB7TcZwQHae4hQ { width:14.5rem;height:2.8125rem;top:48.4375rem;left:16.594116210938rem;display:none; }
 }@media only screen and (max-width: 763px) { #NOJRZsGLN4anuukhGeMllFTwM2vyZxMk { display:block; }
 }@media only screen and (max-width: 763px) { #E1SncgrrOTUHTbdZslX97Iv4001EOyAU { display:block; }#E1SncgrrOTUHTbdZslX97Iv4001EOyAU > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TSKx423iLw21pnBgAJNh2GG64LGvnIVT { top:8.1875rem;left:0rem;width:31.625rem;height:4.8125rem;font-size:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #KOMnaXohX9ppFxmpXf3MFfpzGTCxqJdT { top:13.0625rem;left:0rem;width:30.3125rem;height:3.75rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #H5dRrQ3pCyBShcNP8sbn1TK95DfK3k4S { top:1.25rem;left:35.8125rem;width:11.9375rem;height:8.0830190841285rem;display:block; }
 }@media only screen and (max-width: 763px) { #rLLcwLW2cLirvqmZsxpAviKgDrgAt3PW { top:1.375rem;left:35.4375rem;width:12.3125rem;height:7.8348315301937rem;display:block; }
 }@media only screen and (max-width: 763px) { #TIZuscn9RFxKu9F9fHU5hUUTwQbk8OqL { top:8.25rem;left:25.3125rem;width:12.0625rem;height:8.1452995968948rem;display:block; }
 }@media only screen and (max-width: 763px) { #l9zMSV7Z2cUoKKAHgKHBswCp8WLHNfDt { top:8.25rem;left:35.75rem;width:12rem;height:8.144713660953rem;display:block; }
 }@media only screen and (max-width: 763px) { #pKNR2th7L7PIT9PiPSc5BGI690ilnSBk { top:1.25rem;left:25.3125rem;width:11.9375rem;height:8.2066814857643rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ei4aAFv6PZZzRHizlqqwI9v2ilxBHxfH { top:8.25rem;left:35.625rem;width:12.0625rem;height:8.207031894383rem;display:block; }
 }@media only screen and (max-width: 763px) { #go8mR7SS8SLOJgCJlHRmBtoIuzZdGpwS { top:15.4375rem;left:31.0625rem;width:11.3125rem;height:7.7071853260213rem;display:block; }
 }@media only screen and (max-width: 763px) { #ncNvuUsiyhuzCCKl5odCLpqpI9sGVVL4 { top:14.6875rem;left:35.25rem;width:12.5rem;height:9.0180410575861rem;display:block; }
 }@media only screen and (max-width: 763px) { #gLd7PzhcDe8TpKsnBqMxUV4oUmB5ztlk { display:block; }#gLd7PzhcDe8TpKsnBqMxUV4oUmB5ztlk > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pwq573RTtEPArATLIEkwghfBoPrhMmCv { top:8.5rem;left:23.1875rem;width:24.5625rem;height:3.8125rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #izcma34Xi2TLS069D6GULtRmxpmlHJdq { top:12.4375rem;left:22.125rem;width:25.625rem;height:1.375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #v2THW1taIA5a44OO3lZV044ax1TEIlEK { top:2.75rem;left:0rem;width:43.1875rem;height:6.5531870771205rem;display:block; }
 }@media only screen and (max-width: 763px) { #MxxumIiNBzOU3rDyWZCadohzJdbTTgHu { top:9.25rem;left:2.125rem;width:15.1875rem;height:5.2910744147157rem;display:block; }
 }@media only screen and (max-width: 763px) { #OuUNSna6aiW1xvT3OV8Xq5Q0Z3AgtX5t { top:14.5625rem;left:1.3125rem;width:18rem;height:5.0450191014035rem;display:block; }
 }@media only screen and (max-width: 763px) { #GecbGUdAMRFs2gs34cHOvRyaHBZPhSNW { top:9.3125rem;left:16.375rem;width:15.1875rem;height:5.165850245303rem;display:block; }
 }@media only screen and (max-width: 763px) { #ykJBp5TLJGZkF27TNXcLQlrLozC2wRlS { top:9.5625rem;left:0rem;width:13.5rem;height:4.8522091694242rem;display:block; }
 }@media only screen and (max-width: 763px) { #btSduTQnTcQnqOTek9T6D4J33NWf2vlt { display:none; }#btSduTQnTcQnqOTek9T6D4J33NWf2vlt > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #cLxtxfL2kVX7T3OiLDQZrOSxOIn48Fiv { top:12.5rem;left:16.875rem;width:3.75rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #qvEhZH9IkSBnExXlT2HhV78dMC5wNK4M { top:12.5rem;left:19.4375rem;width:3.75rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #MV1wzDnVEmf0kpI6fvNc5Ph0Rbgy1xnI { top:12.5rem;left:22.0625rem;width:3.75rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #fV9s01PSQUpZrwOMs2CVOHASb2oBcz7r { top:12.5rem;left:24.625rem;width:3.75rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #GAWE3Ty1mKIBxDvz3iWCoEneU5KtXRss { top:12.5rem;left:27.125rem;width:3.75rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #VwZZVSMa28gyhauBqT05ZeH7tey0vSLW { top:12.5rem;left:16.875rem;width:3.75rem;height:3.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #lb1lvEqurQ9OI4hkqBhSzmq6XTzAHS4D { top:12.5rem;left:16.875rem;width:3.75rem;height:3.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #QkkpedoVPJNJHMM1N5izOvnchBwvx5fp { top:12.5rem;left:16.875rem;width:3.75rem;height:3.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #veOQRTFQ2U4tdXIfKEdoT7rDQwzJcCI5 { top:12.5rem;left:16.875rem;width:3.75rem;height:3.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #JuITxA1W1fUArcT8VXVHWupquJmuK3Oc { width:20rem;height:2.5625rem;top:2.9375rem;left:0rem;font-size:3.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #ibVmgUzKCy2Euazv9Tm41TTUpDVauNku { width:18.5625rem;height:1.1875rem;top:5.5rem;left:0rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #zq1LDQAEbHrpZSgQvcrrQHqTcLl1fVE6 { display:block; }#zq1LDQAEbHrpZSgQvcrrQHqTcLl1fVE6 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nCZLwOOGiFxKemy2bezI4F5efFwVoucc { top:15.75rem;left:0rem;width:23.75rem;height:17rem;display:block; }
 }@media only screen and (max-width: 763px) { #ukPDehU6wWAeABkslNIDgaWqT1U8JPQ5 { top:19.25rem;left:0rem;width:19.8125rem;height:5.25rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Lnw0MVAkgKX6hwaGIWDE4kO61NkC2Chv { top:15.8125rem;left:12.0625rem;width:23.75rem;height:17rem;display:block; }
 }@media only screen and (max-width: 763px) { #d2PBIPzRnHFp4EsFwLuAcJ4ViRhfdih1 { top:18.6875rem;left:14.0625rem;width:19.8125rem;height:7.875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #HKivm38UpytqfsH1H9bKFUGIDwsdJ5l9 { top:27.25rem;left:0rem;width:3.75rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #CQPJpSe5yFMdHXena52dkyuv6gMId1dC { top:27.3125rem;left:0rem;width:1.3125rem;height:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VePQ1VJWFThwzEXTXM5cIda8gOa2OIRf { top:27.3125rem;left:0rem;width:1.3125rem;height:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XN89TTiWXWKT1QdzQyoDg7ceaJWkgJ2Z { top:27.3125rem;left:0rem;width:1.3125rem;height:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #uCU4eV5IetSVAAM3CXXKR1pxPb2nroot { top:27.3125rem;left:0rem;width:1.3125rem;height:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QvavKKT0LfEAgmTGZwzmDEwA4OSbMJCI { top:27.3125rem;left:0.5625rem;width:1.3125rem;height:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CfGIBha2L59DZfSDrqob6JzWbKdOUuRI { top:27.375rem;left:13.9375rem;width:3.75rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #MqW9mP1VdH57cp7Nk1gK63tS5XmPpPow { top:27.375rem;left:18.75rem;width:1.3125rem;height:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #EUipHwRGaZcAQoFHUSIeeT7rtuaRMxBM { top:27.375rem;left:20.5rem;width:1.3125rem;height:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #P6P3IgRM6uuGTQDZ5Z58K096Bn8BfSfQ { top:27.375rem;left:22.125rem;width:1.3125rem;height:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wxTR8De7k0yV6ZzskW9HIf5HI1uQCiHt { top:27.375rem;left:23.75rem;width:1.3125rem;height:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wXQl3JJ8LmE7F6uQO3NcT2gM5DIbuccA { top:27.375rem;left:25.5rem;width:1.3125rem;height:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xm4TJyATU7SCpTD7IuXuTtbtcl5bXkkL { top:29.5rem;left:0rem;width:14.375rem;height:1.3125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ni78sgChQrF7JsSA0EZoNkLq3Mrz6w4A { top:29.5rem;left:18.75rem;width:14.375rem;height:1.3125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #uvczKTGGNduPI9J4vArwfu0zxmDkcprN { top:18.6875rem;left:27.9375rem;width:19.8125rem;height:5.25rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Cr7UwZyxhTSo8UeAuVyaEUtKcvRozUKZ { top:27.3125rem;left:38.0625rem;width:3.75rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #C8IIa4DBHxiqDKT26S6T0VlMLMPwhcBa { top:27.3125rem;left:43rem;width:1.3125rem;height:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #AvpxM1KgFtEUOuo8lMrhmOOhoavMWmMy { top:29.8125rem;left:33.375rem;width:14.375rem;height:1.3125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZxE3xTO4hrJu0DllfewmHaVhDVegByfb { top:27.3125rem;left:44.6875rem;width:1.3125rem;height:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CgTezJtFmCEMyPhn9syPGu5oGHO3Sdyd { top:27.3125rem;left:46.4375rem;width:1.3125rem;height:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #AKFkdUAitMBsxyI8NimctqFETTCdHmXv { top:27.3125rem;left:46.4375rem;width:1.3125rem;height:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TvtGF0V8F6d6JEHnFDDvWC5okF6lTlhR { top:27.3125rem;left:46.4375rem;width:1.3125rem;height:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #y2rbIcf0n18fvcLiFAh46SMkRqBRevWK { top:15.75rem;left:23.875rem;width:23.75rem;height:17rem;display:block; }
 }@media only screen and (max-width: 763px) { #wMifHOOu5IDNHPL0Ig4TdOolh509vh0Z { top:5.5625rem;left:0rem;width:47.75rem;height:7.1875rem;font-size:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q8K0spmtWrLMGseV4NPpNOTlGnpzTFul { top:1.25rem;left:6.9375rem;width:8.8125rem;height:8.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UyVQJPO2EnmdtFI3EuFFzR9QeeqL6sJm { top:1.1875rem;left:13.5rem;width:8.8125rem;height:8.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #u8WpNXrTw27z6PVT6WHr8CP88SaFbFUK { top:1.125rem;left:20.0625rem;width:8.8125rem;height:8.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nHM7ssH6uVdNx82sAvkHO9M1NEZenBfg { top:1.0625rem;left:26.6875rem;width:8.8125rem;height:8.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TrhVXttPpFb1RCH4y5mOi0RENENP2Eew { top:2.5rem;left:34.5rem;width:6.25rem;height:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #fdgamoSTIeAXelumnaxANMnePvrqvl2g { top:11.75rem;left:0rem;width:47.75rem;height:2.25rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #I4sK86XrPvWLSV66CUPofNe1Nz30TQtt { top:33.5625rem;left:0rem;width:47.75rem;height:42.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #NKeoezc6TGFsrwJdRMiHIpPnMnaoW2fi { top:69.625rem;left:0rem;width:47.75rem;height:4.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #C2biHBvdkOWEFZdr9He5qFAtkZzONCm5 { display:none; }
 }@media only screen and (max-width: 763px) { #r4VSwk6De76nRC6qCaL3elKTTZtsxR77 { display:block; }#r4VSwk6De76nRC6qCaL3elKTTZtsxR77 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #F51iVsstAr86vyRkOzsf3Wo5SbMxB4Tl .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#F51iVsstAr86vyRkOzsf3Wo5SbMxB4Tl { display:flex;height:auto;width:45.25rem;top:1.625rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #F51iVsstAr86vyRkOzsf3Wo5SbMxB4Tl #G0BM17DXHwZC1VGNyfQG2mLDTJGkCheU {  }
 }@media only screen and (max-width: 763px) { #F51iVsstAr86vyRkOzsf3Wo5SbMxB4Tl #SVFS6v6ohwuSx402dxWoRMadFXnxyhCe {  }
 }@media only screen and (max-width: 763px) { #F51iVsstAr86vyRkOzsf3Wo5SbMxB4Tl #WpMIOews5Dby0vdmnx6ds3m4QTXekG32 {  }
 }@media only screen and (max-width: 763px) { #F51iVsstAr86vyRkOzsf3Wo5SbMxB4Tl #awDh1y4JSwvAn4bTuT9xsLdF3tLRBNL4 {  }
 }@media only screen and (max-width: 763px) { #F51iVsstAr86vyRkOzsf3Wo5SbMxB4Tl #Xv1zltNhe0JXKVaNZ5zqHQVSHskMoeM6 {  }
 }@media only screen and (max-width: 763px) { #F51iVsstAr86vyRkOzsf3Wo5SbMxB4Tl #Somt42rAXd6taRhUH7iDVZ48h4Q5RRWN {  }
 }@media only screen and (max-width: 763px) { #F51iVsstAr86vyRkOzsf3Wo5SbMxB4Tl #fpJGdLfkWAnf9dq2TrrMsnSECAceH0Kt {  }
 }@media only screen and (max-width: 763px) { #F51iVsstAr86vyRkOzsf3Wo5SbMxB4Tl #fdOT6ICEfP4tW4ccyThd9sHiUqTTl46y {  }
 }@media only screen and (max-width: 763px) { #F51iVsstAr86vyRkOzsf3Wo5SbMxB4Tl #TmAgNxwaG4cT4oAKETeFFqQVklb6zq9t {  }
 }@media only screen and (max-width: 763px) { #F51iVsstAr86vyRkOzsf3Wo5SbMxB4Tl #rOwAQ4WaBgO63qdAoFnEMXOhZfAFmoEV {  }
 }@media only screen and (max-width: 763px) { #F51iVsstAr86vyRkOzsf3Wo5SbMxB4Tl #Oa34BTTEy8K2zJpASZVGDGbm6XQBahSa {  }
 }@media only screen and (max-width: 763px) { #F51iVsstAr86vyRkOzsf3Wo5SbMxB4Tl #ysTzW6R9AkRJnHB40ThRh4g6B2ZywUQ8 {  }
 }@media only screen and (max-width: 763px) { #F51iVsstAr86vyRkOzsf3Wo5SbMxB4Tl #UKudg6Pwk9Q7WnPN2gki6TFU2iMwVtqQ {  }
 }@media only screen and (max-width: 763px) { #F51iVsstAr86vyRkOzsf3Wo5SbMxB4Tl #sk5cTxNiKeqeKWQv1o3mlOZ2J0fXzi9v {  }
 }@media only screen and (max-width: 763px) { #F51iVsstAr86vyRkOzsf3Wo5SbMxB4Tl #xUegaJiT8dRxnzrkPFxw3dHa5X9y8TrW {  }
 }@media only screen and (max-width: 763px) { #F51iVsstAr86vyRkOzsf3Wo5SbMxB4Tl #qTiEngLyr2JaHZF9nfmru343nAnJrBrA {  }
 }@media only screen and (max-width: 763px) { #F51iVsstAr86vyRkOzsf3Wo5SbMxB4Tl #ukLSXfzJmTlKnPTyxVBtcuWetQgi3vlM {  }
 }@media only screen and (max-width: 763px) { #F51iVsstAr86vyRkOzsf3Wo5SbMxB4Tl #kt0mdUx9w2T38Ea2mF9qepzyBDUyVenm {  }
 }@media only screen and (max-width: 763px) { #F51iVsstAr86vyRkOzsf3Wo5SbMxB4Tl #R5Gz4tw8DWn7NPKuxVsgZZnrcxHM2n0u {  }
 }@media only screen and (max-width: 763px) { #F51iVsstAr86vyRkOzsf3Wo5SbMxB4Tl #ZT9Zh3ZtxqzXlsVtZfJ08idcM0rKdcAb {  }
 }@media only screen and (max-width: 763px) { #F51iVsstAr86vyRkOzsf3Wo5SbMxB4Tl #LGTAxwxr8Qb7Rcaz8EXr0dRSKdKcP8oQ {  }
 }@media only screen and (max-width: 763px) { #F51iVsstAr86vyRkOzsf3Wo5SbMxB4Tl #TA1qga83x9uOMbD3KcdLQTw9xc8A51Lz {  }
 }@media only screen and (max-width: 763px) { #F51iVsstAr86vyRkOzsf3Wo5SbMxB4Tl #aDGNl4FAobsikdFAdLWzQtX1pi5OBhUk {  }
 }@media only screen and (max-width: 763px) { #F51iVsstAr86vyRkOzsf3Wo5SbMxB4Tl #h5bZW64UrPB5FKNrXGBkCZzRiResd5ed {  }
 }@media only screen and (max-width: 763px) { #F51iVsstAr86vyRkOzsf3Wo5SbMxB4Tl #gJPyw7O9HAkTIatbNENAibJUS3RcMxC4 {  }
 }@media only screen and (max-width: 763px) { #F51iVsstAr86vyRkOzsf3Wo5SbMxB4Tl #Ps2Ui1odnNzVp0nk7aNQxO0U3nqgul08 {  }
 }@media only screen and (max-width: 763px) { #F51iVsstAr86vyRkOzsf3Wo5SbMxB4Tl #VmadfrdISoPeEOqeEJ9G7xODQTxutBf2 {  }
 }@media only screen and (max-width: 763px) { #F51iVsstAr86vyRkOzsf3Wo5SbMxB4Tl #e0G3nWqT80EwzolIGOcx6ILQdEkUI3Zm {  }
 }@media only screen and (max-width: 763px) { #F51iVsstAr86vyRkOzsf3Wo5SbMxB4Tl #OBHbOKvtNIaTc89yovCz7RiNSxE7v8N8 {  }
 }@media only screen and (max-width: 763px) { #F51iVsstAr86vyRkOzsf3Wo5SbMxB4Tl #vOFEDU8nfWSTWZ9yzoEJzox3STeswZsO {  }
 }@media only screen and (max-width: 763px) { #F51iVsstAr86vyRkOzsf3Wo5SbMxB4Tl #GC0WNUPCtib7FrfpWbkFT3TKeBMWqImX {  }
 }@media only screen and (max-width: 763px) { #F51iVsstAr86vyRkOzsf3Wo5SbMxB4Tl #LZoFwSM07mDywbziySo7q4h8b4BziawV {  }
 }@media only screen and (max-width: 763px) { #F51iVsstAr86vyRkOzsf3Wo5SbMxB4Tl #gWFwTJcFc8lFIfXuvy0ZKouPQROdIsMh {  }
 }@media only screen and (max-width: 763px) { #F51iVsstAr86vyRkOzsf3Wo5SbMxB4Tl #kUXTndF3SerF7zJ1SoS2DeOcRXhwBwNw {  }
 }@media only screen and (max-width: 763px) { #F51iVsstAr86vyRkOzsf3Wo5SbMxB4Tl #laIrfRcV2cwFFq16TuWhgLCtZdUcvGQy {  }
 }@media only screen and (max-width: 763px) { #F51iVsstAr86vyRkOzsf3Wo5SbMxB4Tl #qGt86eTD1mtQB0BbIAh5TpFrMwwGZT1g {  }
 }@media only screen and (max-width: 763px) { #F51iVsstAr86vyRkOzsf3Wo5SbMxB4Tl #uqprvwy8xTEvu3z9vbV8gtTTLs8VTGeU {  }
 }@media only screen and (max-width: 763px) { #F51iVsstAr86vyRkOzsf3Wo5SbMxB4Tl #bb9TyAMTuO6AXaXE6NJwSFh8tkCvKsWn {  }
 }@media only screen and (max-width: 763px) { #F51iVsstAr86vyRkOzsf3Wo5SbMxB4Tl #c9Ct5T8BRcHH0OowCRkQxqlQDupDAJyi {  }
 }@media only screen and (max-width: 763px) { #F51iVsstAr86vyRkOzsf3Wo5SbMxB4Tl #NzIWWDspnTRxTfyBrxpuaCAH1RLFTGHZ {  }
 }@media only screen and (max-width: 763px) { #F51iVsstAr86vyRkOzsf3Wo5SbMxB4Tl #NvEExuT9kDDWIiJ3tk6PyFot3lIkHItd {  }
 }@media only screen and (max-width: 763px) { #F51iVsstAr86vyRkOzsf3Wo5SbMxB4Tl #wIGdMRqtpMh8NHrU8O8S96GpDk9R7lJ4 {  }
 }@media only screen and (max-width: 763px) { #F51iVsstAr86vyRkOzsf3Wo5SbMxB4Tl #wtr080kgtpszrOFJtUmiSOcivObaoRSc {  }
 }@media only screen and (max-width: 763px) { #F51iVsstAr86vyRkOzsf3Wo5SbMxB4Tl #A3UId071dqVvaUDfTFsGbPE6AP3M7yEo {  }
 }@media only screen and (max-width: 763px) { #F51iVsstAr86vyRkOzsf3Wo5SbMxB4Tl #TlmoDXZl2pAmTyTvOdoUVGAnN0RB1ylo {  }
 }@media only screen and (max-width: 763px) { #TGdQpnBFLUmJqaERuKkNuPa6SWiMskyJ { top:0.6875rem;left:9.68798828125rem;width:28.3125rem;height:3.625rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q4RJJM0nntTVbWN2pxfKVwPCMx2DMoQt { top:4.3125rem;left:1.437255859375rem;width:44.8125rem;height:3.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #MbGEywuTKlNiQQHFdf69kLQMNi47RCU4 { width:11.5625rem;height:2.8125rem;top:8.3125rem;left:18.09375rem;display:block; }
 }@media only screen and (max-width: 763px) { #FaRqEI7lNQVTKXZ75wc4398M1hy4SqnK { display:block; }
 }@media only screen and (max-width: 763px) { #Ki2122tmmKuV3cRnItfAR2s9SSeNggnC { display:block; }#Ki2122tmmKuV3cRnItfAR2s9SSeNggnC > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uzKGyTOI9KHG7giCenTLwtxH5WkT5puT { top:10.8125rem;left:0rem;width:29.375rem;height:3.1875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #txdHds9AaAHZmBGV99K4UfI44Gx7Jloq { top:7.625rem;left:0rem;width:36.0625rem;height:3.125rem;font-size:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TeNNKwuizlQs6QnNRs5hH5Da81d54T1G { width:11.5625rem;height:2.8125rem;top:15.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #VBDK5nTQciut2onxuXrzQaSKdMSPm0nl { display:block; }
 }@media only screen and (max-width: 763px) { #aUmSxJUydROkVVVNo1az47DbdgD3UpbR { width:18.3125rem;height:18.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #rEDcoWnyNQqql4nAQxwKyHzpZ1JSRHMs { display:block; }#rEDcoWnyNQqql4nAQxwKyHzpZ1JSRHMs > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #EJnTbxwMHGow4OXKdR8WHA9U94iI5vfw { width:18.3125rem;height:2.1875rem;top:2rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #H7OQXTNnPQRv8mKv3xvEfNx5zHaXt5qV { width:6.6875rem;height:1.25rem;top:2.5rem;left:40.9375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QTB05fWQ4tJdLfiRVye5OB5CRLIeKmHO { width:7.875rem;height:1.25rem;top:2.5rem;left:39.875rem;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) { #ufuA1RHELQl3XKWT8OxdS9OgbvBBz2rW { position:fixed;z-index:199999;background-color:#ffffff;background-image:none;top:0rem;left:0rem;right:0rem;display:block; }#ufuA1RHELQl3XKWT8OxdS9OgbvBBz2rW > .row .container { background-color: transparent; background-image: none; }#ufuA1RHELQl3XKWT8OxdS9OgbvBBz2rW::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ufuA1RHELQl3XKWT8OxdS9OgbvBBz2rW > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ufuA1RHELQl3XKWT8OxdS9OgbvBBz2rW > .row .container > .video-iframe-container { display: none; }#ufuA1RHELQl3XKWT8OxdS9OgbvBBz2rW > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ufuA1RHELQl3XKWT8OxdS9OgbvBBz2rW > .row > .video-iframe-container { display: none; }#ufuA1RHELQl3XKWT8OxdS9OgbvBBz2rW > .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); }#ufuA1RHELQl3XKWT8OxdS9OgbvBBz2rW > .row .container { width:20rem;height:5.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gMEmV7SNQGwRf8qh1P05UC0LcpWe2EAo { width:1.74926875rem;height:1.811525rem;top:1.65576171875rem;left:1.31103515625rem;font-size:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fhaDZ1AIV9nXNw966Tgtdoz9UWMNb1uL { display:block; }
 }@media only screen and (max-width: 763px) { #TS2m6in3WRmh2stbiHkqXXeS0S1sO2wn { width:3.81225625rem;height:2.1875rem;top:1.4677734375rem;left:3.482666015625rem;font-size:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dQR8LEpSkCCDKGP47eZTRp0k1ofnkUyM { display:block; }
 }@media only screen and (max-width: 763px) { #eX29RToXzMd5k3hxeqiDO8AI2uMsUnyp { width:3.8745125rem;height:2.24975625rem;top:1.437255859375rem;left:8.062744140625rem;font-size:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #w1dlHUJ8OEnqgnvDa6tSuzSM3mTwuQTt { display:block; }
 }@media only screen and (max-width: 763px) { #d4sEpKh1DaJA1g2gmAedR3JFoTG5JksE { width:3.4375rem;height:1.25rem;top:0.577392578125rem;left:8.28125rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #DPobh0idFQTy8qAv7kS3AILiaCEu5Xak { width:1.499025rem;height:2.37426875rem;top:1.375rem;left:12.779541015625rem;font-size:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #tOBkyXQf2Uvp0UA9NLzlyMoDHuAbu5tz { display:block; }
 }@media only screen and (max-width: 763px) { #HT0hyvyLV2IcPNfShNkoHWsycpF60K9f { width:6.25rem;height:1.12426875rem;top:3.65478515625rem;left:6.875rem;font-size:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #FRBrcCf5D8x6pP3quRNfbmBnAT2LM5wa { display:block; }
 }@media only screen and (max-width: 763px) { #AtZuT6Lzcm5zKd30cDDIRyNdQFEkWcAi { width:3.18725625rem;height:2.37426875rem;top:1.375rem;left:15.06103515625rem;font-size:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #x0kXVNxkk8mIQd9mc2XWmnLlWWCDumT8 { display:block; }
 }@media only screen and (max-width: 763px) { #fAsHSGHsn9paP6t4R8dKwMVmeNBgTaUT { background-color:rgba(255,255,255,0.76);background-image:url("https://images.assets-landingi.com/uc/5bf95b66-c5d1-4ab7-abbd-9401d87ef635/Untitleddesign31.svg");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#fAsHSGHsn9paP6t4R8dKwMVmeNBgTaUT.adaptive-delivery-prevent-bg, #fAsHSGHsn9paP6t4R8dKwMVmeNBgTaUT.lazyload, #fAsHSGHsn9paP6t4R8dKwMVmeNBgTaUT.lazyloading { background-image: none; }#fAsHSGHsn9paP6t4R8dKwMVmeNBgTaUT > .row .container { background-color: transparent; background-image: none; }#fAsHSGHsn9paP6t4R8dKwMVmeNBgTaUT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fAsHSGHsn9paP6t4R8dKwMVmeNBgTaUT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fAsHSGHsn9paP6t4R8dKwMVmeNBgTaUT > .row .container > .video-iframe-container { display: none; }#fAsHSGHsn9paP6t4R8dKwMVmeNBgTaUT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fAsHSGHsn9paP6t4R8dKwMVmeNBgTaUT > .row > .video-iframe-container { display: none; }#fAsHSGHsn9paP6t4R8dKwMVmeNBgTaUT > .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); }#fAsHSGHsn9paP6t4R8dKwMVmeNBgTaUT > .row .container { border-width: 0; border-radius: 0; }#fAsHSGHsn9paP6t4R8dKwMVmeNBgTaUT > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#fAsHSGHsn9paP6t4R8dKwMVmeNBgTaUT > .row .container { width:20rem;height:32.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WMWKCUOeQgUWxBW4KFCauJtJ37rFB3si { width:17.9986875rem;height:3.125rem;top:7.5rem;left:1.5rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #tvu3wfo7WPXM20errMRqAEAuyesHLwO5 { width:17.24975rem;height:1.298825rem;top:9.8125rem;left:1.6875rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #bUaZOy9DDG54THUXyzlxtcGRmbuuBJS0 { width:13.374625rem;height:1.298825rem;top:16rem;left:4.25rem;font-size:1rem;text-align:left;text-align-last:left;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #st4vFLvrF2OU27OfMS1ounUsXdqbElru { width:3.125rem;height:2.56225625rem;top:15.375rem;left:1.1875rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #uLwozWc1MhaewrPzzincFzlnHcyPrJv7 { width:13.49975rem;height:1.298825rem;top:14.25rem;left:4.3125rem;font-size:1rem;text-align:left;text-align-last:left;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #r6Uw1KIvG95hbECmyGddW4HxRSA5xvKn { width:2.6875rem;height:2.125rem;top:13.875rem;left:1.375rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #JtsA16qkfxRRhFF1NpWVHzu2pRLcUi9k { width:4.31213125rem;height:3.5620125rem;top:11.5625rem;left:0.5rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #tv7WxmppbssafBVIQvdKP3qDXSn26t2x { width:12.062375rem;height:1.298825rem;top:12.6875rem;left:4.25rem;font-size:1rem;text-align:left;text-align-last:left;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #P4LlFzuTiIQsAwZ7EFypuLtEof2h8BuV { width:13.125rem;height:1.298825rem;top:11.1875rem;left:4.25rem;font-size:1rem;text-align:left;text-align-last:left;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #mNOiQkCJCg793nHRtptk73gn57HsNXem { width:3.937375rem;height:3.18725625rem;top:10.125rem;left:0.6875rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #dTlhU2qMOZshTULQEqXSzfRbDSgB1EO8 { width:20rem;height:8.625rem;top:55.21728515625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #elbgF9HvbqBS0hTkzD3eqqNGizRL0XZK { display:flex;width:1.93725625rem;height:1.93725625rem;top:17.375rem;left:1.75rem; }
 }@media only screen and (max-width: 763px) { #thahClZf5itIKuzgPQ7f0uapOd1iK7L8 { width:9.0625rem;height:1.298825rem;top:17.6875rem;left:4.25rem;font-size:1rem;text-align:left;text-align-last:left;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #mZz1fdmfEBUfWdZhwVCpGxwzxdSET5Ba { width:17.0625rem;height:1.25rem;top:6.5625rem;left:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #MS5P0pBAabpFQD01EylyVKRPzQ43qJcc { display:block; }#MS5P0pBAabpFQD01EylyVKRPzQ43qJcc > .row .container { width:20rem;height:16.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cxB5E8VaAlXSllXf3Tyt0XwQCCug1N7a { width:11.875rem;height:2.24975625rem;top:13.046264648438rem;left:4.0625rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #SJ4fPWlhhX8GnZf9rBeQwZDTmmlKt0hl { display:block; }
 }@media only screen and (max-width: 763px) { #eVG9OJBgTMOP4AwoGTveerF6N6b11cna { width:19.9375rem;height:8.0625rem;top:4.0936279296875rem;left:-0.023193359375rem;display:block; }
 }@media only screen and (max-width: 763px) { #NetSmStDRBs9FTC3B0vIRmaOt3FrVGxD { width:6.437375rem;height:1.3745125rem;top:6.1795654296875rem;left:13.313232421875rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #OnKb3mWNPBtqomrNI4QaPkdVi3pzUH6G { display:block; }
 }@media only screen and (max-width: 763px) { #KW76l0zO9MZJsW9fDRzSNcIz5hDmzzsz { width:18.75rem;height:1.2182625rem;top:5.3826904296875rem;left:0.375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #EF8nX39s90702KpP3I8LVhmgl5lhucoT { width:18.75rem;height:0;top:15.25rem;left:1.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #oAh7oIVS2VWHyuSP89NKRAviBOF4i2B2 { width:13.374625rem;height:1.2182625rem;top:4.374755859375rem;left:0.375rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #eU5v05f1O6CfJr8DGMRDi7IeZynnKNAB { width:13.125rem;height:0.97473125rem;top:6.6009521484375rem;left:0.374755859375rem;font-size:0.75rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #zEoGgUv5XSlzQo1KOFAhrQpvDXfWDgZa { width:20rem;height:1.62475625rem;top:1.25rem;left:0rem;font-size:1.25rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #w15sde1Lq2gNoqK2F92ocnDWLmgcTTbc { width:9.5rem;height:2.1875rem;top:9.725341796875rem;left:0.43701171875rem;font-size:0.875rem;z-index:15008;display:block; }
 }@media only screen and (max-width: 763px) { #MUduQmpOJsAEJruBPTn2bb7Kbe8nJRQp { display:block; }
 }@media only screen and (max-width: 763px) { #lewuhyN7VeI1clPyXMEUkXld41lNLNFh { width:7.5rem;height:7.5rem;top:4.45068359375rem;left:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #WWetN0y2AhnmclUuXLcP2Tc0mESuSu65 { width:4.12475625rem;height:1.499025rem;top:9.168701171875rem;left:13.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #i757G1Ill2Tpoebc1DvRZ2qdDsHLGFXf { width:11.8103125rem;height:1.499025rem;top:13.826904296875rem;left:4.71923828125rem;font-size:0.875rem;z-index:15010;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #JO21T6pRezK3WMIBqIWKDWCIU9A0mF9y { display:block; }
 }@media only screen and (max-width: 763px) { #doXwcnsEdzX54bU3yl5fd6Kk0xqLDH60 { display:block; }#doXwcnsEdzX54bU3yl5fd6Kk0xqLDH60 > .row .container { width:20rem;height:41.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #IuvPdCMbXS4RR1nzi0AzNGbB6iRMATo9 { width:20rem;height:39.312125rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #pFwkkrrZrS5QEID7R7TouP5Tc1qvA1yT { background-color:rgba(197,197,197,0.36);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#pFwkkrrZrS5QEID7R7TouP5Tc1qvA1yT > .row .container { background-color: transparent; background-image: none; }#pFwkkrrZrS5QEID7R7TouP5Tc1qvA1yT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pFwkkrrZrS5QEID7R7TouP5Tc1qvA1yT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pFwkkrrZrS5QEID7R7TouP5Tc1qvA1yT > .row .container > .video-iframe-container { display: none; }#pFwkkrrZrS5QEID7R7TouP5Tc1qvA1yT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pFwkkrrZrS5QEID7R7TouP5Tc1qvA1yT > .row > .video-iframe-container { display: none; }#pFwkkrrZrS5QEID7R7TouP5Tc1qvA1yT > .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); }#pFwkkrrZrS5QEID7R7TouP5Tc1qvA1yT > .row .container { border-width: 0; border-radius: 0; }#pFwkkrrZrS5QEID7R7TouP5Tc1qvA1yT > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#pFwkkrrZrS5QEID7R7TouP5Tc1qvA1yT > .row .container { width:20rem;height:20.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GfdKuySSl6Ak9gKENVQBLw23h5MTRqhA { width:11.8115rem;height:1.499025rem;top:3.233642578125rem;left:4.093017578125rem;font-size:0.625rem;z-index:15005;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ocsh4MmW5epQLw1RAeGqui8HlQis66Ws { width:14.56175rem;height:2.03125rem;top:1.202392578125rem;left:2.71728515625rem;font-size:1.5625rem;z-index:15004;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #sozF71sDBOf18gzSf0hi6bIr414AsBhX { top:5.5621337890625rem;left:0rem;width:20rem;height:11.373875rem;z-index:15009;display:block; }
 }@media only screen and (max-width: 763px) { #rxKt4tJJWGiU6SHJpXvBrLf57niqt0eH { width:12.5rem;height:2.37426875rem;top:16.934814453125rem;left:3.75rem;font-size:0.9375rem;z-index:15008;display:block; }
 }@media only screen and (max-width: 763px) { #TdKZAWDioxwVhDM6JcEfvQ3dWohxzm2r { display:block; }
 }@media only screen and (max-width: 763px) { #mEOdReVBROQVhIHFVgX9UQBplC7HWv6H { display:block; }#mEOdReVBROQVhIHFVgX9UQBplC7HWv6H > .row .container { width:20rem;height:19.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lMbXO4tLZ74XQLEwbbrHc3TPTd7EkHkU { width:14.5605625rem;height:2.03125rem;top:1.45263671875rem;left:2.718505859375rem;font-size:1.5625rem;z-index:15006;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Edlxg4pP0s2pu7wLTvETwyVNw1nRwzbE { width:11.8103125rem;height:0.7495125rem;top:3.48388671875rem;left:4.09423828125rem;font-size:0.625rem;z-index:15007;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #psGdIu1Ia3yMZ3PcGfQVCHmAaTm6hOTc { top:5.2337646484375rem;left:0rem;width:20rem;height:11.3745rem;z-index:15010;display:block; }
 }@media only screen and (max-width: 763px) { #pQnUDHGyBgQvLqp7oOMB7TcZwQHae4hQ { width:12.5rem;height:2.37426875rem;top:15.60546875rem;left:4.09423828125rem;font-size:0.9375rem;z-index:15009;display:block; }
 }@media only screen and (max-width: 763px) { #NOJRZsGLN4anuukhGeMllFTwM2vyZxMk { display:block; }
 }@media only screen and (max-width: 763px) { #E1SncgrrOTUHTbdZslX97Iv4001EOyAU { display:none; }#E1SncgrrOTUHTbdZslX97Iv4001EOyAU > .row .container { width:20rem;height:98.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #TSKx423iLw21pnBgAJNh2GG64LGvnIVT { width:20rem;height:2.59928125rem;top:1.25rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #KOMnaXohX9ppFxmpXf3MFfpzGTCxqJdT { width:20rem;height:1.4995625rem;top:37.369375rem;left:0rem;font-size:0.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #H5dRrQ3pCyBShcNP8sbn1TK95DfK3k4S { width:13.6246875rem;height:9.2691875rem;top:88.2558375rem;left:3.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rLLcwLW2cLirvqmZsxpAviKgDrgAt3PW { width:14.4998125rem;height:9.2719375rem;top:26.8475rem;left:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #TIZuscn9RFxKu9F9fHU5hUUTwQbk8OqL { width:14.0625rem;height:9.4998125rem;top:5.098875rem;left:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #l9zMSV7Z2cUoKKAHgKHBswCp8WLHNfDt { width:13.5623125rem;height:9.2068125rem;top:77.799275rem;left:3.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pKNR2th7L7PIT9PiPSc5BGI690ilnSBk { width:14.124875rem;height:9.749375rem;top:15.848375rem;left:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ei4aAFv6PZZzRHizlqqwI9v2ilxBHxfH { width:14.1873125rem;height:9.7075625rem;top:55.2004rem;left:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #go8mR7SS8SLOJgCJlHRmBtoIuzZdGpwS { width:14.1873125rem;height:9.7075625rem;top:44.2434rem;left:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ncNvuUsiyhuzCCKl5odCLpqpI9sGVVL4 { width:14.375rem;height:10.39225rem;top:66.1574rem;left:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gLd7PzhcDe8TpKsnBqMxUV4oUmB5ztlk { display:none; }#gLd7PzhcDe8TpKsnBqMxUV4oUmB5ztlk > .row .container { width:20rem;height:37.1875rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #pwq573RTtEPArATLIEkwghfBoPrhMmCv { width:20rem;height:2.27485rem;top:21.20238125rem;left:0rem;font-size:1.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #izcma34Xi2TLS069D6GULtRmxpmlHJdq { width:20rem;height:0.67436875rem;top:24.7271625rem;left:0rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #v2THW1taIA5a44OO3lZV044ax1TEIlEK { width:20rem;height:3.18739375rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #MxxumIiNBzOU3rDyWZCadohzJdbTTgHu { width:18.2498125rem;height:6.413875rem;top:13.53881875rem;left:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OuUNSna6aiW1xvT3OV8Xq5Q0Z3AgtX5t { width:18.499875rem;height:5.29459375rem;top:26.6509875rem;left:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #GecbGUdAMRFs2gs34cHOvRyaHBZPhSNW { width:15.1875rem;height:5.165850245303rem;top:9.3125rem;left:2.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #ykJBp5TLJGZkF27TNXcLQlrLozC2wRlS { width:18.2498125rem;height:6.602125rem;top:5.68725625rem;left:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #btSduTQnTcQnqOTek9T6D4J33NWf2vlt { background-color:#000000;background-image:none;display:block; }#btSduTQnTcQnqOTek9T6D4J33NWf2vlt > .row .container { background-color: transparent; background-image: none; }#btSduTQnTcQnqOTek9T6D4J33NWf2vlt::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#btSduTQnTcQnqOTek9T6D4J33NWf2vlt > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#btSduTQnTcQnqOTek9T6D4J33NWf2vlt > .row .container > .video-iframe-container { display: none; }#btSduTQnTcQnqOTek9T6D4J33NWf2vlt > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#btSduTQnTcQnqOTek9T6D4J33NWf2vlt > .row > .video-iframe-container { display: none; }#btSduTQnTcQnqOTek9T6D4J33NWf2vlt > .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); }#btSduTQnTcQnqOTek9T6D4J33NWf2vlt > .row .container { width:20rem;height:8.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cLxtxfL2kVX7T3OiLDQZrOSxOIn48Fiv { display:flex;width:3.25rem;height:3.25rem;top:1.375rem;left:8.375rem;opacity:.55; }
 }@media only screen and (max-width: 763px) { #qvEhZH9IkSBnExXlT2HhV78dMC5wNK4M { display:flex;width:1.6875rem;height:1.6875rem;top:11.649502515793rem;left:9.2493782043456rem;display:none; }
 }@media only screen and (max-width: 763px) { #MV1wzDnVEmf0kpI6fvNc5Ph0Rbgy1xnI { display:flex;width:3.75rem;height:3.75rem;top:19.68084375rem;left:8.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #fV9s01PSQUpZrwOMs2CVOHASb2oBcz7r { display:flex;width:3.75rem;height:3.75rem;top:24.68084375rem;left:8.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #GAWE3Ty1mKIBxDvz3iWCoEneU5KtXRss { display:flex;width:3.75rem;height:3.75rem;top:29.68084375rem;left:8.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #VwZZVSMa28gyhauBqT05ZeH7tey0vSLW { display:flex;width:2.1875rem;height:2.1875rem;top:1.875rem;left:13.75rem;z-index:15026;opacity:.55; }
 }@media only screen and (max-width: 763px) { #lb1lvEqurQ9OI4hkqBhSzmq6XTzAHS4D { display:flex;width:3.25rem;height:3.25rem;top:1.4375rem;left:6.0625rem;opacity:.55;z-index:15023; }
 }@media only screen and (max-width: 763px) { #QkkpedoVPJNJHMM1N5izOvnchBwvx5fp { display:flex;width:3.25rem;height:3.25rem;top:1.375rem;left:10.875rem;opacity:.55;z-index:15024; }
 }@media only screen and (max-width: 763px) { #veOQRTFQ2U4tdXIfKEdoT7rDQwzJcCI5 { display:flex;width:3.25rem;height:3.25rem;top:1.4375rem;left:3.75rem;opacity:.55;z-index:15024; }
 }@media only screen and (max-width: 763px) { #JuITxA1W1fUArcT8VXVHWupquJmuK3Oc { width:20rem;height:2.598875rem;top:3rem;left:0rem;text-align:center;text-align-last:center;font-size:2rem;font-weight:700;font-style:normal;z-index:15039;display:block; }
 }@media only screen and (max-width: 763px) { #ibVmgUzKCy2Euazv9Tm41TTUpDVauNku { width:18.624875rem;height:1.2182625rem;top:5.5999755859375rem;left:0.68603515625rem;text-align:center;text-align-last:center;font-size:0.9375rem;font-weight:400;font-style:italic;z-index:15022;display:block; }
 }@media only screen and (max-width: 763px) { #zq1LDQAEbHrpZSgQvcrrQHqTcLl1fVE6 { display:block; }#zq1LDQAEbHrpZSgQvcrrQHqTcLl1fVE6 > .row .container { width:20rem;height:68.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nCZLwOOGiFxKemy2bezI4F5efFwVoucc { width:19.87425rem;height:17.06175rem;top:36.8125rem;left:0rem;z-index:14986;display:none; }
 }@media only screen and (max-width: 763px) { #ukPDehU6wWAeABkslNIDgaWqT1U8JPQ5 { width:15.9375rem;height:0;top:41.499633789062rem;left:2.030029296875rem;font-size:0.75rem;text-align:justify;text-align-last:initial;display:none; }
 }@media only screen and (max-width: 763px) { #Lnw0MVAkgKX6hwaGIWDE4kO61NkC2Chv { width:19.87425rem;height:17.06175rem;top:54.5rem;left:0rem;z-index:14986;display:none; }
 }@media only screen and (max-width: 763px) { #d2PBIPzRnHFp4EsFwLuAcJ4ViRhfdih1 { width:16.125rem;height:0;top:57.375rem;left:2rem;font-size:0.75rem;text-align:justify;text-align-last:initial;display:none; }
 }@media only screen and (max-width: 763px) { #HKivm38UpytqfsH1H9bKFUGIDwsdJ5l9 { width:3.75rem;height:3.75rem;top:48.374633789062rem;left:2.0623779296875rem;display:none; }
 }@media only screen and (max-width: 763px) { #CQPJpSe5yFMdHXena52dkyuv6gMId1dC { display:flex;width:1.3745125rem;height:1.3745125rem;top:48.375rem;left:6.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #VePQ1VJWFThwzEXTXM5cIda8gOa2OIRf { display:flex;width:1.3745125rem;height:1.3745125rem;top:48.375rem;left:8.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #XN89TTiWXWKT1QdzQyoDg7ceaJWkgJ2Z { display:flex;width:1.3745125rem;height:1.3745125rem;top:48.375rem;left:10.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #uCU4eV5IetSVAAM3CXXKR1pxPb2nroot { display:flex;width:1.3745125rem;height:1.3745125rem;top:48.375rem;left:11.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #QvavKKT0LfEAgmTGZwzmDEwA4OSbMJCI { display:flex;width:1.3745125rem;height:1.3745125rem;top:48.375rem;left:13.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #CfGIBha2L59DZfSDrqob6JzWbKdOUuRI { width:3.75rem;height:3.75rem;top:66.0625rem;left:1.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #MqW9mP1VdH57cp7Nk1gK63tS5XmPpPow { display:flex;width:1.3745125rem;height:1.3745125rem;top:66.0625rem;left:6.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #EUipHwRGaZcAQoFHUSIeeT7rtuaRMxBM { display:flex;width:1.3745125rem;height:1.3745125rem;top:66.0625rem;left:8.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #P6P3IgRM6uuGTQDZ5Z58K096Bn8BfSfQ { display:flex;width:1.3745125rem;height:1.3745125rem;top:66.0625rem;left:10.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #wxTR8De7k0yV6ZzskW9HIf5HI1uQCiHt { display:flex;width:1.3745125rem;height:1.3745125rem;top:66.0625rem;left:11.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #wXQl3JJ8LmE7F6uQO3NcT2gM5DIbuccA { display:flex;width:1.3745125rem;height:1.3745125rem;top:66.0625rem;left:13.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #xm4TJyATU7SCpTD7IuXuTtbtcl5bXkkL { width:9.811375rem;height:0;top:50.5625rem;left:6.75rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #ni78sgChQrF7JsSA0EZoNkLq3Mrz6w4A { width:10.9375rem;height:0;top:68.1875rem;left:6.6875rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #uvczKTGGNduPI9J4vArwfu0zxmDkcprN { width:16.9375rem;height:0;top:75.625rem;left:1.21826171875rem;font-size:0.75rem;text-align:justify;text-align-last:initial;display:none; }
 }@media only screen and (max-width: 763px) { #Cr7UwZyxhTSo8UeAuVyaEUtKcvRozUKZ { width:3.75rem;height:3.75rem;top:81.600952148438rem;left:1.21826171875rem;display:none; }
 }@media only screen and (max-width: 763px) { #C8IIa4DBHxiqDKT26S6T0VlMLMPwhcBa { display:flex;width:1.3745125rem;height:1.3745125rem;top:81.625rem;left:6.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #AvpxM1KgFtEUOuo8lMrhmOOhoavMWmMy { width:12.3736875rem;height:0;top:84.0771484375rem;left:6.16357421875rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #ZxE3xTO4hrJu0DllfewmHaVhDVegByfb { display:flex;width:1.3745125rem;height:1.3745125rem;top:81.625rem;left:7.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #CgTezJtFmCEMyPhn9syPGu5oGHO3Sdyd { display:flex;width:1.3745125rem;height:1.3745125rem;top:81.625rem;left:9.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #AKFkdUAitMBsxyI8NimctqFETTCdHmXv { display:flex;width:1.3745125rem;height:1.3745125rem;top:81.625rem;left:11.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #TvtGF0V8F6d6JEHnFDDvWC5okF6lTlhR { display:flex;width:1.3745125rem;height:1.3745125rem;top:81.625rem;left:12.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #y2rbIcf0n18fvcLiFAh46SMkRqBRevWK { width:19.8736875rem;height:17.0611875rem;top:72.31201171875rem;left:0rem;z-index:14986;display:none; }
 }@media only screen and (max-width: 763px) { #wMifHOOu5IDNHPL0Ig4TdOolh509vh0Z { width:20rem;height:0;top:3.187255859375rem;left:0rem;font-size:2.3125rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #Q8K0spmtWrLMGseV4NPpNOTlGnpzTFul { display:flex;width:3.312375rem;height:3.312375rem;top:0.5999755859375rem;left:1.8743896484375rem;display:none; }
 }@media only screen and (max-width: 763px) { #UyVQJPO2EnmdtFI3EuFFzR9QeeqL6sJm { display:flex;width:8.811625rem;height:8.811625rem;top:15.1611625rem;left:5.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #u8WpNXrTw27z6PVT6WHr8CP88SaFbFUK { display:flex;width:8.811625rem;height:8.811625rem;top:25.222225rem;left:5.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #nHM7ssH6uVdNx82sAvkHO9M1NEZenBfg { display:flex;width:8.811625rem;height:8.811625rem;top:35.2832875rem;left:5.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #TrhVXttPpFb1RCH4y5mOi0RENENP2Eew { display:flex;width:6.25rem;height:6.25rem;top:2.5rem;left:6.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #fdgamoSTIeAXelumnaxANMnePvrqvl2g { width:20rem;height:0;top:45.34435rem;left:0rem;font-size:1.75rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #I4sK86XrPvWLSV66CUPofNe1Nz30TQtt { width:20rem;height:34.749125rem;top:0.8624267578125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #NKeoezc6TGFsrwJdRMiHIpPnMnaoW2fi { width:20rem;height:4.8120125rem;top:61.630859375rem;left:0rem;z-index:15027;display:block; }
 }@media only screen and (max-width: 763px) { #C2biHBvdkOWEFZdr9He5qFAtkZzONCm5 { top:31.507568359375rem;left:0rem;width:20rem;height:32.06175rem;z-index:15048;display:block; }
 }@media only screen and (max-width: 763px) { #r4VSwk6De76nRC6qCaL3elKTTZtsxR77 { display:block; }#r4VSwk6De76nRC6qCaL3elKTTZtsxR77 > .row .container { width:20rem;height:60.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #F51iVsstAr86vyRkOzsf3Wo5SbMxB4Tl .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#F51iVsstAr86vyRkOzsf3Wo5SbMxB4Tl .accordion-heading-text { font-size:0.75rem;height:auto;line-height:1.6;overflow:hidden; }
#F51iVsstAr86vyRkOzsf3Wo5SbMxB4Tl .accordion-desc-text { font-family:barlow;font-size:0.75rem;height:auto; }
#F51iVsstAr86vyRkOzsf3Wo5SbMxB4Tl { display:flex;height:auto;width:17.5rem;top:11.365966796875rem;left:0rem;gap:0.4375rem;border-top:0.0625rem solid #ff6900;border-left:0.0625rem solid #ff6900;border-right:0.0625rem solid #ff6900;border-bottom:0.0625rem solid #ff6900; }
 }@media only screen and (max-width: 763px) { #F51iVsstAr86vyRkOzsf3Wo5SbMxB4Tl #G0BM17DXHwZC1VGNyfQG2mLDTJGkCheU {  }
 }@media only screen and (max-width: 763px) { #F51iVsstAr86vyRkOzsf3Wo5SbMxB4Tl #SVFS6v6ohwuSx402dxWoRMadFXnxyhCe {  }
 }@media only screen and (max-width: 763px) { #F51iVsstAr86vyRkOzsf3Wo5SbMxB4Tl #WpMIOews5Dby0vdmnx6ds3m4QTXekG32 {  }
 }@media only screen and (max-width: 763px) { #F51iVsstAr86vyRkOzsf3Wo5SbMxB4Tl #awDh1y4JSwvAn4bTuT9xsLdF3tLRBNL4 {  }
 }@media only screen and (max-width: 763px) { #F51iVsstAr86vyRkOzsf3Wo5SbMxB4Tl #Xv1zltNhe0JXKVaNZ5zqHQVSHskMoeM6 {  }
 }@media only screen and (max-width: 763px) { #F51iVsstAr86vyRkOzsf3Wo5SbMxB4Tl #Somt42rAXd6taRhUH7iDVZ48h4Q5RRWN {  }
 }@media only screen and (max-width: 763px) { #F51iVsstAr86vyRkOzsf3Wo5SbMxB4Tl #fpJGdLfkWAnf9dq2TrrMsnSECAceH0Kt {  }
 }@media only screen and (max-width: 763px) { #F51iVsstAr86vyRkOzsf3Wo5SbMxB4Tl #fdOT6ICEfP4tW4ccyThd9sHiUqTTl46y {  }
 }@media only screen and (max-width: 763px) { #F51iVsstAr86vyRkOzsf3Wo5SbMxB4Tl #TmAgNxwaG4cT4oAKETeFFqQVklb6zq9t {  }
 }@media only screen and (max-width: 763px) { #F51iVsstAr86vyRkOzsf3Wo5SbMxB4Tl #rOwAQ4WaBgO63qdAoFnEMXOhZfAFmoEV {  }
 }@media only screen and (max-width: 763px) { #F51iVsstAr86vyRkOzsf3Wo5SbMxB4Tl #Oa34BTTEy8K2zJpASZVGDGbm6XQBahSa {  }
 }@media only screen and (max-width: 763px) { #F51iVsstAr86vyRkOzsf3Wo5SbMxB4Tl #ysTzW6R9AkRJnHB40ThRh4g6B2ZywUQ8 {  }
 }@media only screen and (max-width: 763px) { #F51iVsstAr86vyRkOzsf3Wo5SbMxB4Tl #UKudg6Pwk9Q7WnPN2gki6TFU2iMwVtqQ {  }
 }@media only screen and (max-width: 763px) { #F51iVsstAr86vyRkOzsf3Wo5SbMxB4Tl #sk5cTxNiKeqeKWQv1o3mlOZ2J0fXzi9v {  }
 }@media only screen and (max-width: 763px) { #F51iVsstAr86vyRkOzsf3Wo5SbMxB4Tl #xUegaJiT8dRxnzrkPFxw3dHa5X9y8TrW {  }
 }@media only screen and (max-width: 763px) { #F51iVsstAr86vyRkOzsf3Wo5SbMxB4Tl #qTiEngLyr2JaHZF9nfmru343nAnJrBrA {  }
 }@media only screen and (max-width: 763px) { #F51iVsstAr86vyRkOzsf3Wo5SbMxB4Tl #ukLSXfzJmTlKnPTyxVBtcuWetQgi3vlM {  }
 }@media only screen and (max-width: 763px) { #F51iVsstAr86vyRkOzsf3Wo5SbMxB4Tl #kt0mdUx9w2T38Ea2mF9qepzyBDUyVenm {  }
 }@media only screen and (max-width: 763px) { #F51iVsstAr86vyRkOzsf3Wo5SbMxB4Tl #R5Gz4tw8DWn7NPKuxVsgZZnrcxHM2n0u {  }
 }@media only screen and (max-width: 763px) { #F51iVsstAr86vyRkOzsf3Wo5SbMxB4Tl #ZT9Zh3ZtxqzXlsVtZfJ08idcM0rKdcAb {  }
 }@media only screen and (max-width: 763px) { #F51iVsstAr86vyRkOzsf3Wo5SbMxB4Tl #LGTAxwxr8Qb7Rcaz8EXr0dRSKdKcP8oQ {  }
 }@media only screen and (max-width: 763px) { #F51iVsstAr86vyRkOzsf3Wo5SbMxB4Tl #TA1qga83x9uOMbD3KcdLQTw9xc8A51Lz {  }
 }@media only screen and (max-width: 763px) { #F51iVsstAr86vyRkOzsf3Wo5SbMxB4Tl #aDGNl4FAobsikdFAdLWzQtX1pi5OBhUk {  }
 }@media only screen and (max-width: 763px) { #F51iVsstAr86vyRkOzsf3Wo5SbMxB4Tl #h5bZW64UrPB5FKNrXGBkCZzRiResd5ed {  }
 }@media only screen and (max-width: 763px) { #F51iVsstAr86vyRkOzsf3Wo5SbMxB4Tl #gJPyw7O9HAkTIatbNENAibJUS3RcMxC4 {  }
 }@media only screen and (max-width: 763px) { #F51iVsstAr86vyRkOzsf3Wo5SbMxB4Tl #Ps2Ui1odnNzVp0nk7aNQxO0U3nqgul08 {  }
 }@media only screen and (max-width: 763px) { #F51iVsstAr86vyRkOzsf3Wo5SbMxB4Tl #VmadfrdISoPeEOqeEJ9G7xODQTxutBf2 {  }
 }@media only screen and (max-width: 763px) { #F51iVsstAr86vyRkOzsf3Wo5SbMxB4Tl #e0G3nWqT80EwzolIGOcx6ILQdEkUI3Zm {  }
 }@media only screen and (max-width: 763px) { #F51iVsstAr86vyRkOzsf3Wo5SbMxB4Tl #OBHbOKvtNIaTc89yovCz7RiNSxE7v8N8 {  }
 }@media only screen and (max-width: 763px) { #F51iVsstAr86vyRkOzsf3Wo5SbMxB4Tl #vOFEDU8nfWSTWZ9yzoEJzox3STeswZsO {  }
 }@media only screen and (max-width: 763px) { #F51iVsstAr86vyRkOzsf3Wo5SbMxB4Tl #GC0WNUPCtib7FrfpWbkFT3TKeBMWqImX {  }
 }@media only screen and (max-width: 763px) { #F51iVsstAr86vyRkOzsf3Wo5SbMxB4Tl #LZoFwSM07mDywbziySo7q4h8b4BziawV {  }
 }@media only screen and (max-width: 763px) { #F51iVsstAr86vyRkOzsf3Wo5SbMxB4Tl #gWFwTJcFc8lFIfXuvy0ZKouPQROdIsMh {  }
 }@media only screen and (max-width: 763px) { #F51iVsstAr86vyRkOzsf3Wo5SbMxB4Tl #kUXTndF3SerF7zJ1SoS2DeOcRXhwBwNw {  }
 }@media only screen and (max-width: 763px) { #F51iVsstAr86vyRkOzsf3Wo5SbMxB4Tl #laIrfRcV2cwFFq16TuWhgLCtZdUcvGQy {  }
 }@media only screen and (max-width: 763px) { #F51iVsstAr86vyRkOzsf3Wo5SbMxB4Tl #qGt86eTD1mtQB0BbIAh5TpFrMwwGZT1g {  }
 }@media only screen and (max-width: 763px) { #F51iVsstAr86vyRkOzsf3Wo5SbMxB4Tl #uqprvwy8xTEvu3z9vbV8gtTTLs8VTGeU {  }
 }@media only screen and (max-width: 763px) { #F51iVsstAr86vyRkOzsf3Wo5SbMxB4Tl #bb9TyAMTuO6AXaXE6NJwSFh8tkCvKsWn {  }
 }@media only screen and (max-width: 763px) { #F51iVsstAr86vyRkOzsf3Wo5SbMxB4Tl #c9Ct5T8BRcHH0OowCRkQxqlQDupDAJyi {  }
 }@media only screen and (max-width: 763px) { #F51iVsstAr86vyRkOzsf3Wo5SbMxB4Tl #NzIWWDspnTRxTfyBrxpuaCAH1RLFTGHZ {  }
 }@media only screen and (max-width: 763px) { #F51iVsstAr86vyRkOzsf3Wo5SbMxB4Tl #NvEExuT9kDDWIiJ3tk6PyFot3lIkHItd {  }
 }@media only screen and (max-width: 763px) { #F51iVsstAr86vyRkOzsf3Wo5SbMxB4Tl #wIGdMRqtpMh8NHrU8O8S96GpDk9R7lJ4 {  }
 }@media only screen and (max-width: 763px) { #F51iVsstAr86vyRkOzsf3Wo5SbMxB4Tl #wtr080kgtpszrOFJtUmiSOcivObaoRSc {  }
 }@media only screen and (max-width: 763px) { #F51iVsstAr86vyRkOzsf3Wo5SbMxB4Tl #A3UId071dqVvaUDfTFsGbPE6AP3M7yEo {  }
 }@media only screen and (max-width: 763px) { #F51iVsstAr86vyRkOzsf3Wo5SbMxB4Tl #TlmoDXZl2pAmTyTvOdoUVGAnN0RB1ylo {  }
 }@media only screen and (max-width: 763px) { #TGdQpnBFLUmJqaERuKkNuPa6SWiMskyJ { width:20rem;height:2.43713125rem;top:1.25rem;left:0rem;font-size:1.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Q4RJJM0nntTVbWN2pxfKVwPCMx2DMoQt { width:20rem;height:3.6547875rem;top:3.5247802734375rem;left:0rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #MbGEywuTKlNiQQHFdf69kLQMNi47RCU4 { width:9.375rem;height:2.06176875rem;top:7.9295654296875rem;left:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FaRqEI7lNQVTKXZ75wc4398M1hy4SqnK { display:block; }
 }@media only screen and (max-width: 763px) { #Ki2122tmmKuV3cRnItfAR2s9SSeNggnC { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/4941471b-b47e-476d-a953-c570f728a453/LandingPageFooterv4.jpg");background-position:bottom left !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;display:block; }#Ki2122tmmKuV3cRnItfAR2s9SSeNggnC.adaptive-delivery-prevent-bg, #Ki2122tmmKuV3cRnItfAR2s9SSeNggnC.lazyload, #Ki2122tmmKuV3cRnItfAR2s9SSeNggnC.lazyloading { background-image: none; }#Ki2122tmmKuV3cRnItfAR2s9SSeNggnC > .row .container { background-color: transparent; background-image: none; }#Ki2122tmmKuV3cRnItfAR2s9SSeNggnC::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ki2122tmmKuV3cRnItfAR2s9SSeNggnC > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ki2122tmmKuV3cRnItfAR2s9SSeNggnC > .row .container > .video-iframe-container { display: none; }#Ki2122tmmKuV3cRnItfAR2s9SSeNggnC > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ki2122tmmKuV3cRnItfAR2s9SSeNggnC > .row > .video-iframe-container { display: none; }#Ki2122tmmKuV3cRnItfAR2s9SSeNggnC > .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); }#Ki2122tmmKuV3cRnItfAR2s9SSeNggnC > .row .container { width:20rem;height:29.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uzKGyTOI9KHG7giCenTLwtxH5WkT5puT { width:18.811625rem;height:3.8964875rem;top:3.65625rem;left:0.5938720703125rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #txdHds9AaAHZmBGV99K4UfI44Gx7Jloq { width:20rem;height:2.03125rem;top:1.25rem;left:0rem;font-size:1.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TeNNKwuizlQs6QnNRs5hH5Da81d54T1G { width:9.436625rem;height:2.124025rem;top:8.9986572265625rem;left:5.2813720703125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VBDK5nTQciut2onxuXrzQaSKdMSPm0nl { display:block; }
 }@media only screen and (max-width: 763px) { #aUmSxJUydROkVVVNo1az47DbdgD3UpbR { top:10.187622070312rem;left:0.8441162109375rem;width:18.31175rem;height:18.6865rem;z-index:15007;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #rEDcoWnyNQqql4nAQxwKyHzpZ1JSRHMs { display:block; }#rEDcoWnyNQqql4nAQxwKyHzpZ1JSRHMs > .row .container { width:20rem;height:5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #EJnTbxwMHGow4OXKdR8WHA9U94iI5vfw { width:10.249625rem;height:1.124875rem;top:2.0625rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #H7OQXTNnPQRv8mKv3xvEfNx5zHaXt5qV { width:6.74925rem;height:1.05590625rem;top:1.25rem;left:12.5625rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #QTB05fWQ4tJdLfiRVye5OB5CRLIeKmHO { width:7.936375rem;height:1.05590625rem;top:2.5625rem;left:11.4375rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }