.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
html,
body {
  font-size: 16px;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
:root { --color-primary-0:204,239,255;--color-primary-1:102,207,255;--color-primary-2:0,175,255;--color-primary-3:0,105,153;--color-primary-4:0,70,140;--color-secondary-0:255,225,230;--color-secondary-1:255,154,171;--color-secondary-2:255,53,87;--color-secondary-3:128,27,44;--color-secondary-4:38,8,13;--color-tertiary-0:255,255,255;--color-tertiary-1:0,159,227;--color-tertiary-2:63,118,154;--color-tertiary-3:0,70,140;--color-tertiary-4:0,0,0;--headlines-font-family:Ubuntu;--paragraphs-font-family:Ubuntu; }@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;display:block; }
#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container { display: none; }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NfWS3C2QUuB23LzdsO9ipi7miuCrUwLA { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/07c8e58a-2aee-4fcc-bf5e-0f0bd384b999/FOLD_bckgrnd.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;z-index:auto;display:block; }#NfWS3C2QUuB23LzdsO9ipi7miuCrUwLA.adaptive-delivery-prevent-bg, #NfWS3C2QUuB23LzdsO9ipi7miuCrUwLA.lazyload, #NfWS3C2QUuB23LzdsO9ipi7miuCrUwLA.lazyloading { background-image: none; }#NfWS3C2QUuB23LzdsO9ipi7miuCrUwLA > .row .container { background-color: transparent; background-image: none; }#NfWS3C2QUuB23LzdsO9ipi7miuCrUwLA::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NfWS3C2QUuB23LzdsO9ipi7miuCrUwLA > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NfWS3C2QUuB23LzdsO9ipi7miuCrUwLA > .row .container > .video-iframe-container { display: none; }#NfWS3C2QUuB23LzdsO9ipi7miuCrUwLA > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NfWS3C2QUuB23LzdsO9ipi7miuCrUwLA > .row > .video-iframe-container { display: none; }#NfWS3C2QUuB23LzdsO9ipi7miuCrUwLA > .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); }#NfWS3C2QUuB23LzdsO9ipi7miuCrUwLA > .row .container { border-width: 0; border-radius: 0; }#NfWS3C2QUuB23LzdsO9ipi7miuCrUwLA > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#NfWS3C2QUuB23LzdsO9ipi7miuCrUwLA > .row .container { font-size:0.875rem;font-family:arial;height:12.5rem;width:75rem;position:relative;display:block; }#TbWJrE9BsHPURMNIzsEz8G1RztrkPgPR { position:absolute;display:block;z-index:15013;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:30.625rem;top:2.4375rem;left:1.875rem;overflow:hidden;display:block; }
#pJtEigQhT0pX9absLrKGv2fC12TKrOsv { background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/07c8e58a-2aee-4fcc-bf5e-0f0bd384b999/FOLD_bckgrnd.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#pJtEigQhT0pX9absLrKGv2fC12TKrOsv.adaptive-delivery-prevent-bg, #pJtEigQhT0pX9absLrKGv2fC12TKrOsv.lazyload, #pJtEigQhT0pX9absLrKGv2fC12TKrOsv.lazyloading { background-image: none; }#pJtEigQhT0pX9absLrKGv2fC12TKrOsv > .row .container { background-color: transparent; background-image: none; }#pJtEigQhT0pX9absLrKGv2fC12TKrOsv::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pJtEigQhT0pX9absLrKGv2fC12TKrOsv > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pJtEigQhT0pX9absLrKGv2fC12TKrOsv > .row .container > .video-iframe-container { display: none; }#pJtEigQhT0pX9absLrKGv2fC12TKrOsv > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pJtEigQhT0pX9absLrKGv2fC12TKrOsv > .row > .video-iframe-container { display: none; }#pJtEigQhT0pX9absLrKGv2fC12TKrOsv > .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); }#pJtEigQhT0pX9absLrKGv2fC12TKrOsv > .row .container { border-width: 0; border-radius: 0; }#pJtEigQhT0pX9absLrKGv2fC12TKrOsv > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#pJtEigQhT0pX9absLrKGv2fC12TKrOsv > .row .container { width:75rem;height:31.25rem;font-size:0.875rem;font-family:"open sans";position:relative;display:block; }#yoWpkzuxagWXVXIGu42O5gnDRh4gL3xK { color:#00203f;display:block;width:32.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:5rem;font-weight:700;z-index:15000;line-height:1;letter-spacing:0;top:3.125rem;left:2.1875rem;height:5.00024375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#J4s3uqh4d4ANNc5TSz4UKgVTUID3V4Ib { background-color:rgba(var(--color-secondary-2),0);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.1875rem solid rgba(var(--color-primary-4),1);border-left:0.1875rem solid rgba(var(--color-primary-4),1);border-right:0.1875rem solid rgba(var(--color-primary-4),1);border-bottom:0.1875rem solid rgba(var(--color-primary-4),1);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:rgba(var(--color-primary-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.5rem;height:3.4375rem;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:23.75rem;left:2.1875rem;display:block; }
#SkgwcCVHOVAgabh1gDuE6fkGo3og1hRN { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#rsiAcH6edxkKHdSOxByuT7B7s3i3gMM4 { background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-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:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.5rem;height:3.4375rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:23.75rem;left:16.3125rem;display:block; }
#kQ7sdMdAJMJhRxUSTRLUrITxVkIue3SN { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Tr2x3eeM93vpmGzG1oO9lluqp5uhmMZ8 { position:absolute;display:block;z-index:15016;background-color:#e3e3e3;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:10rem;top:27.125rem;left:51.25rem;display:block; }
#x90q2ASi4JHcnRESbgAowJzIcctsephw { 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:15017;top:26.46875rem;left:58.75rem;display:none; }
#RF7KzaZCAWzDn5Oa5HdfkqoeP3v35rIa { 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:15018;top:26.46875rem;left:60.9375rem;display:none; }
#SDErSeFfThG4VhNAJuyfbUz8CHsyRRFc { color:#00203f;display:block;width:32.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:normal;z-index:15008;line-height:1.5;letter-spacing:0;top:12.6875rem;left:2.1875rem;height:3.1875rem;display:block; }
#smzTZsSpdIdIMQyUk3BVmvOxQz7lcxws { color:rgba(var(--color-primary-2),1);display:block;width:32.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5625rem;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;top:9.375rem;left:2.1875rem;height:3.33105625rem;display:block; }
#kTmgmwidmkN0nQtqSVEJBl7EOWmmITu7 { color:#00203f;display:block;width:30.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:18.625rem;left:2.1875rem;height:2.76269375rem;display:block; }
#UzqMbDwC8R9kWxDo6ikSgygxTkEoORUc { position:absolute;display:block;z-index:15009;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:21.0625rem;width:37.5rem;top:4.3623046875rem;left:37.5rem;display:block; }
#OXkUT9son0IZmb8ltlz2DhwJUxizVwTZ { color:#00203f;display:block;width:33.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:19.875rem;left:2.1875rem;height:2.761725rem;display:none; }
#H0dwT47WrvIsQf72B031SUJmKm0XkmSH { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#H0dwT47WrvIsQf72B031SUJmKm0XkmSH > .row .container { background-color: transparent; background-image: none; }#H0dwT47WrvIsQf72B031SUJmKm0XkmSH::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#H0dwT47WrvIsQf72B031SUJmKm0XkmSH > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#H0dwT47WrvIsQf72B031SUJmKm0XkmSH > .row .container > .video-iframe-container { display: none; }#H0dwT47WrvIsQf72B031SUJmKm0XkmSH > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#H0dwT47WrvIsQf72B031SUJmKm0XkmSH > .row > .video-iframe-container { display: none; }#H0dwT47WrvIsQf72B031SUJmKm0XkmSH > .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); }#H0dwT47WrvIsQf72B031SUJmKm0XkmSH > .row .container { border-width: 0; border-radius: 0; }#H0dwT47WrvIsQf72B031SUJmKm0XkmSH > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#H0dwT47WrvIsQf72B031SUJmKm0XkmSH > .row .container { font-size:0.875rem;font-family:arial;height:4.375rem;width:75rem;position:relative;display:block; }#D3PUBDyHITZI2Zcid5Hn1MLATeJxJqgl { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#D3PUBDyHITZI2Zcid5Hn1MLATeJxJqgl > .row .container { background-color: transparent; background-image: none; }#D3PUBDyHITZI2Zcid5Hn1MLATeJxJqgl::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#D3PUBDyHITZI2Zcid5Hn1MLATeJxJqgl > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#D3PUBDyHITZI2Zcid5Hn1MLATeJxJqgl > .row .container > .video-iframe-container { display: none; }#D3PUBDyHITZI2Zcid5Hn1MLATeJxJqgl > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#D3PUBDyHITZI2Zcid5Hn1MLATeJxJqgl > .row > .video-iframe-container { display: none; }#D3PUBDyHITZI2Zcid5Hn1MLATeJxJqgl > .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); }#D3PUBDyHITZI2Zcid5Hn1MLATeJxJqgl > .row .container { border-width: 0; border-radius: 0; }#D3PUBDyHITZI2Zcid5Hn1MLATeJxJqgl > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#D3PUBDyHITZI2Zcid5Hn1MLATeJxJqgl > .row .container { font-size:0.875rem;font-family:arial;height:50.5625rem;width:75rem;position:relative;display:block; }#auMA6cGM2rNgnfl1CK30sCgTyQpS69Wa { position:absolute;display:block;z-index:15001;background-color:rgba(var(--color-primary-4),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:13.5625rem;width:19.75rem;top:0rem;left:1.875rem;display:block; }
#MhI1WKzxuZ3JLPiS0KXX18nbLqqQyxbH { color:rgba(var(--color-tertiary-0),1);display:block;width:18.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:3rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:2.74951171875rem;left:2.8125rem;height:3.8994125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#APJGAbzlQAb2NywEm9ZXHyFv3dxEK3UB { color:rgba(var(--color-tertiary-0),1);display:block;width:8.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15002;line-height:1.5;letter-spacing:0;top:7.43701171875rem;left:7.24951171875rem;height:3.375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#AFfXpF0hfuUiFzhJAT6OA4EXcJmxSLFi { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:27.625rem;width:19.75rem;top:0rem;left:27rem;overflow:hidden;display:block; }
#oxUe5l58swxBO4SqzlMBrfOrSqVgQDbG { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:13.5625rem;width:19.75rem;top:14.0625rem;left:1.875rem;overflow:hidden;display:block; }
#kB26fzTCRMbpGuSVONlCXgoDOCmrbmPN { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:13.5625rem;width:19.75rem;top:28.125rem;left:1.875rem;overflow:hidden;display:block; }
#gR8ceZRUTT9gm7oGR0E9dOtiDbZzQSLD { color:#00203f;display:block;width:22.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:3rem;font-weight:700;z-index:15001;line-height:1.2;letter-spacing:0;top:0rem;left:51.875rem;height:10.7995625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#Z1M2UtuzyTmPqBFaplqV8HKws5x1IT2b { color:#050b26;display:block;width:20.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15000;line-height:1.4;letter-spacing:0;top:12.0625rem;left:51.875rem;height:6.9983125rem;font-style:normal;display:block; }
#auunLFev4OAo7tvbwpHaZTMUCuf80IXL { color:#00203f;display:block;width:23.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15001;line-height:1.6;letter-spacing:0;top:20.3125rem;left:51.875rem;height:;font-style:normal;display:block; }#auunLFev4OAo7tvbwpHaZTMUCuf80IXL li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#auunLFev4OAo7tvbwpHaZTMUCuf80IXL li:before{  }
#HGd08f83VIXidTC68QkUyHZ9fEmJgOdO { position:absolute;display:block;z-index:15004;background-color:rgba(var(--color-primary-4),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:13.5625rem;width:19.75rem;top:28.125rem;left:27rem;display:block; }
#TJHoAkVV6zk80kx1ZtqfILGAaPhHi6p0 { color:rgba(var(--color-tertiary-0),1);display:block;width:18.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:3rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:35.0625rem;left:27.812255859375rem;height:3.8994125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#kRbIeeHIhzyA63Byht5T00D26Qp2u4Jf { color:rgba(var(--color-tertiary-0),1);display:block;width:8.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15006;line-height:1.5;letter-spacing:0;top:31.5rem;left:32.625rem;height:1.6875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#zNagcE7H1Tdqlaocm3vcXHz1Ot8d5mHM { color:#050b26;display:block;width:21.81225rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15001;line-height:1.4;letter-spacing:0;top:40.436279296875rem;left:51.591796875rem;height:9.797625rem;font-style:normal;display:block; }
#PFBaTZFRIbmfvag2B7gPc3Q2akVXdTZt { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#PFBaTZFRIbmfvag2B7gPc3Q2akVXdTZt > .row .container { background-color: transparent; background-image: none; }#PFBaTZFRIbmfvag2B7gPc3Q2akVXdTZt::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PFBaTZFRIbmfvag2B7gPc3Q2akVXdTZt > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PFBaTZFRIbmfvag2B7gPc3Q2akVXdTZt > .row .container > .video-iframe-container { display: none; }#PFBaTZFRIbmfvag2B7gPc3Q2akVXdTZt > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PFBaTZFRIbmfvag2B7gPc3Q2akVXdTZt > .row > .video-iframe-container { display: none; }#PFBaTZFRIbmfvag2B7gPc3Q2akVXdTZt > .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); }#PFBaTZFRIbmfvag2B7gPc3Q2akVXdTZt > .row .container { border-width: 0; border-radius: 0; }#PFBaTZFRIbmfvag2B7gPc3Q2akVXdTZt > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#PFBaTZFRIbmfvag2B7gPc3Q2akVXdTZt > .row .container { font-size:0.875rem;font-family:arial;height:4.375rem;width:75rem;position:relative;display:block; }#xakhcJDzUCbOG9qymd1zMcukgzPwAJxc { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#fafafa;background-image:url("https://images.assets-landingi.com/uc/e692eab7-5234-4ed1-ba01-93a2a74a5598/WHY_bckgrnd.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#xakhcJDzUCbOG9qymd1zMcukgzPwAJxc.adaptive-delivery-prevent-bg, #xakhcJDzUCbOG9qymd1zMcukgzPwAJxc.lazyload, #xakhcJDzUCbOG9qymd1zMcukgzPwAJxc.lazyloading { background-image: none; }#xakhcJDzUCbOG9qymd1zMcukgzPwAJxc > .row .container { background-color: transparent; background-image: none; }#xakhcJDzUCbOG9qymd1zMcukgzPwAJxc::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xakhcJDzUCbOG9qymd1zMcukgzPwAJxc > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xakhcJDzUCbOG9qymd1zMcukgzPwAJxc > .row .container > .video-iframe-container { display: none; }#xakhcJDzUCbOG9qymd1zMcukgzPwAJxc > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xakhcJDzUCbOG9qymd1zMcukgzPwAJxc > .row > .video-iframe-container { display: none; }#xakhcJDzUCbOG9qymd1zMcukgzPwAJxc > .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); }#xakhcJDzUCbOG9qymd1zMcukgzPwAJxc > .row .container { border-width: 0; border-radius: 0; }#xakhcJDzUCbOG9qymd1zMcukgzPwAJxc > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#xakhcJDzUCbOG9qymd1zMcukgzPwAJxc > .row .container { font-size:0.875rem;font-family:arial;height:12.5rem;width:75rem;position:relative;display:block; }#NvNFXE4QMvUtT0tNyTLMw1TstOXrMPnU { color:#00203f;display:block;width:59.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:3rem;font-weight:700;z-index:15001;line-height:1;letter-spacing:0;top:4.375rem;left:7.625rem;height:3rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#xNzZGH6FCOS4R8Zvrcf7fvKUkWDTexsq { color:#00203f;display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15002;line-height:1.8;letter-spacing:0;top:8.75rem;left:0rem;height:2.0244125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#r0cH8s4mQ5Kg4FOe1MAgtTFNPSVxDROT { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#fafafa;background-image:url("https://images.assets-landingi.com/uc/e692eab7-5234-4ed1-ba01-93a2a74a5598/WHY_bckgrnd.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#r0cH8s4mQ5Kg4FOe1MAgtTFNPSVxDROT.adaptive-delivery-prevent-bg, #r0cH8s4mQ5Kg4FOe1MAgtTFNPSVxDROT.lazyload, #r0cH8s4mQ5Kg4FOe1MAgtTFNPSVxDROT.lazyloading { background-image: none; }#r0cH8s4mQ5Kg4FOe1MAgtTFNPSVxDROT > .row .container { background-color: transparent; background-image: none; }#r0cH8s4mQ5Kg4FOe1MAgtTFNPSVxDROT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#r0cH8s4mQ5Kg4FOe1MAgtTFNPSVxDROT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#r0cH8s4mQ5Kg4FOe1MAgtTFNPSVxDROT > .row .container > .video-iframe-container { display: none; }#r0cH8s4mQ5Kg4FOe1MAgtTFNPSVxDROT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#r0cH8s4mQ5Kg4FOe1MAgtTFNPSVxDROT > .row > .video-iframe-container { display: none; }#r0cH8s4mQ5Kg4FOe1MAgtTFNPSVxDROT > .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); }#r0cH8s4mQ5Kg4FOe1MAgtTFNPSVxDROT > .row .container { border-width: 0; border-radius: 0; }#r0cH8s4mQ5Kg4FOe1MAgtTFNPSVxDROT > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#r0cH8s4mQ5Kg4FOe1MAgtTFNPSVxDROT > .row .container { font-size:0.875rem;font-family:arial;height:19.0625rem;width:75rem;position:relative;display:block; }#BOtAdgG4nXtF39l7l44Frc732tNy0TAS { position:absolute;display:block;z-index:15015;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:18.625rem;width:19.75rem;top:0.375rem;left:2.5rem;display:block; }
#bw4Ly2VU76l5n8iu6tbW3tav9hHQfAP0 { color:#00203f;display:block;width:15.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15016;line-height:1.9;letter-spacing:0;top:7.5rem;left:4.6875rem;height:8.5488125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#C3nZxgA2KsDqyz1iMuAEUTAnu7VAnfLR { position:absolute;display:block;z-index:15017;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:43.125rem;border-top-right-radius:43.125rem;border-bottom-left-radius:43.125rem;border-bottom-right-radius:43.125rem;box-shadow: none;height:2.75rem;width:2.75rem;top:2.875rem;left:11.125rem;display:block; }
#GuueAgk6JsbPVqu6px2KRSarcvPkTh4q { position:absolute;display:block;z-index:15018;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.4375rem;width:1.4375rem;top:3.53125rem;left:11.75rem;overflow:hidden;display:block; }
#QtTg6Btl3cHoateD9UpFcUFze8sZXGUF { position:absolute;display:block;z-index:15019;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:18.625rem;width:19.75rem;top:0.375rem;left:27.625rem;display:block; }
#axCtrFgQZ4PuAJ5RfLNoboGAERiqPPxl { color:#00203f;display:block;width:15.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15020;line-height:1.9;letter-spacing:0;top:7.5rem;left:29.6875rem;height:10.6860625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#nQXzRW5CgcPB8me44XfgDu0Ilov2HTUR { position:absolute;display:block;z-index:15021;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:43.125rem;border-top-right-radius:43.125rem;border-bottom-left-radius:43.125rem;border-bottom-right-radius:43.125rem;box-shadow: none;height:2.75rem;width:2.75rem;top:2.875rem;left:36.25rem;display:block; }
#q5WO5KisZxyto3qyc3XtEoMqT2RdrVuK { 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:1.4375rem;width:1.4375rem;top:3.5625rem;left:36.9375rem;overflow:hidden;display:block; }
#d0xfzFFKQpHvxHoOEGIgeQx0U17949CO { position:absolute;display:block;z-index:15023;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:18.625rem;width:19.75rem;top:0.375rem;left:52.75rem;display:block; }
#enEl5z962Obfifd7MuLPPdKDTQwlFbc4 { color:#00203f;display:block;width:18.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15024;line-height:1.9;letter-spacing:0;top:7.5rem;left:53.4375rem;height:8.5488125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#JuQHQc0cC4ob8qdoEVsxTca1bW4SyXgT { position:absolute;display:block;z-index:15025;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:43.125rem;border-top-right-radius:43.125rem;border-bottom-left-radius:43.125rem;border-bottom-right-radius:43.125rem;box-shadow: none;height:2.75rem;width:2.75rem;top:2.875rem;left:61.375rem;display:block; }
#uiGehckqXwPfsUQJBwr9NtVmp32mxAlo { position:absolute;display:block;z-index:15026;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.4375rem;width:1.4375rem;top:3.5625rem;left:62.0625rem;overflow:hidden;display:block; }
#z2GfFI8aWhNgRvbLZCU1depq09UvRg85 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#fafafa;background-image:url("https://images.assets-landingi.com/uc/e692eab7-5234-4ed1-ba01-93a2a74a5598/WHY_bckgrnd.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#z2GfFI8aWhNgRvbLZCU1depq09UvRg85.adaptive-delivery-prevent-bg, #z2GfFI8aWhNgRvbLZCU1depq09UvRg85.lazyload, #z2GfFI8aWhNgRvbLZCU1depq09UvRg85.lazyloading { background-image: none; }#z2GfFI8aWhNgRvbLZCU1depq09UvRg85 > .row .container { background-color: transparent; background-image: none; }#z2GfFI8aWhNgRvbLZCU1depq09UvRg85::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#z2GfFI8aWhNgRvbLZCU1depq09UvRg85 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#z2GfFI8aWhNgRvbLZCU1depq09UvRg85 > .row .container > .video-iframe-container { display: none; }#z2GfFI8aWhNgRvbLZCU1depq09UvRg85 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#z2GfFI8aWhNgRvbLZCU1depq09UvRg85 > .row > .video-iframe-container { display: none; }#z2GfFI8aWhNgRvbLZCU1depq09UvRg85 > .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); }#z2GfFI8aWhNgRvbLZCU1depq09UvRg85 > .row .container { border-width: 0; border-radius: 0; }#z2GfFI8aWhNgRvbLZCU1depq09UvRg85 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#z2GfFI8aWhNgRvbLZCU1depq09UvRg85 > .row .container { font-size:0.875rem;font-family:arial;height:19.0625rem;width:75rem;position:relative;display:block; }#ZAhikILzzpTkRGDRJkqt6NFT7Udows3w { position:absolute;display:block;z-index:15015;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:18.625rem;width:19.75rem;top:0.375rem;left:2.5rem;display:block; }
#FuDVQqK3AhUqvuO0BG89uSpU9eTz7giW { color:#00203f;display:block;width:16.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15016;line-height:1.9;letter-spacing:0;top:7.5rem;left:4.375rem;height:10.6860625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#NA3zhgFZLk8z496qT4zTGcOga7Ueh6xI { position:absolute;display:block;z-index:15017;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:43.125rem;border-top-right-radius:43.125rem;border-bottom-left-radius:43.125rem;border-bottom-right-radius:43.125rem;box-shadow: none;height:2.75rem;width:2.75rem;top:2.875rem;left:11.125rem;display:block; }
#eZLQXu1r1VMHLZ2wSqNBHZT41huzD1wd { position:absolute;display:block;z-index:15018;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.4375rem;width:1.4375rem;top:3.53125rem;left:11.75rem;overflow:hidden;display:block; }
#arem0olM6tiPI160k5ERqqAMyWW0FgHh { position:absolute;display:block;z-index:15019;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:18.625rem;width:19.75rem;top:0.375rem;left:27.625rem;display:block; }
#ln2qlUeTbSqHhQQZs9bM9QrFov6hvNu3 { color:#00203f;display:block;width:15.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15020;line-height:1.9;letter-spacing:0;top:7.5rem;left:29.8125rem;height:8.5488125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#NRivINx2SiO4L7ml0VWDznubQRJdE33n { position:absolute;display:block;z-index:15021;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:43.125rem;border-top-right-radius:43.125rem;border-bottom-left-radius:43.125rem;border-bottom-right-radius:43.125rem;box-shadow: none;height:2.75rem;width:2.75rem;top:2.875rem;left:36.25rem;display:block; }
#KNLdEJiR2R77sWmthOByGO5yREnynouf { 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:1.4375rem;width:1.4375rem;top:3.5625rem;left:36.9375rem;overflow:hidden;display:block; }
#adnpMs7c9DxWXwD5dARNgELdZVzdIvJe { position:absolute;display:block;z-index:15023;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:18.625rem;width:19.75rem;top:0.375rem;left:52.75rem;display:block; }
#uOsc70KF7VeIgxEkFATiWdmTxM4oAqCA { color:#00203f;display:block;width:16.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15024;line-height:1.9;letter-spacing:0;top:7.5rem;left:54.375rem;height:10.6860625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#WIGVWVhT60ihPTPrwoB9ZVx2r0crytVk { position:absolute;display:block;z-index:15025;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:43.125rem;border-top-right-radius:43.125rem;border-bottom-left-radius:43.125rem;border-bottom-right-radius:43.125rem;box-shadow: none;height:2.75rem;width:2.75rem;top:2.875rem;left:61.375rem;display:block; }
#PvuxdVrlt5ceUvolnEn1nh3BreyWhra3 { position:absolute;display:block;z-index:15026;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.4375rem;width:1.4375rem;top:3.5625rem;left:62.0625rem;overflow:hidden;display:block; }
#WbGwabmvuv2CK34l7yA809gpSoTKDQDW { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(250,250,250,0.56);background-image:url("https://images.assets-landingi.com/uc/e692eab7-5234-4ed1-ba01-93a2a74a5598/WHY_bckgrnd.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#WbGwabmvuv2CK34l7yA809gpSoTKDQDW.adaptive-delivery-prevent-bg, #WbGwabmvuv2CK34l7yA809gpSoTKDQDW.lazyload, #WbGwabmvuv2CK34l7yA809gpSoTKDQDW.lazyloading { background-image: none; }#WbGwabmvuv2CK34l7yA809gpSoTKDQDW > .row .container { background-color: transparent; background-image: none; }#WbGwabmvuv2CK34l7yA809gpSoTKDQDW::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WbGwabmvuv2CK34l7yA809gpSoTKDQDW > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WbGwabmvuv2CK34l7yA809gpSoTKDQDW > .row .container > .video-iframe-container { display: none; }#WbGwabmvuv2CK34l7yA809gpSoTKDQDW > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WbGwabmvuv2CK34l7yA809gpSoTKDQDW > .row > .video-iframe-container { display: none; }#WbGwabmvuv2CK34l7yA809gpSoTKDQDW > .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); }#WbGwabmvuv2CK34l7yA809gpSoTKDQDW > .row .container { border-width: 0; border-radius: 0; }#WbGwabmvuv2CK34l7yA809gpSoTKDQDW > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#WbGwabmvuv2CK34l7yA809gpSoTKDQDW > .row .container { font-size:0.875rem;font-family:arial;height:4.375rem;width:75rem;position:relative;display:block; }#I86n0fhzGfzn7fdCXFayg7IE3nyyTaF3 { 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-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-4),0);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.75rem;height:1.25rem;text-decoration:none;z-index:15020;text-align:center;text-align-last:center;top:2.8125rem;left:65.9375rem;display:block; }
#K8KhhVRuaSke9k7NobaftAEaA3fHQBdt { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#QUdHeBXaEiviOy5MwLPFTVXweSqZfth7 { box-sizing:content-box;color:#5d92ff;font-size:0.875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15019;opacity:1;top:2.8125rem;left:65.9375rem; }
#Gckg8x3EGSfN9ptcJIDeQGNDoTa992nb { color:rgba(var(--color-tertiary-3),1);display:block;width:7.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.6875rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:3rem;left:67.5rem;height:0.89355625rem;display:block; }
#tt5R4hiVlSFhnbxW4nbefhraJ6UKfXlM { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-2),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#tt5R4hiVlSFhnbxW4nbefhraJ6UKfXlM > .row .container { background-color: transparent; background-image: none; }#tt5R4hiVlSFhnbxW4nbefhraJ6UKfXlM::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tt5R4hiVlSFhnbxW4nbefhraJ6UKfXlM > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tt5R4hiVlSFhnbxW4nbefhraJ6UKfXlM > .row .container > .video-iframe-container { display: none; }#tt5R4hiVlSFhnbxW4nbefhraJ6UKfXlM > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tt5R4hiVlSFhnbxW4nbefhraJ6UKfXlM > .row > .video-iframe-container { display: none; }#tt5R4hiVlSFhnbxW4nbefhraJ6UKfXlM > .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); }#tt5R4hiVlSFhnbxW4nbefhraJ6UKfXlM > .row .container { border-width: 0; border-radius: 0; }#tt5R4hiVlSFhnbxW4nbefhraJ6UKfXlM > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#tt5R4hiVlSFhnbxW4nbefhraJ6UKfXlM > .row .container { font-size:0.875rem;font-family:arial;height:40.625rem;width:75rem;position:relative;display:block; }#Fz9dSXqVulyTxzqVTzJmovGslV7gnwMV { color:rgba(var(--color-tertiary-0),1);display:block;width:37.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:700;z-index:15000;line-height:1.1;letter-spacing:0;top:4.375rem;left:11.25rem;height:2.75rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#p2sheRiTs5hme1wKZ8ZeZzzhPaZSzm49 { color:rgba(var(--color-tertiary-0),1);display:block;width:40rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15003;line-height:1.6;letter-spacing:0;top:8.3125rem;left:11.25rem;height:22.3945375rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#zFoAw39pqiB8vNifFot4ppf0TnLGuUq8 { position:absolute;display:block;z-index:14997;background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid rgba(var(--color-tertiary-0),0.5);border-left:0.125rem solid rgba(var(--color-tertiary-0),0.5);border-right:0.125rem solid rgba(var(--color-tertiary-0),0.5);border-bottom:0.125rem solid rgba(var(--color-tertiary-0),0.5);border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:31.5625rem;width:55.75rem;top:5.6875rem;left:7.5rem;display:block; }
#LITVkDubL8I8ZTt4eCJTaUOGTE0c69sF { background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-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:rgba(var(--color-primary-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15rem;height:3.4375rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:31.48828125rem;left:54rem;display:block; }
#iGdwt4g29kqS33QxhdSMpAZuJQUCiov3 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#iv8G9ESstUh4M3a3ULq58WGI23cc0Q0F { position:absolute;display:block;z-index:14998;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.4375rem;width:39.4375rem;top:4.59375rem;left:9.375rem;display:block; }
#T7FIxBT9vfrveQ94Wh3Kao7OvFIEV1Hk { color:rgba(var(--color-tertiary-0),1);display:block;width:40rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:32.232421875rem;left:11.25rem;height:1.94970625rem;font-style:normal;display:block; }
#kKxXT12KIOiKdHWITB7xX5uD9tmGoddW { 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-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-4),0);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.75rem;height:1.25rem;text-decoration:none;z-index:15032;text-align:center;text-align-last:center;top:39.0625rem;left:65.9375rem;display:block; }
#WT4Requrk1LlGEfz28yq9724TORd4VCb { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#dEGryTNytacKQzfdFQavG6WNScy3TMXS { box-sizing:content-box;color:#5d92ff;font-size:0.875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15031;opacity:1;top:39.0625rem;left:65.9375rem; }
#nOW71BTVQtPbpMQCIJUxpy0TeGWCcP7k { color:rgba(var(--color-tertiary-0),1);display:block;width:7.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.6875rem;font-weight:normal;z-index:15019;line-height:1.3;letter-spacing:0;top:39.25rem;left:67.5rem;height:0.89355625rem;display:block; }
#yVmlSdn557xykXohtcf29a9ZCzU5WK5X { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#yVmlSdn557xykXohtcf29a9ZCzU5WK5X > .row .container { background-color: transparent; background-image: none; }#yVmlSdn557xykXohtcf29a9ZCzU5WK5X::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yVmlSdn557xykXohtcf29a9ZCzU5WK5X > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yVmlSdn557xykXohtcf29a9ZCzU5WK5X > .row .container > .video-iframe-container { display: none; }#yVmlSdn557xykXohtcf29a9ZCzU5WK5X > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yVmlSdn557xykXohtcf29a9ZCzU5WK5X > .row > .video-iframe-container { display: none; }#yVmlSdn557xykXohtcf29a9ZCzU5WK5X > .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); }#yVmlSdn557xykXohtcf29a9ZCzU5WK5X > .row .container { border-width: 0; border-radius: 0; }#yVmlSdn557xykXohtcf29a9ZCzU5WK5X > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#yVmlSdn557xykXohtcf29a9ZCzU5WK5X > .row .container { font-size:0.875rem;font-family:arial;height:7.5rem;width:75rem;position:relative;display:block; }#pHtUSPVopwD08zT2uAK3JVZ5bXrzTbmA { color:#00203f;display:block;width:59.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:3rem;font-weight:700;z-index:15002;line-height:1;letter-spacing:0;top:3.25rem;left:7.5625rem;height:3rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#idP0mQmLrmMzXnStt2e2t3SVpVw8P5xg { position:relative;display:block; }#idP0mQmLrmMzXnStt2e2t3SVpVw8P5xg { background-color: transparent; background-image: none; }#idP0mQmLrmMzXnStt2e2t3SVpVw8P5xg::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#idP0mQmLrmMzXnStt2e2t3SVpVw8P5xg > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#idP0mQmLrmMzXnStt2e2t3SVpVw8P5xg > .row .container > .video-iframe-container { display: none; }#idP0mQmLrmMzXnStt2e2t3SVpVw8P5xg > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#idP0mQmLrmMzXnStt2e2t3SVpVw8P5xg > .row > .video-iframe-container { display: none; }#idP0mQmLrmMzXnStt2e2t3SVpVw8P5xg > .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); }#idP0mQmLrmMzXnStt2e2t3SVpVw8P5xg { border-width: 0; border-radius: 0; }#idP0mQmLrmMzXnStt2e2t3SVpVw8P5xg > .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; }#idP0mQmLrmMzXnStt2e2t3SVpVw8P5xg > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:25rem;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; }#tqA3Z2F3VNVceGiNXeVrKTEDE3TCpI2U { 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:25rem;width:19.125rem;top:0rem;left:52.8125rem;overflow:hidden;display:block; }
#m0WmdOXS7n9r1IAtcpsHPMTpQE5szeis { position:absolute;display:block;z-index:15001;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.625rem 0.375rem 5rem rgba(var(--color-tertiary-4),0.06) ;height:18rem;width:44.0625rem;top:3.5rem;left:5rem;display:block; }
#ECHTiLV7vea8XhvUiby9QicirPMZp2u3 { color:#050b26;display:block;width:39.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.0625rem;font-weight:700;z-index:15005;line-height:1.4;letter-spacing:0;top:5.375rem;left:7.5rem;height:8.66161875rem;font-style:normal;display:block; }
#xptvveiL0iKxZq0EtKHCLS1dumSWL0Bz { color:rgba(var(--color-tertiary-2),1);display:block;width:21.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:18.1875rem;left:7.5rem;height:1.4619125rem;display:block; }
#SlvGd9Xb57F7Fhhuh7l58MoG9wCU5S0H { color:rgba(var(--color-tertiary-1),1);display:block;width:9.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.4375rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:17.984375rem;left:37.1875rem;height:1.86840625rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#XqELQmLZuuXm4RiXb57sFemN7Epwy7M9 { color:#0d3857;display:block;width:43rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.625rem;font-weight:300;z-index:15008;line-height:1.7;letter-spacing:0;top:22.1875rem;left:7.5rem;height:2.124025rem;font-style:normal;display:block; }
#v6mQpJkAn90deNWryfdJCLfSxBgXVyk7 { color:rgba(var(--color-tertiary-2),1);display:block;width:26.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:15.6875rem;left:7.5rem;height:1.4619125rem;display:block; }
#dfm69T1iM5NXwyAyfp40e38aIBrim0nx { color:rgba(var(--color-tertiary-1),1);display:block;width:9.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.4375rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:15.484375rem;left:37.1875rem;height:1.86840625rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#oqPMQUVG0zQStXH2rAoq76RwFtfKZsCk { position:relative;display:block; }#oqPMQUVG0zQStXH2rAoq76RwFtfKZsCk { background-color: transparent; background-image: none; }#oqPMQUVG0zQStXH2rAoq76RwFtfKZsCk::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oqPMQUVG0zQStXH2rAoq76RwFtfKZsCk > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oqPMQUVG0zQStXH2rAoq76RwFtfKZsCk > .row .container > .video-iframe-container { display: none; }#oqPMQUVG0zQStXH2rAoq76RwFtfKZsCk > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oqPMQUVG0zQStXH2rAoq76RwFtfKZsCk > .row > .video-iframe-container { display: none; }#oqPMQUVG0zQStXH2rAoq76RwFtfKZsCk > .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); }#oqPMQUVG0zQStXH2rAoq76RwFtfKZsCk { border-width: 0; border-radius: 0; }#oqPMQUVG0zQStXH2rAoq76RwFtfKZsCk > .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; }#oqPMQUVG0zQStXH2rAoq76RwFtfKZsCk > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:12.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; }#QFsEN3tUqmN2Rq8stsRmTTVxWmEG9P9D { color:#00203f;display:block;width:19.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15005;line-height:1.9;letter-spacing:0;top:4.30078125rem;left:14.375rem;height:4.2744125rem;font-style:normal;display:block; }
#p76Qse5GBVqQZv4IO1yLcJS2gZyFZGJZ { color:#00203f;display:block;width:19.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15007;line-height:1.9;letter-spacing:0;top:5.369140625rem;left:51.875rem;height:2.13720625rem;font-style:normal;display:block; }
#fR4M1fR4KLRqx7ByC9zUqBuN8RETmq8t { position:absolute;display:block;z-index:15009;background-color:#e3e3e3;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:10.4375rem;width:0.0625rem;top:1.21875rem;left:37.5rem;display:block; }
#KADgs4F7kMTqhqN4pTKKvFqBzRfdbeTA { 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.5rem;width:7.5rem;top:2.6875rem;left:5rem;overflow:hidden;display:block; }
#lPvPSLo6NEDOE1NTrApWb2GEveQbhUaK { 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:7.5rem;width:7.5rem;top:2.6875rem;left:42.5rem;overflow:hidden;display:block; }
#cgZ0meuzNdQptufaZpinHTrncp2teHp6 { position:relative;display:block; }#cgZ0meuzNdQptufaZpinHTrncp2teHp6 { background-color: transparent; background-image: none; }#cgZ0meuzNdQptufaZpinHTrncp2teHp6::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cgZ0meuzNdQptufaZpinHTrncp2teHp6 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cgZ0meuzNdQptufaZpinHTrncp2teHp6 > .row .container > .video-iframe-container { display: none; }#cgZ0meuzNdQptufaZpinHTrncp2teHp6 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cgZ0meuzNdQptufaZpinHTrncp2teHp6 > .row > .video-iframe-container { display: none; }#cgZ0meuzNdQptufaZpinHTrncp2teHp6 > .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); }#cgZ0meuzNdQptufaZpinHTrncp2teHp6 { border-width: 0; border-radius: 0; }#cgZ0meuzNdQptufaZpinHTrncp2teHp6 > .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; }#cgZ0meuzNdQptufaZpinHTrncp2teHp6 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:12.5rem;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; }#HTPZdIyvMx9tHslJW88AlP8iBo0lVD8b { color:#00203f;display:block;width:37.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15008;line-height:1.9;letter-spacing:0;top:5.181640625rem;left:14.375rem;height:2.13720625rem;font-style:normal;display:block; }
#nfA02SVT5yoR1J5ZhvDE1KDqJd36ITbo { 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:7.5rem;width:7.5rem;top:2.5rem;left:51.875rem;overflow:hidden;display:block; }
#LVnWff6QpzD1NrfLTTFZ0GTtehNzzNRK { 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-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-4),0);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.75rem;height:1.25rem;text-decoration:none;z-index:15023;text-align:center;text-align-last:center;top:10.9375rem;left:65.9375rem;display:block; }
#D1TNb37CiOGluPXMK3GknUBvNeDCZAi1 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#QvWfauvQh0hkLzquO0LQBLKgtRC6yv3U { box-sizing:content-box;color:#5d92ff;font-size:0.875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15022;opacity:1;top:10.9375rem;left:65.9375rem; }
#TTeAXteJdvDCDyiJnTRexObtfg6QZTnQ { color:rgba(var(--color-tertiary-3),1);display:block;width:7.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.6875rem;font-weight:normal;z-index:15010;line-height:1.3;letter-spacing:0;top:11.125rem;left:67.5rem;height:0.89355625rem;display:block; }
#loxsyn82zrSOBi4bUD1luMTVuM1ptTey { position:absolute;display:block;z-index:15009;background-color:#e3e3e3;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:10.4375rem;width:0.0625rem;top:1.21875rem;left:37.5rem;display:none; }
#OPkqy9mdE5yl4HG2mIRgAxHZ2dNGMyul { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#efefef;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; }#OPkqy9mdE5yl4HG2mIRgAxHZ2dNGMyul > .row .container { background-color: transparent; background-image: none; }#OPkqy9mdE5yl4HG2mIRgAxHZ2dNGMyul::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OPkqy9mdE5yl4HG2mIRgAxHZ2dNGMyul > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OPkqy9mdE5yl4HG2mIRgAxHZ2dNGMyul > .row .container > .video-iframe-container { display: none; }#OPkqy9mdE5yl4HG2mIRgAxHZ2dNGMyul > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OPkqy9mdE5yl4HG2mIRgAxHZ2dNGMyul > .row > .video-iframe-container { display: none; }#OPkqy9mdE5yl4HG2mIRgAxHZ2dNGMyul > .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); }#OPkqy9mdE5yl4HG2mIRgAxHZ2dNGMyul > .row .container { border-width: 0; border-radius: 0; }#OPkqy9mdE5yl4HG2mIRgAxHZ2dNGMyul > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#OPkqy9mdE5yl4HG2mIRgAxHZ2dNGMyul > .row .container { font-size:0.875rem;font-family:arial;height:7.5rem;width:75rem;position:relative;display:block; }#FEfEENJrm9xuXonqapq00L84ck7ts5tq { color:#00203f;display:block;width:59.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:3rem;font-weight:700;z-index:15001;line-height:1;letter-spacing:0;top:3.25rem;left:7.5625rem;height:3rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Vy9AX3qeTlvgiFNBSrFLrSwvzKhdQgCT { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#efefef;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; }#Vy9AX3qeTlvgiFNBSrFLrSwvzKhdQgCT > .row .container { background-color: transparent; background-image: none; }#Vy9AX3qeTlvgiFNBSrFLrSwvzKhdQgCT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Vy9AX3qeTlvgiFNBSrFLrSwvzKhdQgCT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Vy9AX3qeTlvgiFNBSrFLrSwvzKhdQgCT > .row .container > .video-iframe-container { display: none; }#Vy9AX3qeTlvgiFNBSrFLrSwvzKhdQgCT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Vy9AX3qeTlvgiFNBSrFLrSwvzKhdQgCT > .row > .video-iframe-container { display: none; }#Vy9AX3qeTlvgiFNBSrFLrSwvzKhdQgCT > .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); }#Vy9AX3qeTlvgiFNBSrFLrSwvzKhdQgCT > .row .container { border-width: 0; border-radius: 0; }#Vy9AX3qeTlvgiFNBSrFLrSwvzKhdQgCT > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Vy9AX3qeTlvgiFNBSrFLrSwvzKhdQgCT > .row .container { font-size:0.875rem;font-family:arial;height:25rem;width:75rem;position:relative;display:block; }#V5ph5c80WIxQTcWTUf8d1gpZSNgIbA64 { color:#050b26;display:block;width:13.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15003;line-height:1.8;letter-spacing:0;top:15rem;left:2.5rem;height:5.39868125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#QgrhguyzsT8lK2PNPmkU6QnS8EucFI15 { position:absolute;display:block;z-index:15001;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:22.5rem;width:15rem;top:0rem;left:1.875rem;display:block; }
#hTZukr3OMBEfrNITSw2PR4zrzXRiJc1T { 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:13.75rem;width:13.75rem;top:0.625rem;left:2.5rem;overflow:hidden;display:block; }
#eozPlaXyPA4GvuMxtArgPWROewz7G73N { position:absolute;display:block;z-index:14999;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:22.5rem;width:15rem;top:0rem;left:20.625rem;display:block; }
#Ncwk4cU9QnPz664VaMiQiiC6yCVMMZxe { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:13.75rem;width:13.75rem;top:0.625rem;left:21.25rem;overflow:hidden;display:block; }
#zidfygHo11tUDebclM6PReoKdkL5CaCd { color:#050b26;display:block;width:13.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15006;line-height:1.8;letter-spacing:0;top:15rem;left:21.25rem;height:3.59911875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Wx1PePmSxo1t0pczQTgM9rlNuVReJx7N { position:absolute;display:block;z-index:15007;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:22.5rem;width:15rem;top:0rem;left:39.375rem;display:block; }
#L2TROdMPq9wMXSeymUgwARk0NcTzdOPW { 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:13.75rem;width:13.75rem;top:0.625rem;left:40rem;overflow:hidden;display:block; }
#X3KR1BtknuQ4mCHny1xKSJ61i22Ihht3 { color:#050b26;display:block;width:13.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15009;line-height:1.8;letter-spacing:0;top:15rem;left:40rem;height:5.39868125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ZD0rssRF8D9MOJ1nLl97cTZ1SX2hkC3b { position:absolute;display:block;z-index:15010;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:22.5rem;width:15rem;top:0rem;left:58.125rem;display:block; }
#PNl41TFHbX5Plqs1G9BHax3Avzr7ChqU { position:absolute;display:block;z-index:15014;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:13.6875rem;width:13.75rem;top:0.625rem;left:58.75rem;overflow:hidden;display:block; }
#hcfoSZ3QQRkFULU2CDWp4vSEXTRlgBrv { color:#050b26;display:block;width:11.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15012;line-height:1.8;letter-spacing:0;top:15rem;left:60rem;height:5.39868125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#aaQ0pklvXskA2SO8W8tKXgDclul0JLz3 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#efefef;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; }#aaQ0pklvXskA2SO8W8tKXgDclul0JLz3 > .row .container { background-color: transparent; background-image: none; }#aaQ0pklvXskA2SO8W8tKXgDclul0JLz3::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aaQ0pklvXskA2SO8W8tKXgDclul0JLz3 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aaQ0pklvXskA2SO8W8tKXgDclul0JLz3 > .row .container > .video-iframe-container { display: none; }#aaQ0pklvXskA2SO8W8tKXgDclul0JLz3 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aaQ0pklvXskA2SO8W8tKXgDclul0JLz3 > .row > .video-iframe-container { display: none; }#aaQ0pklvXskA2SO8W8tKXgDclul0JLz3 > .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); }#aaQ0pklvXskA2SO8W8tKXgDclul0JLz3 > .row .container { border-width: 0; border-radius: 0; }#aaQ0pklvXskA2SO8W8tKXgDclul0JLz3 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#aaQ0pklvXskA2SO8W8tKXgDclul0JLz3 > .row .container { font-size:0.875rem;font-family:arial;height:7.875rem;width:75rem;position:relative;display:block; }#InGe26e51f9PsXoNeza3hg7m6UFWZabC { color:#00203f;display:block;width:71.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.625rem;font-weight:300;z-index:15013;line-height:1.7;letter-spacing:0;top:1.875rem;left:1.875rem;height:2.124025rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#AQqba2n8m7bGZgZQk1hM1PlyDa2ZiTPk { 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-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-4),0);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.75rem;height:1.25rem;text-decoration:none;z-index:15026;text-align:center;text-align-last:center;top:5.875rem;left:66.25rem;display:block; }
#nd4aFdCmGDPm3EbfQVVs8foVWZ0TIgba { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#viJxVXgbXbDbQm0U0wkhnJCLMIT8zFeO { box-sizing:content-box;color:#5d92ff;font-size:0.875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15025;opacity:1;top:5.875rem;left:66.25rem; }
#Eaarza64ADUoIkiTt0aT2cXcP236xblD { color:rgba(var(--color-tertiary-3),1);display:block;width:7.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.6875rem;font-weight:normal;z-index:15013;line-height:1.3;letter-spacing:0;top:6.0625rem;left:67.8125rem;height:0.89355625rem;display:block; }
#EK32GC6bNHIplN0TE3T7hmpk2ETgM4MH { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/451cc118-92ec-43e7-a0e6-7ea8c2eb4f9b/FOOTER_bckgrnd.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#EK32GC6bNHIplN0TE3T7hmpk2ETgM4MH.adaptive-delivery-prevent-bg, #EK32GC6bNHIplN0TE3T7hmpk2ETgM4MH.lazyload, #EK32GC6bNHIplN0TE3T7hmpk2ETgM4MH.lazyloading { background-image: none; }#EK32GC6bNHIplN0TE3T7hmpk2ETgM4MH > .row .container { background-color: transparent; background-image: none; }#EK32GC6bNHIplN0TE3T7hmpk2ETgM4MH::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EK32GC6bNHIplN0TE3T7hmpk2ETgM4MH > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EK32GC6bNHIplN0TE3T7hmpk2ETgM4MH > .row .container > .video-iframe-container { display: none; }#EK32GC6bNHIplN0TE3T7hmpk2ETgM4MH > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EK32GC6bNHIplN0TE3T7hmpk2ETgM4MH > .row > .video-iframe-container { display: none; }#EK32GC6bNHIplN0TE3T7hmpk2ETgM4MH > .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); }#EK32GC6bNHIplN0TE3T7hmpk2ETgM4MH > .row .container { border-width: 0; border-radius: 0; }#EK32GC6bNHIplN0TE3T7hmpk2ETgM4MH > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#EK32GC6bNHIplN0TE3T7hmpk2ETgM4MH > .row .container { font-size:0.875rem;font-family:arial;height:50rem;width:75rem;position:relative;display:block; }#EsNckGOh0KaRdv7TJEubWMPSBQIsIOsh { color:rgba(var(--color-tertiary-0),1);display:block;width:68.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:300;z-index:15004;line-height:1.8;letter-spacing:0;top:27.5rem;left:3.125rem;height:8.09911875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#XVuGPJ4So80PsZRInK1mtlHZODIZVMTD { color:rgba(var(--color-tertiary-0),1);display:block;width:75rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.875rem;font-weight:700;z-index:15003;line-height:1.2;letter-spacing:0;top:5rem;left:0rem;height:18.600575rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#D5mkpNSUhJxtbeJXrgxRB4yH6cMmN9au { background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-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:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:24.375rem;height:3.4375rem;text-decoration:none;z-index:15018;text-align:center;text-align-last:center;top:40rem;left:25.3125rem;display:block; }
#WGezGpTdPBaKV5Uc73sEgkEAzyqcNVWG { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#olOgTKb152m4kT7mbyzRD6wZ5PB5HAHI { position:absolute;display:block;z-index:15026;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.1875rem;width:8.75rem;top:46.3125rem;left:27.5rem;overflow:hidden;display:block; }
#MNeiRTvwKbLL1IAL8ST7dR4sooWi7NqU { 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-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-4),0);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.75rem;height:1.25rem;text-decoration:none;z-index:15029;text-align:center;text-align-last:center;top:48.4375rem;left:65.9375rem;display:block; }
#MBkRkTsLXRG0WNXnrwASxTifwmrda5Bq { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#zXDfDopRsaTqE1gZl6d2A2dG9OlavGNb { box-sizing:content-box;color:#5d92ff;font-size:0.875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15028;opacity:1;top:48.4375rem;left:65.9375rem; }
#ZFfzPReWT51eSLw1WMld9H0zPLRrCNN3 { color:rgba(var(--color-tertiary-0),1);display:block;width:7.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.6875rem;font-weight:normal;z-index:15016;line-height:1.3;letter-spacing:0;top:48.625rem;left:67.5rem;height:0.89355625rem;display:block; }
#ELGMMCUQEdV6ipqyE8zvLZ5Qte1Cgck1 { color:rgba(var(--color-tertiary-0),1);display:block;width:75rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.875rem;font-weight:700;z-index:15003;line-height:1.2;letter-spacing:0;top:5rem;left:0rem;height:18.59765rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#guiL8koBpgmkoTTeHPrKSKnnEiZ3t6rW { position:absolute;display:block;z-index:15027;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.25rem;width:8.75rem;top:46.25rem;left:38.75rem;overflow:hidden;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #NfWS3C2QUuB23LzdsO9ipi7miuCrUwLA { display:block; }#NfWS3C2QUuB23LzdsO9ipi7miuCrUwLA > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TbWJrE9BsHPURMNIzsEz8G1RztrkPgPR { top:2.4375rem;left:0rem;width:30.625rem;height:7.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #pJtEigQhT0pX9absLrKGv2fC12TKrOsv { display:block; }#pJtEigQhT0pX9absLrKGv2fC12TKrOsv > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yoWpkzuxagWXVXIGu42O5gnDRh4gL3xK { width:32.0625rem;height:5rem;top:3.125rem;left:0rem;font-size:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #J4s3uqh4d4ANNc5TSz4UKgVTUID3V4Ib { width:13.5rem;height:3.4375rem;top:23.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #SkgwcCVHOVAgabh1gDuE6fkGo3og1hRN { display:block; }
 }@media only screen and (max-width: 763px) { #rsiAcH6edxkKHdSOxByuT7B7s3i3gMM4 { width:13.5rem;height:3.4375rem;top:23.75rem;left:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kQ7sdMdAJMJhRxUSTRLUrITxVkIue3SN { display:block; }
 }@media only screen and (max-width: 763px) { #Tr2x3eeM93vpmGzG1oO9lluqp5uhmMZ8 { width:10rem;height:0.125rem;top:27.125rem;left:37.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #x90q2ASi4JHcnRESbgAowJzIcctsephw { width:1.375rem;height:1.375rem;top:26.4375rem;left:45.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RF7KzaZCAWzDn5Oa5HdfkqoeP3v35rIa { width:1.375rem;height:1.375rem;top:26.4375rem;left:46.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #SDErSeFfThG4VhNAJuyfbUz8CHsyRRFc { top:12.6875rem;left:0rem;width:32.25rem;height:3.1875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #smzTZsSpdIdIMQyUk3BVmvOxQz7lcxws { top:9.375rem;left:0rem;width:32.0625rem;height:3.3125rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #kTmgmwidmkN0nQtqSVEJBl7EOWmmITu7 { top:18.625rem;left:0rem;width:30.625rem;height:2.75rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #UzqMbDwC8R9kWxDo6ikSgygxTkEoORUc { top:4.3125rem;left:10.25rem;width:37.5rem;height:21.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #OXkUT9son0IZmb8ltlz2DhwJUxizVwTZ { top:27.125rem;left:0rem;width:18.75rem;height:4.875rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #H0dwT47WrvIsQf72B031SUJmKm0XkmSH { display:block; }#H0dwT47WrvIsQf72B031SUJmKm0XkmSH > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #D3PUBDyHITZI2Zcid5Hn1MLATeJxJqgl { display:block; }#D3PUBDyHITZI2Zcid5Hn1MLATeJxJqgl > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #auMA6cGM2rNgnfl1CK30sCgTyQpS69Wa { width:19.75rem;height:13.5625rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #MhI1WKzxuZ3JLPiS0KXX18nbLqqQyxbH { width:18.125rem;height:3.875rem;top:2.6875rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #APJGAbzlQAb2NywEm9ZXHyFv3dxEK3UB { width:8.5625rem;height:3.375rem;top:7.375rem;left:2.68701171875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #AFfXpF0hfuUiFzhJAT6OA4EXcJmxSLFi { width:19.75rem;height:27.625099684806rem;top:0rem;left:12rem;display:block; }
 }@media only screen and (max-width: 763px) { #oxUe5l58swxBO4SqzlMBrfOrSqVgQDbG { width:19.75rem;height:13.562421676224rem;top:14.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #kB26fzTCRMbpGuSVONlCXgoDOCmrbmPN { width:19.75rem;height:13.562421676224rem;top:28.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #gR8ceZRUTT9gm7oGR0E9dOtiDbZzQSLD { width:22.5rem;height:10.75rem;top:0rem;left:25.125rem;font-size:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z1M2UtuzyTmPqBFaplqV8HKws5x1IT2b { width:20.0625rem;height:6.9375rem;top:12.0625rem;left:27.5625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #auunLFev4OAo7tvbwpHaZTMUCuf80IXL { width:23.0625rem;height:;top:20.25rem;left:24.5625rem;font-size:0.8125rem;display:block; }#auunLFev4OAo7tvbwpHaZTMUCuf80IXL li:before{  }
 }@media only screen and (max-width: 763px) { #HGd08f83VIXidTC68QkUyHZ9fEmJgOdO { width:19.75rem;height:13.5625rem;top:28.125rem;left:12rem;display:block; }
 }@media only screen and (max-width: 763px) { #TJHoAkVV6zk80kx1ZtqfILGAaPhHi6p0 { width:18.125rem;height:3.875rem;top:35.0625rem;left:13.625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #kRbIeeHIhzyA63Byht5T00D26Qp2u4Jf { width:8.5625rem;height:1.6875rem;top:31.5rem;left:18.9375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zNagcE7H1Tdqlaocm3vcXHz1Ot8d5mHM { width:21.75rem;height:9.75rem;top:40.375rem;left:25.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PFBaTZFRIbmfvag2B7gPc3Q2akVXdTZt { display:block; }#PFBaTZFRIbmfvag2B7gPc3Q2akVXdTZt > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xakhcJDzUCbOG9qymd1zMcukgzPwAJxc { display:block; }#xakhcJDzUCbOG9qymd1zMcukgzPwAJxc > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NvNFXE4QMvUtT0tNyTLMw1TstOXrMPnU { width:47.75rem;height:3rem;top:4.375rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #xNzZGH6FCOS4R8Zvrcf7fvKUkWDTexsq { width:47.75rem;height:2rem;top:8.75rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #r0cH8s4mQ5Kg4FOe1MAgtTFNPSVxDROT { display:block; }#r0cH8s4mQ5Kg4FOe1MAgtTFNPSVxDROT > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BOtAdgG4nXtF39l7l44Frc732tNy0TAS { width:19.75rem;height:18.625rem;top:0.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #bw4Ly2VU76l5n8iu6tbW3tav9hHQfAP0 { width:15.625rem;height:8.5rem;top:7.5rem;left:0.125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #C3nZxgA2KsDqyz1iMuAEUTAnu7VAnfLR { width:2.75rem;height:2.75rem;top:2.875rem;left:6.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #GuueAgk6JsbPVqu6px2KRSarcvPkTh4q { width:1.4375rem;height:1.4375rem;top:3.5rem;left:7.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QtTg6Btl3cHoateD9UpFcUFze8sZXGUF { width:19.75rem;height:18.625rem;top:0.375rem;left:12rem;display:block; }
 }@media only screen and (max-width: 763px) { #axCtrFgQZ4PuAJ5RfLNoboGAERiqPPxl { width:15.625rem;height:10.625rem;top:7.5rem;left:16rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #nQXzRW5CgcPB8me44XfgDu0Ilov2HTUR { width:2.75rem;height:2.75rem;top:2.875rem;left:22.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #q5WO5KisZxyto3qyc3XtEoMqT2RdrVuK { width:1.4375rem;height:1.4375rem;top:3.5625rem;left:23.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #d0xfzFFKQpHvxHoOEGIgeQx0U17949CO { width:19.75rem;height:18.625rem;top:0.375rem;left:27.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #enEl5z962Obfifd7MuLPPdKDTQwlFbc4 { width:18.125rem;height:8.5rem;top:7.5rem;left:29.5rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #JuQHQc0cC4ob8qdoEVsxTca1bW4SyXgT { width:2.75rem;height:2.75rem;top:2.875rem;left:38.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #uiGehckqXwPfsUQJBwr9NtVmp32mxAlo { width:1.4375rem;height:1.4375rem;top:3.5625rem;left:39.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #z2GfFI8aWhNgRvbLZCU1depq09UvRg85 { display:block; }#z2GfFI8aWhNgRvbLZCU1depq09UvRg85 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZAhikILzzpTkRGDRJkqt6NFT7Udows3w { width:19.75rem;height:18.625rem;top:0.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #FuDVQqK3AhUqvuO0BG89uSpU9eTz7giW { width:16.25rem;height:10.625rem;top:7.5rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #NA3zhgFZLk8z496qT4zTGcOga7Ueh6xI { width:2.75rem;height:2.75rem;top:2.875rem;left:6.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #eZLQXu1r1VMHLZ2wSqNBHZT41huzD1wd { width:1.4375rem;height:1.4375rem;top:3.5rem;left:7.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #arem0olM6tiPI160k5ERqqAMyWW0FgHh { width:19.75rem;height:18.625rem;top:0.375rem;left:12rem;display:block; }
 }@media only screen and (max-width: 763px) { #ln2qlUeTbSqHhQQZs9bM9QrFov6hvNu3 { width:15.625rem;height:8.5rem;top:7.5rem;left:16.125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #NRivINx2SiO4L7ml0VWDznubQRJdE33n { width:2.75rem;height:2.75rem;top:2.875rem;left:22.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #KNLdEJiR2R77sWmthOByGO5yREnynouf { width:1.4375rem;height:1.4375rem;top:3.5625rem;left:23.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #adnpMs7c9DxWXwD5dARNgELdZVzdIvJe { width:19.75rem;height:18.625rem;top:0.375rem;left:27.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #uOsc70KF7VeIgxEkFATiWdmTxM4oAqCA { width:16.25rem;height:10.625rem;top:7.5rem;left:31.375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #WIGVWVhT60ihPTPrwoB9ZVx2r0crytVk { width:2.75rem;height:2.75rem;top:2.875rem;left:38.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #PvuxdVrlt5ceUvolnEn1nh3BreyWhra3 { width:1.4375rem;height:1.4375rem;top:3.5625rem;left:39.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #WbGwabmvuv2CK34l7yA809gpSoTKDQDW { display:block; }#WbGwabmvuv2CK34l7yA809gpSoTKDQDW > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #I86n0fhzGfzn7fdCXFayg7IE3nyyTaF3 { width:8.75rem;height:1.25rem;top:2.8125rem;left:39rem;display:block; }
 }@media only screen and (max-width: 763px) { #K8KhhVRuaSke9k7NobaftAEaA3fHQBdt { display:block; }
 }@media only screen and (max-width: 763px) { #QUdHeBXaEiviOy5MwLPFTVXweSqZfth7 { top:2.8125rem;left:46.5rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gckg8x3EGSfN9ptcJIDeQGNDoTa992nb { top:3rem;left:40.5625rem;width:7.1875rem;height:0.875rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tt5R4hiVlSFhnbxW4nbefhraJ6UKfXlM { display:block; }#tt5R4hiVlSFhnbxW4nbefhraJ6UKfXlM > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Fz9dSXqVulyTxzqVTzJmovGslV7gnwMV { width:37.0625rem;height:2.75rem;top:4.375rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #p2sheRiTs5hme1wKZ8ZeZzzhPaZSzm49 { width:40rem;height:22.375rem;top:8.3125rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #zFoAw39pqiB8vNifFot4ppf0TnLGuUq8 { width:47.5rem;height:31.5625rem;top:5.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #LITVkDubL8I8ZTt4eCJTaUOGTE0c69sF { width:15rem;height:3.4375rem;top:31.4375rem;left:32.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #iGdwt4g29kqS33QxhdSMpAZuJQUCiov3 { display:block; }
 }@media only screen and (max-width: 763px) { #iv8G9ESstUh4M3a3ULq58WGI23cc0Q0F { width:39.4375rem;height:2.4375rem;top:4.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #T7FIxBT9vfrveQ94Wh3Kao7OvFIEV1Hk { top:32.1875rem;left:0rem;width:40rem;height:1.9375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #kKxXT12KIOiKdHWITB7xX5uD9tmGoddW { width:8.75rem;height:1.25rem;top:39.0625rem;left:39rem;display:block; }
 }@media only screen and (max-width: 763px) { #WT4Requrk1LlGEfz28yq9724TORd4VCb { display:block; }
 }@media only screen and (max-width: 763px) { #dEGryTNytacKQzfdFQavG6WNScy3TMXS { top:39.0625rem;left:46.5rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #nOW71BTVQtPbpMQCIJUxpy0TeGWCcP7k { top:39.25rem;left:40.5625rem;width:7.1875rem;height:0.875rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #yVmlSdn557xykXohtcf29a9ZCzU5WK5X { display:block; }#yVmlSdn557xykXohtcf29a9ZCzU5WK5X > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pHtUSPVopwD08zT2uAK3JVZ5bXrzTbmA { width:47.75rem;height:3rem;top:3.25rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #idP0mQmLrmMzXnStt2e2t3SVpVw8P5xg { display:block; }#idP0mQmLrmMzXnStt2e2t3SVpVw8P5xg > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tqA3Z2F3VNVceGiNXeVrKTEDE3TCpI2U { width:19.125rem;height:25rem;top:0rem;left:28.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #m0WmdOXS7n9r1IAtcpsHPMTpQE5szeis { width:44.0625rem;height:18rem;top:3.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ECHTiLV7vea8XhvUiby9QicirPMZp2u3 { width:39.0625rem;height:8.625rem;top:5.375rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xptvveiL0iKxZq0EtKHCLS1dumSWL0Bz { top:18.1875rem;left:0rem;width:21.5625rem;height:1.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #SlvGd9Xb57F7Fhhuh7l58MoG9wCU5S0H { top:18rem;left:23.5625rem;width:9.375rem;height:1.8125rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XqELQmLZuuXm4RiXb57sFemN7Epwy7M9 { top:22.1875rem;left:0rem;width:43rem;height:2.125rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #v6mQpJkAn90deNWryfdJCLfSxBgXVyk7 { top:15.6875rem;left:0rem;width:26.4375rem;height:1.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #dfm69T1iM5NXwyAyfp40e38aIBrim0nx { top:15.4375rem;left:23.5625rem;width:9.375rem;height:1.8125rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #oqPMQUVG0zQStXH2rAoq76RwFtfKZsCk { display:block; }#oqPMQUVG0zQStXH2rAoq76RwFtfKZsCk > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QFsEN3tUqmN2Rq8stsRmTTVxWmEG9P9D { width:19.3125rem;height:4.25rem;top:4.25rem;left:4.5625rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #p76Qse5GBVqQZv4IO1yLcJS2gZyFZGJZ { width:19.3125rem;height:2.125rem;top:5.3125rem;left:28.4375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fR4M1fR4KLRqx7ByC9zUqBuN8RETmq8t { width:0.0625rem;height:10.4375rem;top:1.1875rem;left:23.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KADgs4F7kMTqhqN4pTKKvFqBzRfdbeTA { top:2.6875rem;left:0rem;width:7.5rem;height:7.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #lPvPSLo6NEDOE1NTrApWb2GEveQbhUaK { top:2.6875rem;left:23.875rem;width:7.5rem;height:7.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #cgZ0meuzNdQptufaZpinHTrncp2teHp6 { display:block; }#cgZ0meuzNdQptufaZpinHTrncp2teHp6 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HTPZdIyvMx9tHslJW88AlP8iBo0lVD8b { width:37.5rem;height:2.125rem;top:5.125rem;left:0.74951171875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nfA02SVT5yoR1J5ZhvDE1KDqJd36ITbo { top:2.5rem;left:38.25rem;width:7.5rem;height:7.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #LVnWff6QpzD1NrfLTTFZ0GTtehNzzNRK { width:8.75rem;height:1.25rem;top:10.9375rem;left:39rem;display:block; }
 }@media only screen and (max-width: 763px) { #D1TNb37CiOGluPXMK3GknUBvNeDCZAi1 { display:block; }
 }@media only screen and (max-width: 763px) { #QvWfauvQh0hkLzquO0LQBLKgtRC6yv3U { top:10.9375rem;left:46.5rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TTeAXteJdvDCDyiJnTRexObtfg6QZTnQ { top:11.125rem;left:40.5625rem;width:7.1875rem;height:0.875rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #loxsyn82zrSOBi4bUD1luMTVuM1ptTey { width:0.0625rem;height:10.4375rem;top:1.1875rem;left:23.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #OPkqy9mdE5yl4HG2mIRgAxHZ2dNGMyul { display:block; }#OPkqy9mdE5yl4HG2mIRgAxHZ2dNGMyul > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FEfEENJrm9xuXonqapq00L84ck7ts5tq { width:47.75rem;height:3rem;top:3.25rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vy9AX3qeTlvgiFNBSrFLrSwvzKhdQgCT { display:block; }#Vy9AX3qeTlvgiFNBSrFLrSwvzKhdQgCT > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #V5ph5c80WIxQTcWTUf8d1gpZSNgIbA64 { width:13.75rem;height:5.375rem;top:15rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #QgrhguyzsT8lK2PNPmkU6QnS8EucFI15 { width:15rem;height:22.5rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #hTZukr3OMBEfrNITSw2PR4zrzXRiJc1T { top:0.625rem;left:0rem;width:13.75rem;height:13.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #eozPlaXyPA4GvuMxtArgPWROewz7G73N { width:15rem;height:22.5rem;top:0rem;left:8.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ncwk4cU9QnPz664VaMiQiiC6yCVMMZxe { top:0.625rem;left:10.125rem;width:13.75rem;height:13.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #zidfygHo11tUDebclM6PReoKdkL5CaCd { width:13.75rem;height:3.5625rem;top:15rem;left:10.125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wx1PePmSxo1t0pczQTgM9rlNuVReJx7N { width:15rem;height:22.5rem;top:0rem;left:20.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #L2TROdMPq9wMXSeymUgwARk0NcTzdOPW { top:0.625rem;left:22.0625rem;width:13.75rem;height:13.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #X3KR1BtknuQ4mCHny1xKSJ61i22Ihht3 { width:13.75rem;height:5.375rem;top:15rem;left:22.0625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZD0rssRF8D9MOJ1nLl97cTZ1SX2hkC3b { width:15rem;height:22.5rem;top:0rem;left:32.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #PNl41TFHbX5Plqs1G9BHax3Avzr7ChqU { top:0.625rem;left:34rem;width:13.75rem;height:13.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hcfoSZ3QQRkFULU2CDWp4vSEXTRlgBrv { width:11.25rem;height:5.375rem;top:15rem;left:36.15625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #aaQ0pklvXskA2SO8W8tKXgDclul0JLz3 { display:block; }#aaQ0pklvXskA2SO8W8tKXgDclul0JLz3 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #InGe26e51f9PsXoNeza3hg7m6UFWZabC { width:47.75rem;height:2.125rem;top:1.875rem;left:0rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #AQqba2n8m7bGZgZQk1hM1PlyDa2ZiTPk { width:8.75rem;height:1.25rem;top:5.875rem;left:39rem;display:block; }
 }@media only screen and (max-width: 763px) { #nd4aFdCmGDPm3EbfQVVs8foVWZ0TIgba { display:block; }
 }@media only screen and (max-width: 763px) { #viJxVXgbXbDbQm0U0wkhnJCLMIT8zFeO { top:5.875rem;left:46.5rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Eaarza64ADUoIkiTt0aT2cXcP236xblD { top:6.0625rem;left:40.5625rem;width:7.1875rem;height:0.875rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #EK32GC6bNHIplN0TE3T7hmpk2ETgM4MH { display:block; }#EK32GC6bNHIplN0TE3T7hmpk2ETgM4MH > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #EsNckGOh0KaRdv7TJEubWMPSBQIsIOsh { width:47.75rem;height:8.0625rem;top:27.5rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #XVuGPJ4So80PsZRInK1mtlHZODIZVMTD { width:47.75rem;height:18.5625rem;top:5rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #D5mkpNSUhJxtbeJXrgxRB4yH6cMmN9au { width:24.375rem;height:3.4375rem;top:40rem;left:11.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WGezGpTdPBaKV5Uc73sEgkEAzyqcNVWG { display:block; }
 }@media only screen and (max-width: 763px) { #olOgTKb152m4kT7mbyzRD6wZ5PB5HAHI { top:46.3125rem;left:13.875rem;width:8.75rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MNeiRTvwKbLL1IAL8ST7dR4sooWi7NqU { width:8.75rem;height:1.25rem;top:48.4375rem;left:39rem;display:block; }
 }@media only screen and (max-width: 763px) { #MBkRkTsLXRG0WNXnrwASxTifwmrda5Bq { display:block; }
 }@media only screen and (max-width: 763px) { #zXDfDopRsaTqE1gZl6d2A2dG9OlavGNb { top:48.4375rem;left:46.5rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZFfzPReWT51eSLw1WMld9H0zPLRrCNN3 { top:48.625rem;left:40.5625rem;width:7.1875rem;height:0.875rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ELGMMCUQEdV6ipqyE8zvLZ5Qte1Cgck1 { width:18.75rem;height:8.9375rem;top:1.875rem;left:0rem;font-size:1.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #guiL8koBpgmkoTTeHPrKSKnnEiZ3t6rW { top:46.25rem;left:25.125rem;width:8.75rem;height:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #NfWS3C2QUuB23LzdsO9ipi7miuCrUwLA { position:relative;z-index:auto;background-color:#ffffff;background-image:none;display:block; }#NfWS3C2QUuB23LzdsO9ipi7miuCrUwLA > .row .container { background-color: transparent; background-image: none; }#NfWS3C2QUuB23LzdsO9ipi7miuCrUwLA::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NfWS3C2QUuB23LzdsO9ipi7miuCrUwLA > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NfWS3C2QUuB23LzdsO9ipi7miuCrUwLA > .row .container > .video-iframe-container { display: none; }#NfWS3C2QUuB23LzdsO9ipi7miuCrUwLA > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NfWS3C2QUuB23LzdsO9ipi7miuCrUwLA > .row > .video-iframe-container { display: none; }#NfWS3C2QUuB23LzdsO9ipi7miuCrUwLA > .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); }#NfWS3C2QUuB23LzdsO9ipi7miuCrUwLA > .row .container { width:20rem;height:7.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TbWJrE9BsHPURMNIzsEz8G1RztrkPgPR { width:16.25rem;height:4rem;top:1.875rem;left:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pJtEigQhT0pX9absLrKGv2fC12TKrOsv { background-color:#ffffff;background-image:none;display:block; }#pJtEigQhT0pX9absLrKGv2fC12TKrOsv > .row .container { background-color: transparent; background-image: none; }#pJtEigQhT0pX9absLrKGv2fC12TKrOsv::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pJtEigQhT0pX9absLrKGv2fC12TKrOsv > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pJtEigQhT0pX9absLrKGv2fC12TKrOsv > .row .container > .video-iframe-container { display: none; }#pJtEigQhT0pX9absLrKGv2fC12TKrOsv > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pJtEigQhT0pX9absLrKGv2fC12TKrOsv > .row > .video-iframe-container { display: none; }#pJtEigQhT0pX9absLrKGv2fC12TKrOsv > .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); }#pJtEigQhT0pX9absLrKGv2fC12TKrOsv > .row .container { width:20rem;height:42.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yoWpkzuxagWXVXIGu42O5gnDRh4gL3xK { width:18.75rem;height:3.29980625rem;top:0.625rem;left:0.625rem;font-size:3rem;text-align:center;text-align-last:center;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #J4s3uqh4d4ANNc5TSz4UKgVTUID3V4Ib { width:13.5rem;height:3.4375rem;top:33.375rem;left:3.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #SkgwcCVHOVAgabh1gDuE6fkGo3og1hRN { display:block; }
 }@media only screen and (max-width: 763px) { #rsiAcH6edxkKHdSOxByuT7B7s3i3gMM4 { width:13.5rem;height:3.4375rem;top:37.4375rem;left:3.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #kQ7sdMdAJMJhRxUSTRLUrITxVkIue3SN { display:block; }
 }@media only screen and (max-width: 763px) { #Tr2x3eeM93vpmGzG1oO9lluqp5uhmMZ8 { width:10rem;height:0.125rem;top:25.875rem;left:5rem;background-color:rgba(5,11,38,0.1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #x90q2ASi4JHcnRESbgAowJzIcctsephw { width:1.375rem;height:1.375rem;top:51.625rem;left:11.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #RF7KzaZCAWzDn5Oa5HdfkqoeP3v35rIa { width:1.375rem;height:1.375rem;top:51.625rem;left:13.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #SDErSeFfThG4VhNAJuyfbUz8CHsyRRFc { width:14.375rem;height:7.43774375rem;top:6.3125rem;left:2.8125rem;font-size:1.0625rem;text-align:center;text-align-last:center;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #smzTZsSpdIdIMQyUk3BVmvOxQz7lcxws { width:20rem;height:1.94970625rem;top:4.037109375rem;left:0rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #kTmgmwidmkN0nQtqSVEJBl7EOWmmITu7 { width:18.1875rem;height:0;top:22.857421875rem;left:0.625rem;font-size:0.9375rem;text-align:center;text-align-last:center;line-height:1.4;display:none; }
 }@media only screen and (max-width: 763px) { #UzqMbDwC8R9kWxDo6ikSgygxTkEoORUc { height:10.5rem;width:18.75rem;top:14.1875rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #OXkUT9son0IZmb8ltlz2DhwJUxizVwTZ { width:18.75rem;height:4.90136875rem;top:27.125rem;left:0.625rem;font-size:0.875rem;text-align:center;text-align-last:center;line-height:1.4;z-index:15007;display:block; }
 }@media only screen and (max-width: 763px) { #H0dwT47WrvIsQf72B031SUJmKm0XkmSH { display:block; }#H0dwT47WrvIsQf72B031SUJmKm0XkmSH > .row .container { width:20rem;height:1.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #D3PUBDyHITZI2Zcid5Hn1MLATeJxJqgl { display:block; }#D3PUBDyHITZI2Zcid5Hn1MLATeJxJqgl > .row .container { width:20rem;height:77.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #auMA6cGM2rNgnfl1CK30sCgTyQpS69Wa { width:9.0625rem;height:12.8125rem;top:15.90625rem;left:0.624755859375rem;display:block; }
 }@media only screen and (max-width: 763px) { #MhI1WKzxuZ3JLPiS0KXX18nbLqqQyxbH { width:7.8125rem;height:1.94970625rem;top:20.23779296875rem;left:1.24951171875rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #APJGAbzlQAb2NywEm9ZXHyFv3dxEK3UB { width:7.8125rem;height:3.1494125rem;top:22.531005859375rem;left:1.24951171875rem;font-size:1.125rem;text-align:center;text-align-last:center;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #AFfXpF0hfuUiFzhJAT6OA4EXcJmxSLFi { width:9.0625rem;height:12.6875rem;top:52.193359375rem;left:0.624755859375rem;display:block; }
 }@media only screen and (max-width: 763px) { #oxUe5l58swxBO4SqzlMBrfOrSqVgQDbG { width:9.0625rem;height:6.1875rem;top:15.93701171875rem;left:10.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kB26fzTCRMbpGuSVONlCXgoDOCmrbmPN { width:9.0625rem;height:6.1875rem;top:22.531005859375rem;left:10.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gR8ceZRUTT9gm7oGR0E9dOtiDbZzQSLD { width:18.125rem;height:6.6005625rem;top:0rem;left:0.9375rem;font-size:2rem;text-align:left;text-align-last:left;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #Z1M2UtuzyTmPqBFaplqV8HKws5x1IT2b { width:18.125rem;height:7.43775rem;top:7.5341796875rem;left:0.9375rem;text-align:left;text-align-last:left;font-size:0.875rem;line-height:1.7;display:block; }
 }@media only screen and (max-width: 763px) { #auunLFev4OAo7tvbwpHaZTMUCuf80IXL { width:18.75rem;height:21.33325rem;top:29.34326171875rem;left:0.624755859375rem;text-align:left;text-align-last:left;font-size:0.8125rem;line-height:1.7;display:block; }#auunLFev4OAo7tvbwpHaZTMUCuf80IXL li:before{  }
 }@media only screen and (max-width: 763px) { #HGd08f83VIXidTC68QkUyHZ9fEmJgOdO { width:9.0625rem;height:12.8125rem;top:52.193359375rem;left:10.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TJHoAkVV6zk80kx1ZtqfILGAaPhHi6p0 { width:7.8125rem;height:1.94970625rem;top:58.88037109375rem;left:10.937255859375rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #kRbIeeHIhzyA63Byht5T00D26Qp2u4Jf { width:7.8125rem;height:1.57470625rem;top:55.29443359375rem;left:10.937255859375rem;font-size:1.125rem;text-align:center;text-align-last:center;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #zNagcE7H1Tdqlaocm3vcXHz1Ot8d5mHM { width:18.375rem;height:10.4128125rem;top:66.25439453125rem;left:0rem;text-align:left;text-align-last:left;font-size:0.875rem;line-height:1.7;display:block; }
 }@media only screen and (max-width: 763px) { #PFBaTZFRIbmfvag2B7gPc3Q2akVXdTZt { display:block; }#PFBaTZFRIbmfvag2B7gPc3Q2akVXdTZt > .row .container { width:20rem;height:1.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xakhcJDzUCbOG9qymd1zMcukgzPwAJxc { background-color:#efefef;background-image:none;display:block; }#xakhcJDzUCbOG9qymd1zMcukgzPwAJxc > .row .container { background-color: transparent; background-image: none; }#xakhcJDzUCbOG9qymd1zMcukgzPwAJxc::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xakhcJDzUCbOG9qymd1zMcukgzPwAJxc > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xakhcJDzUCbOG9qymd1zMcukgzPwAJxc > .row .container > .video-iframe-container { display: none; }#xakhcJDzUCbOG9qymd1zMcukgzPwAJxc > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xakhcJDzUCbOG9qymd1zMcukgzPwAJxc > .row > .video-iframe-container { display: none; }#xakhcJDzUCbOG9qymd1zMcukgzPwAJxc > .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); }#xakhcJDzUCbOG9qymd1zMcukgzPwAJxc > .row .container { width:20rem;height:15rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NvNFXE4QMvUtT0tNyTLMw1TstOXrMPnU { width:14.0625rem;height:4.4003875rem;top:1.5888671875rem;left:2.96875rem;text-align:center;text-align-last:center;font-size:2rem;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #xNzZGH6FCOS4R8Zvrcf7fvKUkWDTexsq { width:18.125rem;height:7.19825rem;top:6.5498046875rem;left:0.9375rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #r0cH8s4mQ5Kg4FOe1MAgtTFNPSVxDROT { background-color:#efefef;background-image:none;display:block; }#r0cH8s4mQ5Kg4FOe1MAgtTFNPSVxDROT > .row .container { background-color: transparent; background-image: none; }#r0cH8s4mQ5Kg4FOe1MAgtTFNPSVxDROT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#r0cH8s4mQ5Kg4FOe1MAgtTFNPSVxDROT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#r0cH8s4mQ5Kg4FOe1MAgtTFNPSVxDROT > .row .container > .video-iframe-container { display: none; }#r0cH8s4mQ5Kg4FOe1MAgtTFNPSVxDROT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#r0cH8s4mQ5Kg4FOe1MAgtTFNPSVxDROT > .row > .video-iframe-container { display: none; }#r0cH8s4mQ5Kg4FOe1MAgtTFNPSVxDROT > .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); }#r0cH8s4mQ5Kg4FOe1MAgtTFNPSVxDROT > .row .container { width:20rem;height:17.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BOtAdgG4nXtF39l7l44Frc732tNy0TAS { width:18.125rem;height:5.25rem;top:0rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bw4Ly2VU76l5n8iu6tbW3tav9hHQfAP0 { width:12.1875rem;height:3.375rem;top:0.9375rem;left:5.9375rem;text-align:left;text-align-last:left;font-size:0.75rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #C3nZxgA2KsDqyz1iMuAEUTAnu7VAnfLR { width:2.75rem;height:2.75rem;top:1.25rem;left:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GuueAgk6JsbPVqu6px2KRSarcvPkTh4q { width:1.4375rem;height:1.4375rem;top:1.9375rem;left:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QtTg6Btl3cHoateD9UpFcUFze8sZXGUF { width:18.125rem;height:5.25rem;top:5.875rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #axCtrFgQZ4PuAJ5RfLNoboGAERiqPPxl { width:12.1875rem;height:4.5rem;top:6.25rem;left:5.9375rem;text-align:left;text-align-last:left;font-size:0.75rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #nQXzRW5CgcPB8me44XfgDu0Ilov2HTUR { width:2.75rem;height:2.75rem;top:7.125rem;left:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #q5WO5KisZxyto3qyc3XtEoMqT2RdrVuK { width:1.4375rem;height:1.4375rem;top:7.8125rem;left:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #d0xfzFFKQpHvxHoOEGIgeQx0U17949CO { width:18.125rem;height:5.25rem;top:11.75rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #enEl5z962Obfifd7MuLPPdKDTQwlFbc4 { width:12.1875rem;height:4.5rem;top:12.125rem;left:5.9375rem;text-align:left;text-align-last:left;font-size:0.75rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #JuQHQc0cC4ob8qdoEVsxTca1bW4SyXgT { width:2.75rem;height:2.75rem;top:13rem;left:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #uiGehckqXwPfsUQJBwr9NtVmp32mxAlo { width:1.4375rem;height:1.4375rem;top:13.6875rem;left:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #z2GfFI8aWhNgRvbLZCU1depq09UvRg85 { background-color:#efefef;background-image:none;display:block; }#z2GfFI8aWhNgRvbLZCU1depq09UvRg85 > .row .container { background-color: transparent; background-image: none; }#z2GfFI8aWhNgRvbLZCU1depq09UvRg85::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#z2GfFI8aWhNgRvbLZCU1depq09UvRg85 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#z2GfFI8aWhNgRvbLZCU1depq09UvRg85 > .row .container > .video-iframe-container { display: none; }#z2GfFI8aWhNgRvbLZCU1depq09UvRg85 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#z2GfFI8aWhNgRvbLZCU1depq09UvRg85 > .row > .video-iframe-container { display: none; }#z2GfFI8aWhNgRvbLZCU1depq09UvRg85 > .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); }#z2GfFI8aWhNgRvbLZCU1depq09UvRg85 > .row .container { width:20rem;height:17.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZAhikILzzpTkRGDRJkqt6NFT7Udows3w { width:18.125rem;height:5.25rem;top:0rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #FuDVQqK3AhUqvuO0BG89uSpU9eTz7giW { width:12.1875rem;height:4.5rem;top:0.375rem;left:5.9375rem;text-align:left;text-align-last:left;font-size:0.75rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #NA3zhgFZLk8z496qT4zTGcOga7Ueh6xI { width:2.75rem;height:2.75rem;top:1.25rem;left:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #eZLQXu1r1VMHLZ2wSqNBHZT41huzD1wd { width:1.4375rem;height:1.4375rem;top:1.9375rem;left:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #arem0olM6tiPI160k5ERqqAMyWW0FgHh { width:18.125rem;height:5.25rem;top:5.875rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ln2qlUeTbSqHhQQZs9bM9QrFov6hvNu3 { width:12.1875rem;height:4.5rem;top:6.25rem;left:5.9375rem;text-align:left;text-align-last:left;font-size:0.75rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #NRivINx2SiO4L7ml0VWDznubQRJdE33n { width:2.75rem;height:2.75rem;top:7.125rem;left:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KNLdEJiR2R77sWmthOByGO5yREnynouf { width:1.4375rem;height:1.4375rem;top:7.8125rem;left:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #adnpMs7c9DxWXwD5dARNgELdZVzdIvJe { width:18.125rem;height:5.25rem;top:11.75rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #uOsc70KF7VeIgxEkFATiWdmTxM4oAqCA { width:12.1875rem;height:4.5rem;top:12.125rem;left:5.9375rem;text-align:left;text-align-last:left;font-size:0.75rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #WIGVWVhT60ihPTPrwoB9ZVx2r0crytVk { width:2.75rem;height:2.75rem;top:13rem;left:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PvuxdVrlt5ceUvolnEn1nh3BreyWhra3 { width:1.4375rem;height:1.4375rem;top:13.6875rem;left:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WbGwabmvuv2CK34l7yA809gpSoTKDQDW { background-color:#efefef;background-image:none;display:block; }#WbGwabmvuv2CK34l7yA809gpSoTKDQDW > .row .container { background-color: transparent; background-image: none; }#WbGwabmvuv2CK34l7yA809gpSoTKDQDW::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WbGwabmvuv2CK34l7yA809gpSoTKDQDW > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WbGwabmvuv2CK34l7yA809gpSoTKDQDW > .row .container > .video-iframe-container { display: none; }#WbGwabmvuv2CK34l7yA809gpSoTKDQDW > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WbGwabmvuv2CK34l7yA809gpSoTKDQDW > .row > .video-iframe-container { display: none; }#WbGwabmvuv2CK34l7yA809gpSoTKDQDW > .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); }#WbGwabmvuv2CK34l7yA809gpSoTKDQDW > .row .container { width:20rem;height:2.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #I86n0fhzGfzn7fdCXFayg7IE3nyyTaF3 { width:8.75rem;height:1.25rem;top:0.625rem;left:10.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #K8KhhVRuaSke9k7NobaftAEaA3fHQBdt { display:block; }
 }@media only screen and (max-width: 763px) { #QUdHeBXaEiviOy5MwLPFTVXweSqZfth7 { display:flex;width:1.25rem;height:1.25rem;top:0.625rem;left:10.9375rem; }
 }@media only screen and (max-width: 763px) { #Gckg8x3EGSfN9ptcJIDeQGNDoTa992nb { width:7.1875rem;height:0.9624rem;top:0.75rem;left:12.5rem;font-size:0.6875rem;text-align:center;text-align-last:center;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #tt5R4hiVlSFhnbxW4nbefhraJ6UKfXlM { display:block; }#tt5R4hiVlSFhnbxW4nbefhraJ6UKfXlM > .row .container { width:20rem;height:49.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Fz9dSXqVulyTxzqVTzJmovGslV7gnwMV { width:12.5rem;height:3.298825rem;top:2.5rem;left:1.875rem;text-align:left;text-align-last:left;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #p2sheRiTs5hme1wKZ8ZeZzzhPaZSzm49 { width:16.25rem;height:26.76265625rem;top:7.046875rem;left:1.875rem;text-align:left;text-align-last:left;font-size:0.75rem;line-height:1.7;display:block; }
 }@media only screen and (max-width: 763px) { #zFoAw39pqiB8vNifFot4ppf0TnLGuUq8 { width:19.0625rem;height:39.6875rem;top:4.0625rem;left:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LITVkDubL8I8ZTt4eCJTaUOGTE0c69sF { width:11.625rem;height:3.4375rem;top:42.15625rem;left:4.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #iGdwt4g29kqS33QxhdSMpAZuJQUCiov3 { display:block; }
 }@media only screen and (max-width: 763px) { #iv8G9ESstUh4M3a3ULq58WGI23cc0Q0F { width:14.375rem;height:3.4375rem;top:2.5rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #T7FIxBT9vfrveQ94Wh3Kao7OvFIEV1Hk { width:16.3125rem;height:5.84911875rem;top:35.05859375rem;left:1.84375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #kKxXT12KIOiKdHWITB7xX5uD9tmGoddW { width:8.75rem;height:1.25rem;top:46.875rem;left:10.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WT4Requrk1LlGEfz28yq9724TORd4VCb { display:block; }
 }@media only screen and (max-width: 763px) { #dEGryTNytacKQzfdFQavG6WNScy3TMXS { display:flex;width:1.25rem;height:1.25rem;top:46.875rem;left:10.9375rem; }
 }@media only screen and (max-width: 763px) { #nOW71BTVQtPbpMQCIJUxpy0TeGWCcP7k { width:7.1875rem;height:0.9624rem;top:47rem;left:12.5rem;font-size:0.6875rem;text-align:center;text-align-last:center;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #yVmlSdn557xykXohtcf29a9ZCzU5WK5X { display:block; }#yVmlSdn557xykXohtcf29a9ZCzU5WK5X > .row .container { width:20rem;height:4.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pHtUSPVopwD08zT2uAK3JVZ5bXrzTbmA { width:20rem;height:2.20019375rem;top:2.17578125rem;left:0rem;text-align:center;text-align-last:center;font-size:2rem;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #idP0mQmLrmMzXnStt2e2t3SVpVw8P5xg { display:block; }#idP0mQmLrmMzXnStt2e2t3SVpVw8P5xg > .row .container { width:20rem;height:49.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tqA3Z2F3VNVceGiNXeVrKTEDE3TCpI2U { width:14.375rem;height:18.75rem;top:16.875rem;left:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #m0WmdOXS7n9r1IAtcpsHPMTpQE5szeis { width:16.25rem;height:15.625rem;top:0.625rem;left:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ECHTiLV7vea8XhvUiby9QicirPMZp2u3 { width:13.125rem;height:12.50978125rem;top:2.181640625rem;left:3.4375rem;text-align:center;text-align-last:center;font-size:1.375rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #xptvveiL0iKxZq0EtKHCLS1dumSWL0Bz { width:11.375rem;height:2.59863125rem;top:41.0478515625rem;left:0.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #SlvGd9Xb57F7Fhhuh7l58MoG9wCU5S0H { width:5.9375rem;height:1.86840625rem;top:42.166015625rem;left:13.4375rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XqELQmLZuuXm4RiXb57sFemN7Epwy7M9 { width:18.75rem;height:4.24805rem;top:45.3125rem;left:0.625rem;font-size:0.625rem;line-height:1.7;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #v6mQpJkAn90deNWryfdJCLfSxBgXVyk7 { width:12.8125rem;height:2.59863125rem;top:36.875rem;left:0.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #dfm69T1iM5NXwyAyfp40e38aIBrim0nx { width:5.9375rem;height:1.86840625rem;top:37.9931640625rem;left:13.4375rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #oqPMQUVG0zQStXH2rAoq76RwFtfKZsCk { display:block; }#oqPMQUVG0zQStXH2rAoq76RwFtfKZsCk > .row .container { width:20rem;height:18.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QFsEN3tUqmN2Rq8stsRmTTVxWmEG9P9D { width:10rem;height:4.142575rem;top:2.302734375rem;left:1.5625rem;text-align:left;text-align-last:left;font-size:0.8125rem;line-height:1.7;display:block; }
 }@media only screen and (max-width: 763px) { #p76Qse5GBVqQZv4IO1yLcJS2gZyFZGJZ { width:10rem;height:1.3806125rem;top:13.05810546875rem;left:8.4375rem;text-align:left;text-align-last:left;font-size:0.8125rem;line-height:1.7;display:block; }
 }@media only screen and (max-width: 763px) { #fR4M1fR4KLRqx7ByC9zUqBuN8RETmq8t { width:18rem;height:0.062255875rem;top:8.10888671875rem;left:0.9990234375rem;display:block; }
 }@media only screen and (max-width: 763px) { #KADgs4F7kMTqhqN4pTKKvFqBzRfdbeTA { width:6.25rem;height:6.25rem;top:1.25rem;left:12.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lPvPSLo6NEDOE1NTrApWb2GEveQbhUaK { width:6.25rem;height:6.25rem;top:10.625rem;left:1.562255859375rem;display:block; }
 }@media only screen and (max-width: 763px) { #cgZ0meuzNdQptufaZpinHTrncp2teHp6 { display:block; }#cgZ0meuzNdQptufaZpinHTrncp2teHp6 > .row .container { width:20rem;height:10.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HTPZdIyvMx9tHslJW88AlP8iBo0lVD8b { width:10.37475rem;height:2.76123125rem;top:3.618896484375rem;left:1.248779296875rem;text-align:left;text-align-last:left;font-size:0.8125rem;line-height:1.7;display:block; }
 }@media only screen and (max-width: 763px) { #nfA02SVT5yoR1J5ZhvDE1KDqJd36ITbo { width:6.24975625rem;height:6.24975625rem;top:1.875rem;left:12.233642578125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LVnWff6QpzD1NrfLTTFZ0GTtehNzzNRK { width:8.75rem;height:1.25rem;top:9.5625rem;left:11.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #D1TNb37CiOGluPXMK3GknUBvNeDCZAi1 { display:block; }
 }@media only screen and (max-width: 763px) { #QvWfauvQh0hkLzquO0LQBLKgtRC6yv3U { display:flex;width:1.25rem;height:1.25rem;top:9.5625rem;left:11.25rem; }
 }@media only screen and (max-width: 763px) { #TTeAXteJdvDCDyiJnTRexObtfg6QZTnQ { width:7.1875rem;height:0.9624rem;top:9.75rem;left:12.812255859375rem;font-size:0.6875rem;text-align:center;text-align-last:center;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #loxsyn82zrSOBi4bUD1luMTVuM1ptTey { width:18rem;height:0.062255875rem;top:0.2802734375rem;left:0.9990234375rem;z-index:15010;display:block; }
 }@media only screen and (max-width: 763px) { #OPkqy9mdE5yl4HG2mIRgAxHZ2dNGMyul { display:block; }#OPkqy9mdE5yl4HG2mIRgAxHZ2dNGMyul > .row .container { width:20rem;height:4.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FEfEENJrm9xuXonqapq00L84ck7ts5tq { width:20rem;height:2.00024375rem;top:2.375rem;left:0rem;text-align:center;text-align-last:center;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vy9AX3qeTlvgiFNBSrFLrSwvzKhdQgCT { display:block; }#Vy9AX3qeTlvgiFNBSrFLrSwvzKhdQgCT > .row .container { width:20rem;height:33rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #V5ph5c80WIxQTcWTUf8d1gpZSNgIbA64 { width:7.8125rem;height:6.74925rem;top:8.125rem;left:1.25rem;text-align:center;text-align-last:center;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #QgrhguyzsT8lK2PNPmkU6QnS8EucFI15 { width:9.0625rem;height:15.625rem;top:0.625rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hTZukr3OMBEfrNITSw2PR4zrzXRiJc1T { width:6.25rem;height:6.25rem;top:1.25rem;left:2.03125rem;display:block; }
 }@media only screen and (max-width: 763px) { #eozPlaXyPA4GvuMxtArgPWROewz7G73N { width:9.0625rem;height:15.625rem;top:0.625rem;left:10.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ncwk4cU9QnPz664VaMiQiiC6yCVMMZxe { width:6.25rem;height:6.25rem;top:1.25rem;left:11.71875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zidfygHo11tUDebclM6PReoKdkL5CaCd { width:7.8125rem;height:4.0495625rem;top:8.125rem;left:10.9375rem;text-align:center;text-align-last:center;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wx1PePmSxo1t0pczQTgM9rlNuVReJx7N { width:9.0625rem;height:15.625rem;top:16.875rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #L2TROdMPq9wMXSeymUgwARk0NcTzdOPW { width:6.25rem;height:6.25rem;top:17.5rem;left:2.03125rem;display:block; }
 }@media only screen and (max-width: 763px) { #X3KR1BtknuQ4mCHny1xKSJ61i22Ihht3 { width:7.8125rem;height:5.3994125rem;top:24.375rem;left:1.25rem;text-align:center;text-align-last:center;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZD0rssRF8D9MOJ1nLl97cTZ1SX2hkC3b { width:9.0625rem;height:15.625rem;top:16.875rem;left:10.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PNl41TFHbX5Plqs1G9BHax3Avzr7ChqU { width:6.25rem;height:6.1875rem;top:17.5rem;left:11.71875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hcfoSZ3QQRkFULU2CDWp4vSEXTRlgBrv { width:6.5625rem;height:6.74926875rem;top:24.375rem;left:11.5625rem;text-align:center;text-align-last:center;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #aaQ0pklvXskA2SO8W8tKXgDclul0JLz3 { display:block; }#aaQ0pklvXskA2SO8W8tKXgDclul0JLz3 > .row .container { width:20rem;height:20.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #InGe26e51f9PsXoNeza3hg7m6UFWZabC { width:18.75rem;height:3.1860375rem;top:0.625rem;left:0.625rem;text-align:center;text-align-last:center;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #AQqba2n8m7bGZgZQk1hM1PlyDa2ZiTPk { width:8.75rem;height:1.25rem;top:18.0625rem;left:10.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nd4aFdCmGDPm3EbfQVVs8foVWZ0TIgba { display:block; }
 }@media only screen and (max-width: 763px) { #viJxVXgbXbDbQm0U0wkhnJCLMIT8zFeO { display:flex;width:1.25rem;height:1.25rem;top:18.0625rem;left:10.875rem; }
 }@media only screen and (max-width: 763px) { #Eaarza64ADUoIkiTt0aT2cXcP236xblD { width:7.1875rem;height:0.9624rem;top:18.1875rem;left:12.5rem;font-size:0.6875rem;text-align:center;text-align-last:center;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #EK32GC6bNHIplN0TE3T7hmpk2ETgM4MH { display:block; }#EK32GC6bNHIplN0TE3T7hmpk2ETgM4MH > .row .container { width:20rem;height:37.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #EsNckGOh0KaRdv7TJEubWMPSBQIsIOsh { width:18rem;height:8.09911875rem;top:12.91015625rem;left:1rem;text-align:center;text-align-last:center;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #XVuGPJ4So80PsZRInK1mtlHZODIZVMTD { width:16.25rem;height:0;top:2.5rem;left:1rem;text-align:center;text-align-last:center;font-size:1.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #D5mkpNSUhJxtbeJXrgxRB4yH6cMmN9au { width:18.25rem;height:3.4375rem;top:24.0068359375rem;left:0.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #WGezGpTdPBaKV5Uc73sEgkEAzyqcNVWG { display:block; }
 }@media only screen and (max-width: 763px) { #olOgTKb152m4kT7mbyzRD6wZ5PB5HAHI { width:7.8125rem;height:1.9375rem;top:30.5625rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #MNeiRTvwKbLL1IAL8ST7dR4sooWi7NqU { width:8.75rem;height:1.25rem;top:35rem;left:10.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #MBkRkTsLXRG0WNXnrwASxTifwmrda5Bq { display:block; }
 }@media only screen and (max-width: 763px) { #zXDfDopRsaTqE1gZl6d2A2dG9OlavGNb { display:flex;width:1.25rem;height:1.25rem;top:35rem;left:10.9375rem; }
 }@media only screen and (max-width: 763px) { #ZFfzPReWT51eSLw1WMld9H0zPLRrCNN3 { width:7.1875rem;height:0.9624rem;top:35.125rem;left:12.5rem;font-size:0.6875rem;text-align:center;text-align-last:center;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #ELGMMCUQEdV6ipqyE8zvLZ5Qte1Cgck1 { width:18.75rem;height:8.9978125rem;top:1.875rem;left:0.625rem;text-align:center;text-align-last:center;font-size:1.5rem;z-index:15004;display:block; }
 }@media only screen and (max-width: 763px) { #guiL8koBpgmkoTTeHPrKSKnnEiZ3t6rW { width:7.8125rem;height:2rem;top:30.5625rem;left:11.25rem;display:block; }
 }