.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:250,219,220;--color-primary-1:238,134,139;--color-primary-2:220,13,23;--color-primary-3:110,7,12;--color-primary-4:33,2,3;--color-secondary-0:224,237,239;--color-secondary-1:207,222,229;--color-secondary-2:102,163,177;--color-secondary-3:61,98,106;--color-secondary-4:0,102,125;--color-tertiary-0:255,255,255;--color-tertiary-1:159,167,213;--color-tertiary-2:88,97,162;--color-tertiary-3:46,58,139;--color-tertiary-4:0,7,33;--headlines-font-family:"Cabinet Grotesk";--paragraphs-font-family:"Satoshi"; }@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 959px) {
    html {
        width: 960px;
    }
}body { background-color:transparent;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); }#lLzJOL9QTtrv3Ts2SIl1rJCysQZMhhNv { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#1c2459;background-image:none;position:fixed;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;z-index:199999;top:0rem;left:0rem;right:0rem;display:block; }#lLzJOL9QTtrv3Ts2SIl1rJCysQZMhhNv > .row .container { background-color: transparent; background-image: none; }#lLzJOL9QTtrv3Ts2SIl1rJCysQZMhhNv::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lLzJOL9QTtrv3Ts2SIl1rJCysQZMhhNv > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lLzJOL9QTtrv3Ts2SIl1rJCysQZMhhNv > .row .container > .video-iframe-container { display: none; }#lLzJOL9QTtrv3Ts2SIl1rJCysQZMhhNv > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lLzJOL9QTtrv3Ts2SIl1rJCysQZMhhNv > .row > .video-iframe-container { display: none; }#lLzJOL9QTtrv3Ts2SIl1rJCysQZMhhNv > .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); }#lLzJOL9QTtrv3Ts2SIl1rJCysQZMhhNv > .row .container { border-width: 0; border-radius: 0; }#lLzJOL9QTtrv3Ts2SIl1rJCysQZMhhNv > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#lLzJOL9QTtrv3Ts2SIl1rJCysQZMhhNv > .row .container { font-size:0.875rem;font-family:arial;height:5.125rem;width:60rem;position:relative;display:block; }#E5kzO4gGedveVylOSXkZuZPRF82sGDqO { position:absolute;display:block;z-index:15024;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.749825rem;width:9.2498125rem;top:1.8749998807907rem;left:0rem;overflow:hidden;display:block; }
#Uxf27hVI9PRv7UEQzAxGNG41HesDqRDE { z-index:15003;top:1.5rem;left:33.4375rem;background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.4375rem;border-top-right-radius:2.4375rem;border-bottom-left-radius:2.4375rem;border-bottom-right-radius:2.4375rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:5.875rem;height:2.1875rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#tbzlDPR8u1Vbkn7wlfQ8a00uRdLwm2W2 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#zFg09aEKBa3vMLSQC8sSRCxtnfWWW0OW { z-index:15006;top:1.9375rem;left:46.125rem;background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.4375rem;border-top-right-radius:2.4375rem;border-bottom-left-radius:2.4375rem;border-bottom-right-radius:2.4375rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:3.75rem;height:1.375rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#lukd6aEA09gTqxeWg7sT80QsmXGTggqE { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#KppIvhfotVysCBDLO5wiuQP9a5oQTPNw { z-index:15004;top:1.5rem;left:39.5625rem;background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.4375rem;border-top-right-radius:2.4375rem;border-bottom-left-radius:2.4375rem;border-bottom-right-radius:2.4375rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:5.9375rem;height:2.1875rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#qQ0Zvy3J2D5N4uetgFkSgAgUqyJR2eFp { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#bwzXQ8hkBVwkDt9hwL8CPFGVQLezDbhF { z-index:15008;top:1.5rem;left:50.5625rem;background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.4375rem;border-top-right-radius:2.4375rem;border-bottom-left-radius:2.4375rem;border-bottom-right-radius:2.4375rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:3.5625rem;height:2.1875rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#dKrKUDRTeLLqXi0HWau5eiDmftpqvCST { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#zq9aUhzek72uvwC9oU2iIJEqt0g4Exws { z-index:15009;top:1.46875rem;left:55rem;background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.4375rem;border-top-right-radius:2.4375rem;border-bottom-left-radius:2.4375rem;border-bottom-right-radius:2.4375rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:2.75rem;height:2.1875rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#y8xy4rPpgEGNsXbpdKy02kJeq9KZaasc { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#NeagsSbLKysncGb9l9u0lZ2epdddo0PB { background-color:#1c2459;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid #ffffff;border-left:0.125rem solid #ffffff;border-right:0.125rem solid #ffffff;border-bottom:0.125rem solid #ffffff;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.6875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.0625rem;height:2.1875rem;text-decoration:none;z-index:15030;text-align:center;text-align-last:center;top:1.6875rem;left:10.6875rem;display:block; }
#R3IT0SbqM8z8lhL5m4zpXfqCC9BvqWL8 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#QJcDsEQiBwnEH0ezChLTAQeWG5deU4DQ { background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid #1c2459;border-left:0.125rem solid #1c2459;border-right:0.125rem solid #1c2459;border-bottom:0.125rem solid #1c2459;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-shadow: none;box-sizing:border-box;color:#1c2459;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:0.6875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.925rem;height:2.1125rem;text-decoration:none;z-index:15029;text-align:center;text-align-last:center;top:1.625rem;left:22.6875rem;display:block; }
#LnXvXeBzIXcvfgH5OT4W6tWlcIauAtzA { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#iVfqnVwmsID1wfEuNQ8oHVydsoEVXbUQ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-4),1);background-image:url("https://images.assets-landingi.com/uc/c6d445cc-c591-4808-9ddc-7dca66fa1c40/12545.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#iVfqnVwmsID1wfEuNQ8oHVydsoEVXbUQ.adaptive-delivery-prevent-bg, #iVfqnVwmsID1wfEuNQ8oHVydsoEVXbUQ.lazyload, #iVfqnVwmsID1wfEuNQ8oHVydsoEVXbUQ.lazyloading { background-image: none; }#iVfqnVwmsID1wfEuNQ8oHVydsoEVXbUQ > .row .container { background-color: transparent; background-image: none; }#iVfqnVwmsID1wfEuNQ8oHVydsoEVXbUQ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iVfqnVwmsID1wfEuNQ8oHVydsoEVXbUQ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iVfqnVwmsID1wfEuNQ8oHVydsoEVXbUQ > .row .container > .video-iframe-container { display: none; }#iVfqnVwmsID1wfEuNQ8oHVydsoEVXbUQ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iVfqnVwmsID1wfEuNQ8oHVydsoEVXbUQ > .row > .video-iframe-container { display: none; }#iVfqnVwmsID1wfEuNQ8oHVydsoEVXbUQ > .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); }#iVfqnVwmsID1wfEuNQ8oHVydsoEVXbUQ > .row .container { border-width: 0; border-radius: 0; }#iVfqnVwmsID1wfEuNQ8oHVydsoEVXbUQ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#iVfqnVwmsID1wfEuNQ8oHVydsoEVXbUQ > .row .container { font-size:0.875rem;font-family:arial;height:30.75rem;width:60rem;position:relative;display:block; }#b8JPoRTL8kPcGlfgsU3DVWNIaZF3Ku7S { color:rgba(var(--color-tertiary-0),1);display:block;width:32.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15035;line-height:1;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);top:6.643750190735rem;left:0rem;height:1.125rem;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;text-align:left;text-align-last:left;display:block; }
#xLZshb2gHNrDqdDba4Z54rB8bp6fai4V { color:rgba(var(--color-tertiary-0),1);display:block;width:29.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:700;z-index:15032;line-height:1;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);top:15.6875rem;left:0.8125rem;height:5rem;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;text-align:left;text-align-last:left;display:block; }
#KUZnIxMmRcevr2PmNV1nWPeIleGmGFAB .widget-container { border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;flex-direction:column;align-items:center;background-color:;background-image:none;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;vertical-align:top;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#KUZnIxMmRcevr2PmNV1nWPeIleGmGFAB .widget-text.counter-number { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#1d254a;background-image:none;box-shadow: 0.0625rem 0.25rem 2.1875rem rgba(0,0,0,0.2) ;color:#ffffff;padding-top:0.564375rem;padding-right:0.49375rem;padding-bottom:0.564375rem;padding-left:0.49375rem;display:block;align-items:center;width:2.961875rem;min-width:2.961875rem;height:3.0325rem;position:relative;font-family:arial;font-size:2.2575rem;font-weight:700;line-height:48.52px;text-align:center;text-align-last:center;top:0rem;left:0rem;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#KUZnIxMmRcevr2PmNV1nWPeIleGmGFAB .widget-text.counter-label { background-color:;background-image:none;color:#ffffff;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.353125rem;margin-right:0;margin-bottom:0;margin-left:0;display:block;width:3.94875rem;height:1.199375rem;position:relative;font-family:arial;font-size:0.846875rem;font-weight:700;line-height:19.19px;text-align:center;text-align-last:center;text-transform:none;top:0rem;left:0rem;font-style:normal;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#KUZnIxMmRcevr2PmNV1nWPeIleGmGFAB { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;box-shadow: none;display:flex;justify-content:space-between;width:19.8125rem;height:5.71375rem;padding-top:0.070625rem;padding-right:0.070625rem;padding-bottom:0.070625rem;padding-left:0.070625rem;position:absolute;font-family:"open sans";font-size:2rem;font-weight:700;line-height:1;text-align:center;text-align-last:center;text-transform:none;top:9.0625rem;left:0.55312538146973rem;z-index:15072; }
#KUZnIxMmRcevr2PmNV1nWPeIleGmGFAB #qWTls8MVNquTeXK36szwqhyxotUkJZx2 { display:flex;position:relative;top:0rem;left:0rem; }
#KUZnIxMmRcevr2PmNV1nWPeIleGmGFAB #O4emhOClTHEtI4AMBKJbCPKKmSTgzJum { width:auto; }
#KUZnIxMmRcevr2PmNV1nWPeIleGmGFAB #VZrt61IsIo3dlTV54lrOu965lq2obJ1Z {  }
#KUZnIxMmRcevr2PmNV1nWPeIleGmGFAB #SbEdtA4yppyc2nEKNvqzKuAXVEEXfLUl { display:flex;position:relative;top:0rem;left:0rem; }
#KUZnIxMmRcevr2PmNV1nWPeIleGmGFAB #bJkKkxtv8Ufm8bUZGxTMBkRyywEd3VFH {  }
#KUZnIxMmRcevr2PmNV1nWPeIleGmGFAB #th8HbloOgmrQm6RpktBFXdzZQ5aSkRKR {  }
#KUZnIxMmRcevr2PmNV1nWPeIleGmGFAB #RbpRWvSwQcQQOfTHdm9VbCLreRMMzWfV { display:flex;position:relative;top:0rem;left:0rem; }
#KUZnIxMmRcevr2PmNV1nWPeIleGmGFAB #yPttVcivZrsrnhopS5Ics7oLCtP7OOeo {  }
#KUZnIxMmRcevr2PmNV1nWPeIleGmGFAB #GTcadRqrtoorBrEOceFzl15Zns9VW8bJ {  }
#KUZnIxMmRcevr2PmNV1nWPeIleGmGFAB #MXZ49rlp0EeT8KeThePeBnASbcdSwvxo { display:flex;position:relative;top:0rem;left:0rem; }
#KUZnIxMmRcevr2PmNV1nWPeIleGmGFAB #OXlT2ToHoG5hqrJCHsmSVhMHtUmTHvkW {  }
#KUZnIxMmRcevr2PmNV1nWPeIleGmGFAB #eHRDzOJqAsAsp99HQiVo6DTiqNTLDlEd {  }
#slWqF1o2t3vHS6cxKsFEgKTUtdCJ7gsA { color:#ffffff;display:block;width:60rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:700;z-index:15033;line-height:1;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);top:23.75rem;left:0.8123207092285rem;height:2.5rem;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;text-align:left;text-align-last:left;display:block; }
#hTlxWn1piKnDSfxGV7x79n8qL3pdnUyO { background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.1875rem solid #1c2459;border-left:0.1875rem solid #1c2459;border-right:0.1875rem solid #1c2459;border-bottom:0.1875rem solid #1c2459;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.2) ;box-sizing:border-box;color:#1c2459;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.0625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:18.8125rem;height:3rem;text-decoration:none;z-index:15034;text-align:center;text-align-last:center;top:17.6875rem;left:41.137500762939rem;display:block; }
#I5wAz4AtzJW7be7IGXmz57hWZTe8ML0z { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Lv1xnqwKQXROW6IuRD2ITMRSCdlLATCp { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#1d254a;background-image:none;position:relative;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;z-index:auto;display:block; }#Lv1xnqwKQXROW6IuRD2ITMRSCdlLATCp > .row .container { background-color: transparent; background-image: none; }#Lv1xnqwKQXROW6IuRD2ITMRSCdlLATCp::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Lv1xnqwKQXROW6IuRD2ITMRSCdlLATCp > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Lv1xnqwKQXROW6IuRD2ITMRSCdlLATCp > .row .container > .video-iframe-container { display: none; }#Lv1xnqwKQXROW6IuRD2ITMRSCdlLATCp > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Lv1xnqwKQXROW6IuRD2ITMRSCdlLATCp > .row > .video-iframe-container { display: none; }#Lv1xnqwKQXROW6IuRD2ITMRSCdlLATCp > .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); }#Lv1xnqwKQXROW6IuRD2ITMRSCdlLATCp > .row .container { border-width: 0; border-radius: 0; }#Lv1xnqwKQXROW6IuRD2ITMRSCdlLATCp > .row > .video-iframe-container { border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem; }#Lv1xnqwKQXROW6IuRD2ITMRSCdlLATCp > .row .container { font-size:0.875rem;font-family:arial;height:4.1875rem;width:60rem;position:relative;display:block; }#M8ChbZArhP5uCL5r4VLzwa3fz1tfPtnT { color:rgba(var(--color-tertiary-0),1);display:block;width:60rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:700;z-index:15027;line-height:1.3;letter-spacing:0;text-shadow:0.125rem 0.0625rem 0.1875rem rgba(7,7,7,0.5);top:1.0375003814698rem;left:0rem;height:1.05625rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#CLJzqUqi4b6fJxOT4eCLUbzZi4dwpxTr { color:rgba(var(--color-tertiary-0),1);display:block;width:59.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:700;z-index:15030;line-height:1.3;letter-spacing:0;text-shadow:0.125rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);top:2.5031261444092rem;left:0rem;height:1.05625rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#wOPZpttNEsLbnu3P8DDVIQVdCT9FbZKO { position:relative;display:block; }#wOPZpttNEsLbnu3P8DDVIQVdCT9FbZKO { background-color: transparent; background-image: none; }#wOPZpttNEsLbnu3P8DDVIQVdCT9FbZKO::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wOPZpttNEsLbnu3P8DDVIQVdCT9FbZKO > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wOPZpttNEsLbnu3P8DDVIQVdCT9FbZKO > .row .container > .video-iframe-container { display: none; }#wOPZpttNEsLbnu3P8DDVIQVdCT9FbZKO > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wOPZpttNEsLbnu3P8DDVIQVdCT9FbZKO > .row > .video-iframe-container { display: none; }#wOPZpttNEsLbnu3P8DDVIQVdCT9FbZKO > .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); }#wOPZpttNEsLbnu3P8DDVIQVdCT9FbZKO { border-width: 0; border-radius: 0; }#wOPZpttNEsLbnu3P8DDVIQVdCT9FbZKO > .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; }#wOPZpttNEsLbnu3P8DDVIQVdCT9FbZKO > .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:6.375rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#gqmTpEE4ftTAvnUon6QhXsqPDP37SgTs { color:#000721;display:block;width:41.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.75rem;font-weight:300;z-index:15027;line-height:.9;letter-spacing:0;top:0.5625rem;left:0rem;height:4.95028125rem;font-style:italic;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#qKh84EasQU8XB1mVhLbcDsWDovBKLeKQ { position:relative;display:block; }#qKh84EasQU8XB1mVhLbcDsWDovBKLeKQ { background-color: transparent; background-image: none; }#qKh84EasQU8XB1mVhLbcDsWDovBKLeKQ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qKh84EasQU8XB1mVhLbcDsWDovBKLeKQ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qKh84EasQU8XB1mVhLbcDsWDovBKLeKQ > .row .container > .video-iframe-container { display: none; }#qKh84EasQU8XB1mVhLbcDsWDovBKLeKQ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qKh84EasQU8XB1mVhLbcDsWDovBKLeKQ > .row > .video-iframe-container { display: none; }#qKh84EasQU8XB1mVhLbcDsWDovBKLeKQ > .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); }#qKh84EasQU8XB1mVhLbcDsWDovBKLeKQ { border-width: 0; border-radius: 0; }#qKh84EasQU8XB1mVhLbcDsWDovBKLeKQ > .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; }#qKh84EasQU8XB1mVhLbcDsWDovBKLeKQ > .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:53.25rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#BvvPi1dw14WgATTdXK19d7362Mtgeo0z { position:absolute;display:block;z-index:15002;height:15.3125rem;width:60rem;top:0rem;left:0rem;display:block; }
#eH9HS94xeBvUXVeqLHmgS6C3oi3FtbQH { position:relative;display:block; }#eH9HS94xeBvUXVeqLHmgS6C3oi3FtbQH { background-color: transparent; background-image: none; }#eH9HS94xeBvUXVeqLHmgS6C3oi3FtbQH::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eH9HS94xeBvUXVeqLHmgS6C3oi3FtbQH > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eH9HS94xeBvUXVeqLHmgS6C3oi3FtbQH > .row .container > .video-iframe-container { display: none; }#eH9HS94xeBvUXVeqLHmgS6C3oi3FtbQH > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eH9HS94xeBvUXVeqLHmgS6C3oi3FtbQH > .row > .video-iframe-container { display: none; }#eH9HS94xeBvUXVeqLHmgS6C3oi3FtbQH > .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); }#eH9HS94xeBvUXVeqLHmgS6C3oi3FtbQH { border-width: 0; border-radius: 0; }#eH9HS94xeBvUXVeqLHmgS6C3oi3FtbQH > .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; }#eH9HS94xeBvUXVeqLHmgS6C3oi3FtbQH > .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:32.3125rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#EGwxCKea7Edw2ppol4XCWRLhrVlz7pp3 { color:#2e3a8b;display:block;width:60rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:400;z-index:15039;line-height:1.3;letter-spacing:0;top:29.5rem;left:0rem;height:1.05625rem;text-align:center;text-align-last:center;font-style:italic;display:block; }
#u4iyCxshZSJZQtwceioQ1wtlicIwNEI4 { position:absolute;display:block;z-index:15036;background-color:#1c2459;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #ffffff;border-left:0.0625rem solid #ffffff;border-right:0.0625rem solid #ffffff;border-bottom:0.0625rem solid #ffffff;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: 0rem 0rem 1.25rem rgba(0,0,0,0.2) ;height:10.3125rem;width:18.9375rem;top:17.1875rem;left:40.5rem;display:block; }
#z1wR4akT0xNCQrsFz9rGqW9X8af5vrKh { color:#ffffff;display:block;width:18.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:400;z-index:15039;line-height:1.3;letter-spacing:0;top:22.8125rem;left:41rem;height:2.436075rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Iur07hlFbODzpzrBHG9BIMl4iJV6IiLt { position:absolute;display:block;z-index:15033;background-color:#1c2459;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #ffffff;border-left:0.0625rem solid #ffffff;border-right:0.0625rem solid #ffffff;border-bottom:0.0625rem solid #ffffff;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: 0rem 0rem 1.25rem rgba(0,0,0,0.2) ;height:10.3125rem;width:18.9375rem;top:17.1875rem;left:20.5rem;display:block; }
#TZzELcpvdoAzGmEEXFWobJS7vDNC0OKL { color:#ffffff;display:block;width:18.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:3rem;font-weight:700;z-index:15038;line-height:1.3;letter-spacing:0;top:18.1875rem;left:41rem;height:3.9rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#u3VuhFow0RTDptIUaQqBGVTi0HfrGMcw { color:#ffffff;display:block;width:18.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:3rem;font-weight:700;z-index:15035;line-height:1.3;letter-spacing:0;top:18.1875rem;left:20.9375rem;height:3.9rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Sb1tDyntQM8v037gPHOChEpB9H1m2pPW { color:#ffffff;display:block;width:18.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:400;z-index:15036;line-height:1.3;letter-spacing:0;top:22.8125rem;left:20.9375rem;height:2.436075rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#CCH2u1R6qfVLHl7cXErHXFNUhPkVtyGa { color:#1c2459;display:block;width:60rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15038;line-height:1.3;letter-spacing:0;top:14.875rem;left:0rem;height:1.4625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#cGeFeFLkKgmpwdTrQXnCBLJBuCsrJXvV { position:absolute;display:block;z-index:15030;background-color:#1c2459;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #ffffff;border-left:0.0625rem solid #ffffff;border-right:0.0625rem solid #ffffff;border-bottom:0.0625rem solid #ffffff;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: 0rem 0rem 1.25rem rgba(0,0,0,0.2) ;height:10.3125rem;width:18.9375rem;top:17.1875rem;left:0.5625rem;display:block; }
#age8IJPnER9KoKcmTA8ksObmcbfTNXAp { color:#ffffff;display:block;width:18.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:3rem;font-weight:700;z-index:15032;line-height:1.3;letter-spacing:0;top:18.1875rem;left:1.0625rem;height:3.9rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Lfb2y5A47D3MSnOATt3tu4wT51SU0d9s { color:#ffffff;display:block;width:18.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:400;z-index:15033;line-height:1.3;letter-spacing:0;top:22.8125rem;left:1.0625rem;height:3.65411875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#TdhlFrCziH7eQdGxgEhZ7ofA6hzX8XBT { position:absolute;display:block;z-index:15039;background-color:#1c2459;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:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:0.125rem;width:2.5rem;top:13.125rem;left:28.75rem;display:block; }
#Zx4xunI46IZLVoaDhxbbrbmf4PHAkfQU { color:#000721;display:block;width:60rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:3.125rem;font-weight:normal;z-index:15037;line-height:1.3;letter-spacing:0;top:3.875rem;left:0.0625rem;height:8.125rem;text-align:center;text-align-last:center;display:block; }
#lgI3L4AtyfmTciJTryLJZhah4EEPqbrp { color:rgba(128,128,128,0.15);display:block;width:60rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:6.25rem;font-weight:700;z-index:15023;line-height:1.3;letter-spacing:0;top:0rem;left:0rem;height:8.125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#TXOnPlg6FQa2orBVvUGSmrDtFsCWHGFJ { position:relative;display:block; }#TXOnPlg6FQa2orBVvUGSmrDtFsCWHGFJ { background-color: transparent; background-image: none; }#TXOnPlg6FQa2orBVvUGSmrDtFsCWHGFJ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TXOnPlg6FQa2orBVvUGSmrDtFsCWHGFJ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TXOnPlg6FQa2orBVvUGSmrDtFsCWHGFJ > .row .container > .video-iframe-container { display: none; }#TXOnPlg6FQa2orBVvUGSmrDtFsCWHGFJ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TXOnPlg6FQa2orBVvUGSmrDtFsCWHGFJ > .row > .video-iframe-container { display: none; }#TXOnPlg6FQa2orBVvUGSmrDtFsCWHGFJ > .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); }#TXOnPlg6FQa2orBVvUGSmrDtFsCWHGFJ { border-width: 0; border-radius: 0; }#TXOnPlg6FQa2orBVvUGSmrDtFsCWHGFJ > .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; }#TXOnPlg6FQa2orBVvUGSmrDtFsCWHGFJ > .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:22.625rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#CAIo5mv8gaiT4QeWnWrZhpN0fI6BeBsm { position:absolute;display:block;z-index:15016;background-color:#1c2459;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-shadow: none;height:2.9375rem;width:2.9375rem;top:9.9375rem;left:8.625rem;display:block; }
#cGIT4NTkFDTvcHFuvHlqEvlIRIW1ZJZ5 { color:#ffffff;display:block;width:2.5rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:700;z-index:15017;line-height:1.3;letter-spacing:0;top:10.5rem;left:8.8125rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Ow3QUpVBwqCiOPbLcpteourNf8ITB8KP { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.9367875rem;width:2.9367875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15027;opacity:1;top:9.6875rem;left:18.9375rem; }
#dHWIDdubZUfGazxJrZwLJaRZtgVXWgi9 { position:absolute;display:block;z-index:15019;background-color:#1c2459;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-shadow: none;height:2.9375rem;width:2.9375rem;top:9.9375rem;left:28.6875rem;display:block; }
#VvngUMgoWML2ZtlyLapyghLp6uwqqgBe { color:#ffffff;display:block;width:2.5rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:700;z-index:15020;line-height:1.3;letter-spacing:0;top:10.5rem;left:28.9375rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#PwlW1LTdb1lphz3nOleJiMZh26cJnwfZ .accordion-element-container { border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;flex-direction:column;align-items:center;background-color:#ffffff;background-image:none;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.2) ;border-top:0.125rem solid #1c2459;border-left:0.125rem solid #1c2459;border-right:0.125rem solid #1c2459;border-bottom:0.125rem solid #1c2459;vertical-align:top; }
#PwlW1LTdb1lphz3nOleJiMZh26cJnwfZ .accordion-heading-container { width:100%;height:auto;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;flex-direction:row;align-items:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;justify-content:space-between;gap:0.625rem; }
#PwlW1LTdb1lphz3nOleJiMZh26cJnwfZ .accordion-heading-text { display:block;position:relative;width:100%;font-family:var(--headlines-font-family);font-weight:700;font-size:1.25rem;color:#1c2459;text-align:center;text-align-last:center; }
#PwlW1LTdb1lphz3nOleJiMZh26cJnwfZ .accordion-desc-text { display:block;position:relative;width:100%;padding-top:1.25rem;padding-right:0;padding-bottom:0;padding-left:0;font-size:1rem;font-family:var(--paragraphs-font-family);color:rgba(var(--color-tertiary-0),1); }
#PwlW1LTdb1lphz3nOleJiMZh26cJnwfZ .accordion-trigger { width:1.25rem;min-width:1.25rem;height:1.25rem;display:block;position:relative;background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-size:auto !important;background-image:url("https://icons.assets-landingi.com/icon_a6cf521a369ee201d29e66196c2483f4c5e9dd1b.svg");background-size:contain !important; }#PwlW1LTdb1lphz3nOleJiMZh26cJnwfZ .accordion-trigger.adaptive-delivery-prevent-bg, #PwlW1LTdb1lphz3nOleJiMZh26cJnwfZ .accordion-trigger.lazyload, #PwlW1LTdb1lphz3nOleJiMZh26cJnwfZ .accordion-trigger.lazyloading { background-image: none; }
#PwlW1LTdb1lphz3nOleJiMZh26cJnwfZ { box-sizing:content-box;height:auto;width:15.3125rem;position:absolute;display:flex;flex-direction:column;gap:0;z-index:15029;background-color:#1c2459;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;padding-top:0.0625rem;padding-right:0.0625rem;padding-bottom:0.0625rem;padding-left:0.0625rem;top:14.6875rem;left:2.375rem; }
#PwlW1LTdb1lphz3nOleJiMZh26cJnwfZ .accordion-element-container:first-of-type .accordion-desc-text { display: none; }#PwlW1LTdb1lphz3nOleJiMZh26cJnwfZ #xqRyCONz7TD2HG6rmVDo9Wvn028BybUO { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#PwlW1LTdb1lphz3nOleJiMZh26cJnwfZ #G9nJ6adqhLBTHF4nrz8Tk4EFpqSpyvh6 { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#PwlW1LTdb1lphz3nOleJiMZh26cJnwfZ #f5qRwRaX9gQ41vb1rFrBKPwuGXEUDAaI { display:block;position:relative; }
#PwlW1LTdb1lphz3nOleJiMZh26cJnwfZ #ASwrQyD6eBKIiLOwaeDX5Gf3QLAKwTPd {  }
#PwlW1LTdb1lphz3nOleJiMZh26cJnwfZ #XT69wehv24K4H3JN4HZdXmLGDyJBRgae {  }
#VpqTHqQ1vO3A30dICTobaxaXC1wBT0VL .accordion-element-container { border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;flex-direction:column;align-items:center;background-color:#ffffff;background-image:none;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.2) ;border-top:0.125rem solid #1c2459;border-left:0.125rem solid #1c2459;border-right:0.125rem solid #1c2459;border-bottom:0.125rem solid #1c2459;vertical-align:top; }
#VpqTHqQ1vO3A30dICTobaxaXC1wBT0VL .accordion-heading-container { width:100%;height:auto;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;flex-direction:row;align-items:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;justify-content:space-between;gap:0.625rem; }
#VpqTHqQ1vO3A30dICTobaxaXC1wBT0VL .accordion-heading-text { display:block;position:relative;width:100%;font-family:var(--headlines-font-family);font-weight:700;font-size:1.25rem;color:#1c2459;text-align:center;text-align-last:center; }
#VpqTHqQ1vO3A30dICTobaxaXC1wBT0VL .accordion-desc-text { display:block;position:relative;width:100%;padding-top:1.25rem;padding-right:0;padding-bottom:0;padding-left:0;font-size:1rem;font-family:var(--paragraphs-font-family);color:rgba(var(--color-tertiary-0),1); }
#VpqTHqQ1vO3A30dICTobaxaXC1wBT0VL .accordion-trigger { width:1.25rem;min-width:1.25rem;height:1.25rem;display:block;position:relative;background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-size:auto !important;background-image:url("https://icons.assets-landingi.com/icon_a6cf521a369ee201d29e66196c2483f4c5e9dd1b.svg");background-size:contain !important; }#VpqTHqQ1vO3A30dICTobaxaXC1wBT0VL .accordion-trigger.adaptive-delivery-prevent-bg, #VpqTHqQ1vO3A30dICTobaxaXC1wBT0VL .accordion-trigger.lazyload, #VpqTHqQ1vO3A30dICTobaxaXC1wBT0VL .accordion-trigger.lazyloading { background-image: none; }
#VpqTHqQ1vO3A30dICTobaxaXC1wBT0VL { box-sizing:content-box;height:auto;width:15.124rem;position:absolute;display:flex;flex-direction:column;gap:0;z-index:15030;background-color:#1c2459;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;padding-top:0.0625rem;padding-right:0.0625rem;padding-bottom:0.0625rem;padding-left:0.0625rem;top:14.6875rem;left:22.5rem; }
#VpqTHqQ1vO3A30dICTobaxaXC1wBT0VL .accordion-element-container:first-of-type .accordion-desc-text { display: none; }#VpqTHqQ1vO3A30dICTobaxaXC1wBT0VL #crscgmJDzCM6vT9vcNJB9AC8geSmLaBR { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#VpqTHqQ1vO3A30dICTobaxaXC1wBT0VL #THfDsltTs9hbqDJeqvHkbVQtoEFT3m6O { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#VpqTHqQ1vO3A30dICTobaxaXC1wBT0VL #o7lu2rEF5HCPeJ85sXiLbz5PLur9r6TC { display:block;position:relative; }
#VpqTHqQ1vO3A30dICTobaxaXC1wBT0VL #eEoeh9gqReAZiGwb8Zw6NdZNJ82ioi98 {  }
#VpqTHqQ1vO3A30dICTobaxaXC1wBT0VL #EoiNetql1GRFksd0JuiP3fVXBJXppNCq {  }
#NNZPTtldfFTahsTkMxWMKZaK2vIXKUrK { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.9367875rem;width:2.9367875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15028;opacity:1;top:9.9375rem;left:38.9375rem; }
#Lv8GnT66vo1FI4pz6gurTkhozMnGKvK0 .accordion-element-container { border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;flex-direction:column;align-items:center;background-color:#ffffff;background-image:none;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.2) ;border-top:0.125rem solid #1c2459;border-left:0.125rem solid #1c2459;border-right:0.125rem solid #1c2459;border-bottom:0.125rem solid #1c2459;vertical-align:top; }
#Lv8GnT66vo1FI4pz6gurTkhozMnGKvK0 .accordion-heading-container { width:100%;height:auto;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;flex-direction:row;align-items:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;justify-content:space-between;gap:0.625rem; }
#Lv8GnT66vo1FI4pz6gurTkhozMnGKvK0 .accordion-heading-text { display:block;position:relative;width:100%;font-family:var(--headlines-font-family);font-weight:700;font-size:1.25rem;color:#1c2459;text-align:center;text-align-last:center; }
#Lv8GnT66vo1FI4pz6gurTkhozMnGKvK0 .accordion-desc-text { display:block;position:relative;width:100%;padding-top:1.25rem;padding-right:0;padding-bottom:0;padding-left:0;font-size:1rem;font-family:var(--paragraphs-font-family);color:rgba(var(--color-tertiary-0),1); }
#Lv8GnT66vo1FI4pz6gurTkhozMnGKvK0 .accordion-trigger { width:1.25rem;min-width:1.25rem;height:1.25rem;display:block;position:relative;background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-size:auto !important;background-image:url("https://icons.assets-landingi.com/icon_a6cf521a369ee201d29e66196c2483f4c5e9dd1b.svg");background-size:contain !important; }#Lv8GnT66vo1FI4pz6gurTkhozMnGKvK0 .accordion-trigger.adaptive-delivery-prevent-bg, #Lv8GnT66vo1FI4pz6gurTkhozMnGKvK0 .accordion-trigger.lazyload, #Lv8GnT66vo1FI4pz6gurTkhozMnGKvK0 .accordion-trigger.lazyloading { background-image: none; }
#Lv8GnT66vo1FI4pz6gurTkhozMnGKvK0 { box-sizing:content-box;height:auto;width:15.124rem;position:absolute;display:flex;flex-direction:column;gap:0;z-index:15031;background-color:#1c2459;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;padding-top:0.0625rem;padding-right:0.0625rem;padding-bottom:0.0625rem;padding-left:0.0625rem;top:14.8125rem;left:42.5rem; }
#Lv8GnT66vo1FI4pz6gurTkhozMnGKvK0 .accordion-element-container:first-of-type .accordion-desc-text { display: none; }#Lv8GnT66vo1FI4pz6gurTkhozMnGKvK0 #aXrkBP7bMP7xmhKxUNnvn9gZyRUmREL5 { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#Lv8GnT66vo1FI4pz6gurTkhozMnGKvK0 #yqRi6LB6winPxTr4onlMIwDWqOMX9XUt { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#Lv8GnT66vo1FI4pz6gurTkhozMnGKvK0 #Mkh3Q3uLsF8mTJa7219Wvd4KNNArCbRg { display:block;position:relative; }
#Lv8GnT66vo1FI4pz6gurTkhozMnGKvK0 #XbSwiPGcoFioOoLI7UpG1JcDIbtWRx02 {  }
#Lv8GnT66vo1FI4pz6gurTkhozMnGKvK0 #a0LiwTdBZFJM9q27oFVLHtIDGcG7Rvw1 {  }
#n60RhdbmT6Gqg5q4rFAE52CwNTdCgUQL { position:absolute;display:block;z-index:15022;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid #1c2459;border-left:0.125rem solid #1c2459;border-right:0.125rem solid #1c2459;border-bottom:0.125rem solid #1c2459;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-shadow: none;height:2.9375rem;width:2.9375rem;top:9.9375rem;left:48.5rem;display:block; }
#goEkbA7BvnriFGdLqzTyu9T3TlMT3T6q { color:#1c2459;display:block;width:2.5rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:700;z-index:15023;line-height:1.3;letter-spacing:0;top:10.625rem;left:48.9375rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#nZ6SdtV2diA1I1A8D6tvIuTV5xHAObL3 { color:#1c2459;display:block;width:60rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2.4375rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:1.8829894065857rem;left:0rem;height:3.16875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#myvXbTtzZki9SLPO5zSi94ugnXkTvQGG { color:#1c2459;display:block;width:60rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15008;line-height:1.3;letter-spacing:0;top:5.6249966621399rem;left:0rem;height:1.4625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Kww9VZu5NTDWHDefbXmqHTMrkCLuxFHo { position:relative;display:none; }#Kww9VZu5NTDWHDefbXmqHTMrkCLuxFHo { border-width: 0; border-radius: 0; }#Kww9VZu5NTDWHDefbXmqHTMrkCLuxFHo > .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; }#Kww9VZu5NTDWHDefbXmqHTMrkCLuxFHo > .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:18.75rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#lnDSwdPRTGW0qDDCExPdALpP57hVRRpI { color:#1c2459;display:block;width:60rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2.4375rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:1.8829894065857rem;left:0rem;height:3.1685rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#mswc2maIemMTlgggqLC4HsIfv2d7OJzN { color:#1c2459;display:block;width:60rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15008;line-height:1.3;letter-spacing:0;top:5.6249966621399rem;left:0rem;height:1.46218125rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#aLkvx1leTsFBDlZ2TCviMTglhCJUGOab { position:absolute;display:block;z-index:15016;background-color:#1c2459;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-shadow: none;height:2.9375rem;width:2.9375rem;top:9.9375rem;left:8.625rem;display:none; }
#TpMfXEUWVDZk64cm6K3TNtuk5h6wmx6F { color:#ffffff;display:block;width:2.5rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:700;z-index:15017;line-height:1.3;letter-spacing:0;top:10.5rem;left:8.8125rem;height:1.62464375rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#gm7ue1azoHWf1iuU5kIIaz8gB5y2t3Ro .accordion-element-container { border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;flex-direction:column;align-items:center;background-color:#ffffff;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;vertical-align:top; }
#gm7ue1azoHWf1iuU5kIIaz8gB5y2t3Ro .accordion-heading-container { width:100%;height:auto;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;flex-direction:row;align-items:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;justify-content:space-between;gap:0.625rem; }
#gm7ue1azoHWf1iuU5kIIaz8gB5y2t3Ro .accordion-heading-text { display:block;position:relative;width:100%;font-family:var(--headlines-font-family);font-weight:700;font-size:1.25rem;color:#1c2459;text-align:center;text-align-last:center; }
#gm7ue1azoHWf1iuU5kIIaz8gB5y2t3Ro .accordion-desc-text { display:block;position:relative;width:100%;padding-top:1.25rem;padding-right:0;padding-bottom:0;padding-left:0;font-size:1rem;font-family:var(--paragraphs-font-family);color:rgba(var(--color-tertiary-0),1); }
#gm7ue1azoHWf1iuU5kIIaz8gB5y2t3Ro .accordion-trigger { width:1.25rem;min-width:1.25rem;height:1.25rem;display:block;position:relative;background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-size:auto !important;background-image:url("https://icons.assets-landingi.com/icon_a6cf521a369ee201d29e66196c2483f4c5e9dd1b.svg");background-size:contain !important; }#gm7ue1azoHWf1iuU5kIIaz8gB5y2t3Ro .accordion-trigger.adaptive-delivery-prevent-bg, #gm7ue1azoHWf1iuU5kIIaz8gB5y2t3Ro .accordion-trigger.lazyload, #gm7ue1azoHWf1iuU5kIIaz8gB5y2t3Ro .accordion-trigger.lazyloading { background-image: none; }
#gm7ue1azoHWf1iuU5kIIaz8gB5y2t3Ro { box-sizing:content-box;height:auto;width:15.3125rem;position:absolute;display:flex;flex-direction:column;gap:0;z-index:15029;background-color:#1c2459;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;padding-top:0.0625rem;padding-right:0.0625rem;padding-bottom:0.0625rem;padding-left:0.0625rem;top:14.6875rem;left:2.375rem;display:none; }
#gm7ue1azoHWf1iuU5kIIaz8gB5y2t3Ro .accordion-element-container:first-of-type .accordion-desc-text { display: none; }#gm7ue1azoHWf1iuU5kIIaz8gB5y2t3Ro #sepcVTZZ1rC6u6E6Ky2AsndkmfdG3P6m { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#gm7ue1azoHWf1iuU5kIIaz8gB5y2t3Ro #uS8vzHtqkwcyOymaGP9c4oNVs1MtMXFM { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#gm7ue1azoHWf1iuU5kIIaz8gB5y2t3Ro #MT0Oao2Pk0obUuBkkiUxIOr6MKkDJEif { display:block;position:relative; }
#gm7ue1azoHWf1iuU5kIIaz8gB5y2t3Ro #GBrGSTsDB4gnKTXgqgTFyozMVxhyv5Qm {  }
#gm7ue1azoHWf1iuU5kIIaz8gB5y2t3Ro #AKJovTWM08dOcS5wJGtSx48H2vLy1PGH {  }
#spW5EKzNnw1Kr9rFmTToKg3T7NMDM3P5 { position:relative;display:none; }#spW5EKzNnw1Kr9rFmTToKg3T7NMDM3P5 { border-width: 0; border-radius: 0; }#spW5EKzNnw1Kr9rFmTToKg3T7NMDM3P5 > .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; }#spW5EKzNnw1Kr9rFmTToKg3T7NMDM3P5 > .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:18.75rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#c0I6d3lv6zSFy21pmEwpikoP1BL1SWlm { position:absolute;display:block;z-index:15019;background-color:#1c2459;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-shadow: none;height:2.9375rem;width:2.9375rem;top:9.9375rem;left:28.6875rem;display:none; }
#rb5E2B7425U4khBf2IqipJ2UhDsqNGFt { color:#ffffff;display:block;width:2.5rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:700;z-index:15020;line-height:1.3;letter-spacing:0;top:10.5rem;left:28.9375rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#gddGtrBGDp9ZXVEp4kMbRMTq55MAmHxB .accordion-element-container { border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;flex-direction:column;align-items:center;background-color:#ffffff;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;vertical-align:top; }
#gddGtrBGDp9ZXVEp4kMbRMTq55MAmHxB .accordion-heading-container { width:100%;height:auto;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;flex-direction:row;align-items:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;justify-content:space-between;gap:0.625rem; }
#gddGtrBGDp9ZXVEp4kMbRMTq55MAmHxB .accordion-heading-text { display:block;position:relative;width:100%;font-family:var(--headlines-font-family);font-weight:700;font-size:1.25rem;color:#1c2459;text-align:center;text-align-last:center; }
#gddGtrBGDp9ZXVEp4kMbRMTq55MAmHxB .accordion-desc-text { display:block;position:relative;width:100%;padding-top:1.25rem;padding-right:0;padding-bottom:0;padding-left:0;font-size:1rem;font-family:var(--paragraphs-font-family);color:rgba(var(--color-tertiary-0),1); }
#gddGtrBGDp9ZXVEp4kMbRMTq55MAmHxB .accordion-trigger { width:1.25rem;min-width:1.25rem;height:1.25rem;display:block;position:relative;background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-size:auto !important;background-image:url("https://icons.assets-landingi.com/icon_a6cf521a369ee201d29e66196c2483f4c5e9dd1b.svg");background-size:contain !important; }#gddGtrBGDp9ZXVEp4kMbRMTq55MAmHxB .accordion-trigger.adaptive-delivery-prevent-bg, #gddGtrBGDp9ZXVEp4kMbRMTq55MAmHxB .accordion-trigger.lazyload, #gddGtrBGDp9ZXVEp4kMbRMTq55MAmHxB .accordion-trigger.lazyloading { background-image: none; }
#gddGtrBGDp9ZXVEp4kMbRMTq55MAmHxB { box-sizing:content-box;height:auto;width:15.1243125rem;position:absolute;display:flex;flex-direction:column;gap:0;z-index:15030;background-color:#1c2459;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;padding-top:0.0625rem;padding-right:0.0625rem;padding-bottom:0.0625rem;padding-left:0.0625rem;top:14.6875rem;left:22.5rem;display:none; }
#gddGtrBGDp9ZXVEp4kMbRMTq55MAmHxB .accordion-element-container:first-of-type .accordion-desc-text { display: none; }#gddGtrBGDp9ZXVEp4kMbRMTq55MAmHxB #UeFhXVRlGGQoi2tHkRmbMSpSEHGiOTCK { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#gddGtrBGDp9ZXVEp4kMbRMTq55MAmHxB #Q8dl0gebr3O2Ndi0VL6BMW60CUuycZMQ { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#gddGtrBGDp9ZXVEp4kMbRMTq55MAmHxB #A0NoDwKLGWp5Aq0ys8TxvdEOKtEyQKoz { display:block;position:relative; }
#gddGtrBGDp9ZXVEp4kMbRMTq55MAmHxB #Zu0AqILoogatTGCT9rnPV39ITNzbqclV {  }
#gddGtrBGDp9ZXVEp4kMbRMTq55MAmHxB #p2HerrMSUK1B2Wfxq3lDMce8C4tiCsTo {  }
#zJlPQR5CSuL1ZN6Ue5VJheSvDeDihTv6 { position:relative;display:none; }#zJlPQR5CSuL1ZN6Ue5VJheSvDeDihTv6 { border-width: 0; border-radius: 0; }#zJlPQR5CSuL1ZN6Ue5VJheSvDeDihTv6 > .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; }#zJlPQR5CSuL1ZN6Ue5VJheSvDeDihTv6 > .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:18.75rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#FOlmqK4Pa72NVXh0q5Ck1kXZJJOV0FXy { position:absolute;display:block;z-index:15022;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid #1c2459;border-left:0.125rem solid #1c2459;border-right:0.125rem solid #1c2459;border-bottom:0.125rem solid #1c2459;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-shadow: none;height:2.9375rem;width:2.9375rem;top:9.9375rem;left:48.5rem;display:none; }
#Ae1MDqFQ0fGbRvKhZzd4INT2g4BBNdV9 { color:#1c2459;display:block;width:2.5rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:700;z-index:15023;line-height:1.3;letter-spacing:0;top:10.625rem;left:48.9375rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#HgVNkXZ01mLKH4w5Fa7ruLWdCCf6NIXW .accordion-element-container { border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;flex-direction:column;align-items:center;background-color:#ffffff;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;vertical-align:top; }
#HgVNkXZ01mLKH4w5Fa7ruLWdCCf6NIXW .accordion-heading-container { width:100%;height:auto;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;flex-direction:row;align-items:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;justify-content:space-between;gap:0.625rem; }
#HgVNkXZ01mLKH4w5Fa7ruLWdCCf6NIXW .accordion-heading-text { display:block;position:relative;width:100%;font-family:var(--headlines-font-family);font-weight:700;font-size:1.25rem;color:#1c2459;text-align:center;text-align-last:center; }
#HgVNkXZ01mLKH4w5Fa7ruLWdCCf6NIXW .accordion-desc-text { display:block;position:relative;width:100%;padding-top:1.25rem;padding-right:0;padding-bottom:0;padding-left:0;font-size:1rem;font-family:var(--paragraphs-font-family);color:rgba(var(--color-tertiary-0),1); }
#HgVNkXZ01mLKH4w5Fa7ruLWdCCf6NIXW .accordion-trigger { width:1.25rem;min-width:1.25rem;height:1.25rem;display:block;position:relative;background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-size:auto !important;background-image:url("https://icons.assets-landingi.com/icon_a6cf521a369ee201d29e66196c2483f4c5e9dd1b.svg");background-size:contain !important; }#HgVNkXZ01mLKH4w5Fa7ruLWdCCf6NIXW .accordion-trigger.adaptive-delivery-prevent-bg, #HgVNkXZ01mLKH4w5Fa7ruLWdCCf6NIXW .accordion-trigger.lazyload, #HgVNkXZ01mLKH4w5Fa7ruLWdCCf6NIXW .accordion-trigger.lazyloading { background-image: none; }
#HgVNkXZ01mLKH4w5Fa7ruLWdCCf6NIXW { box-sizing:content-box;height:auto;width:15.1243125rem;position:absolute;display:flex;flex-direction:column;gap:0;z-index:15031;background-color:#1c2459;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;padding-top:0.0625rem;padding-right:0.0625rem;padding-bottom:0.0625rem;padding-left:0.0625rem;top:14.8125rem;left:42.5rem;display:none; }
#HgVNkXZ01mLKH4w5Fa7ruLWdCCf6NIXW .accordion-element-container:first-of-type .accordion-desc-text { display: none; }#HgVNkXZ01mLKH4w5Fa7ruLWdCCf6NIXW #fJIsZkW3vDhyGFif9rNOACqnAbTHD7EO { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#HgVNkXZ01mLKH4w5Fa7ruLWdCCf6NIXW #XKuTlw0QxlcrARrChAdqS2Z9QuuWpVc3 { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#HgVNkXZ01mLKH4w5Fa7ruLWdCCf6NIXW #gF5aZnPK936KGBnx6fxf1WUi3dVZhFn3 { display:block;position:relative; }
#HgVNkXZ01mLKH4w5Fa7ruLWdCCf6NIXW #qlUd4l2C6oCdTzoBcMU75Wmf6XpsV2Sf {  }
#HgVNkXZ01mLKH4w5Fa7ruLWdCCf6NIXW #T8gzK1EWwmztx1fwCWA9T0wFiH2GyTeW {  }
#Gx4wRZ3KTmuzR35pWtXItxTrrqTDNnbI { position:relative;display:block; }#Gx4wRZ3KTmuzR35pWtXItxTrrqTDNnbI { background-color: transparent; background-image: none; }#Gx4wRZ3KTmuzR35pWtXItxTrrqTDNnbI::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Gx4wRZ3KTmuzR35pWtXItxTrrqTDNnbI > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Gx4wRZ3KTmuzR35pWtXItxTrrqTDNnbI > .row .container > .video-iframe-container { display: none; }#Gx4wRZ3KTmuzR35pWtXItxTrrqTDNnbI > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Gx4wRZ3KTmuzR35pWtXItxTrrqTDNnbI > .row > .video-iframe-container { display: none; }#Gx4wRZ3KTmuzR35pWtXItxTrrqTDNnbI > .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); }#Gx4wRZ3KTmuzR35pWtXItxTrrqTDNnbI { border-width: 0; border-radius: 0; }#Gx4wRZ3KTmuzR35pWtXItxTrrqTDNnbI > .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; }#Gx4wRZ3KTmuzR35pWtXItxTrrqTDNnbI > .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:18.75rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#JRz8cCg9rhNFyAw8T3kuKyqfleQAGGD2 { color:#1c2459;display:block;width:60rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.8125rem;font-weight:300;z-index:15044;line-height:1;letter-spacing:0;top:2.5rem;left:0rem;height:2.8125rem;font-style:italic;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#f1l6c3vWcrvWZ9HlS41l5ytdkKppaOq2 { box-sizing:content-box;height:11.375rem;width:60rem;position:absolute;display:block;z-index:15039;background-color:rgba(var(--color-tertiary-0),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:4.9375rem;left:0rem;display:block; }
#gEWBpi1C1rtd7CiiOIKkgVbR6HbbMp17 { position:absolute;display:block;z-index:15057;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.875rem;width:8rem;top:8.25rem;left:2.5rem;overflow:hidden;display:block; }
#utF3sclhFVsBKHfN52DwTo5ANT1vCfKs { position:absolute;display:block;z-index:15062;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.1875rem;width:5.1875rem;top:7.625rem;left:15.8125rem;overflow:hidden;display:block; }
#OsflZGzoFUHrrqM86MNdfLD2AD6lCA4n { position:absolute;display:block;z-index:15053;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.25rem;width:10.5rem;top:8.5625rem;left:25.625rem;overflow:hidden;display:block; }
#t7rn7bqdG51b1S7q33fVCmzy1xL2Oowu { position:absolute;display:block;z-index:15065;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.4367875rem;width:5.187325rem;top:11.560720443726rem;left:15.812322616577rem;overflow:hidden;display:block; }
#uF4Eh16ZK5baZRonhgvcvPGHACu8cPJb { position:absolute;display:block;z-index:15044;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.5625rem;width:8.6875rem;top:13rem;left:25.625rem;overflow:hidden;display:block; }
#UHZUvQ8A0auR7mkUDwlCnoSGbKKCkOEI { position:absolute;display:block;z-index:15060;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.875rem;width:8.3125rem;top:13.25rem;left:2.375rem;overflow:hidden;display:block; }
#aOweBhTRIDopq5mTUI3FD7Ty6w20GyPt { position:absolute;display:block;z-index:15056;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.875rem;width:12.25rem;top:12.8125rem;left:36.625rem;overflow:hidden;display:block; }
#Z6devEQKXlIuizR5wlmyguNBfW8PHK9b { position:absolute;display:block;z-index:15052;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.625rem;width:7.3125rem;top:7.375rem;left:39.0625rem;overflow:hidden;display:block; }
#FgSWnK9pNCtEUzKl2xni2ze38Hw42bAi { position:absolute;display:block;z-index:15065;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:2rem;width:7.625rem;top:13.25rem;left:50.5rem;overflow:hidden;display:block; }
#ALOG0EsS0eeR7hGOuVIkdI22mxoQyki2 { position:absolute;display:block;z-index:15066;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.5rem;width:7.1875rem;top:8.25rem;left:50.75rem;overflow:hidden;display:block; }
#lIcdULZ53ixKn8EkuXXSp0e4ueMcRTqC { box-sizing:content-box;height:3.5617875rem;width:20rem;position:absolute;display:block;z-index:15043;background-color:#1c2459;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:18.75rem;left:0rem;display:block; }
#BvW3fV5ndH6oEcbeAPoMPm4r5La3oQr4 { position:relative;display:block; }#BvW3fV5ndH6oEcbeAPoMPm4r5La3oQr4 { background-color: transparent; background-image: none; }#BvW3fV5ndH6oEcbeAPoMPm4r5La3oQr4::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BvW3fV5ndH6oEcbeAPoMPm4r5La3oQr4 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BvW3fV5ndH6oEcbeAPoMPm4r5La3oQr4 > .row .container > .video-iframe-container { display: none; }#BvW3fV5ndH6oEcbeAPoMPm4r5La3oQr4 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BvW3fV5ndH6oEcbeAPoMPm4r5La3oQr4 > .row > .video-iframe-container { display: none; }#BvW3fV5ndH6oEcbeAPoMPm4r5La3oQr4 > .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); }#BvW3fV5ndH6oEcbeAPoMPm4r5La3oQr4 { border-width: 0; border-radius: 0; }#BvW3fV5ndH6oEcbeAPoMPm4r5La3oQr4 > .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; }#BvW3fV5ndH6oEcbeAPoMPm4r5La3oQr4 > .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:43.25rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#U0zP0bDnOTE072rdaCiqpal2dgDGG9tK { color:#ffffff;display:block;width:9.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.875rem;font-weight:700;z-index:15061;line-height:1.3;letter-spacing:0;top:0.5625rem;left:5.5rem;height:2.4375rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#IuEF5BiIhtxdG9Pi1zprdTTT536lvODh { color:#1c2459;display:block;width:60rem;position:absolute;font-family:"cabinet grotesk";font-size:2.8125rem;font-weight:300;z-index:15043;line-height:.9;letter-spacing:0;top:5.6875rem;left:0rem;height:2.53125rem;font-style:italic;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#cQ9iSh4ImyLi9eQN5ldpX4NKOLg5q36T { position:absolute;display:block;z-index:15083;border-top:0.3125rem solid #1c2459;border-left:0.3125rem solid #1c2459;border-right:0.3125rem solid #1c2459;border-bottom:0.3125rem solid #1c2459;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:8.1875rem;width:8.1875rem;top:11.6875rem;left:5.4375rem;overflow:hidden;display:block; }
#a9HtrC9GZQ8bn6NT4HqqQE9eITczTfxE { color:#ffffff;display:block;width:20.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.875rem;font-weight:700;z-index:15061;line-height:1.3;letter-spacing:0;top:0.5625rem;left:20rem;height:2.4375rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#JcAZd7LKWr8RCCmuNGSRXfmGapLF0emN { box-sizing:content-box;height:3.5625rem;width:20rem;position:absolute;display:block;z-index:15044;background-color:#dc0d17;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:0rem;left:20rem;display:block; }
#fiipgafprJqyfacworOvrFWtTd7TIGKZ { position:absolute;display:block;z-index:15083;border-top:0.3125rem solid #dc0d17;border-left:0.3125rem solid #dc0d17;border-right:0.3125rem solid #dc0d17;border-bottom:0.3125rem solid #dc0d17;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:8.1875rem;width:8.1875rem;top:11.6875rem;left:25.4375rem;overflow:hidden;display:block; }
#R2rtso2PakK8783HxOJrALMR0kBSEMQ3 { color:#1c2459;display:block;width:9.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:700;z-index:15060;line-height:1.3;letter-spacing:0;top:21.8125rem;left:5.375rem;height:1.4625rem;font-style:normal;text-align:left;text-align-last:left;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; }
#CrBA5Od8tJq7Jvoaoxfxlo5kkaxB96F5 { color:#dc0d17;display:block;width:9.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:700;z-index:15060;line-height:1.3;letter-spacing:0;top:21.8125rem;left:25.375rem;height:1.4625rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#MTp2q3rzQXV1yeSlEHu5OpshRAzr2TZJ { color:#1c2459;display:block;width:14.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:400;z-index:15061;line-height:1.3;letter-spacing:0;top:24.625rem;left:2.8125rem;height:2.925rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#xrD16hgTxHRZ9sqLHQT91aILcVWI53qu { color:#dc0d17;display:block;width:17.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:400;z-index:15061;line-height:1.3;letter-spacing:0;top:24.625rem;left:21.375rem;height:2.925rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#NTJ7QMTNKT0pdAMrbTb5AE466l2327H0 { box-sizing:content-box;height:3.5625rem;width:20rem;position:absolute;display:block;z-index:15045;background-color:#00667d;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:0rem;left:40rem;display:block; }
#Z1ElK0m4ZKRvuwz4NRLqrFIZufKwnSm7 { color:#1c2459;display:block;width:17.249625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15059;line-height:1.3;letter-spacing:0;top:29.186790466309rem;left:1.3742885589599rem;height:6.8235rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#vBtTKTVAEJoWyRipZWQr8bEhmAVzfBgV { color:#00667d;display:block;width:17.8125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:400;z-index:15066;line-height:1.3;letter-spacing:0;top:24.75rem;left:41rem;height:2.925rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#Kql0KlqfCm4eNSfZVzi0uDtBNXtNs99T { color:#dc0d17;display:block;width:17.249625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15059;line-height:1.3;letter-spacing:0;top:29.186790466309rem;left:21.37428855896rem;height:3.4125rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#hFVR0ohls0rT8axdzBG9qymxFgIQDwRo { color:#00667d;display:block;width:17.249625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15064;line-height:1.3;letter-spacing:0;top:29.186790466309rem;left:41.37428855896rem;height:12.50975rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#uHUvCWkn59yxemtc3xXuy8U28Gy1zCMm { color:#00667d;display:block;width:13.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:700;z-index:15065;line-height:1.3;letter-spacing:0;top:21.9375rem;left:43.3125rem;height:1.4625rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#tNq0FfIlsVgqqWN6M0dl5MQUCCdg7yR6 { color:#ffffff;display:block;width:13.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.875rem;font-weight:700;z-index:15066;line-height:1.3;letter-spacing:0;top:0.5625rem;left:43.375rem;height:2.4375rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#e5Qw5GA73c241sEn549SrL9nZTEJormV { position:absolute;display:block;z-index:15086;border-top:0.3125rem solid #00667d;border-left:0.3125rem solid #00667d;border-right:0.3125rem solid #00667d;border-bottom:0.3125rem solid #00667d;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:8.1875rem;width:8.1875rem;top:11.6875rem;left:45.4375rem;overflow:hidden;display:block; }
#sTs1Of1EkK95TnFyGW3zcmeumOC75TSk { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#1c2459;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; }#sTs1Of1EkK95TnFyGW3zcmeumOC75TSk > .row .container { background-color: transparent; background-image: none; }#sTs1Of1EkK95TnFyGW3zcmeumOC75TSk::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sTs1Of1EkK95TnFyGW3zcmeumOC75TSk > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sTs1Of1EkK95TnFyGW3zcmeumOC75TSk > .row .container > .video-iframe-container { display: none; }#sTs1Of1EkK95TnFyGW3zcmeumOC75TSk > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sTs1Of1EkK95TnFyGW3zcmeumOC75TSk > .row > .video-iframe-container { display: none; }#sTs1Of1EkK95TnFyGW3zcmeumOC75TSk > .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); }#sTs1Of1EkK95TnFyGW3zcmeumOC75TSk > .row .container { border-width: 0; border-radius: 0; }#sTs1Of1EkK95TnFyGW3zcmeumOC75TSk > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#sTs1Of1EkK95TnFyGW3zcmeumOC75TSk > .row .container { font-size:0.875rem;font-family:arial;height:91.1875rem;width:60rem;position:relative;display:block; }#r6TDhoN5RpOnxXzwPg1BRwCJmKRlGv3g { color:#ffffff;display:block;width:60rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2.1875rem;font-weight:700;z-index:15015;line-height:1.3;letter-spacing:0;top:2.375rem;left:0rem;height:2.84375rem;text-align:center;text-align-last:center;font-style:italic;display:block; }
#fiZpe2p4kXrOsZU3tGlbHxxeoqd5W9vb { color:#dc0d17;display:block;width:60rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:700;z-index:15016;line-height:1.3;letter-spacing:0;top:8.875rem;left:0rem;height:2.4375rem;text-align:center;text-align-last:center;font-style:italic;display:block; }
#uvQhCIUop59E0uC9tQAJDvFZcJh72BAo { position:absolute;display:block;z-index:15019;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:10.375rem;width:10.625rem;top:14.1875rem;left:0rem;overflow:hidden;display:block; }
#Kt9mq19lAKUCRF1AAwx7TzIuRtP5Ihyg { color:#ffffff;display:block;width:17.1230625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15023;line-height:1.4;letter-spacing:0;top:14.1875rem;left:10.625rem;height:1.75rem;font-style:normal;display:block; }
#BU1eavdbRu5ndkHfTGRBlCn3I5xWGu9v { color:#ffffff;display:block;width:17.1220625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15036;line-height:1.4;letter-spacing:0;top:15.75rem;left:10.6875rem;height:1.57404375rem;font-style:normal;display:block; }
#Sw5z66qpw0PHWLzxFylOMNvI6Co3UWQS { color:#ffffff;display:block;width:17.2484375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:400;z-index:15028;line-height:1.3;letter-spacing:0;top:25.3125rem;left:11.75rem;height:4.144175rem;text-align:left;text-align-last:left;font-style:italic;display:block; }
#zme5USeLs9ErmTFEJa7Ewogmdv2z7t4J { color:#ffffff;display:block;width:17.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:400;z-index:15027;line-height:1.3;letter-spacing:0;top:19.375rem;left:11.4375rem;height:4.144175rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#gv49cPW1RIlxdBklivvwmzcXoI719KHO { color:#ffffff;display:block;width:9.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15037;line-height:1.4;letter-spacing:0;top:25.875rem;left:0.6875rem;height:3.67543125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#vl2NnQPNtHVwT7pnN50IOwD44X7wpx9A { position:absolute;display:block;z-index:15047;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.375rem;width:10.625rem;top:13.9375rem;left:30.5rem;overflow:hidden;display:block; }
#PiM9QqloH7ybhgpSC0xQ3NV5AHFZsesR { color:#ffffff;display:block;width:9.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15038;line-height:1.4;letter-spacing:0;top:26.875rem;left:31.1875rem;height:3.67543125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#iQwQQ9HsbSwMdWvvGO3t4H2vPF37OHu4 { color:#ffffff;display:block;width:17.2484375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:400;z-index:15039;line-height:1.3;letter-spacing:0;top:25rem;left:42.125rem;height:4.144175rem;text-align:left;text-align-last:left;font-style:italic;display:block; }
#htFEwZ1BThoH2CvtWTUOWTTaTUO9h7Fm { color:#ffffff;display:block;width:17.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:400;z-index:15038;line-height:1.3;letter-spacing:0;top:19.8125rem;left:42.1875rem;height:4.144175rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#RxwtxzCml60fqw0T0u0JlABBe1JwbGDZ { color:#ffffff;display:block;width:17.121875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15035;line-height:1.4;letter-spacing:0;top:17.0625rem;left:42.1875rem;height:1.57404375rem;font-style:normal;display:block; }
#QnK6xcoNcMr7IdButneiHAgO5A5uX1AH { color:#ffffff;display:block;width:17.122625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15034;line-height:1.4;letter-spacing:0;top:13.5625rem;left:42.1875rem;height:3.5rem;font-style:normal;display:block; }
#GwdSisaG5dwcKmQPxZuMz5DPqaBmHM5F { color:#dc0d17;display:block;width:60rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:700;z-index:15017;line-height:1.3;letter-spacing:0;top:33.9375rem;left:0rem;height:2.4375rem;text-align:center;text-align-last:center;font-style:italic;display:block; }
#UaWlRmilBWfIWCRqe0ITVCIlX64dbPGu { position:absolute;display:block;z-index:15029;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:10.25rem;width:10.5rem;top:40rem;left:0rem;overflow:hidden;display:block; }
#XzUTBgBna1dxP0DqhcGka4tiLWRqOicQ { color:#ffffff;display:block;width:17.124rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15033;line-height:1.4;letter-spacing:0;top:40.0625rem;left:11.625rem;height:1.75rem;font-style:normal;display:block; }
#G7CqMvE1HT653UKfxBxGGmlo9aazgsRo { color:#ffffff;display:block;width:17.1228125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15034;line-height:1.4;letter-spacing:0;top:41.625rem;left:11.625rem;height:1.57404375rem;font-style:normal;display:block; }
#INTSwVNUyGn7ZET2KkapNfxZA69MBQBO { color:#ffffff;display:block;width:17.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:400;z-index:15037;line-height:1.3;letter-spacing:0;top:45rem;left:11.625rem;height:5.52556875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#KxoJ0n2Zsgn9CWNqAsWCyuJ278LabX5q { color:#ffffff;display:block;width:17.24975rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:400;z-index:15038;line-height:1.3;letter-spacing:0;top:51.8125rem;left:11.5625rem;height:5.52556875rem;text-align:left;text-align-last:left;font-style:italic;display:block; }
#mfFXmL212MmPrqgQhT1QhroIyOlIXcsq { color:#ffffff;display:block;width:9.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15038;line-height:1.4;letter-spacing:0;top:52.5625rem;left:0.625rem;height:3.67543125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#HyTi157KPr16B1XQNhtEpyyeRJGLT534 { position:absolute;display:block;z-index:15046;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.375rem;width:10.625rem;top:40.375rem;left:30.5rem;overflow:hidden;display:block; }
#lxeTQLJC8JrTSxN6f0mpRF7O3F0GF5iK { color:#ffffff;display:block;width:9.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15037;line-height:1.4;letter-spacing:0;top:53.3125rem;left:31.1875rem;height:3.67543125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#mKdTinbTlkvPSKKsm56ypPV2WX3MMGg5 { color:#ffffff;display:block;width:17.2484375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:400;z-index:15038;line-height:1.3;letter-spacing:0;top:51.4375rem;left:42.125rem;height:4.144175rem;text-align:left;text-align-last:left;font-style:italic;display:block; }
#asKWPQ0rNK55nX1LOHaGEE59Ir1TiGRp { color:#ffffff;display:block;width:17.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:400;z-index:15037;line-height:1.3;letter-spacing:0;top:44.75rem;left:42.1875rem;height:5.52556875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#fXfeuKgZwM1KMWrwmSQI97uPnLwF1hvA { color:#ffffff;display:block;width:17.121875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15034;line-height:1.4;letter-spacing:0;top:41.75rem;left:42.1875rem;height:1.57404375rem;font-style:normal;display:block; }
#Tu0ofIaWfeCkyhrnlsKsVbxm4lsKL22o { color:#ffffff;display:block;width:17.122625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15033;line-height:1.4;letter-spacing:0;top:40rem;left:42.1875rem;height:1.75rem;font-style:normal;display:block; }
#AwfEWum6KirqFfEUzCfATXkEgzeciOig { color:#dc0d17;display:block;width:60rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:700;z-index:15016;line-height:1.3;letter-spacing:0;top:60.6875rem;left:0rem;height:2.4375rem;text-align:center;text-align-last:center;font-style:italic;display:block; }
#kvlSutlDu2VLkr4lBNizgeDXyho0xG7I { color:#ffffff;display:block;width:17.1230625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15022;line-height:1.4;letter-spacing:0;top:68.3125rem;left:11.4375rem;height:1.75rem;font-style:normal;display:block; }
#zSs0v7wMJIvzxTmJdOV05ryPxxEBSmJc { 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:10.375rem;width:10.625rem;top:66.25rem;left:0rem;overflow:hidden;display:block; }
#O6V76PD3OksOTBE9CqyDMRzfSDfKmbnF { color:#ffffff;display:block;width:17.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:400;z-index:15026;line-height:1.3;letter-spacing:0;top:74.125rem;left:11.4677734375rem;height:6.9069375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#RVZdG9fdeqovbB7XzQfQk9TeLrfK1oHo { color:#ffffff;display:block;width:17.121125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15035;line-height:1.4;letter-spacing:0;top:69.875rem;left:11.5rem;height:1.57404375rem;font-style:normal;display:block; }
#uo2PAiFhILlgzAnzuFUyNvwStxya6AiZ { color:#ffffff;display:block;width:17.2480625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:400;z-index:15027;line-height:1.3;letter-spacing:0;top:83.25rem;left:11.75rem;height:5.52556875rem;text-align:left;text-align-last:left;font-style:italic;display:block; }
#CbTLboabeQ4brKdBMd7OciaEAXluKLBT { position:absolute;display:block;z-index:15046;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.375rem;width:10.625rem;top:68.312318801881rem;left:30.498933792114rem;overflow:hidden;display:block; }
#p8FQlf3ToEKTvGUlm4TRHUTo7Ng3Tpuo { color:#ffffff;display:block;width:9.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15037;line-height:1.4;letter-spacing:0;top:85.155357360837rem;left:31.186079025269rem;height:3.67543125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#s8m2owU5vE6WfFz2d8P4nCCglDoZJHCx { color:#ffffff;display:block;width:9.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15036;line-height:1.4;letter-spacing:0;top:85.162109375rem;left:0.6875rem;height:3.67543125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#NKMpHba4mt9PrBHgUi2fyW61MuVWfux4 { color:#ffffff;display:block;width:17.2480625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:400;z-index:15038;line-height:1.3;letter-spacing:0;top:83.25rem;left:42.125rem;height:5.52556875rem;text-align:left;text-align-last:left;font-style:italic;display:block; }
#kxpgAfp6EFXsdB3dksfA4SUJHWEpxern { color:#ffffff;display:block;width:17.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:400;z-index:15037;line-height:1.3;letter-spacing:0;top:74.125rem;left:42.1875rem;height:6.9069375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#BtQU3V3duiLZEQmNPAQsDyg9OKwEp7l4 { color:#ffffff;display:block;width:17.121125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15034;line-height:1.4;letter-spacing:0;top:69.8125rem;left:42.1875rem;height:1.57404375rem;font-style:normal;display:block; }
#UdrTmRULS89cOfRRZLU1ElLtDiLbSNNI { color:#ffffff;display:block;width:17.1220625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15033;line-height:1.4;letter-spacing:0;top:68.25rem;left:42.1875rem;height:1.75rem;font-style:normal;display:block; }
#ZkEecatnLgknNuB5UVrIrRMQp4Lg9mT2 { position:relative;display:none; }#ZkEecatnLgknNuB5UVrIrRMQp4Lg9mT2 { border-width: 0; border-radius: 0; }#ZkEecatnLgknNuB5UVrIrRMQp4Lg9mT2 > .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; }#ZkEecatnLgknNuB5UVrIrRMQp4Lg9mT2 > .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:5rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#tSlCXoI6OkZoRC0mFNS4bzIqhUEMMFXS { background-color:#1d254a;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:21.5rem;height:3.4375rem;text-decoration:none;z-index:15041;text-align:center;text-align-last:center;top:1.0617170333863rem;left:19.250001907349rem;display:block; }
#Hg3NCr3a3Pn3kl1N34zTdHVCX0VTScyo { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#OZm8TilZHf58SkTh6CyfLDEbFbIyCd4X { position:absolute;display:block;z-index:15000;height:21.75rem;width:38.75rem;top:1.0615234375rem;left:10.625rem;display:block; }
#xbRn9MTRxKDRyrh0bEplMEOdXy9f31bG { position:relative;display:none; }#xbRn9MTRxKDRyrh0bEplMEOdXy9f31bG { border-width: 0; border-radius: 0; }#xbRn9MTRxKDRyrh0bEplMEOdXy9f31bG > .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; }#xbRn9MTRxKDRyrh0bEplMEOdXy9f31bG > .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:18.75rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#XTap5sHCwWWoN0HigWHs2nCrRcTVUixQ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#XTap5sHCwWWoN0HigWHs2nCrRcTVUixQ > .row .container { background-color: transparent; background-image: none; }#XTap5sHCwWWoN0HigWHs2nCrRcTVUixQ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XTap5sHCwWWoN0HigWHs2nCrRcTVUixQ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XTap5sHCwWWoN0HigWHs2nCrRcTVUixQ > .row .container > .video-iframe-container { display: none; }#XTap5sHCwWWoN0HigWHs2nCrRcTVUixQ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XTap5sHCwWWoN0HigWHs2nCrRcTVUixQ > .row > .video-iframe-container { display: none; }#XTap5sHCwWWoN0HigWHs2nCrRcTVUixQ > .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); }#XTap5sHCwWWoN0HigWHs2nCrRcTVUixQ > .row .container { border-width: 0; border-radius: 0; }#XTap5sHCwWWoN0HigWHs2nCrRcTVUixQ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#XTap5sHCwWWoN0HigWHs2nCrRcTVUixQ > .row .container { font-size:0.875rem;font-family:arial;height:20.5rem;width:60rem;position:relative;display:block; }#OPAy3zvUzagWBeDgKgrQm7m5oe20s8fh { color:#1c2459;display:block;width:30rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.1875rem;font-weight:300;z-index:15021;line-height:.9;letter-spacing:0;top:4.0625rem;left:0rem;height:;font-style:italic;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#rTNGqlVTfhy2c6Du2aGuF09NPluKCqRf .accordion-element-container { border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;flex-direction:column;align-items:center;background-color:transparent;background-image:none;vertical-align:top;border-top:0;border-left:0;border-right:0;border-bottom:0.0625rem solid rgba(var(--color-secondary-4),1); }
#rTNGqlVTfhy2c6Du2aGuF09NPluKCqRf .accordion-heading-container { width:100%;height:auto;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;flex-direction:row;align-items:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;justify-content:space-between;gap:0.625rem; }
#rTNGqlVTfhy2c6Du2aGuF09NPluKCqRf .accordion-heading-text { display:block;position:relative;width:100%;font-weight:700;font-size:1.125rem;font-family:var(--paragraphs-font-family);color:#1c2459;height:auto;font-style:normal; }
#rTNGqlVTfhy2c6Du2aGuF09NPluKCqRf .accordion-desc-text { display:block;position:relative;width:100%;padding-top:1.25rem;padding-right:0;padding-bottom:0;padding-left:0;font-size:0.9375rem;font-family:var(--paragraphs-font-family);font-weight:400;font-style:normal;height:auto;color:rgba(var(--color-secondary-4),1);line-height:1.2;overflow:hidden; }
#rTNGqlVTfhy2c6Du2aGuF09NPluKCqRf .accordion-trigger { width:1.0625rem;min-width:1.0625rem;height:1.0625rem;display:block;position:relative;background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-size:auto !important;background-image:url("https://icons.assets-landingi.com/icon_47e737d6bf1af38a50c0df4e7f2b0ab1f93b8813.svg");background-size:contain !important; }#rTNGqlVTfhy2c6Du2aGuF09NPluKCqRf .accordion-trigger.adaptive-delivery-prevent-bg, #rTNGqlVTfhy2c6Du2aGuF09NPluKCqRf .accordion-trigger.lazyload, #rTNGqlVTfhy2c6Du2aGuF09NPluKCqRf .accordion-trigger.lazyloading { background-image: none; }
#rTNGqlVTfhy2c6Du2aGuF09NPluKCqRf { box-sizing:content-box;height:auto;width:28.3730625rem;position:absolute;display:flex;flex-direction:column;gap:0;z-index:15023;background-color:transparent;background-image:none;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;top:2.03125rem;left:30.8125rem; }
#rTNGqlVTfhy2c6Du2aGuF09NPluKCqRf .accordion-element-container:first-of-type .accordion-desc-text { display: none; }#rTNGqlVTfhy2c6Du2aGuF09NPluKCqRf #vcusGxWbl3Il5lD1OMznnRqAfqozcyPx { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#rTNGqlVTfhy2c6Du2aGuF09NPluKCqRf #Hh1ygrLGGpyTTXdZdb3wCvMf5ewJEt9K { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#rTNGqlVTfhy2c6Du2aGuF09NPluKCqRf #KiOflehykbcI7fEI5WRVuSy681x2hwac { display:block;position:relative; }
#rTNGqlVTfhy2c6Du2aGuF09NPluKCqRf #ms4fkNxOVQPF7do64dC24sT7zgrwqKQM {  }
#rTNGqlVTfhy2c6Du2aGuF09NPluKCqRf #tkNAWhX0y02H1tsO8GUAsUTu9AO3RyIn {  }
#rTNGqlVTfhy2c6Du2aGuF09NPluKCqRf #CrvD1938091FVsBZO977hsDPKXulyAEk { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#rTNGqlVTfhy2c6Du2aGuF09NPluKCqRf #UnolWR5T8GHHUyoZ2Tgn3FGSdB7S6qpE { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#rTNGqlVTfhy2c6Du2aGuF09NPluKCqRf #rLyskXqrz9gGM7NPhUsSBxdhATVaw1Cm { display:block;position:relative; }
#rTNGqlVTfhy2c6Du2aGuF09NPluKCqRf #kLtXc9hiGyt9whQpzkPOM1Q7iil69eMh {  }
#rTNGqlVTfhy2c6Du2aGuF09NPluKCqRf #pL7kWfAdqQTdbUHMHEQePfAyHh8JqA75 { display:none; }
#rTNGqlVTfhy2c6Du2aGuF09NPluKCqRf #VB7wTrgiGc470QOycvJIkp5VbGtQRo7V { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#rTNGqlVTfhy2c6Du2aGuF09NPluKCqRf #vbWkqQ9tUuQ7yuz7qJ32mgMJb9yZG1Py { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#rTNGqlVTfhy2c6Du2aGuF09NPluKCqRf #feUWvRg1JqNyOIfZ5ENISCTK5E5DuWbM { display:block;position:relative; }
#rTNGqlVTfhy2c6Du2aGuF09NPluKCqRf #qBkwR7kPAL2dvaohTOkEmkqRRUwvToTQ {  }
#rTNGqlVTfhy2c6Du2aGuF09NPluKCqRf #UN2ir4W9SF63nvhFOQHfOMsU2olGwwLP { display:none; }
#rTNGqlVTfhy2c6Du2aGuF09NPluKCqRf #HIbI5HDXwXi4JUcIiviLfQJti0JdVwsK { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#rTNGqlVTfhy2c6Du2aGuF09NPluKCqRf #uDCXPqSSKWr8ExwX1dh22U4TdoIW1y0V { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#rTNGqlVTfhy2c6Du2aGuF09NPluKCqRf #psHPWueaEwnttWXRrkesc12E50P3t7Ew { display:block;position:relative; }
#rTNGqlVTfhy2c6Du2aGuF09NPluKCqRf #Ak7ZukwXGra0cddfl2DyaJGTratLRiAt {  }
#rTNGqlVTfhy2c6Du2aGuF09NPluKCqRf #icfPODhEd0DR5wRMTL1V2XvMXmfZBA6b { display:none; }
#rTNGqlVTfhy2c6Du2aGuF09NPluKCqRf #ddEd5XDrCUmTImlWOAPhNmyU4I6DfRyZ { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#rTNGqlVTfhy2c6Du2aGuF09NPluKCqRf #nSGqgsU69gcGuxWKHm3G3hQe0zUt9NbH { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#rTNGqlVTfhy2c6Du2aGuF09NPluKCqRf #vilZpdH7bn0bcRFfkKouozuCVdlQ8XNs { display:block;position:relative; }
#rTNGqlVTfhy2c6Du2aGuF09NPluKCqRf #NDZsHUQrETeJaDEm2fOTcv2cP2Ohw4ey {  }
#rTNGqlVTfhy2c6Du2aGuF09NPluKCqRf #HmuJt01VcCXGVWeFcdmyo3Rlbu0RCqHb { display:none; }
#MEDT4EebDahogdSXr7FCnt3TrwF8I9nw { color:#1c2459;display:block;width:26.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:700;z-index:15025;line-height:1;letter-spacing:0;top:16.932708740234rem;left:0rem;height:1.5625rem;font-style:italic;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#bPVUekGcnvDTMkXIiRJkLp3SBTVhTk2S { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#1c2459;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; }#bPVUekGcnvDTMkXIiRJkLp3SBTVhTk2S > .row .container { background-color: transparent; background-image: none; }#bPVUekGcnvDTMkXIiRJkLp3SBTVhTk2S::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bPVUekGcnvDTMkXIiRJkLp3SBTVhTk2S > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bPVUekGcnvDTMkXIiRJkLp3SBTVhTk2S > .row .container > .video-iframe-container { display: none; }#bPVUekGcnvDTMkXIiRJkLp3SBTVhTk2S > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bPVUekGcnvDTMkXIiRJkLp3SBTVhTk2S > .row > .video-iframe-container { display: none; }#bPVUekGcnvDTMkXIiRJkLp3SBTVhTk2S > .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); }#bPVUekGcnvDTMkXIiRJkLp3SBTVhTk2S > .row .container { border-width: 0; border-radius: 0; }#bPVUekGcnvDTMkXIiRJkLp3SBTVhTk2S > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#bPVUekGcnvDTMkXIiRJkLp3SBTVhTk2S > .row .container { font-size:0.875rem;font-family:arial;height:23.75rem;width:60rem;position:relative;display:block; }#A4pU78RggFa6diFxKJKvxz5M6uxxDLwL { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:20.4375rem;width:37.375rem;top:1.4375rem;left:0rem;display:block; }
#TT3IdtMSiag2aVTL5yT0Le8LvOaHr1Io { color:rgba(var(--color-tertiary-0),1);display:block;width:20.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:700;z-index:15026;line-height:1.2;letter-spacing:0;top:1.4375rem;left:39.937501907349rem;height:3.14808125rem;font-style:italic;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#PagDMxXTLXE3xQtNVZftsctOEJhdKyFt { color:rgba(var(--color-tertiary-0),1);display:block;width:20.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:300;z-index:15000;line-height:1.2;letter-spacing:0;top:6.71875rem;left:39.937501907349rem;height:;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#Q86IKyDvyULaIecVTQSZwIKdbl7PEKwt { box-sizing:content-box;height:0.125rem;width:3.125rem;position:absolute;display:block;z-index:15027;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:5.0625rem;left:48.437498092651rem;display:block; }
#CdWCwW4omeEWZTMFiEPSkVFuTNzHTKD6 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#CdWCwW4omeEWZTMFiEPSkVFuTNzHTKD6 > .row .container { background-color: transparent; background-image: none; }#CdWCwW4omeEWZTMFiEPSkVFuTNzHTKD6::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CdWCwW4omeEWZTMFiEPSkVFuTNzHTKD6 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CdWCwW4omeEWZTMFiEPSkVFuTNzHTKD6 > .row .container > .video-iframe-container { display: none; }#CdWCwW4omeEWZTMFiEPSkVFuTNzHTKD6 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CdWCwW4omeEWZTMFiEPSkVFuTNzHTKD6 > .row > .video-iframe-container { display: none; }#CdWCwW4omeEWZTMFiEPSkVFuTNzHTKD6 > .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); }#CdWCwW4omeEWZTMFiEPSkVFuTNzHTKD6 > .row .container { border-width: 0; border-radius: 0; }#CdWCwW4omeEWZTMFiEPSkVFuTNzHTKD6 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#CdWCwW4omeEWZTMFiEPSkVFuTNzHTKD6 > .row .container { font-size:0.875rem;font-family:arial;height:7.0625rem;width:60rem;position:relative;display:block; }#xzt068KF4i5Qxz5kdRHvF5AT1ZkumwDm { color:#dc0d17;display:block;width:26.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.75rem;font-weight:300;z-index:15023;line-height:.9;letter-spacing:0;top:3.375rem;left:0rem;height:2.47514375rem;font-style:italic;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#OhwIJ9TFBltrl9AIA7VWQ6OTPT9v4oEm { color:#1c2459;display:block;width:22.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.4375rem;font-weight:700;z-index:15023;line-height:1;letter-spacing:0;top:1.4375rem;left:0rem;height:1.4375rem;font-style:italic;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#lt9rkUILtpTrOQdg4VPP6feyOmA0hBOn { position:absolute;display:block;z-index:15041;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.5625rem;width:4.5625rem;top:2.349609375rem;left:54.625rem;overflow:hidden;display:block; }
#UFWFsaqKVp2u9wHOR1K9KDTvk2JgZLgP { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#UFWFsaqKVp2u9wHOR1K9KDTvk2JgZLgP > .row .container { background-color: transparent; background-image: none; }#UFWFsaqKVp2u9wHOR1K9KDTvk2JgZLgP::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UFWFsaqKVp2u9wHOR1K9KDTvk2JgZLgP > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UFWFsaqKVp2u9wHOR1K9KDTvk2JgZLgP > .row .container > .video-iframe-container { display: none; }#UFWFsaqKVp2u9wHOR1K9KDTvk2JgZLgP > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UFWFsaqKVp2u9wHOR1K9KDTvk2JgZLgP > .row > .video-iframe-container { display: none; }#UFWFsaqKVp2u9wHOR1K9KDTvk2JgZLgP > .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); }#UFWFsaqKVp2u9wHOR1K9KDTvk2JgZLgP > .row .container { border-width: 0; border-radius: 0; }#UFWFsaqKVp2u9wHOR1K9KDTvk2JgZLgP > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#UFWFsaqKVp2u9wHOR1K9KDTvk2JgZLgP > .row .container { font-size:0.875rem;font-family:arial;height:18.125rem;width:60rem;position:relative;display:block; }#dtlL3ASMBXcSFTDpwXuVoJ7FPMUxyn2s { position:absolute;display:block;z-index:15042;height:18rem;width:60rem;top:0rem;left:0rem;display:block; }
#wLhbPguS9bcgkhtgT9qHTpu6FHM1s38P { position:relative;display:block; }#wLhbPguS9bcgkhtgT9qHTpu6FHM1s38P { background-color: transparent; background-image: none; }#wLhbPguS9bcgkhtgT9qHTpu6FHM1s38P::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wLhbPguS9bcgkhtgT9qHTpu6FHM1s38P > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wLhbPguS9bcgkhtgT9qHTpu6FHM1s38P > .row .container > .video-iframe-container { display: none; }#wLhbPguS9bcgkhtgT9qHTpu6FHM1s38P > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wLhbPguS9bcgkhtgT9qHTpu6FHM1s38P > .row > .video-iframe-container { display: none; }#wLhbPguS9bcgkhtgT9qHTpu6FHM1s38P > .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); }#wLhbPguS9bcgkhtgT9qHTpu6FHM1s38P { border-width: 0; border-radius: 0; }#wLhbPguS9bcgkhtgT9qHTpu6FHM1s38P > .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; }#wLhbPguS9bcgkhtgT9qHTpu6FHM1s38P > .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:10.625rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#KCFTieo2LgBKwiSOXUwqW0NPcg1ZS2Ez { color:#1c2459;display:block;width:20.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15013;line-height:1.5;letter-spacing:0;top:3.3125rem;left:6.375rem;height:3.93909375rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#wtZ1ob4XGwchyXHZvNg6UfPmv2DFL1vB { position:absolute;display:block;z-index:15030;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.625rem;width:5.625rem;top:2.5rem;left:39.125rem;overflow:hidden;display:block; }
#TvSfSJ3W5BMSHbKSfJzpfhGhM6TZHNvP { box-sizing:content-box;color:#5d92ff;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15038;top:4.375rem;left:48.5625rem; }
#vrpxErGq8SVGfhpSOxyFLuhWTTHd6gN0 { box-sizing:content-box;color:#5d92ff;font-size:1.5rem;font-weight:400;line-height:1;height:2.1875rem;width:2.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15039;top:4.21875rem;left:51.5625rem; }
#p8aL476LJwLoSw7WIuSAVslD17LRwTqk { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#1c2459;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; }#p8aL476LJwLoSw7WIuSAVslD17LRwTqk > .row .container { background-color: transparent; background-image: none; }#p8aL476LJwLoSw7WIuSAVslD17LRwTqk::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#p8aL476LJwLoSw7WIuSAVslD17LRwTqk > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#p8aL476LJwLoSw7WIuSAVslD17LRwTqk > .row .container > .video-iframe-container { display: none; }#p8aL476LJwLoSw7WIuSAVslD17LRwTqk > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#p8aL476LJwLoSw7WIuSAVslD17LRwTqk > .row > .video-iframe-container { display: none; }#p8aL476LJwLoSw7WIuSAVslD17LRwTqk > .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); }#p8aL476LJwLoSw7WIuSAVslD17LRwTqk > .row .container { border-width: 0; border-radius: 0; }#p8aL476LJwLoSw7WIuSAVslD17LRwTqk > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#p8aL476LJwLoSw7WIuSAVslD17LRwTqk > .row .container { font-size:0.875rem;font-family:arial;height:7.75rem;width:60rem;position:relative;display:block; }#IahVSwwbMCLVAyIwl8isWHuLuTIII7OO { 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:4.125rem;width:16.625rem;top:1.8125rem;left:21.6875rem;overflow:hidden;display:block; }
#EPeWqqSOHssl3q2MwAC1VIMqnsxhnaJx { background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid #1c2459;border-left:0.125rem solid #1c2459;border-right:0.125rem solid #1c2459;border-bottom:0.125rem solid #1c2459;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-shadow: none;box-sizing:border-box;color:#1c2459;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:0.6875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.925rem;height:2.1125rem;text-decoration:none;z-index:15029;text-align:center;text-align-last:center;top:1.625rem;left:22.6875rem;display:none; }
#Mvtcpw9WeKAiz6WTMFVEAQ8Qf0vIuZL7 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #lLzJOL9QTtrv3Ts2SIl1rJCysQZMhhNv { display:block; }#lLzJOL9QTtrv3Ts2SIl1rJCysQZMhhNv > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #E5kzO4gGedveVylOSXkZuZPRF82sGDqO { top:1.8125rem;left:0rem;width:9.1875rem;height:1.7380370885896rem;display:block; }
 }@media only screen and (max-width: 763px) { #Uxf27hVI9PRv7UEQzAxGNG41HesDqRDE { top:1.5rem;left:27.3125rem;width:5.875rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tbzlDPR8u1Vbkn7wlfQ8a00uRdLwm2W2 { display:block; }
 }@media only screen and (max-width: 763px) { #zFg09aEKBa3vMLSQC8sSRCxtnfWWW0OW { top:1.9375rem;left:40rem;width:3.75rem;height:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #lukd6aEA09gTqxeWg7sT80QsmXGTggqE { display:block; }
 }@media only screen and (max-width: 763px) { #KppIvhfotVysCBDLO5wiuQP9a5oQTPNw { top:1.5rem;left:33.4375rem;width:5.9375rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qQ0Zvy3J2D5N4uetgFkSgAgUqyJR2eFp { display:block; }
 }@media only screen and (max-width: 763px) { #bwzXQ8hkBVwkDt9hwL8CPFGVQLezDbhF { top:1.5rem;left:44.1875rem;width:3.5625rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dKrKUDRTeLLqXi0HWau5eiDmftpqvCST { display:block; }
 }@media only screen and (max-width: 763px) { #zq9aUhzek72uvwC9oU2iIJEqt0g4Exws { top:1.4375rem;left:45rem;width:2.75rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #y8xy4rPpgEGNsXbpdKy02kJeq9KZaasc { display:block; }
 }@media only screen and (max-width: 763px) { #NeagsSbLKysncGb9l9u0lZ2epdddo0PB { width:8.9375rem;height:2.0625rem;top:1.6875rem;left:4.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #R3IT0SbqM8z8lhL5m4zpXfqCC9BvqWL8 { display:block; }
 }@media only screen and (max-width: 763px) { #QJcDsEQiBwnEH0ezChLTAQeWG5deU4DQ { width:8.875rem;height:2.0625rem;top:1.625rem;left:16.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #LnXvXeBzIXcvfgH5OT4W6tWlcIauAtzA { display:block; }
 }@media only screen and (max-width: 763px) { #iVfqnVwmsID1wfEuNQ8oHVydsoEVXbUQ { display:block; }#iVfqnVwmsID1wfEuNQ8oHVydsoEVXbUQ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #b8JPoRTL8kPcGlfgsU3DVWNIaZF3Ku7S { top:6.625rem;left:0rem;width:32.0625rem;height:1.125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xLZshb2gHNrDqdDba4Z54rB8bp6fai4V { top:15.6875rem;left:0rem;width:29.625rem;height:5rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #KUZnIxMmRcevr2PmNV1nWPeIleGmGFAB .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#KUZnIxMmRcevr2PmNV1nWPeIleGmGFAB .widget-text.counter-number { padding-top:0.5rem;padding-right:0.4375rem;padding-bottom:0.5rem;padding-left:0.4375rem;width:2.625rem;min-width:2.625rem;height:2.6875rem;font-size:2rem;line-height:43px;top:0rem;left:0rem; }
#KUZnIxMmRcevr2PmNV1nWPeIleGmGFAB .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.3125rem;margin-right:0;margin-bottom:0;margin-left:0;width:3.5rem;height:1.0625rem;font-size:0.75rem;line-height:1;top:0rem;left:0rem; }
#KUZnIxMmRcevr2PmNV1nWPeIleGmGFAB { width:18rem;height:5.0625rem;display:flex;top:11.9375rem;left:28.375rem;z-index:15072; }
 }@media only screen and (max-width: 763px) { #KUZnIxMmRcevr2PmNV1nWPeIleGmGFAB #qWTls8MVNquTeXK36szwqhyxotUkJZx2 { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #KUZnIxMmRcevr2PmNV1nWPeIleGmGFAB #O4emhOClTHEtI4AMBKJbCPKKmSTgzJum {  }
 }@media only screen and (max-width: 763px) { #KUZnIxMmRcevr2PmNV1nWPeIleGmGFAB #VZrt61IsIo3dlTV54lrOu965lq2obJ1Z {  }
 }@media only screen and (max-width: 763px) { #KUZnIxMmRcevr2PmNV1nWPeIleGmGFAB #SbEdtA4yppyc2nEKNvqzKuAXVEEXfLUl { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #KUZnIxMmRcevr2PmNV1nWPeIleGmGFAB #bJkKkxtv8Ufm8bUZGxTMBkRyywEd3VFH {  }
 }@media only screen and (max-width: 763px) { #KUZnIxMmRcevr2PmNV1nWPeIleGmGFAB #th8HbloOgmrQm6RpktBFXdzZQ5aSkRKR {  }
 }@media only screen and (max-width: 763px) { #KUZnIxMmRcevr2PmNV1nWPeIleGmGFAB #RbpRWvSwQcQQOfTHdm9VbCLreRMMzWfV { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #KUZnIxMmRcevr2PmNV1nWPeIleGmGFAB #yPttVcivZrsrnhopS5Ics7oLCtP7OOeo {  }
 }@media only screen and (max-width: 763px) { #KUZnIxMmRcevr2PmNV1nWPeIleGmGFAB #GTcadRqrtoorBrEOceFzl15Zns9VW8bJ {  }
 }@media only screen and (max-width: 763px) { #KUZnIxMmRcevr2PmNV1nWPeIleGmGFAB #MXZ49rlp0EeT8KeThePeBnASbcdSwvxo { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #KUZnIxMmRcevr2PmNV1nWPeIleGmGFAB #OXlT2ToHoG5hqrJCHsmSVhMHtUmTHvkW {  }
 }@media only screen and (max-width: 763px) { #KUZnIxMmRcevr2PmNV1nWPeIleGmGFAB #eHRDzOJqAsAsp99HQiVo6DTiqNTLDlEd {  }
 }@media only screen and (max-width: 763px) { #slWqF1o2t3vHS6cxKsFEgKTUtdCJ7gsA { top:23.75rem;left:0rem;width:47.75rem;height:5rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hTlxWn1piKnDSfxGV7x79n8qL3pdnUyO { width:18.8125rem;height:3rem;top:17.6875rem;left:28.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #I5wAz4AtzJW7be7IGXmz57hWZTe8ML0z { display:block; }
 }@media only screen and (max-width: 763px) { #Lv1xnqwKQXROW6IuRD2ITMRSCdlLATCp { display:block; }#Lv1xnqwKQXROW6IuRD2ITMRSCdlLATCp > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #M8ChbZArhP5uCL5r4VLzwa3fz1tfPtnT { top:1rem;left:0rem;width:47.75rem;height:1rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CLJzqUqi4b6fJxOT4eCLUbzZi4dwpxTr { top:2.5rem;left:0rem;width:47.75rem;height:1rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wOPZpttNEsLbnu3P8DDVIQVdCT9FbZKO { display:block; }#wOPZpttNEsLbnu3P8DDVIQVdCT9FbZKO > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gqmTpEE4ftTAvnUon6QhXsqPDP37SgTs { top:0.5625rem;left:0rem;width:41.125rem;height:4.9375rem;font-size:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #qKh84EasQU8XB1mVhLbcDsWDovBKLeKQ { display:block; }#qKh84EasQU8XB1mVhLbcDsWDovBKLeKQ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BvvPi1dw14WgATTdXK19d7362Mtgeo0z { top:0rem;left:0rem;width:47.75rem;height:15.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #eH9HS94xeBvUXVeqLHmgS6C3oi3FtbQH { display:block; }#eH9HS94xeBvUXVeqLHmgS6C3oi3FtbQH > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #EGwxCKea7Edw2ppol4XCWRLhrVlz7pp3 { width:47.75rem;height:1rem;top:29.5rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #u4iyCxshZSJZQtwceioQ1wtlicIwNEI4 { width:18.9375rem;height:10.3125rem;top:17.1875rem;left:28.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #z1wR4akT0xNCQrsFz9rGqW9X8af5vrKh { width:18.125rem;height:2.4375rem;top:22.8125rem;left:29.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Iur07hlFbODzpzrBHG9BIMl4iJV6IiLt { width:18.9375rem;height:10.3125rem;top:17.1875rem;left:14.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TZzELcpvdoAzGmEEXFWobJS7vDNC0OKL { width:18.125rem;height:3.875rem;top:18.1875rem;left:29.625rem;font-size:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #u3VuhFow0RTDptIUaQqBGVTi0HfrGMcw { width:18.125rem;height:3.875rem;top:18.1875rem;left:14.8125rem;font-size:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #Sb1tDyntQM8v037gPHOChEpB9H1m2pPW { width:18.125rem;height:2.4375rem;top:22.8125rem;left:14.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #CCH2u1R6qfVLHl7cXErHXFNUhPkVtyGa { width:47.75rem;height:1.4375rem;top:14.875rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cGeFeFLkKgmpwdTrQXnCBLJBuCsrJXvV { width:18.9375rem;height:10.3125rem;top:17.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #age8IJPnER9KoKcmTA8ksObmcbfTNXAp { width:18.125rem;height:3.875rem;top:18.1875rem;left:0rem;font-size:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #Lfb2y5A47D3MSnOATt3tu4wT51SU0d9s { width:18.125rem;height:3.625rem;top:22.8125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TdhlFrCziH7eQdGxgEhZ7ofA6hzX8XBT { width:2.5rem;height:0.125rem;top:13.125rem;left:22.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zx4xunI46IZLVoaDhxbbrbmf4PHAkfQU { width:47.75rem;height:8.125rem;top:3.875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #lgI3L4AtyfmTciJTryLJZhah4EEPqbrp { width:47.75rem;height:8.125rem;top:0rem;left:0rem;font-size:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TXOnPlg6FQa2orBVvUGSmrDtFsCWHGFJ { display:block; }#TXOnPlg6FQa2orBVvUGSmrDtFsCWHGFJ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CAIo5mv8gaiT4QeWnWrZhpN0fI6BeBsm { top:9.9375rem;left:6.5625rem;width:2.875rem;height:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cGIT4NTkFDTvcHFuvHlqEvlIRIW1ZJZ5 { top:10.5rem;left:6.75rem;width:2.5rem;height:1.5625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ow3QUpVBwqCiOPbLcpteourNf8ITB8KP { top:9.6875rem;left:13rem;width:2.875rem;height:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dHWIDdubZUfGazxJrZwLJaRZtgVXWgi9 { top:9.9375rem;left:22.5rem;width:2.875rem;height:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VvngUMgoWML2ZtlyLapyghLp6uwqqgBe { top:10.5rem;left:22.75rem;width:2.5rem;height:1.5625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #PwlW1LTdb1lphz3nOleJiMZh26cJnwfZ .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#PwlW1LTdb1lphz3nOleJiMZh26cJnwfZ { display:flex;height:auto;width:27.8125rem;top:22.625rem;left:0rem; }
#PwlW1LTdb1lphz3nOleJiMZh26cJnwfZ .accordion-element-container:first-of-type .accordion-desc-text { display: none; } }@media only screen and (max-width: 763px) { #PwlW1LTdb1lphz3nOleJiMZh26cJnwfZ #xqRyCONz7TD2HG6rmVDo9Wvn028BybUO {  }
 }@media only screen and (max-width: 763px) { #PwlW1LTdb1lphz3nOleJiMZh26cJnwfZ #G9nJ6adqhLBTHF4nrz8Tk4EFpqSpyvh6 {  }
 }@media only screen and (max-width: 763px) { #PwlW1LTdb1lphz3nOleJiMZh26cJnwfZ #f5qRwRaX9gQ41vb1rFrBKPwuGXEUDAaI {  }
 }@media only screen and (max-width: 763px) { #PwlW1LTdb1lphz3nOleJiMZh26cJnwfZ #ASwrQyD6eBKIiLOwaeDX5Gf3QLAKwTPd {  }
 }@media only screen and (max-width: 763px) { #PwlW1LTdb1lphz3nOleJiMZh26cJnwfZ #XT69wehv24K4H3JN4HZdXmLGDyJBRgae {  }
 }@media only screen and (max-width: 763px) { #VpqTHqQ1vO3A30dICTobaxaXC1wBT0VL .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#VpqTHqQ1vO3A30dICTobaxaXC1wBT0VL { display:flex;height:auto;width:27.8125rem;top:22.625rem;left:0rem; }
#VpqTHqQ1vO3A30dICTobaxaXC1wBT0VL .accordion-element-container:first-of-type .accordion-desc-text { display: none; } }@media only screen and (max-width: 763px) { #VpqTHqQ1vO3A30dICTobaxaXC1wBT0VL #crscgmJDzCM6vT9vcNJB9AC8geSmLaBR {  }
 }@media only screen and (max-width: 763px) { #VpqTHqQ1vO3A30dICTobaxaXC1wBT0VL #THfDsltTs9hbqDJeqvHkbVQtoEFT3m6O {  }
 }@media only screen and (max-width: 763px) { #VpqTHqQ1vO3A30dICTobaxaXC1wBT0VL #o7lu2rEF5HCPeJ85sXiLbz5PLur9r6TC {  }
 }@media only screen and (max-width: 763px) { #VpqTHqQ1vO3A30dICTobaxaXC1wBT0VL #eEoeh9gqReAZiGwb8Zw6NdZNJ82ioi98 {  }
 }@media only screen and (max-width: 763px) { #VpqTHqQ1vO3A30dICTobaxaXC1wBT0VL #EoiNetql1GRFksd0JuiP3fVXBJXppNCq {  }
 }@media only screen and (max-width: 763px) { #NNZPTtldfFTahsTkMxWMKZaK2vIXKUrK { top:9.9375rem;left:28.875rem;width:2.875rem;height:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Lv8GnT66vo1FI4pz6gurTkhozMnGKvK0 .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#Lv8GnT66vo1FI4pz6gurTkhozMnGKvK0 { display:flex;height:auto;width:27.8125rem;top:22.625rem;left:0rem; }
#Lv8GnT66vo1FI4pz6gurTkhozMnGKvK0 .accordion-element-container:first-of-type .accordion-desc-text { display: none; } }@media only screen and (max-width: 763px) { #Lv8GnT66vo1FI4pz6gurTkhozMnGKvK0 #aXrkBP7bMP7xmhKxUNnvn9gZyRUmREL5 {  }
 }@media only screen and (max-width: 763px) { #Lv8GnT66vo1FI4pz6gurTkhozMnGKvK0 #yqRi6LB6winPxTr4onlMIwDWqOMX9XUt {  }
 }@media only screen and (max-width: 763px) { #Lv8GnT66vo1FI4pz6gurTkhozMnGKvK0 #Mkh3Q3uLsF8mTJa7219Wvd4KNNArCbRg {  }
 }@media only screen and (max-width: 763px) { #Lv8GnT66vo1FI4pz6gurTkhozMnGKvK0 #XbSwiPGcoFioOoLI7UpG1JcDIbtWRx02 {  }
 }@media only screen and (max-width: 763px) { #Lv8GnT66vo1FI4pz6gurTkhozMnGKvK0 #a0LiwTdBZFJM9q27oFVLHtIDGcG7Rvw1 {  }
 }@media only screen and (max-width: 763px) { #n60RhdbmT6Gqg5q4rFAE52CwNTdCgUQL { top:9.9375rem;left:38.1875rem;width:2.875rem;height:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #goEkbA7BvnriFGdLqzTyu9T3TlMT3T6q { top:10.625rem;left:38.625rem;width:2.5rem;height:1.5625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #nZ6SdtV2diA1I1A8D6tvIuTV5xHAObL3 { width:47.75rem;height:3.125rem;top:1.875rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #myvXbTtzZki9SLPO5zSi94ugnXkTvQGG { width:47.75rem;height:1.4375rem;top:5.5625rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Kww9VZu5NTDWHDefbXmqHTMrkCLuxFHo { display:none; }#Kww9VZu5NTDWHDefbXmqHTMrkCLuxFHo > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #lnDSwdPRTGW0qDDCExPdALpP57hVRRpI { width:47.75rem;height:3.125rem;top:1.875rem;left:0rem;font-size:1.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #mswc2maIemMTlgggqLC4HsIfv2d7OJzN { width:47.75rem;height:1.4375rem;top:5.5625rem;left:0rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #aLkvx1leTsFBDlZ2TCviMTglhCJUGOab { top:9.9375rem;left:6.5625rem;width:2.875rem;height:2.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #TpMfXEUWVDZk64cm6K3TNtuk5h6wmx6F { top:10.5rem;left:6.75rem;width:2.5rem;height:1.5625rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #gm7ue1azoHWf1iuU5kIIaz8gB5y2t3Ro .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#gm7ue1azoHWf1iuU5kIIaz8gB5y2t3Ro { display:flex;height:auto;width:27.8125rem;top:22.625rem;left:0rem;display:none; }
#gm7ue1azoHWf1iuU5kIIaz8gB5y2t3Ro .accordion-element-container:first-of-type .accordion-desc-text { display: none; } }@media only screen and (max-width: 763px) { #gm7ue1azoHWf1iuU5kIIaz8gB5y2t3Ro #sepcVTZZ1rC6u6E6Ky2AsndkmfdG3P6m {  }
 }@media only screen and (max-width: 763px) { #gm7ue1azoHWf1iuU5kIIaz8gB5y2t3Ro #uS8vzHtqkwcyOymaGP9c4oNVs1MtMXFM {  }
 }@media only screen and (max-width: 763px) { #gm7ue1azoHWf1iuU5kIIaz8gB5y2t3Ro #MT0Oao2Pk0obUuBkkiUxIOr6MKkDJEif {  }
 }@media only screen and (max-width: 763px) { #gm7ue1azoHWf1iuU5kIIaz8gB5y2t3Ro #GBrGSTsDB4gnKTXgqgTFyozMVxhyv5Qm {  }
 }@media only screen and (max-width: 763px) { #gm7ue1azoHWf1iuU5kIIaz8gB5y2t3Ro #AKJovTWM08dOcS5wJGtSx48H2vLy1PGH {  }
 }@media only screen and (max-width: 763px) { #spW5EKzNnw1Kr9rFmTToKg3T7NMDM3P5 { display:none; }#spW5EKzNnw1Kr9rFmTToKg3T7NMDM3P5 > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #c0I6d3lv6zSFy21pmEwpikoP1BL1SWlm { top:9.9375rem;left:22.5rem;width:2.875rem;height:2.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #rb5E2B7425U4khBf2IqipJ2UhDsqNGFt { top:10.5rem;left:22.75rem;width:2.5rem;height:1.5625rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #gddGtrBGDp9ZXVEp4kMbRMTq55MAmHxB .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#gddGtrBGDp9ZXVEp4kMbRMTq55MAmHxB { display:flex;height:auto;width:27.8125rem;top:22.625rem;left:0rem;display:none; }
#gddGtrBGDp9ZXVEp4kMbRMTq55MAmHxB .accordion-element-container:first-of-type .accordion-desc-text { display: none; } }@media only screen and (max-width: 763px) { #gddGtrBGDp9ZXVEp4kMbRMTq55MAmHxB #UeFhXVRlGGQoi2tHkRmbMSpSEHGiOTCK {  }
 }@media only screen and (max-width: 763px) { #gddGtrBGDp9ZXVEp4kMbRMTq55MAmHxB #Q8dl0gebr3O2Ndi0VL6BMW60CUuycZMQ {  }
 }@media only screen and (max-width: 763px) { #gddGtrBGDp9ZXVEp4kMbRMTq55MAmHxB #A0NoDwKLGWp5Aq0ys8TxvdEOKtEyQKoz {  }
 }@media only screen and (max-width: 763px) { #gddGtrBGDp9ZXVEp4kMbRMTq55MAmHxB #Zu0AqILoogatTGCT9rnPV39ITNzbqclV {  }
 }@media only screen and (max-width: 763px) { #gddGtrBGDp9ZXVEp4kMbRMTq55MAmHxB #p2HerrMSUK1B2Wfxq3lDMce8C4tiCsTo {  }
 }@media only screen and (max-width: 763px) { #zJlPQR5CSuL1ZN6Ue5VJheSvDeDihTv6 { display:none; }#zJlPQR5CSuL1ZN6Ue5VJheSvDeDihTv6 > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #FOlmqK4Pa72NVXh0q5Ck1kXZJJOV0FXy { top:9.9375rem;left:38.1875rem;width:2.875rem;height:2.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #Ae1MDqFQ0fGbRvKhZzd4INT2g4BBNdV9 { top:10.625rem;left:38.625rem;width:2.5rem;height:1.5625rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #HgVNkXZ01mLKH4w5Fa7ruLWdCCf6NIXW .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#HgVNkXZ01mLKH4w5Fa7ruLWdCCf6NIXW { display:flex;height:auto;width:27.8125rem;top:22.625rem;left:0rem;display:none; }
#HgVNkXZ01mLKH4w5Fa7ruLWdCCf6NIXW .accordion-element-container:first-of-type .accordion-desc-text { display: none; } }@media only screen and (max-width: 763px) { #HgVNkXZ01mLKH4w5Fa7ruLWdCCf6NIXW #fJIsZkW3vDhyGFif9rNOACqnAbTHD7EO {  }
 }@media only screen and (max-width: 763px) { #HgVNkXZ01mLKH4w5Fa7ruLWdCCf6NIXW #XKuTlw0QxlcrARrChAdqS2Z9QuuWpVc3 {  }
 }@media only screen and (max-width: 763px) { #HgVNkXZ01mLKH4w5Fa7ruLWdCCf6NIXW #gF5aZnPK936KGBnx6fxf1WUi3dVZhFn3 {  }
 }@media only screen and (max-width: 763px) { #HgVNkXZ01mLKH4w5Fa7ruLWdCCf6NIXW #qlUd4l2C6oCdTzoBcMU75Wmf6XpsV2Sf {  }
 }@media only screen and (max-width: 763px) { #HgVNkXZ01mLKH4w5Fa7ruLWdCCf6NIXW #T8gzK1EWwmztx1fwCWA9T0wFiH2GyTeW {  }
 }@media only screen and (max-width: 763px) { #Gx4wRZ3KTmuzR35pWtXItxTrrqTDNnbI { display:block; }#Gx4wRZ3KTmuzR35pWtXItxTrrqTDNnbI > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JRz8cCg9rhNFyAw8T3kuKyqfleQAGGD2 { top:2.5rem;left:0rem;width:47.75rem;height:2.8125rem;font-size:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #f1l6c3vWcrvWZ9HlS41l5ytdkKppaOq2 { top:4.9375rem;left:0rem;width:47.75rem;height:11.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gEWBpi1C1rtd7CiiOIKkgVbR6HbbMp17 { top:8.25rem;left:0rem;width:7.9375rem;height:1.8603951655117rem;display:block; }
 }@media only screen and (max-width: 763px) { #utF3sclhFVsBKHfN52DwTo5ANT1vCfKs { top:7.625rem;left:9.6875rem;width:5.125rem;height:3.148850653998rem;display:block; }
 }@media only screen and (max-width: 763px) { #OsflZGzoFUHrrqM86MNdfLD2AD6lCA4n { top:8.5625rem;left:19.5rem;width:10.4375rem;height:1.2425817127687rem;display:block; }
 }@media only screen and (max-width: 763px) { #t7rn7bqdG51b1S7q33fVCmzy1xL2Oowu { top:11.5rem;left:9.6873226165769rem;width:5.125rem;height:5.3714652422009rem;display:block; }
 }@media only screen and (max-width: 763px) { #uF4Eh16ZK5baZRonhgvcvPGHACu8cPJb { top:13rem;left:19.5rem;width:8.625rem;height:2.543875772532rem;display:block; }
 }@media only screen and (max-width: 763px) { #UHZUvQ8A0auR7mkUDwlCnoSGbKKCkOEI { top:13.25rem;left:0rem;width:8.25rem;height:1.8609442318248rem;display:block; }
 }@media only screen and (max-width: 763px) { #aOweBhTRIDopq5mTUI3FD7Ty6w20GyPt { top:12.8125rem;left:30.5rem;width:12.1875rem;height:2.8600647532578rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z6devEQKXlIuizR5wlmyguNBfW8PHK9b { top:7.375rem;left:32.9375rem;width:7.25rem;height:3.594181504244rem;display:block; }
 }@media only screen and (max-width: 763px) { #FgSWnK9pNCtEUzKl2xni2ze38Hw42bAi { top:13.25rem;left:40.125rem;width:7.5625rem;height:1.9830786997188rem;display:block; }
 }@media only screen and (max-width: 763px) { #ALOG0EsS0eeR7hGOuVIkdI22mxoQyki2 { top:8.25rem;left:40.5625rem;width:7.1875rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #lIcdULZ53ixKn8EkuXXSp0e4ueMcRTqC { top:18.75rem;left:0rem;width:20rem;height:3.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #BvW3fV5ndH6oEcbeAPoMPm4r5La3oQr4 { display:block; }#BvW3fV5ndH6oEcbeAPoMPm4r5La3oQr4 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #U0zP0bDnOTE072rdaCiqpal2dgDGG9tK { top:0.5625rem;left:3.4375rem;width:9.0625rem;height:2.375rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IuEF5BiIhtxdG9Pi1zprdTTT536lvODh { top:5.6875rem;left:0rem;width:47.75rem;height:2.5rem;font-size:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cQ9iSh4ImyLi9eQN5ldpX4NKOLg5q36T { top:11.6875rem;left:3.375rem;width:8.125rem;height:8.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #a9HtrC9GZQ8bn6NT4HqqQE9eITczTfxE { top:0.5625rem;left:11.6875rem;width:20rem;height:2.375rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JcAZd7LKWr8RCCmuNGSRXfmGapLF0emN { top:0rem;left:11.75rem;width:20rem;height:3.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #fiipgafprJqyfacworOvrFWtTd7TIGKZ { top:11.6875rem;left:19.25rem;width:8.125rem;height:8.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #R2rtso2PakK8783HxOJrALMR0kBSEMQ3 { top:21.8125rem;left:3.3125rem;width:9.0625rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CrBA5Od8tJq7Jvoaoxfxlo5kkaxB96F5 { top:21.8125rem;left:19.1875rem;width:9.0625rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MTp2q3rzQXV1yeSlEHu5OpshRAzr2TZJ { top:24.625rem;left:0.75rem;width:14.0625rem;height:2.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xrD16hgTxHRZ9sqLHQT91aILcVWI53qu { top:24.625rem;left:14.6875rem;width:17rem;height:2.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NTJ7QMTNKT0pdAMrbTb5AE466l2327H0 { top:0rem;left:27.625rem;width:20rem;height:3.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z1ElK0m4ZKRvuwz4NRLqrFIZufKwnSm7 { top:29.125rem;left:0rem;width:17.1875rem;height:6.8125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vBtTKTVAEJoWyRipZWQr8bEhmAVzfBgV { top:24.75rem;left:29.8125rem;width:17.8125rem;height:2.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Kql0KlqfCm4eNSfZVzi0uDtBNXtNs99T { top:29.125rem;left:14.5625rem;width:17.1875rem;height:4.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hFVR0ohls0rT8axdzBG9qymxFgIQDwRo { top:29.125rem;left:30.4375rem;width:17.1875rem;height:12.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #uHUvCWkn59yxemtc3xXuy8U28Gy1zCMm { top:21.9375rem;left:33rem;width:13.1875rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tNq0FfIlsVgqqWN6M0dl5MQUCCdg7yR6 { top:0.5625rem;left:33.0625rem;width:13.1875rem;height:2.375rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #e5Qw5GA73c241sEn549SrL9nZTEJormV { top:11.6875rem;left:35.125rem;width:8.125rem;height:8.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #sTs1Of1EkK95TnFyGW3zcmeumOC75TSk { display:block; }#sTs1Of1EkK95TnFyGW3zcmeumOC75TSk > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #r6TDhoN5RpOnxXzwPg1BRwCJmKRlGv3g { width:47.75rem;height:2.8125rem;top:2.375rem;left:0rem;font-size:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fiZpe2p4kXrOsZU3tGlbHxxeoqd5W9vb { width:47.75rem;height:2.4375rem;top:8.875rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #uvQhCIUop59E0uC9tQAJDvFZcJh72BAo { width:10.625rem;height:10.375rem;top:14.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Kt9mq19lAKUCRF1AAwx7TzIuRtP5Ihyg { width:17.0625rem;height:1.75rem;top:14.1875rem;left:4.5rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #BU1eavdbRu5ndkHfTGRBlCn3I5xWGu9v { width:17.0625rem;height:1.5625rem;top:15.75rem;left:4.5625rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Sw5z66qpw0PHWLzxFylOMNvI6Co3UWQS { top:25.3125rem;left:5.625rem;width:17.1875rem;height:4.125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zme5USeLs9ErmTFEJa7Ewogmdv2z7t4J { top:19.375rem;left:5.3125rem;width:17.8125rem;height:4.125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gv49cPW1RIlxdBklivvwmzcXoI719KHO { width:9.25rem;height:3.625rem;top:25.875rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vl2NnQPNtHVwT7pnN50IOwD44X7wpx9A { width:10.625rem;height:10.375rem;top:13.9375rem;left:24.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #PiM9QqloH7ybhgpSC0xQ3NV5AHFZsesR { width:9.25rem;height:3.625rem;top:26.875rem;left:25.0625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #iQwQQ9HsbSwMdWvvGO3t4H2vPF37OHu4 { top:25rem;left:30.5625rem;width:17.1875rem;height:5.5rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #htFEwZ1BThoH2CvtWTUOWTTaTUO9h7Fm { top:19.8125rem;left:29.9375rem;width:17.8125rem;height:4.125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #RxwtxzCml60fqw0T0u0JlABBe1JwbGDZ { width:17.0625rem;height:1.5625rem;top:17.0625rem;left:30.6875rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QnK6xcoNcMr7IdButneiHAgO5A5uX1AH { width:17.0625rem;height:3.5rem;top:13.5625rem;left:30.6875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #GwdSisaG5dwcKmQPxZuMz5DPqaBmHM5F { width:47.75rem;height:2.4375rem;top:33.9375rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UaWlRmilBWfIWCRqe0ITVCIlX64dbPGu { width:10.5rem;height:10.25rem;top:40rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #XzUTBgBna1dxP0DqhcGka4tiLWRqOicQ { width:17.0625rem;height:1.75rem;top:40.0625rem;left:5.5rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #G7CqMvE1HT653UKfxBxGGmlo9aazgsRo { width:17.0625rem;height:1.5625rem;top:41.625rem;left:5.5rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #INTSwVNUyGn7ZET2KkapNfxZA69MBQBO { top:45rem;left:5.5rem;width:17.8125rem;height:5.5rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #KxoJ0n2Zsgn9CWNqAsWCyuJ278LabX5q { top:51.8125rem;left:5.4375rem;width:17.1875rem;height:5.5rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #mfFXmL212MmPrqgQhT1QhroIyOlIXcsq { width:9.25rem;height:3.625rem;top:52.5625rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HyTi157KPr16B1XQNhtEpyyeRJGLT534 { width:10.625rem;height:10.375rem;top:40.375rem;left:24.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #lxeTQLJC8JrTSxN6f0mpRF7O3F0GF5iK { width:9.25rem;height:3.625rem;top:53.3125rem;left:25.0625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mKdTinbTlkvPSKKsm56ypPV2WX3MMGg5 { top:51.4375rem;left:30.5625rem;width:17.1875rem;height:4.125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #asKWPQ0rNK55nX1LOHaGEE59Ir1TiGRp { top:44.75rem;left:29.9375rem;width:17.8125rem;height:5.5rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fXfeuKgZwM1KMWrwmSQI97uPnLwF1hvA { width:17.0625rem;height:1.5625rem;top:41.75rem;left:30.6875rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tu0ofIaWfeCkyhrnlsKsVbxm4lsKL22o { width:17.0625rem;height:1.75rem;top:40rem;left:30.6875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #AwfEWum6KirqFfEUzCfATXkEgzeciOig { width:47.75rem;height:2.4375rem;top:60.6875rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kvlSutlDu2VLkr4lBNizgeDXyho0xG7I { width:17.0625rem;height:1.75rem;top:68.3125rem;left:5.3125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #zSs0v7wMJIvzxTmJdOV05ryPxxEBSmJc { width:10.625rem;height:10.375rem;top:66.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #O6V76PD3OksOTBE9CqyDMRzfSDfKmbnF { top:74.125rem;left:5.3427734375rem;width:17.8125rem;height:6.875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #RVZdG9fdeqovbB7XzQfQk9TeLrfK1oHo { width:17.0625rem;height:1.5625rem;top:69.875rem;left:5.375rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #uo2PAiFhILlgzAnzuFUyNvwStxya6AiZ { top:83.25rem;left:5.625rem;width:17.1875rem;height:5.5rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #CbTLboabeQ4brKdBMd7OciaEAXluKLBT { width:10.625rem;height:10.375rem;top:68.25rem;left:24.373933792114rem;display:block; }
 }@media only screen and (max-width: 763px) { #p8FQlf3ToEKTvGUlm4TRHUTo7Ng3Tpuo { width:9.25rem;height:3.625rem;top:85.125rem;left:25.061079025269rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #s8m2owU5vE6WfFz2d8P4nCCglDoZJHCx { width:9.25rem;height:3.625rem;top:85.125rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NKMpHba4mt9PrBHgUi2fyW61MuVWfux4 { top:83.25rem;left:30.5625rem;width:17.1875rem;height:5.5rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #kxpgAfp6EFXsdB3dksfA4SUJHWEpxern { top:74.125rem;left:29.9375rem;width:17.8125rem;height:6.875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #BtQU3V3duiLZEQmNPAQsDyg9OKwEp7l4 { width:17.0625rem;height:1.5625rem;top:69.8125rem;left:30.6875rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UdrTmRULS89cOfRRZLU1ElLtDiLbSNNI { width:17.0625rem;height:1.75rem;top:68.25rem;left:30.6875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZkEecatnLgknNuB5UVrIrRMQp4Lg9mT2 { display:block; }#ZkEecatnLgknNuB5UVrIrRMQp4Lg9mT2 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tSlCXoI6OkZoRC0mFNS4bzIqhUEMMFXS { width:21.5rem;height:3.4375rem;top:1rem;left:13.125001907349rem;display:block; }
 }@media only screen and (max-width: 763px) { #Hg3NCr3a3Pn3kl1N34zTdHVCX0VTScyo { display:block; }
 }@media only screen and (max-width: 763px) { #OZm8TilZHf58SkTh6CyfLDEbFbIyCd4X { top:1rem;left:4.5rem;width:38.75rem;height:21.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #xbRn9MTRxKDRyrh0bEplMEOdXy9f31bG { display:block; }#xbRn9MTRxKDRyrh0bEplMEOdXy9f31bG > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XTap5sHCwWWoN0HigWHs2nCrRcTVUixQ { display:block; }#XTap5sHCwWWoN0HigWHs2nCrRcTVUixQ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OPAy3zvUzagWBeDgKgrQm7m5oe20s8fh { top:4.0625rem;left:0rem;width:30rem;height:;font-size:3.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rTNGqlVTfhy2c6Du2aGuF09NPluKCqRf .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#rTNGqlVTfhy2c6Du2aGuF09NPluKCqRf { display:flex;height:auto;width:27.8125rem;top:22.9375rem;left:0rem; }
#rTNGqlVTfhy2c6Du2aGuF09NPluKCqRf .accordion-element-container:first-of-type .accordion-desc-text { display: none; } }@media only screen and (max-width: 763px) { #rTNGqlVTfhy2c6Du2aGuF09NPluKCqRf #vcusGxWbl3Il5lD1OMznnRqAfqozcyPx {  }
 }@media only screen and (max-width: 763px) { #rTNGqlVTfhy2c6Du2aGuF09NPluKCqRf #Hh1ygrLGGpyTTXdZdb3wCvMf5ewJEt9K {  }
 }@media only screen and (max-width: 763px) { #rTNGqlVTfhy2c6Du2aGuF09NPluKCqRf #KiOflehykbcI7fEI5WRVuSy681x2hwac {  }
 }@media only screen and (max-width: 763px) { #rTNGqlVTfhy2c6Du2aGuF09NPluKCqRf #ms4fkNxOVQPF7do64dC24sT7zgrwqKQM {  }
 }@media only screen and (max-width: 763px) { #rTNGqlVTfhy2c6Du2aGuF09NPluKCqRf #tkNAWhX0y02H1tsO8GUAsUTu9AO3RyIn {  }
 }@media only screen and (max-width: 763px) { #rTNGqlVTfhy2c6Du2aGuF09NPluKCqRf #CrvD1938091FVsBZO977hsDPKXulyAEk {  }
 }@media only screen and (max-width: 763px) { #rTNGqlVTfhy2c6Du2aGuF09NPluKCqRf #UnolWR5T8GHHUyoZ2Tgn3FGSdB7S6qpE {  }
 }@media only screen and (max-width: 763px) { #rTNGqlVTfhy2c6Du2aGuF09NPluKCqRf #rLyskXqrz9gGM7NPhUsSBxdhATVaw1Cm {  }
 }@media only screen and (max-width: 763px) { #rTNGqlVTfhy2c6Du2aGuF09NPluKCqRf #kLtXc9hiGyt9whQpzkPOM1Q7iil69eMh {  }
 }@media only screen and (max-width: 763px) { #rTNGqlVTfhy2c6Du2aGuF09NPluKCqRf #pL7kWfAdqQTdbUHMHEQePfAyHh8JqA75 {  }
 }@media only screen and (max-width: 763px) { #rTNGqlVTfhy2c6Du2aGuF09NPluKCqRf #VB7wTrgiGc470QOycvJIkp5VbGtQRo7V {  }
 }@media only screen and (max-width: 763px) { #rTNGqlVTfhy2c6Du2aGuF09NPluKCqRf #vbWkqQ9tUuQ7yuz7qJ32mgMJb9yZG1Py {  }
 }@media only screen and (max-width: 763px) { #rTNGqlVTfhy2c6Du2aGuF09NPluKCqRf #feUWvRg1JqNyOIfZ5ENISCTK5E5DuWbM {  }
 }@media only screen and (max-width: 763px) { #rTNGqlVTfhy2c6Du2aGuF09NPluKCqRf #qBkwR7kPAL2dvaohTOkEmkqRRUwvToTQ {  }
 }@media only screen and (max-width: 763px) { #rTNGqlVTfhy2c6Du2aGuF09NPluKCqRf #UN2ir4W9SF63nvhFOQHfOMsU2olGwwLP {  }
 }@media only screen and (max-width: 763px) { #rTNGqlVTfhy2c6Du2aGuF09NPluKCqRf #HIbI5HDXwXi4JUcIiviLfQJti0JdVwsK {  }
 }@media only screen and (max-width: 763px) { #rTNGqlVTfhy2c6Du2aGuF09NPluKCqRf #uDCXPqSSKWr8ExwX1dh22U4TdoIW1y0V {  }
 }@media only screen and (max-width: 763px) { #rTNGqlVTfhy2c6Du2aGuF09NPluKCqRf #psHPWueaEwnttWXRrkesc12E50P3t7Ew {  }
 }@media only screen and (max-width: 763px) { #rTNGqlVTfhy2c6Du2aGuF09NPluKCqRf #Ak7ZukwXGra0cddfl2DyaJGTratLRiAt {  }
 }@media only screen and (max-width: 763px) { #rTNGqlVTfhy2c6Du2aGuF09NPluKCqRf #icfPODhEd0DR5wRMTL1V2XvMXmfZBA6b {  }
 }@media only screen and (max-width: 763px) { #rTNGqlVTfhy2c6Du2aGuF09NPluKCqRf #ddEd5XDrCUmTImlWOAPhNmyU4I6DfRyZ {  }
 }@media only screen and (max-width: 763px) { #rTNGqlVTfhy2c6Du2aGuF09NPluKCqRf #nSGqgsU69gcGuxWKHm3G3hQe0zUt9NbH {  }
 }@media only screen and (max-width: 763px) { #rTNGqlVTfhy2c6Du2aGuF09NPluKCqRf #vilZpdH7bn0bcRFfkKouozuCVdlQ8XNs {  }
 }@media only screen and (max-width: 763px) { #rTNGqlVTfhy2c6Du2aGuF09NPluKCqRf #NDZsHUQrETeJaDEm2fOTcv2cP2Ohw4ey {  }
 }@media only screen and (max-width: 763px) { #rTNGqlVTfhy2c6Du2aGuF09NPluKCqRf #HmuJt01VcCXGVWeFcdmyo3Rlbu0RCqHb {  }
 }@media only screen and (max-width: 763px) { #MEDT4EebDahogdSXr7FCnt3TrwF8I9nw { top:16.875rem;left:0rem;width:26.625rem;height:1.5625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bPVUekGcnvDTMkXIiRJkLp3SBTVhTk2S { display:block; }#bPVUekGcnvDTMkXIiRJkLp3SBTVhTk2S > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #A4pU78RggFa6diFxKJKvxz5M6uxxDLwL { top:1.4375rem;left:0rem;width:37.375rem;height:20.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TT3IdtMSiag2aVTL5yT0Le8LvOaHr1Io { top:1.4375rem;left:11.6875rem;width:20.0625rem;height:3.125rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PagDMxXTLXE3xQtNVZftsctOEJhdKyFt { top:6.6875rem;left:11.6875rem;width:20.0625rem;height:;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q86IKyDvyULaIecVTQSZwIKdbl7PEKwt { top:5.0625rem;left:38.124998092651rem;width:3.125rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CdWCwW4omeEWZTMFiEPSkVFuTNzHTKD6 { display:block; }#CdWCwW4omeEWZTMFiEPSkVFuTNzHTKD6 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xzt068KF4i5Qxz5kdRHvF5AT1ZkumwDm { top:3.375rem;left:0rem;width:26.875rem;height:2.4375rem;font-size:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #OhwIJ9TFBltrl9AIA7VWQ6OTPT9v4oEm { top:1.4375rem;left:0rem;width:22.75rem;height:;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #lt9rkUILtpTrOQdg4VPP6feyOmA0hBOn { top:2.3125rem;left:43.1875rem;width:4.5625rem;height:4.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #UFWFsaqKVp2u9wHOR1K9KDTvk2JgZLgP { display:block; }#UFWFsaqKVp2u9wHOR1K9KDTvk2JgZLgP > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dtlL3ASMBXcSFTDpwXuVoJ7FPMUxyn2s { top:0rem;left:0rem;width:47.75rem;height:18rem;display:block; }
 }@media only screen and (max-width: 763px) { #wLhbPguS9bcgkhtgT9qHTpu6FHM1s38P { display:block; }#wLhbPguS9bcgkhtgT9qHTpu6FHM1s38P > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KCFTieo2LgBKwiSOXUwqW0NPcg1ZS2Ez { top:3.3125rem;left:0.25rem;width:20.0625rem;height:3.9375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wtZ1ob4XGwchyXHZvNg6UfPmv2DFL1vB { top:2.5rem;left:33rem;width:5.625rem;height:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TvSfSJ3W5BMSHbKSfJzpfhGhM6TZHNvP { top:4.375rem;left:42.4375rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vrpxErGq8SVGfhpSOxyFLuhWTTHd6gN0 { top:4.1875rem;left:45.4375rem;width:2.1875rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #p8aL476LJwLoSw7WIuSAVslD17LRwTqk { display:block; }#p8aL476LJwLoSw7WIuSAVslD17LRwTqk > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #IahVSwwbMCLVAyIwl8isWHuLuTIII7OO { top:1.8125rem;left:15.125rem;width:16.625rem;height:4.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #EPeWqqSOHssl3q2MwAC1VIMqnsxhnaJx { width:8.875rem;height:2.0625rem;top:1.625rem;left:16.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #Mvtcpw9WeKAiz6WTMFVEAQ8Qf0vIuZL7 { display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #lLzJOL9QTtrv3Ts2SIl1rJCysQZMhhNv { position:relative;z-index:auto;display:block; }#lLzJOL9QTtrv3Ts2SIl1rJCysQZMhhNv > .row .container { width:20rem;height:5.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #E5kzO4gGedveVylOSXkZuZPRF82sGDqO { width:13.375rem;height:3.1875rem;top:1.1875rem;left:3.3125000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #Uxf27hVI9PRv7UEQzAxGNG41HesDqRDE { top:6.875rem;left:1.2500000596046rem;width:8.125rem;height:2.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #tbzlDPR8u1Vbkn7wlfQ8a00uRdLwm2W2 { display:block; }
 }@media only screen and (max-width: 763px) { #zFg09aEKBa3vMLSQC8sSRCxtnfWWW0OW { top:10rem;left:12.299999773503rem;width:3.875rem;height:2.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #lukd6aEA09gTqxeWg7sT80QsmXGTggqE { display:block; }
 }@media only screen and (max-width: 763px) { #KppIvhfotVysCBDLO5wiuQP9a5oQTPNw { top:6.9375rem;left:12.299999773503rem;width:5.125rem;height:2.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #qQ0Zvy3J2D5N4uetgFkSgAgUqyJR2eFp { display:block; }
 }@media only screen and (max-width: 763px) { #bwzXQ8hkBVwkDt9hwL8CPFGVQLezDbhF { top:16.875rem;left:1.6875000596046rem;width:5.875rem;height:2.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #dKrKUDRTeLLqXi0HWau5eiDmftpqvCST { display:block; }
 }@media only screen and (max-width: 763px) { #zq9aUhzek72uvwC9oU2iIJEqt0g4Exws { top:16.875rem;left:12.299999773503rem;width:2.4375rem;height:2.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #y8xy4rPpgEGNsXbpdKy02kJeq9KZaasc { display:block; }
 }@media only screen and (max-width: 763px) { #NeagsSbLKysncGb9l9u0lZ2epdddo0PB { width:8.9875rem;height:2.1125rem;top:5.1937499046326rem;left:0.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #R3IT0SbqM8z8lhL5m4zpXfqCC9BvqWL8 { display:block; }
 }@media only screen and (max-width: 763px) { #QJcDsEQiBwnEH0ezChLTAQeWG5deU4DQ { width:8.925rem;height:2.1125rem;top:5.1937499046326rem;left:10.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #LnXvXeBzIXcvfgH5OT4W6tWlcIauAtzA { display:block; }
 }@media only screen and (max-width: 763px) { #iVfqnVwmsID1wfEuNQ8oHVydsoEVXbUQ { background-color:rgba(var(--color-primary-4),1);background-image:url("https://images.assets-landingi.com/uc/c6d445cc-c591-4808-9ddc-7dca66fa1c40/12545.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#iVfqnVwmsID1wfEuNQ8oHVydsoEVXbUQ.adaptive-delivery-prevent-bg, #iVfqnVwmsID1wfEuNQ8oHVydsoEVXbUQ.lazyload, #iVfqnVwmsID1wfEuNQ8oHVydsoEVXbUQ.lazyloading { background-image: none; }#iVfqnVwmsID1wfEuNQ8oHVydsoEVXbUQ > .row .container { background-color: transparent; background-image: none; }#iVfqnVwmsID1wfEuNQ8oHVydsoEVXbUQ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iVfqnVwmsID1wfEuNQ8oHVydsoEVXbUQ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iVfqnVwmsID1wfEuNQ8oHVydsoEVXbUQ > .row .container > .video-iframe-container { display: none; }#iVfqnVwmsID1wfEuNQ8oHVydsoEVXbUQ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iVfqnVwmsID1wfEuNQ8oHVydsoEVXbUQ > .row > .video-iframe-container { display: none; }#iVfqnVwmsID1wfEuNQ8oHVydsoEVXbUQ > .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); }#iVfqnVwmsID1wfEuNQ8oHVydsoEVXbUQ > .row .container { width:20rem;height:39.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #b8JPoRTL8kPcGlfgsU3DVWNIaZF3Ku7S { width:20rem;height:1.00043125rem;top:0.5rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #xLZshb2gHNrDqdDba4Z54rB8bp6fai4V { width:20rem;height:3.4375rem;top:26.5rem;left:0rem;font-size:1.5625rem;text-align:center;text-align-last:center;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #KUZnIxMmRcevr2PmNV1nWPeIleGmGFAB .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#KUZnIxMmRcevr2PmNV1nWPeIleGmGFAB .widget-text.counter-number { padding-top:0.5rem;padding-right:0.4375rem;padding-bottom:0.5rem;padding-left:0.4375rem;width:2.625rem;min-width:2.625rem;height:2.6875rem;font-size:2rem;line-height:43px;top:0rem;left:0rem; }
#KUZnIxMmRcevr2PmNV1nWPeIleGmGFAB .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.3125rem;margin-right:0;margin-bottom:0;margin-left:0;width:3.5rem;height:1.0625rem;font-size:0.75rem;line-height:1;top:0rem;left:0rem; }
#KUZnIxMmRcevr2PmNV1nWPeIleGmGFAB { width:18rem;height:5.0625rem;display:flex;top:2.0625rem;left:0rem;z-index:15072; }
 }@media only screen and (max-width: 763px) { #KUZnIxMmRcevr2PmNV1nWPeIleGmGFAB #qWTls8MVNquTeXK36szwqhyxotUkJZx2 { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #KUZnIxMmRcevr2PmNV1nWPeIleGmGFAB #O4emhOClTHEtI4AMBKJbCPKKmSTgzJum {  }
 }@media only screen and (max-width: 763px) { #KUZnIxMmRcevr2PmNV1nWPeIleGmGFAB #VZrt61IsIo3dlTV54lrOu965lq2obJ1Z {  }
 }@media only screen and (max-width: 763px) { #KUZnIxMmRcevr2PmNV1nWPeIleGmGFAB #SbEdtA4yppyc2nEKNvqzKuAXVEEXfLUl { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #KUZnIxMmRcevr2PmNV1nWPeIleGmGFAB #bJkKkxtv8Ufm8bUZGxTMBkRyywEd3VFH {  }
 }@media only screen and (max-width: 763px) { #KUZnIxMmRcevr2PmNV1nWPeIleGmGFAB #th8HbloOgmrQm6RpktBFXdzZQ5aSkRKR {  }
 }@media only screen and (max-width: 763px) { #KUZnIxMmRcevr2PmNV1nWPeIleGmGFAB #RbpRWvSwQcQQOfTHdm9VbCLreRMMzWfV { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #KUZnIxMmRcevr2PmNV1nWPeIleGmGFAB #yPttVcivZrsrnhopS5Ics7oLCtP7OOeo {  }
 }@media only screen and (max-width: 763px) { #KUZnIxMmRcevr2PmNV1nWPeIleGmGFAB #GTcadRqrtoorBrEOceFzl15Zns9VW8bJ {  }
 }@media only screen and (max-width: 763px) { #KUZnIxMmRcevr2PmNV1nWPeIleGmGFAB #MXZ49rlp0EeT8KeThePeBnASbcdSwvxo { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #KUZnIxMmRcevr2PmNV1nWPeIleGmGFAB #OXlT2ToHoG5hqrJCHsmSVhMHtUmTHvkW {  }
 }@media only screen and (max-width: 763px) { #KUZnIxMmRcevr2PmNV1nWPeIleGmGFAB #eHRDzOJqAsAsp99HQiVo6DTiqNTLDlEd {  }
 }@media only screen and (max-width: 763px) { #slWqF1o2t3vHS6cxKsFEgKTUtdCJ7gsA { width:20rem;height:1.16875rem;top:30.625rem;left:0rem;font-size:1.0625rem;text-align:center;text-align-last:center;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #hTlxWn1piKnDSfxGV7x79n8qL3pdnUyO { width:18.8125rem;height:3rem;top:34.625rem;left:0.59375rem;display:block; }
 }@media only screen and (max-width: 763px) { #I5wAz4AtzJW7be7IGXmz57hWZTe8ML0z { display:block; }
 }@media only screen and (max-width: 763px) { #Lv1xnqwKQXROW6IuRD2ITMRSCdlLATCp { position:relative;z-index:auto;background-color:#ffffff;background-image:none;display:none; }#Lv1xnqwKQXROW6IuRD2ITMRSCdlLATCp > .row .container { width:20rem;height:14.6875rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #M8ChbZArhP5uCL5r4VLzwa3fz1tfPtnT { width:20rem;height:auto;top:1rem;left:0rem;font-size:0.8125rem;text-align:center;text-align-last:center;font-weight:400;font-style:normal;display:none; }
 }@media only screen and (max-width: 763px) { #CLJzqUqi4b6fJxOT4eCLUbzZi4dwpxTr { width:20rem;height:auto;top:2.5rem;left:0rem;font-size:0.8125rem;text-align:center;text-align-last:center;font-weight:400;font-style:normal;display:none; }
 }@media only screen and (max-width: 763px) { #wOPZpttNEsLbnu3P8DDVIQVdCT9FbZKO { display:block; }#wOPZpttNEsLbnu3P8DDVIQVdCT9FbZKO > .row .container { width:20rem;height:11.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gqmTpEE4ftTAvnUon6QhXsqPDP37SgTs { width:20rem;height:6rem;top:3.7492184638977rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #qKh84EasQU8XB1mVhLbcDsWDovBKLeKQ { display:block; }#qKh84EasQU8XB1mVhLbcDsWDovBKLeKQ > .row .container { width:20rem;height:83.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BvvPi1dw14WgATTdXK19d7362Mtgeo0z { width:20rem;height:15.3125rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #eH9HS94xeBvUXVeqLHmgS6C3oi3FtbQH { display:block; }#eH9HS94xeBvUXVeqLHmgS6C3oi3FtbQH > .row .container { width:20rem;height:61.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #EGwxCKea7Edw2ppol4XCWRLhrVlz7pp3 { width:20rem;height:1.05625rem;top:57.4806975rem;left:0rem;text-align:center;text-align-last:center;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #u4iyCxshZSJZQtwceioQ1wtlicIwNEI4 { width:18.9375rem;height:10.3125rem;top:45.77930875rem;left:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #z1wR4akT0xNCQrsFz9rGqW9X8af5vrKh { width:18.125rem;height:2.6rem;top:51.40430875rem;left:0.9375rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Iur07hlFbODzpzrBHG9BIMl4iJV6IiLt { width:18.9375rem;height:10.3125rem;top:34.07792rem;left:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TZzELcpvdoAzGmEEXFWobJS7vDNC0OKL { width:18.125rem;height:2.6rem;top:46.77930875rem;left:0.9375rem;text-align:center;text-align-last:center;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #u3VuhFow0RTDptIUaQqBGVTi0HfrGMcw { width:18.125rem;height:2.6rem;top:35.07792rem;left:0.875rem;text-align:center;text-align-last:center;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #Sb1tDyntQM8v037gPHOChEpB9H1m2pPW { width:18.125rem;height:2.6rem;top:39.70292rem;left:0.875rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #CCH2u1R6qfVLHl7cXErHXFNUhPkVtyGa { width:20rem;height:3.65625rem;top:17.47093125rem;left:0rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #cGeFeFLkKgmpwdTrQXnCBLJBuCsrJXvV { width:18.9375rem;height:10.3125rem;top:22.37653125rem;left:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #age8IJPnER9KoKcmTA8ksObmcbfTNXAp { width:18.125rem;height:2.6rem;top:23.37653125rem;left:0.9375rem;text-align:center;text-align-last:center;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #Lfb2y5A47D3MSnOATt3tu4wT51SU0d9s { width:18.125rem;height:3.9rem;top:28.00153125rem;left:0.9375rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TdhlFrCziH7eQdGxgEhZ7ofA6hzX8XBT { width:2.5rem;height:0.125rem;top:16.09593125rem;left:8.75rem;background-color:#1c2459;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #Zx4xunI46IZLVoaDhxbbrbmf4PHAkfQU { width:20rem;height:9.75rem;top:5.09874375rem;left:0rem;text-align:center;text-align-last:center;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lgI3L4AtyfmTciJTryLJZhah4EEPqbrp { width:20rem;height:2.6rem;top:1.25rem;left:0rem;text-align:center;text-align-last:center;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #TXOnPlg6FQa2orBVvUGSmrDtFsCWHGFJ { display:none; }#TXOnPlg6FQa2orBVvUGSmrDtFsCWHGFJ > .row .container { width:20rem;height:40.6875rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #CAIo5mv8gaiT4QeWnWrZhpN0fI6BeBsm { width:2.875rem;height:2.875rem;top:28.124130249024rem;left:8.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #cGIT4NTkFDTvcHFuvHlqEvlIRIW1ZJZ5 { width:2.5rem;height:1.625rem;top:28.686630249024rem;left:8.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ow3QUpVBwqCiOPbLcpteourNf8ITB8KP { display:flex;width:2.875rem;height:2.875rem;top:9.6875rem;left:8.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #dHWIDdubZUfGazxJrZwLJaRZtgVXWgi9 { width:2.875rem;height:2.875rem;top:36.6240234375rem;left:8.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VvngUMgoWML2ZtlyLapyghLp6uwqqgBe { width:2.5rem;height:1.625rem;top:37.1865234375rem;left:8.8125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #PwlW1LTdb1lphz3nOleJiMZh26cJnwfZ .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#PwlW1LTdb1lphz3nOleJiMZh26cJnwfZ { display:flex;height:auto;width:15.3125rem;top:12.875rem;left:2.25rem;z-index:15021; }
#PwlW1LTdb1lphz3nOleJiMZh26cJnwfZ .accordion-element-container:first-of-type .accordion-desc-text { display: none; } }@media only screen and (max-width: 763px) { #PwlW1LTdb1lphz3nOleJiMZh26cJnwfZ #xqRyCONz7TD2HG6rmVDo9Wvn028BybUO {  }
 }@media only screen and (max-width: 763px) { #PwlW1LTdb1lphz3nOleJiMZh26cJnwfZ #G9nJ6adqhLBTHF4nrz8Tk4EFpqSpyvh6 {  }
 }@media only screen and (max-width: 763px) { #PwlW1LTdb1lphz3nOleJiMZh26cJnwfZ #f5qRwRaX9gQ41vb1rFrBKPwuGXEUDAaI {  }
 }@media only screen and (max-width: 763px) { #PwlW1LTdb1lphz3nOleJiMZh26cJnwfZ #ASwrQyD6eBKIiLOwaeDX5Gf3QLAKwTPd {  }
 }@media only screen and (max-width: 763px) { #PwlW1LTdb1lphz3nOleJiMZh26cJnwfZ #XT69wehv24K4H3JN4HZdXmLGDyJBRgae {  }
 }@media only screen and (max-width: 763px) { #VpqTHqQ1vO3A30dICTobaxaXC1wBT0VL .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#VpqTHqQ1vO3A30dICTobaxaXC1wBT0VL { display:flex;height:auto;width:15.0625rem;top:8.1875rem;left:2.40625rem;z-index:15041; }
#VpqTHqQ1vO3A30dICTobaxaXC1wBT0VL .accordion-element-container:first-of-type .accordion-desc-text { display: none; } }@media only screen and (max-width: 763px) { #VpqTHqQ1vO3A30dICTobaxaXC1wBT0VL #crscgmJDzCM6vT9vcNJB9AC8geSmLaBR {  }
 }@media only screen and (max-width: 763px) { #VpqTHqQ1vO3A30dICTobaxaXC1wBT0VL #THfDsltTs9hbqDJeqvHkbVQtoEFT3m6O {  }
 }@media only screen and (max-width: 763px) { #VpqTHqQ1vO3A30dICTobaxaXC1wBT0VL #o7lu2rEF5HCPeJ85sXiLbz5PLur9r6TC {  }
 }@media only screen and (max-width: 763px) { #VpqTHqQ1vO3A30dICTobaxaXC1wBT0VL #eEoeh9gqReAZiGwb8Zw6NdZNJ82ioi98 {  }
 }@media only screen and (max-width: 763px) { #VpqTHqQ1vO3A30dICTobaxaXC1wBT0VL #EoiNetql1GRFksd0JuiP3fVXBJXppNCq {  }
 }@media only screen and (max-width: 763px) { #NNZPTtldfFTahsTkMxWMKZaK2vIXKUrK { display:flex;width:2.875rem;height:2.875rem;top:9.9375rem;left:8.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #Lv8GnT66vo1FI4pz6gurTkhozMnGKvK0 .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#Lv8GnT66vo1FI4pz6gurTkhozMnGKvK0 { display:flex;height:auto;width:15.0625rem;top:22.375rem;left:2.375rem; }
#Lv8GnT66vo1FI4pz6gurTkhozMnGKvK0 .accordion-element-container:first-of-type .accordion-desc-text { display: none; } }@media only screen and (max-width: 763px) { #Lv8GnT66vo1FI4pz6gurTkhozMnGKvK0 #aXrkBP7bMP7xmhKxUNnvn9gZyRUmREL5 {  }
 }@media only screen and (max-width: 763px) { #Lv8GnT66vo1FI4pz6gurTkhozMnGKvK0 #yqRi6LB6winPxTr4onlMIwDWqOMX9XUt {  }
 }@media only screen and (max-width: 763px) { #Lv8GnT66vo1FI4pz6gurTkhozMnGKvK0 #Mkh3Q3uLsF8mTJa7219Wvd4KNNArCbRg {  }
 }@media only screen and (max-width: 763px) { #Lv8GnT66vo1FI4pz6gurTkhozMnGKvK0 #XbSwiPGcoFioOoLI7UpG1JcDIbtWRx02 {  }
 }@media only screen and (max-width: 763px) { #Lv8GnT66vo1FI4pz6gurTkhozMnGKvK0 #a0LiwTdBZFJM9q27oFVLHtIDGcG7Rvw1 {  }
 }@media only screen and (max-width: 763px) { #n60RhdbmT6Gqg5q4rFAE52CwNTdCgUQL { width:2.875rem;height:2.875rem;top:32.249130249024rem;left:8.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #goEkbA7BvnriFGdLqzTyu9T3TlMT3T6q { width:2.5rem;height:1.625rem;top:32.936630249024rem;left:8.9375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #nZ6SdtV2diA1I1A8D6tvIuTV5xHAObL3 { width:20rem;height:3.8984375rem;top:0.92343711853025rem;left:0rem;text-align:center;text-align-last:center;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #myvXbTtzZki9SLPO5zSi94ugnXkTvQGG { width:20rem;height:0.9746125rem;top:6.31093788147rem;left:0rem;text-align:center;text-align-last:center;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Kww9VZu5NTDWHDefbXmqHTMrkCLuxFHo { display:block; }#Kww9VZu5NTDWHDefbXmqHTMrkCLuxFHo > .row .container { width:20rem;height:24.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lnDSwdPRTGW0qDDCExPdALpP57hVRRpI { width:20rem;height:3.9rem;top:2.20703125rem;left:0rem;text-align:center;text-align-last:center;font-size:1.5rem;z-index:15008;display:block; }
 }@media only screen and (max-width: 763px) { #mswc2maIemMTlgggqLC4HsIfv2d7OJzN { width:20rem;height:0.975rem;top:7.3994140625rem;left:0rem;text-align:center;text-align-last:center;font-size:0.75rem;z-index:15009;display:block; }
 }@media only screen and (max-width: 763px) { #aLkvx1leTsFBDlZ2TCviMTglhCJUGOab { width:2.875rem;height:2.875rem;top:11.25rem;left:8.5625rem;z-index:15018;display:block; }
 }@media only screen and (max-width: 763px) { #TpMfXEUWVDZk64cm6K3TNtuk5h6wmx6F { width:2.5rem;height:1.625rem;top:11.8125rem;left:8.75rem;font-size:1.25rem;z-index:15019;display:block; }
 }@media only screen and (max-width: 763px) { #gm7ue1azoHWf1iuU5kIIaz8gB5y2t3Ro .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#gm7ue1azoHWf1iuU5kIIaz8gB5y2t3Ro { display:flex;height:auto;width:15.3125rem;top:16.3125rem;left:2.28125rem;z-index:15022; }
#gm7ue1azoHWf1iuU5kIIaz8gB5y2t3Ro .accordion-element-container:first-of-type .accordion-desc-text { display: none; } }@media only screen and (max-width: 763px) { #gm7ue1azoHWf1iuU5kIIaz8gB5y2t3Ro #sepcVTZZ1rC6u6E6Ky2AsndkmfdG3P6m {  }
 }@media only screen and (max-width: 763px) { #gm7ue1azoHWf1iuU5kIIaz8gB5y2t3Ro #uS8vzHtqkwcyOymaGP9c4oNVs1MtMXFM {  }
 }@media only screen and (max-width: 763px) { #gm7ue1azoHWf1iuU5kIIaz8gB5y2t3Ro #MT0Oao2Pk0obUuBkkiUxIOr6MKkDJEif {  }
 }@media only screen and (max-width: 763px) { #gm7ue1azoHWf1iuU5kIIaz8gB5y2t3Ro #GBrGSTsDB4gnKTXgqgTFyozMVxhyv5Qm {  }
 }@media only screen and (max-width: 763px) { #gm7ue1azoHWf1iuU5kIIaz8gB5y2t3Ro #AKJovTWM08dOcS5wJGtSx48H2vLy1PGH {  }
 }@media only screen and (max-width: 763px) { #spW5EKzNnw1Kr9rFmTToKg3T7NMDM3P5 { display:block; }#spW5EKzNnw1Kr9rFmTToKg3T7NMDM3P5 > .row .container { width:20rem;height:13.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #c0I6d3lv6zSFy21pmEwpikoP1BL1SWlm { width:2.875rem;height:2.875rem;top:1.0625rem;left:8.5625rem;z-index:15021;display:block; }
 }@media only screen and (max-width: 763px) { #rb5E2B7425U4khBf2IqipJ2UhDsqNGFt { width:2.5rem;height:1.625rem;top:1.6875rem;left:8.75rem;font-size:1.25rem;z-index:15022;display:block; }
 }@media only screen and (max-width: 763px) { #gddGtrBGDp9ZXVEp4kMbRMTq55MAmHxB .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#gddGtrBGDp9ZXVEp4kMbRMTq55MAmHxB { display:flex;height:auto;width:15.0625rem;top:5.1875rem;left:2.40625rem;z-index:15042; }
#gddGtrBGDp9ZXVEp4kMbRMTq55MAmHxB .accordion-element-container:first-of-type .accordion-desc-text { display: none; } }@media only screen and (max-width: 763px) { #gddGtrBGDp9ZXVEp4kMbRMTq55MAmHxB #UeFhXVRlGGQoi2tHkRmbMSpSEHGiOTCK {  }
 }@media only screen and (max-width: 763px) { #gddGtrBGDp9ZXVEp4kMbRMTq55MAmHxB #Q8dl0gebr3O2Ndi0VL6BMW60CUuycZMQ {  }
 }@media only screen and (max-width: 763px) { #gddGtrBGDp9ZXVEp4kMbRMTq55MAmHxB #A0NoDwKLGWp5Aq0ys8TxvdEOKtEyQKoz {  }
 }@media only screen and (max-width: 763px) { #gddGtrBGDp9ZXVEp4kMbRMTq55MAmHxB #Zu0AqILoogatTGCT9rnPV39ITNzbqclV {  }
 }@media only screen and (max-width: 763px) { #gddGtrBGDp9ZXVEp4kMbRMTq55MAmHxB #p2HerrMSUK1B2Wfxq3lDMce8C4tiCsTo {  }
 }@media only screen and (max-width: 763px) { #zJlPQR5CSuL1ZN6Ue5VJheSvDeDihTv6 { display:block; }#zJlPQR5CSuL1ZN6Ue5VJheSvDeDihTv6 > .row .container { width:20rem;height:13.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FOlmqK4Pa72NVXh0q5Ck1kXZJJOV0FXy { width:2.875rem;height:2.875rem;top:1.75rem;left:8.5625rem;z-index:15024;background-color:#1c2459;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;display:block; }
 }@media only screen and (max-width: 763px) { #Ae1MDqFQ0fGbRvKhZzd4INT2g4BBNdV9 { width:2.5rem;height:1.625rem;top:2.4375rem;left:8.8125rem;font-size:1.25rem;z-index:15025;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #HgVNkXZ01mLKH4w5Fa7ruLWdCCf6NIXW .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#HgVNkXZ01mLKH4w5Fa7ruLWdCCf6NIXW { display:flex;height:auto;width:15.0625rem;top:5.9375rem;left:2.40625rem;z-index:15032; }
#HgVNkXZ01mLKH4w5Fa7ruLWdCCf6NIXW .accordion-element-container:first-of-type .accordion-desc-text { display: none; } }@media only screen and (max-width: 763px) { #HgVNkXZ01mLKH4w5Fa7ruLWdCCf6NIXW #fJIsZkW3vDhyGFif9rNOACqnAbTHD7EO {  }
 }@media only screen and (max-width: 763px) { #HgVNkXZ01mLKH4w5Fa7ruLWdCCf6NIXW #XKuTlw0QxlcrARrChAdqS2Z9QuuWpVc3 {  }
 }@media only screen and (max-width: 763px) { #HgVNkXZ01mLKH4w5Fa7ruLWdCCf6NIXW #gF5aZnPK936KGBnx6fxf1WUi3dVZhFn3 {  }
 }@media only screen and (max-width: 763px) { #HgVNkXZ01mLKH4w5Fa7ruLWdCCf6NIXW #qlUd4l2C6oCdTzoBcMU75Wmf6XpsV2Sf {  }
 }@media only screen and (max-width: 763px) { #HgVNkXZ01mLKH4w5Fa7ruLWdCCf6NIXW #T8gzK1EWwmztx1fwCWA9T0wFiH2GyTeW {  }
 }@media only screen and (max-width: 763px) { #Gx4wRZ3KTmuzR35pWtXItxTrrqTDNnbI { display:block; }#Gx4wRZ3KTmuzR35pWtXItxTrrqTDNnbI > .row .container { width:20rem;height:64.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JRz8cCg9rhNFyAw8T3kuKyqfleQAGGD2 { width:20rem;height:6rem;top:2.8125rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #f1l6c3vWcrvWZ9HlS41l5ytdkKppaOq2 { width:20rem;height:11.3125rem;top:4.9375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #gEWBpi1C1rtd7CiiOIKkgVbR6HbbMp17 { width:7.9373125rem;height:1.85980625rem;top:11.8125rem;left:6rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #utF3sclhFVsBKHfN52DwTo5ANT1vCfKs { width:5.12478125rem;height:3.1477875rem;top:21rem;left:7.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #OsflZGzoFUHrrqM86MNdfLD2AD6lCA4n { width:10.4373125rem;height:1.24240625rem;top:17.0625rem;left:4.75rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #t7rn7bqdG51b1S7q33fVCmzy1xL2Oowu { width:5.12478125rem;height:5.37109375rem;top:37.5625rem;left:7.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #uF4Eh16ZK5baZRonhgvcvPGHACu8cPJb { width:8.624125rem;height:2.5434rem;top:32rem;left:5.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UHZUvQ8A0auR7mkUDwlCnoSGbKKCkOEI { width:8.2498125rem;height:1.86089375rem;top:27.125rem;left:5.8125rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #aOweBhTRIDopq5mTUI3FD7Ty6w20GyPt { width:12.1875rem;height:2.85915625rem;top:52.75rem;left:3.9375rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #Z6devEQKXlIuizR5wlmyguNBfW8PHK9b { width:7.249375rem;height:3.59375rem;top:16.561415195465rem;left:6.3747833371163rem;z-index:15041;display:none; }
 }@media only screen and (max-width: 763px) { #FgSWnK9pNCtEUzKl2xni2ze38Hw42bAi { width:7.561875rem;height:1.982425rem;top:59.875rem;left:6.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ALOG0EsS0eeR7hGOuVIkdI22mxoQyki2 { width:7.1875rem;height:2.5rem;top:46.8125rem;left:6.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #lIcdULZ53ixKn8EkuXXSp0e4ueMcRTqC { width:20rem;height:3.5rem;top:15.311416149139rem;left:0rem;background-color:#1c2459;background-image:none;display:none; }
 }@media only screen and (max-width: 763px) { #BvW3fV5ndH6oEcbeAPoMPm4r5La3oQr4 { display:block; }#BvW3fV5ndH6oEcbeAPoMPm4r5La3oQr4 > .row .container { width:20rem;height:102.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #U0zP0bDnOTE072rdaCiqpal2dgDGG9tK { width:9.0625rem;height:2.4375rem;top:1.25rem;left:5.4375rem;font-size:1.875rem;z-index:15072;display:block; }
 }@media only screen and (max-width: 763px) { #IuEF5BiIhtxdG9Pi1zprdTTT536lvODh { width:20rem;height:auto;top:5.6875rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;line-height:1;display:none; }
 }@media only screen and (max-width: 763px) { #cQ9iSh4ImyLi9eQN5ldpX4NKOLg5q36T { width:8.125rem;height:8.125rem;top:4.93706875rem;left:5.6875rem;z-index:15074;display:block; }
 }@media only screen and (max-width: 763px) { #a9HtrC9GZQ8bn6NT4HqqQE9eITczTfxE { width:20rem;height:2.4375rem;top:30.87827375rem;left:0rem;font-size:1.875rem;z-index:15072;display:block; }
 }@media only screen and (max-width: 763px) { #JcAZd7LKWr8RCCmuNGSRXfmGapLF0emN { width:20rem;height:3.5rem;top:30.31577375rem;left:0rem;background-color:#dc0d17;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #fiipgafprJqyfacworOvrFWtTd7TIGKZ { width:8.125rem;height:8.125rem;top:35.06577375rem;left:5.6875rem;z-index:15074;display:block; }
 }@media only screen and (max-width: 763px) { #R2rtso2PakK8783HxOJrALMR0kBSEMQ3 { width:9.0625rem;height:1.462675rem;top:14.86762375rem;left:5.4375rem;font-size:1.125rem;z-index:15072;display:block; }
 }@media only screen and (max-width: 763px) { #CrBA5Od8tJq7Jvoaoxfxlo5kkaxB96F5 { width:9.0625rem;height:1.462675rem;top:44.99632875rem;left:5.4375rem;font-size:1.125rem;z-index:15072;display:block; }
 }@media only screen and (max-width: 763px) { #MTp2q3rzQXV1yeSlEHu5OpshRAzr2TZJ { width:14.0625rem;height:2.925rem;top:17.58029875rem;left:2.9375rem;font-size:1.125rem;z-index:15072;display:block; }
 }@media only screen and (max-width: 763px) { #xrD16hgTxHRZ9sqLHQT91aILcVWI53qu { width:16.9998125rem;height:2.925rem;top:47.70900375rem;left:1.5rem;font-size:1.125rem;z-index:15072;display:block; }
 }@media only screen and (max-width: 763px) { #NTJ7QMTNKT0pdAMrbTb5AE466l2327H0 { width:20rem;height:3.5rem;top:58.00740375rem;left:0rem;background-color:#00667d;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #Z1ElK0m4ZKRvuwz4NRLqrFIZufKwnSm7 { width:17.1875rem;height:7.3125rem;top:21.75564875rem;left:1.375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vBtTKTVAEJoWyRipZWQr8bEhmAVzfBgV { width:17.8125rem;height:2.925rem;top:75.40063375rem;left:1.0625rem;font-size:1.125rem;z-index:15072;display:block; }
 }@media only screen and (max-width: 763px) { #Kql0KlqfCm4eNSfZVzi0uDtBNXtNs99T { width:17.1875rem;height:4.875rem;top:51.88435375rem;left:1.375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hFVR0ohls0rT8axdzBG9qymxFgIQDwRo { width:17.1875rem;height:14.625rem;top:79.57598375rem;left:1.375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #uHUvCWkn59yxemtc3xXuy8U28Gy1zCMm { width:13.186875rem;height:1.462675rem;top:72.68795875rem;left:3.375rem;font-size:1.125rem;z-index:15072;display:block; }
 }@media only screen and (max-width: 763px) { #tNq0FfIlsVgqqWN6M0dl5MQUCCdg7yR6 { width:13.186875rem;height:2.4375rem;top:58.56990375rem;left:3.375rem;font-size:1.875rem;z-index:15072;display:block; }
 }@media only screen and (max-width: 763px) { #e5Qw5GA73c241sEn549SrL9nZTEJormV { width:8.125rem;height:8.125rem;top:62.75740375rem;left:5.6875rem;z-index:15074;display:block; }
 }@media only screen and (max-width: 763px) { #sTs1Of1EkK95TnFyGW3zcmeumOC75TSk { display:block; }#sTs1Of1EkK95TnFyGW3zcmeumOC75TSk > .row .container { width:20rem;height:235rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #r6TDhoN5RpOnxXzwPg1BRwCJmKRlGv3g { width:20rem;height:7.2rem;top:1.25rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #fiZpe2p4kXrOsZU3tGlbHxxeoqd5W9vb { width:20rem;height:2.25rem;top:9.6961875rem;left:0rem;font-size:1.875rem;text-align:center;text-align-last:center;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #uvQhCIUop59E0uC9tQAJDvFZcJh72BAo { width:10.625rem;height:10.375rem;top:13.1955375rem;left:4.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Kt9mq19lAKUCRF1AAwx7TzIuRtP5Ihyg { width:17.061625rem;height:1.75rem;top:24.8205375rem;left:1.4375rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #BU1eavdbRu5ndkHfTGRBlCn3I5xWGu9v { width:17.061625rem;height:1.6625rem;top:27.8185875rem;left:1.4375rem;font-size:1.1875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Sw5z66qpw0PHWLzxFylOMNvI6Co3UWQS { width:17.1875rem;height:4.14375rem;top:65.71529375rem;left:1.375rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #zme5USeLs9ErmTFEJa7Ewogmdv2z7t4J { width:17.8125rem;height:4.14375rem;top:30.72983125rem;left:1.0625rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #gv49cPW1RIlxdBklivvwmzcXoI719KHO { width:9.249125rem;height:3.675rem;top:60.79450625rem;left:5.375rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #vl2NnQPNtHVwT7pnN50IOwD44X7wpx9A { width:10.625rem;height:10.375rem;top:36.12045625rem;left:4.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PiM9QqloH7ybhgpSC0xQ3NV5AHFZsesR { width:9.249125rem;height:3.675rem;top:71.10591875rem;left:5.375rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #iQwQQ9HsbSwMdWvvGO3t4H2vPF37OHu4 { width:17.1875rem;height:5.525rem;top:76.02670625rem;left:1.375rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #htFEwZ1BThoH2CvtWTUOWTTaTUO9h7Fm { width:17.8125rem;height:4.14375rem;top:55.40388125rem;left:1.0625rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #RxwtxzCml60fqw0T0u0JlABBe1JwbGDZ { width:17.061625rem;height:1.6625rem;top:52.4926375rem;left:1.4375rem;font-size:1.1875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #QnK6xcoNcMr7IdButneiHAgO5A5uX1AH { width:17.061625rem;height:3.5rem;top:47.74545625rem;left:1.4375rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #GwdSisaG5dwcKmQPxZuMz5DPqaBmHM5F { width:20rem;height:2.25rem;top:82.79645625rem;left:0rem;font-size:1.875rem;text-align:center;text-align-last:center;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #UaWlRmilBWfIWCRqe0ITVCIlX64dbPGu { width:10.5rem;height:10.25rem;top:86.29580625rem;left:4.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #XzUTBgBna1dxP0DqhcGka4tiLWRqOicQ { width:17.061625rem;height:1.75rem;top:97.79580625rem;left:1.4375rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #G7CqMvE1HT653UKfxBxGGmlo9aazgsRo { width:17.061625rem;height:1.6625rem;top:100.79385625rem;left:1.4375rem;font-size:1.1875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #INTSwVNUyGn7ZET2KkapNfxZA69MBQBO { width:17.8125rem;height:5.525rem;top:106.70315rem;left:1.0625rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #KxoJ0n2Zsgn9CWNqAsWCyuJ278LabX5q { width:17.1875rem;height:5.525rem;top:139.69968125rem;left:1.375rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #mfFXmL212MmPrqgQhT1QhroIyOlIXcsq { width:9.249125rem;height:3.675rem;top:134.77889375rem;left:5.375rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #HyTi157KPr16B1XQNhtEpyyeRJGLT534 { width:10.625rem;height:10.375rem;top:113.4729rem;left:4.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lxeTQLJC8JrTSxN6f0mpRF7O3F0GF5iK { width:9.249125rem;height:3.675rem;top:146.46943125rem;left:5.375rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #mKdTinbTlkvPSKKsm56ypPV2WX3MMGg5 { width:17.1875rem;height:4.14375rem;top:151.39021875rem;left:1.375rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #asKWPQ0rNK55nX1LOHaGEE59Ir1TiGRp { width:17.8125rem;height:5.525rem;top:128.00914375rem;left:1.0625rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #fXfeuKgZwM1KMWrwmSQI97uPnLwF1hvA { width:17.061625rem;height:1.6625rem;top:125.0979rem;left:1.4375rem;font-size:1.1875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Tu0ofIaWfeCkyhrnlsKsVbxm4lsKL22o { width:17.061625rem;height:1.75rem;top:103.7051rem;left:1.4375rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #AwfEWum6KirqFfEUzCfATXkEgzeciOig { width:20rem;height:2.25rem;top:156.78084375rem;left:0rem;font-size:1.875rem;text-align:center;text-align-last:center;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #kvlSutlDu2VLkr4lBNizgeDXyho0xG7I { width:17.061625rem;height:1.75rem;top:171.90519375rem;left:1.4375rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #zSs0v7wMJIvzxTmJdOV05ryPxxEBSmJc { width:10.625rem;height:10.375rem;top:160.28019375rem;left:4.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #O6V76PD3OksOTBE9CqyDMRzfSDfKmbnF { width:17.8125rem;height:6.90625rem;top:177.8144875rem;left:1.0625rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #RVZdG9fdeqovbB7XzQfQk9TeLrfK1oHo { width:17.061625rem;height:1.6625rem;top:174.90324375rem;left:1.4375rem;font-size:1.1875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #uo2PAiFhILlgzAnzuFUyNvwStxya6AiZ { width:17.1875rem;height:5.525rem;top:216.57169375rem;left:1.375rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #CbTLboabeQ4brKdBMd7OciaEAXluKLBT { width:10.625rem;height:10.375rem;top:185.96555rem;left:4.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #p8FQlf3ToEKTvGUlm4TRHUTo7Ng3Tpuo { width:9.249125rem;height:3.675rem;top:223.34144375rem;left:5.375rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #s8m2owU5vE6WfFz2d8P4nCCglDoZJHCx { width:9.249125rem;height:3.675rem;top:211.65090625rem;left:5.375rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #NKMpHba4mt9PrBHgUi2fyW61MuVWfux4 { width:17.1875rem;height:5.525rem;top:228.26223125rem;left:1.375rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #kxpgAfp6EFXsdB3dksfA4SUJHWEpxern { width:17.8125rem;height:6.90625rem;top:203.49984375rem;left:1.0625rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #BtQU3V3duiLZEQmNPAQsDyg9OKwEp7l4 { width:17.061625rem;height:1.6625rem;top:197.59055rem;left:1.4375rem;font-size:1.1875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #UdrTmRULS89cOfRRZLU1ElLtDiLbSNNI { width:17.061625rem;height:1.75rem;top:200.50179375rem;left:1.4375rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ZkEecatnLgknNuB5UVrIrRMQp4Lg9mT2 { display:none; }#ZkEecatnLgknNuB5UVrIrRMQp4Lg9mT2 > .row .container { width:20rem;height:28.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #tSlCXoI6OkZoRC0mFNS4bzIqhUEMMFXS { width:19rem;height:3.4375rem;top:1.25rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Hg3NCr3a3Pn3kl1N34zTdHVCX0VTScyo { display:block; }
 }@media only screen and (max-width: 763px) { #OZm8TilZHf58SkTh6CyfLDEbFbIyCd4X { width:20rem;height:21.75rem;top:5.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #xbRn9MTRxKDRyrh0bEplMEOdXy9f31bG { display:none; }#xbRn9MTRxKDRyrh0bEplMEOdXy9f31bG > .row .container { width:20rem;height:18.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #XTap5sHCwWWoN0HigWHs2nCrRcTVUixQ { display:block; }#XTap5sHCwWWoN0HigWHs2nCrRcTVUixQ > .row .container { width:20rem;height:35.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OPAy3zvUzagWBeDgKgrQm7m5oe20s8fh { width:20rem;height:8rem;top:1.4305114746094E-5rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #rTNGqlVTfhy2c6Du2aGuF09NPluKCqRf .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#rTNGqlVTfhy2c6Du2aGuF09NPluKCqRf { display:flex;height:auto;width:17.5rem;top:10.5625rem;left:1.1875rem; }
#rTNGqlVTfhy2c6Du2aGuF09NPluKCqRf .accordion-element-container:first-of-type .accordion-desc-text { display: none; } }@media only screen and (max-width: 763px) { #rTNGqlVTfhy2c6Du2aGuF09NPluKCqRf #vcusGxWbl3Il5lD1OMznnRqAfqozcyPx {  }
 }@media only screen and (max-width: 763px) { #rTNGqlVTfhy2c6Du2aGuF09NPluKCqRf #Hh1ygrLGGpyTTXdZdb3wCvMf5ewJEt9K {  }
 }@media only screen and (max-width: 763px) { #rTNGqlVTfhy2c6Du2aGuF09NPluKCqRf #KiOflehykbcI7fEI5WRVuSy681x2hwac {  }
 }@media only screen and (max-width: 763px) { #rTNGqlVTfhy2c6Du2aGuF09NPluKCqRf #ms4fkNxOVQPF7do64dC24sT7zgrwqKQM {  }
 }@media only screen and (max-width: 763px) { #rTNGqlVTfhy2c6Du2aGuF09NPluKCqRf #tkNAWhX0y02H1tsO8GUAsUTu9AO3RyIn {  }
 }@media only screen and (max-width: 763px) { #rTNGqlVTfhy2c6Du2aGuF09NPluKCqRf #CrvD1938091FVsBZO977hsDPKXulyAEk {  }
 }@media only screen and (max-width: 763px) { #rTNGqlVTfhy2c6Du2aGuF09NPluKCqRf #UnolWR5T8GHHUyoZ2Tgn3FGSdB7S6qpE {  }
 }@media only screen and (max-width: 763px) { #rTNGqlVTfhy2c6Du2aGuF09NPluKCqRf #rLyskXqrz9gGM7NPhUsSBxdhATVaw1Cm {  }
 }@media only screen and (max-width: 763px) { #rTNGqlVTfhy2c6Du2aGuF09NPluKCqRf #kLtXc9hiGyt9whQpzkPOM1Q7iil69eMh {  }
 }@media only screen and (max-width: 763px) { #rTNGqlVTfhy2c6Du2aGuF09NPluKCqRf #pL7kWfAdqQTdbUHMHEQePfAyHh8JqA75 {  }
 }@media only screen and (max-width: 763px) { #rTNGqlVTfhy2c6Du2aGuF09NPluKCqRf #VB7wTrgiGc470QOycvJIkp5VbGtQRo7V {  }
 }@media only screen and (max-width: 763px) { #rTNGqlVTfhy2c6Du2aGuF09NPluKCqRf #vbWkqQ9tUuQ7yuz7qJ32mgMJb9yZG1Py {  }
 }@media only screen and (max-width: 763px) { #rTNGqlVTfhy2c6Du2aGuF09NPluKCqRf #feUWvRg1JqNyOIfZ5ENISCTK5E5DuWbM {  }
 }@media only screen and (max-width: 763px) { #rTNGqlVTfhy2c6Du2aGuF09NPluKCqRf #qBkwR7kPAL2dvaohTOkEmkqRRUwvToTQ {  }
 }@media only screen and (max-width: 763px) { #rTNGqlVTfhy2c6Du2aGuF09NPluKCqRf #UN2ir4W9SF63nvhFOQHfOMsU2olGwwLP {  }
 }@media only screen and (max-width: 763px) { #rTNGqlVTfhy2c6Du2aGuF09NPluKCqRf #HIbI5HDXwXi4JUcIiviLfQJti0JdVwsK {  }
 }@media only screen and (max-width: 763px) { #rTNGqlVTfhy2c6Du2aGuF09NPluKCqRf #uDCXPqSSKWr8ExwX1dh22U4TdoIW1y0V {  }
 }@media only screen and (max-width: 763px) { #rTNGqlVTfhy2c6Du2aGuF09NPluKCqRf #psHPWueaEwnttWXRrkesc12E50P3t7Ew {  }
 }@media only screen and (max-width: 763px) { #rTNGqlVTfhy2c6Du2aGuF09NPluKCqRf #Ak7ZukwXGra0cddfl2DyaJGTratLRiAt {  }
 }@media only screen and (max-width: 763px) { #rTNGqlVTfhy2c6Du2aGuF09NPluKCqRf #icfPODhEd0DR5wRMTL1V2XvMXmfZBA6b {  }
 }@media only screen and (max-width: 763px) { #rTNGqlVTfhy2c6Du2aGuF09NPluKCqRf #ddEd5XDrCUmTImlWOAPhNmyU4I6DfRyZ {  }
 }@media only screen and (max-width: 763px) { #rTNGqlVTfhy2c6Du2aGuF09NPluKCqRf #nSGqgsU69gcGuxWKHm3G3hQe0zUt9NbH {  }
 }@media only screen and (max-width: 763px) { #rTNGqlVTfhy2c6Du2aGuF09NPluKCqRf #vilZpdH7bn0bcRFfkKouozuCVdlQ8XNs {  }
 }@media only screen and (max-width: 763px) { #rTNGqlVTfhy2c6Du2aGuF09NPluKCqRf #NDZsHUQrETeJaDEm2fOTcv2cP2Ohw4ey {  }
 }@media only screen and (max-width: 763px) { #rTNGqlVTfhy2c6Du2aGuF09NPluKCqRf #HmuJt01VcCXGVWeFcdmyo3Rlbu0RCqHb {  }
 }@media only screen and (max-width: 763px) { #MEDT4EebDahogdSXr7FCnt3TrwF8I9nw { width:20rem;height:2.75rem;top:7.999218940735rem;left:0rem;font-size:1.375rem;text-align:center;text-align-last:center;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #bPVUekGcnvDTMkXIiRJkLp3SBTVhTk2S { display:block; }#bPVUekGcnvDTMkXIiRJkLp3SBTVhTk2S > .row .container { width:20rem;height:33.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #A4pU78RggFa6diFxKJKvxz5M6uxxDLwL { height:10.935125rem;width:20rem;top:20.87265586853rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TT3IdtMSiag2aVTL5yT0Le8LvOaHr1Io { width:20rem;height:4.95rem;top:1.62353515625rem;left:0rem;font-size:1.375rem;text-align:center;text-align-last:center;line-height:1.2;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #PagDMxXTLXE3xQtNVZftsctOEJhdKyFt { width:16.875rem;height:7.875rem;top:9.3117184638975rem;left:1.5625000596046rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Q86IKyDvyULaIecVTQSZwIKdbl7PEKwt { width:3.125rem;height:0.125rem;top:7.7492184638975rem;left:8.4375005364419rem;display:block; }
 }@media only screen and (max-width: 763px) { #CdWCwW4omeEWZTMFiEPSkVFuTNzHTKD6 { display:block; }#CdWCwW4omeEWZTMFiEPSkVFuTNzHTKD6 > .row .container { width:20rem;height:8.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xzt068KF4i5Qxz5kdRHvF5AT1ZkumwDm { width:20rem;height:2.000175rem;top:5.50341796875rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #OhwIJ9TFBltrl9AIA7VWQ6OTPT9v4oEm { width:15.625rem;height:2.75035625rem;top:2.06591796875rem;left:2.1875rem;font-size:1.375rem;text-align:center;text-align-last:center;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #lt9rkUILtpTrOQdg4VPP6feyOmA0hBOn { width:4.5625rem;height:4.5625rem;top:-1.3125rem;left:15.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #UFWFsaqKVp2u9wHOR1K9KDTvk2JgZLgP { display:block; }#UFWFsaqKVp2u9wHOR1K9KDTvk2JgZLgP > .row .container { width:20rem;height:35.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dtlL3ASMBXcSFTDpwXuVoJ7FPMUxyn2s { width:20rem;height:35.9375rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #wLhbPguS9bcgkhtgT9qHTpu6FHM1s38P { display:block; }#wLhbPguS9bcgkhtgT9qHTpu6FHM1s38P > .row .container { width:20rem;height:19.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KCFTieo2LgBKwiSOXUwqW0NPcg1ZS2Ez { width:20rem;height:3.65625rem;top:1.25rem;left:0rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #wtZ1ob4XGwchyXHZvNg6UfPmv2DFL1vB { width:5.625rem;height:5.625rem;top:6.15625rem;left:7.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TvSfSJ3W5BMSHbKSfJzpfhGhM6TZHNvP { width:1.875rem;height:1.875rem;top:13.03125rem;left:9.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vrpxErGq8SVGfhpSOxyFLuhWTTHd6gN0 { width:2.1875rem;height:2.1875rem;top:16.15625rem;left:8.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #p8aL476LJwLoSw7WIuSAVslD17LRwTqk { position:fixed;z-index:199999;bottom:0rem;left:0rem;right:0rem;display:block; }#p8aL476LJwLoSw7WIuSAVslD17LRwTqk > .row .container { width:20rem;height:6.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #IahVSwwbMCLVAyIwl8isWHuLuTIII7OO { width:9.75rem;height:2.375rem;top:2.375rem;left:0.62499994039536rem;display:block; }
 }@media only screen and (max-width: 763px) { #EPeWqqSOHssl3q2MwAC1VIMqnsxhnaJx { width:8.85rem;height:2.0375rem;top:2.3804702758789rem;left:11.074999809265rem;z-index:15030;display:block; }
 }@media only screen and (max-width: 763px) { #Mvtcpw9WeKAiz6WTMFVEAQ8Qf0vIuZL7 { display:block; }
 }