.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); }#Ir4iKtDTBR5vrM6FuD2cTiWOP1b8TsQJ { 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; }#Ir4iKtDTBR5vrM6FuD2cTiWOP1b8TsQJ > .row .container { background-color: transparent; background-image: none; }#Ir4iKtDTBR5vrM6FuD2cTiWOP1b8TsQJ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ir4iKtDTBR5vrM6FuD2cTiWOP1b8TsQJ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ir4iKtDTBR5vrM6FuD2cTiWOP1b8TsQJ > .row .container > .video-iframe-container { display: none; }#Ir4iKtDTBR5vrM6FuD2cTiWOP1b8TsQJ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ir4iKtDTBR5vrM6FuD2cTiWOP1b8TsQJ > .row > .video-iframe-container { display: none; }#Ir4iKtDTBR5vrM6FuD2cTiWOP1b8TsQJ > .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); }#Ir4iKtDTBR5vrM6FuD2cTiWOP1b8TsQJ > .row .container { border-width: 0; border-radius: 0; }#Ir4iKtDTBR5vrM6FuD2cTiWOP1b8TsQJ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Ir4iKtDTBR5vrM6FuD2cTiWOP1b8TsQJ > .row .container { font-size:0.875rem;font-family:arial;height:5.125rem;width:60rem;position:relative;display:block; }#IlE98vAnPe8eeyJyvtvwiThWCc5bsFWp { 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; }
#SLz7zpwsQaiRsHSQPTINlraR9lxN19Eq { z-index:15003;top:1.8125rem;left:29.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:5.875rem;height:2.1875rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#CJZ0MPR6xk7T4gauHOIreytd0wBAbEZf { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#FJi0wS5RVBpaWXTWXuXW8X8a8qxFxvDQ { z-index:15006;top:2.25rem;left:41.8125rem;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; }
#hH0iNtwSk5LIzNMCao9xlebky79R0FsM { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#SIugl3BF0AQer9gZXC6ckP8vmqBw1usp { z-index:15004;top:1.8125rem;left:35.25rem;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; }
#q2BRQe97Nw6vP42HkDvFEnCO0dlF4Tl7 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#CFvUC0c0wAxdlZqpekFuc3MPTlroAzia { z-index:15007;top:1.8421875238419rem;left:46.5rem;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.6875rem;height:2.1875rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#LccfZaMxk30T2CUiyIPMerd65Qt6lwfr { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#IIBkKmILkH3TiGmFN3MrxkBwABMQUNHb { z-index:15008;top:1.8421875238419rem;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; }
#XQS9t3GIW0fmViTTK8x6VGB79Gml3JHa { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#KnCgTLGCqGPSszTRyTs7ulVVbkzC6w1B { z-index:15009;top:1.78125rem;left:55.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:2.75rem;height:2.1875rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#sacqBOLK0KJl9TdZOFk8h7rEfgw678Rt { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#pWCLMLTZs7fo4cmfkMm6zrCqufSc26uz { 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.625rem;left:10.5625rem;display:block; }
#F3yMeGZEQ5uG8AVMynhWoWJaStZNto7u { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#QJsBPTl78C8Q0tTueSKquEvtXCKdfPQL { 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:9rem;height:2.1875rem;text-decoration:none;z-index:15029;text-align:center;text-align-last:center;top:1.625rem;left:20.1875rem;display:block; }
#Rr8qNhxpPEhiCS2As1tRsp3ZvlS7tmMf { 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/947b4b6c-2baf-4225-b589-a8d866cd3350/BrochureBlueu.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:27.3125rem;width:60rem;position:relative;display:block; }#Utm2IVJBhCz4kqT4v2wVpwbDLaBVsPb0 { color:rgba(var(--color-tertiary-0),1);display:block;width:26.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:700;z-index:15041;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);top:23.375rem;left:0rem;height:2.03125rem;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; }
#LItZHBitQu8i3ua1nNR2okM38gvwCcKO { color:rgba(var(--color-tertiary-0),1);display:block;width:25.4984375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:700;z-index:15040;line-height:1;letter-spacing:0;text-shadow:0.125rem 0.125rem 0.25rem #000721;top:19.5625rem;left:0rem;height:2.5rem;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; }
#kPk5hdsbVCLpvfcXR17LQ5TKUpKg8F9w { color:rgba(var(--color-tertiary-0),1);display:block;width:27.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.375rem;font-weight:700;z-index:15041;line-height:1;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);top:8.90625rem;left:0rem;height:9.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; }
#UFNPtoUnskiXXTklT5HLI88yTDX0BgbH { 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:15044;line-height:1;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);top:6.125rem;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; }
#nobZZkOsWGd6DaLcEiCHupvXaU1odhFI { color:rgba(var(--color-tertiary-0),1);display:block;width:60rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:700;z-index:15041;line-height:1;letter-spacing:0;top:10.425000190735rem;left:0rem;height:10rem;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:none; }
#F4d0BsWUiNCwoO37PtUnQ6AitkdcdkhM { color:rgba(var(--color-tertiary-0),1);display:block;width:19.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15040;line-height:1.3;letter-spacing:0;top:28.8125rem;left:13.9375rem;height:1.3rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:-0.3125rem;padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0;display:none; }
#bnipviakTaliAdZyV99NoauarltSvD6i { color:rgba(var(--color-tertiary-0),1);display:block;width:8.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15037;line-height:1.3;letter-spacing:0;top:28.8125rem;left:0rem;height:1.3rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:-0.3125rem;padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0;display:none; }
#JVzNQoKUTtWHW1diBTEd1a9wf3pxVpSf { color:rgba(var(--color-tertiary-0),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15040;line-height:1.3;letter-spacing:0;top:31.25rem;left:0rem;height:2.6rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:-0.3125rem;padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0;display:none; }
#HQ6WaTpfE50a99g4sxseeZdTqrnBd6oS { color:rgba(var(--color-tertiary-0),1);display:block;width:13.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15043;line-height:1.3;letter-spacing:0;top:31.25rem;left:13.9375rem;height:1.3rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:-0.3125rem;padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0;display:none; }
#JwJf1hf0PeqZDdVe2iWIPHSTLDouIKnD { color:rgba(var(--color-tertiary-0),1);display:block;width:16.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15044;line-height:1.3;letter-spacing:0;top:28.8125rem;left:36.1875rem;height:1.3rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:-0.3125rem;padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0;display:none; }
#rzT8hGwIQMh7meJmMyGCq41qy4LRtnpl { color:rgba(var(--color-tertiary-0),1);display:block;width:13.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15043;line-height:1.3;letter-spacing:0;top:31.25rem;left:13.9375rem;height:1.3rem;font-style:normal;text-align:left;text-align-last:left;display:none; }#rzT8hGwIQMh7meJmMyGCq41qy4LRtnpl li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#rzT8hGwIQMh7meJmMyGCq41qy4LRtnpl li:before{  }
#boqHQ0zsbSxnJUquCOC2m9hekUaGRcf7 { color:rgba(var(--color-tertiary-0),1);display:block;width:16.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15044;line-height:1.3;letter-spacing:0;top:28.8125rem;left:36.1875rem;height:1.3rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:-0.3125rem;padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0;display:none; }
#R79X8IvoyCQW2KvQtZhgcxbJUitIA5kV { 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.8625rem;height:3.05rem;text-decoration:none;z-index:15033;text-align:center;text-align-last:center;top:15.331250190735rem;left:40.53125rem;display:block; }
#KBhNdsLwcJ8K28udJW3XTOSLZfBrt7bi { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#iStTC54GNiX7nlT8U9ckIJIOaq1aR0mJ { 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; }#iStTC54GNiX7nlT8U9ckIJIOaq1aR0mJ > .row .container { background-color: transparent; background-image: none; }#iStTC54GNiX7nlT8U9ckIJIOaq1aR0mJ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iStTC54GNiX7nlT8U9ckIJIOaq1aR0mJ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iStTC54GNiX7nlT8U9ckIJIOaq1aR0mJ > .row .container > .video-iframe-container { display: none; }#iStTC54GNiX7nlT8U9ckIJIOaq1aR0mJ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iStTC54GNiX7nlT8U9ckIJIOaq1aR0mJ > .row > .video-iframe-container { display: none; }#iStTC54GNiX7nlT8U9ckIJIOaq1aR0mJ > .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); }#iStTC54GNiX7nlT8U9ckIJIOaq1aR0mJ > .row .container { border-width: 0; border-radius: 0; }#iStTC54GNiX7nlT8U9ckIJIOaq1aR0mJ > .row > .video-iframe-container { border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem; }#iStTC54GNiX7nlT8U9ckIJIOaq1aR0mJ > .row .container { font-size:0.875rem;font-family:arial;height:4.1875rem;width:60rem;position:relative;display:block; }#dI7wGCrOUPLvldKrrHX44oOVh7JIxE4M { 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; }
#lnA9Z9sw6WHpV2iqktPChaBIRvKW3WyT { 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; }
#nlUNzP6xCRuMd1gDRhMi33lXHWp86kp4 { position:relative;display:none; }#nlUNzP6xCRuMd1gDRhMi33lXHWp86kp4 { border-width: 0; border-radius: 0; }#nlUNzP6xCRuMd1gDRhMi33lXHWp86kp4 > .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; }#nlUNzP6xCRuMd1gDRhMi33lXHWp86kp4 > .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; }#LNpPdChS68g8O1PGfNOdyosPVEBMPrTE { color:#1c2459;display:block;width:29.9375rem;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.76171875rem;left:15.031251907349rem;height:2.475rem;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:none; }
#xVmWuzVnPG9A2kswx6IyBKsIupkTSV2P { position:relative;display:none; }#xVmWuzVnPG9A2kswx6IyBKsIupkTSV2P { border-width: 0; border-radius: 0; }#xVmWuzVnPG9A2kswx6IyBKsIupkTSV2P > .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; }#xVmWuzVnPG9A2kswx6IyBKsIupkTSV2P > .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; }#UTH3TNZl9nFuGEKIs6uz1eRXShcNWzHq { position:absolute;display:block;z-index:15000;height:21.75rem;width:38.75rem;top:1.2242183685302rem;left:10.625rem;display:none; }
#gFNqPm26w5r1KrofqLE4iX3ZT8nuVTl1 { position:relative;display:block; }#gFNqPm26w5r1KrofqLE4iX3ZT8nuVTl1 { background-color: transparent; background-image: none; }#gFNqPm26w5r1KrofqLE4iX3ZT8nuVTl1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gFNqPm26w5r1KrofqLE4iX3ZT8nuVTl1 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gFNqPm26w5r1KrofqLE4iX3ZT8nuVTl1 > .row .container > .video-iframe-container { display: none; }#gFNqPm26w5r1KrofqLE4iX3ZT8nuVTl1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gFNqPm26w5r1KrofqLE4iX3ZT8nuVTl1 > .row > .video-iframe-container { display: none; }#gFNqPm26w5r1KrofqLE4iX3ZT8nuVTl1 > .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); }#gFNqPm26w5r1KrofqLE4iX3ZT8nuVTl1 { border-width: 0; border-radius: 0; }#gFNqPm26w5r1KrofqLE4iX3ZT8nuVTl1 > .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; }#gFNqPm26w5r1KrofqLE4iX3ZT8nuVTl1 > .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:3.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; }#QRe9PSQbUPgmygpz3nQ12Ket0O0l6vo5 { color:#1c2459;display:block;width:29.9375rem;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.76171875rem;left:15.031251907349rem;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; }
#xhFs5dczgqkOsTwxM0FovqvaBgNSLGll { position:relative;display:block; }#xhFs5dczgqkOsTwxM0FovqvaBgNSLGll { background-color: transparent; background-image: none; }#xhFs5dczgqkOsTwxM0FovqvaBgNSLGll::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xhFs5dczgqkOsTwxM0FovqvaBgNSLGll > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xhFs5dczgqkOsTwxM0FovqvaBgNSLGll > .row .container > .video-iframe-container { display: none; }#xhFs5dczgqkOsTwxM0FovqvaBgNSLGll > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xhFs5dczgqkOsTwxM0FovqvaBgNSLGll > .row > .video-iframe-container { display: none; }#xhFs5dczgqkOsTwxM0FovqvaBgNSLGll > .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); }#xhFs5dczgqkOsTwxM0FovqvaBgNSLGll { border-width: 0; border-radius: 0; }#xhFs5dczgqkOsTwxM0FovqvaBgNSLGll > .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; }#xhFs5dczgqkOsTwxM0FovqvaBgNSLGll > .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:70.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; }#TlK9BvBgZe7wPmZ05kBAAiiG4r0dKxOE { position:absolute;display:block;z-index:15000;height:21.75rem;width:38.75rem;top:1.2242183685302rem;left:10.625rem;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; }#uhuh1ZXb2kOmFM2pLWqb6H6d6meUWHMy { position:absolute;display:block;z-index:15022;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; }
#ixqa6uOzsQRbPQ1oBvNHql0clxt2c3TA { position:absolute;display:block;z-index:15019;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; }
#TwK90N3Cu8KMQu10HDfJxww64aaFqtrP { color:#ffffff;display:block;width:18.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:3rem;font-weight:700;z-index:15024;line-height:1.3;letter-spacing:0;top:18.1875rem;left:40.96875rem;height:3.9rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#o7qyi3b8s8McgpJqWnTBPEa0QI45v9T8 { color:#ffffff;display:block;width:18.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:3rem;font-weight:700;z-index:15021;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; }
#pCZTC4AAqXDiNGWQEE7DuOhshAKdV78P { position:absolute;display:block;z-index:15025;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; }
#adGddDA2bSNTceVrg9EpsuPV49f9v2cp { color:#1c2459;display:block;width:60rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15024;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; }
#PrtBGEiGeDi4cTGyT80Xhe9KZr13AvUB { position:absolute;display:block;z-index:15016;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; }
#KfJRDJ5mtrmvS2OXLT2MoVBx6xAZKR7V { color:#ffffff;display:block;width:18.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:3rem;font-weight:700;z-index:15018;line-height:1.3;letter-spacing:0;top:18.1875rem;left:1.03125rem;height:3.9rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#bGd0qhwEWyCmTh6WGmezV8u6X4OtUn4N { color:#000721;display:block;width:60rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:3.125rem;font-weight:normal;z-index:15023;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; }
#PvE9FeqzzBTxVNFhF8dirDHE5b05z8rO { color:#ffffff;display:block;width:18.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:400;z-index:15022;line-height:1.3;letter-spacing:0;top:22.8359375rem;left:20.9375rem;height:2.4375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ElMzie6mA9dArcTq5itr2D2Mf9QUQo6e { color:#2e3a8b;display:block;width:60rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:400;z-index:15025;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; }
#iaylaFrTUH59Br7qJVlRkyNfs72XTc1F { color:#ffffff;display:block;width:18.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:400;z-index:15025;line-height:1.3;letter-spacing:0;top:22.8359375rem;left:40.96875rem;height:2.4375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Zot07idJMmdTQ9lqcK30TVonZ61hMqGD { color:#ffffff;display:block;width:18.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:400;z-index:15019;line-height:1.3;letter-spacing:0;top:22.8359375rem;left:1.03125rem;height:3.65625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ldR83KyK3sOJOzga6q1DyU5bQIrpBoOb { 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:15009;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; }
#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; }#rNrdpnUIwyBGgIQefkdg7tlH8VzPSVbX { color:#1c2459;display:block;width:60rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.8125rem;font-weight:300;z-index:15032;line-height:1;letter-spacing:0;top:2.6875rem;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; }
#R17ULstp525Xw7zMu11Ty0Oqv0uU8ln9 { box-sizing:content-box;height:11.375rem;width:60rem;position:absolute;display:block;z-index:15027;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:6.78125rem;left:0rem;display:block; }
#HVOn0OIzq3ckgTqqEeZl4WT9LzIHWpUU { position:absolute;display:block;z-index:15045;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.4375rem;left:2.5rem;overflow:hidden;display:block; }
#TItHEaGa1O2SMgh73q4313JGF9URu4eu { position:absolute;display:block;z-index:15050;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.78125rem;left:15.8125rem;overflow:hidden;display:block; }
#t8JQi2AkRVlk7dlhrVL2F9snETPQr1EC { 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:1.25rem;width:10.5rem;top:8.75rem;left:25.65625rem;overflow:hidden;display:block; }
#L6asP6uGGJtyQlvkoqVrwxiqThk8BW7e { 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:5.4375rem;width:5.1875rem;top:11.71875rem;left:15.8125rem;overflow:hidden;display:block; }
#SednvPV8D71cBwxszQQwSTzE6LwOCVXX { position:absolute;display:block;z-index:15032;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:13.15625rem;left:25.65625rem;overflow:hidden;display:block; }
#MsDaSQhAhksXENM52Vn38ldEBNZxOUHQ { position:absolute;display:block;z-index:15048;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.4375rem;left:2.34375rem;overflow:hidden;display:block; }
#BLNhA9xxgImfX1WGg1IBfB7Uv9nHn0rQ { 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.875rem;width:12.25rem;top:13rem;left:36.625rem;overflow:hidden;display:block; }
#HgvnzuZtxlabmBscR5uuLtFTkCV7ZOD1 { 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:2rem;width:7.625rem;top:13.4375rem;left:50.53125rem;overflow:hidden;display:block; }
#wWMC9GRgHkhdNHNUmnd4UFNaTHzSZiQS { position:absolute;display:block;z-index:15054;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.4375rem;left:50.75rem;overflow:hidden;display:block; }
#zR3ai752IvKu0wyxp3p3mm1RH6oMaTM2 { position:absolute;display:block;z-index:15040;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.5625rem;left:39.09375rem;overflow:hidden;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; }#heSTEwUKgiLxv4UAnTARKIyTyegIgUr5 { color:#1c2459;display:block;width:17.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15040;line-height:1.3;letter-spacing:0;top:28.5rem;left:1.25rem;height:6.8203125rem;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; }
#FMZtii3ErLWz7V3Vemsi2I8WrNVTpgMP { color:#1c2459;display:block;width:14.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:400;z-index:15042;line-height:1.3;letter-spacing:0;top:24.625rem;left:2.8125rem;height:2.923825rem;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; }
#STOxcbDn38TeP4iyGO5yFxe5byCmd90I { color:#1c2459;display:block;width:9.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:700;z-index:15041;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; }
#ApDxAPSrfMd27TPABW20287lOMiBXsTn { position:absolute;display:block;z-index:15064;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; }
#fkkxVJfJTa6dr2Kr3fbAm8pv3961NySO { box-sizing:content-box;height:3.5625rem;width:20rem;position:absolute;display:block;z-index:15024;background-color:#1c2459;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:0rem;left:0rem;display:block; }
#CvRRfk5VtagoEOqAOeygM4Hu8nwKdvRS { color:#00667d;display:block;width:17.8125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:400;z-index:15047;line-height:1.3;letter-spacing:0;top:24.75rem;left:41rem;height:2.923825rem;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; }
#ue0hUZQpNPATZxIkkFgbkg3rTgCNPf28 { color:#00667d;display:block;width:13.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:700;z-index:15046;line-height:1.3;letter-spacing:0;top:21.9375rem;left:43.3125rem;height:1.462675rem;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; }
#Vrif4r1PQTf21zbxq5fiaaT5IpCZEKke { position:absolute;display:block;z-index:15067;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; }
#lygvScklR7FoUglud9yleAgqpmJ1M58U { color:#dc0d17;display:block;width:17.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15040;line-height:1.3;letter-spacing:0;top:28.5rem;left:21.25rem;height:4.546875rem;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; }
#qq6GFJqToWq2KrlITiKbbHSCN4yNcrXR { color:#dc0d17;display:block;width:17.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:400;z-index:15042;line-height:1.3;letter-spacing:0;top:24.625rem;left:21.375rem;height:2.923825rem;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; }
#XG5x1FrwtAFlu69JhCwPaq43Txn0KTQo { color:#dc0d17;display:block;width:9.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:700;z-index:15041;line-height:1.3;letter-spacing:0;top:21.8125rem;left:25.375rem;height:1.462675rem;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; }
#TD7NLQc91E4aAMNnxQfT9imx0WdHCXkk { position:absolute;display:block;z-index:15064;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; }
#fO6EAV4VCH9BeoNffThnIuvn0kWOvDwR { color:#ffffff;display:block;width:9.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.875rem;font-weight:700;z-index:15042;line-height:1.3;letter-spacing:0;top:0.5625rem;left:5.46875rem;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; }
#ToM5UMPkPa8K0W1MCAHfG9DsKoxfCKCK { color:#ffffff;display:block;width:13.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.875rem;font-weight:700;z-index:15047;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; }
#c5B7vb6hFZONrgCL6hEEXf1QtE5bT9Af { color:#ffffff;display:block;width:20.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.875rem;font-weight:700;z-index:15042;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; }
#XnfeVMHdtansFtV6KiSGXCKJlaEr04Rk { color:#00667d;display:block;width:17.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15045;line-height:1.3;letter-spacing:0;top:28.5rem;left:41.25rem;height:12.503875rem;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; }
#xArcftwEPaakWN8lUoAbVCJvIqzuKfkM { box-sizing:content-box;height:3.5625rem;width:20rem;position:absolute;display:block;z-index:15025;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; }
#NC4TiGTvQ9R4EvEsNJvI4dDXTRqt9TiR { box-sizing:content-box;height:3.5625rem;width:20rem;position:absolute;display:block;z-index:15026;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; }
#XA8PSWJ08kx7EWKAcutwSUTFPNRTuRfa { color:#1c2459;display:block;width:60rem;position:absolute;font-family:"cabinet grotesk";font-size:2.8125rem;font-weight:300;z-index:15024;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; }
#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:8.5625rem;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:2.8125rem;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; }
#dI62IsquZNAmm9KfTOoCQfCWJFgpwavn { color:rgba(var(--color-tertiary-4),1);display:block;width:22.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.4375rem;font-weight:700;z-index:15027;line-height:1;letter-spacing:0;top:0.875rem;left:0rem;height:1.43771875rem;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; }
#IUHiIfsRTN4kH2GEVVeJvbxaI7GbWbzN { position:relative;display:block; }#IUHiIfsRTN4kH2GEVVeJvbxaI7GbWbzN { background-color: transparent; background-image: none; }#IUHiIfsRTN4kH2GEVVeJvbxaI7GbWbzN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IUHiIfsRTN4kH2GEVVeJvbxaI7GbWbzN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IUHiIfsRTN4kH2GEVVeJvbxaI7GbWbzN > .row .container > .video-iframe-container { display: none; }#IUHiIfsRTN4kH2GEVVeJvbxaI7GbWbzN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IUHiIfsRTN4kH2GEVVeJvbxaI7GbWbzN > .row > .video-iframe-container { display: none; }#IUHiIfsRTN4kH2GEVVeJvbxaI7GbWbzN > .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); }#IUHiIfsRTN4kH2GEVVeJvbxaI7GbWbzN { border-width: 0; border-radius: 0; }#IUHiIfsRTN4kH2GEVVeJvbxaI7GbWbzN > .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; }#IUHiIfsRTN4kH2GEVVeJvbxaI7GbWbzN > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),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;font-size:0.875rem;font-family:arial;height:22rem;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; }#IUHiIfsRTN4kH2GEVVeJvbxaI7GbWbzN > .row .container.adaptive-delivery-prevent-bg, #IUHiIfsRTN4kH2GEVVeJvbxaI7GbWbzN > .row .container.lazyload, #IUHiIfsRTN4kH2GEVVeJvbxaI7GbWbzN > .row .container.lazyloading { background-image: none; }#uCbJUBpAUqi3kmatUczDeyBgqTRsV4mq { color:#ffffff;display:block;width:52.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2rem;font-weight:700;z-index:15073;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.2);top:15.541015625rem;left:3.53125rem;height:2.6rem;text-align:center;text-align-last:center;display:block; }
#m7ATz5hxUJOqEwSszdxAwa4N5R0KZsq8 .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; }
#m7ATz5hxUJOqEwSszdxAwa4N5R0KZsq8 .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.776875rem;padding-right:0.676875rem;padding-bottom:0.776875rem;padding-left:0.676875rem;display:block;align-items:center;width:4.060625rem;min-width:4.060625rem;height:4.174375rem;position:relative;font-family:arial;font-size:3.106875rem;font-weight:700;line-height:66.79px;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; }
#m7ATz5hxUJOqEwSszdxAwa4N5R0KZsq8 .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.485625rem;margin-right:0;margin-bottom:0;margin-left:0;display:block;width:5.414375rem;height:1.650625rem;position:relative;font-family:arial;font-size:1.165625rem;font-weight:700;line-height:26.41px;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; }
#m7ATz5hxUJOqEwSszdxAwa4N5R0KZsq8 { 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:25.6875rem;height:7.864375rem;padding-top:0.0975rem;padding-right:0.096875rem;padding-bottom:0.0975rem;padding-left:0.096875rem;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:0.625rem;left:0.65625rem;z-index:15073; }
#m7ATz5hxUJOqEwSszdxAwa4N5R0KZsq8 #mp05GyGJ2JausSiIaDv1NpCGm1WUmFK1 { display:flex;position:relative;top:0rem;left:0rem; }
#m7ATz5hxUJOqEwSszdxAwa4N5R0KZsq8 #Tlv0rNoRHMwH2oubgti2ObTnn0Am5Shn { width:auto; }
#m7ATz5hxUJOqEwSszdxAwa4N5R0KZsq8 #XSMW0JdMJmLqe52rxyrtLxfRBfwU6mg8 {  }
#m7ATz5hxUJOqEwSszdxAwa4N5R0KZsq8 #poM7UM9imELzNsUaGkguUVhC7qEQ9LR0 { display:flex;position:relative;top:0rem;left:0rem; }
#m7ATz5hxUJOqEwSszdxAwa4N5R0KZsq8 #PFDwwXuZqIauFV1XvyhJIHDezihLQA8x {  }
#m7ATz5hxUJOqEwSszdxAwa4N5R0KZsq8 #Bm1EVehXe1RxAprFpqXvCASOWfzJC5f2 {  }
#m7ATz5hxUJOqEwSszdxAwa4N5R0KZsq8 #T6a65B27eIXanTht8HbrzkVE03T54oqm { display:flex;position:relative;top:0rem;left:0rem; }
#m7ATz5hxUJOqEwSszdxAwa4N5R0KZsq8 #kqTfRMByzpmD9vXfuqbMUq4Xn8EmGblr {  }
#m7ATz5hxUJOqEwSszdxAwa4N5R0KZsq8 #lVmvWGxAfPO9iLu80UulA8AXK5cG6ofm {  }
#m7ATz5hxUJOqEwSszdxAwa4N5R0KZsq8 #JqKAn5TXCbl8A6sXUrOdEiRkJEvrOGdn { display:flex;position:relative;top:0rem;left:0rem; }
#m7ATz5hxUJOqEwSszdxAwa4N5R0KZsq8 #iZ6xFvfoKNEZI1xgikzXKoqnl8s7ffzZ {  }
#m7ATz5hxUJOqEwSszdxAwa4N5R0KZsq8 #r1C7i3rOBPBgKN6K4bZ1sp8Rpt7O1Tqf {  }
#m7A60uQKyEdW6gywSuHhFRHfXZ5tkPHR { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#m7A60uQKyEdW6gywSuHhFRHfXZ5tkPHR > .row .container { background-color: transparent; background-image: none; }#m7A60uQKyEdW6gywSuHhFRHfXZ5tkPHR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#m7A60uQKyEdW6gywSuHhFRHfXZ5tkPHR > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#m7A60uQKyEdW6gywSuHhFRHfXZ5tkPHR > .row .container > .video-iframe-container { display: none; }#m7A60uQKyEdW6gywSuHhFRHfXZ5tkPHR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#m7A60uQKyEdW6gywSuHhFRHfXZ5tkPHR > .row > .video-iframe-container { display: none; }#m7A60uQKyEdW6gywSuHhFRHfXZ5tkPHR > .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); }#m7A60uQKyEdW6gywSuHhFRHfXZ5tkPHR > .row .container { border-width: 0; border-radius: 0; }#m7A60uQKyEdW6gywSuHhFRHfXZ5tkPHR > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#m7A60uQKyEdW6gywSuHhFRHfXZ5tkPHR > .row .container { font-size:0.875rem;font-family:arial;height:15.4375rem;width:60rem;position:relative;display:block; }#haHpzWt44KSzbwNt5ZUe7UT9F6SID4AH { position:absolute;display:block;z-index:15001;height:15.3125rem;width:60rem;top:0rem;left:0rem;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; }#hGaSrS0ezGHWSwTFBPNdPKiITFvfHuLB { color:#ffffff;display:block;width:60rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2.1875rem;font-weight:700;z-index:15001;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; }
#dCnxBRTQdAvgehVNC5CSPzZHc8mWzfnO { color:#ffffff;display:block;width:17.2484375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:400;z-index:15014;line-height:1.3;letter-spacing:0;top:25.3125rem;left:11.75rem;height:4.142575rem;text-align:left;text-align-last:left;font-style:italic;display:block; }
#g7EdeWldDQl172HwJmRsgKn0MA8d1yIl { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:10.375rem;width:10.625rem;top:14.1875rem;left:0rem;overflow:hidden;display:block; }
#zgGuWlVhoXsrDK6Pk8hCwCMEIpNnNZLc { color:#ffffff;display:block;width:17.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:400;z-index:15013;line-height:1.3;letter-spacing:0;top:19.375rem;left:11.4375rem;height:4.142575rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#NKGuyU9z7TEyzvD8KvVI9qPzQZ7OvscJ { color:#ffffff;display:block;width:9.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15023;line-height:1.4;letter-spacing:0;top:25.875rem;left:0.6875rem;height:3.6738375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Nku5bHSdyzVU86hK9OtIMViTJCWsbWXi { color:#ffffff;display:block;width:17.1220625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15022;line-height:1.4;letter-spacing:0;top:15.75rem;left:10.6875rem;height:1.575rem;font-style:normal;display:block; }
#It4v81JBXyzd01OqoaaRgaTDZv8OTuxF { color:#ffffff;display:block;width:17.1230625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15009;line-height:1.4;letter-spacing:0;top:14.1875rem;left:10.625rem;height:1.75rem;font-style:normal;display:block; }
#vsgmO0vo9EE1wqpJZE2D4emCIxEwiPhd { color:#ffffff;display:block;width:17.2484375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:400;z-index:15025;line-height:1.3;letter-spacing:0;top:25rem;left:42.125rem;height:5.5234375rem;text-align:left;text-align-last:left;font-style:italic;display:block; }
#ISfeEXmVDUK5WbT2HeNtKTOLbXfohWkD { color:#ffffff;display:block;width:17.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:400;z-index:15024;line-height:1.3;letter-spacing:0;top:19.8125rem;left:42.1875rem;height:4.142575rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#Abdqo6g3Lr4GxFQ8GLTgammE33lttTHu { color:#ffffff;display:block;width:17.121875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15021;line-height:1.4;letter-spacing:0;top:17.0625rem;left:42.1875rem;height:1.575rem;font-style:normal;display:block; }
#xHHMs8I2TLhNu1Bu77pVdi45bwkyW0cX { color:#ffffff;display:block;width:17.122625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15020;line-height:1.4;letter-spacing:0;top:13.5625rem;left:42.1875rem;height:3.5rem;font-style:normal;display:block; }
#tbc5mASTf7MX8krORvcRNGA6n5tpSFvr { position:absolute;display:block;z-index:15033;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:10.375rem;width:10.625rem;top:13.9375rem;left:30.5rem;overflow:hidden;display:block; }
#aVnr8KRC2AnLdcT7N1pEX42rrg4ZThBc { color:#ffffff;display:block;width:9.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15024;line-height:1.4;letter-spacing:0;top:26.875rem;left:31.1875rem;height:3.6738375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#bnoVeGBrxEObP3lyBZLz4aXkZCz2Wt1e { color:#ffffff;display:block;width:17.24975rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:400;z-index:15025;line-height:1.3;letter-spacing:0;top:52.875rem;left:11.5625rem;height:5.5234375rem;text-align:left;text-align-last:left;font-style:italic;display:block; }
#CF62B9Tu6ThL2RohOvx5V08MpKHtdm5G { color:#ffffff;display:block;width:17.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:400;z-index:15024;line-height:1.3;letter-spacing:0;top:46.0625rem;left:11.625rem;height:5.5234375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#KMpCvLD0r5fBsBiJDvh1fhirXHc2wlSt { position:absolute;display:block;z-index:15016;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:41.0625rem;left:0rem;overflow:hidden;display:block; }
#D26nMLckH8u1H1PPQxXFtbg58DcDyhUL { color:#ffffff;display:block;width:9.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15025;line-height:1.4;letter-spacing:0;top:53.625rem;left:0.625rem;height:3.6738375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#RL6iWLZ0zUBoOP6EnETtQcBXUv9MTE4g { color:#ffffff;display:block;width:17.1228125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15021;line-height:1.4;letter-spacing:0;top:42.6875rem;left:11.625rem;height:1.575rem;font-style:normal;display:block; }
#AOKqrqVZvsRfTNbL3Nr29uCTHbPPLl96 { color:#ffffff;display:block;width:17.124rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15020;line-height:1.4;letter-spacing:0;top:41.125rem;left:11.625rem;height:1.75rem;font-style:normal;display:block; }
#XiBBzh54PvQsQPT0l6qDR9HSuBDG9TOs { color:#ffffff;display:block;width:17.2484375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:400;z-index:15025;line-height:1.3;letter-spacing:0;top:52.5rem;left:42.125rem;height:4.142575rem;text-align:left;text-align-last:left;font-style:italic;display:block; }
#FdkCIBidzFOnudb2SGUQWonLZTH7XZHe { color:#ffffff;display:block;width:17.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:400;z-index:15024;line-height:1.3;letter-spacing:0;top:45.8125rem;left:42.1875rem;height:5.5234375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#fRsdFaooGabIPoL2sewy8vkHx5hqb6p6 { position:absolute;display:block;z-index:15033;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:10.375rem;width:10.625rem;top:41.4375rem;left:30.5rem;overflow:hidden;display:block; }
#oXffZI05pBTiruCrlMLZNxfwClDnzpgJ { color:#ffffff;display:block;width:9.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15024;line-height:1.4;letter-spacing:0;top:54.375rem;left:31.1875rem;height:3.6738375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#zXN4p1x4Id3u4AZa3L9sZ6ipTWu4TIHG { color:#ffffff;display:block;width:17.121875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15021;line-height:1.4;letter-spacing:0;top:42.8125rem;left:42.1875rem;height:1.575rem;font-style:normal;display:block; }
#RWaIvv54tkzWTApsE41mxseMaTXpG2sk { color:#ffffff;display:block;width:17.122625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15020;line-height:1.4;letter-spacing:0;top:41.0625rem;left:42.1875rem;height:1.75rem;font-style:normal;display:block; }
#pJZFHWf91qMyJF9dUJDcQTw5nzqZaq7A { color:#dc0d17;display:block;width:60rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:700;z-index:15002;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; }
#pTrcuArZ0DKIUJBtAVflyIhThOy2PI01 { color:#dc0d17;display:block;width:60rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:63.75rem;left:0rem;height:2.4375rem;text-align:center;text-align-last:center;font-style:italic;display:block; }
#Xu4lSL5fnugdlqhy45Arged97WgHG4ul { color:#dc0d17;display:block;width:60rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:35rem;left:0rem;height:2.4375rem;text-align:center;text-align-last:center;font-style:italic;display:block; }
#aAgQ2TEb4OMdV91HKkhifdJ0EHG53LHu { color:#ffffff;display:block;width:17.2480625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:400;z-index:15025;line-height:1.3;letter-spacing:0;top:82.75rem;left:42.125rem;height:5.5234375rem;text-align:left;text-align-last:left;font-style:italic;display:block; }
#ZtnmFGtTCUuq0uX2ENKWzqss4TNxXh1Q { color:#ffffff;display:block;width:9.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15024;line-height:1.4;letter-spacing:0;top:84.625rem;left:31.1875rem;height:3.6738375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#mzVJRiNr8gRMD2OlaQLRvwLfp7xHQMJc { color:#ffffff;display:block;width:17.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:400;z-index:15024;line-height:1.3;letter-spacing:0;top:75.25rem;left:42.1875rem;height:6.9043125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#K9gcGkPL7gsCpO7zdVKvnQkfg5ZQoAk1 { position:absolute;display:block;z-index:15033;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:10.375rem;width:10.625rem;top:71.25rem;left:30.3125rem;overflow:hidden;display:block; }
#w9mDfsaQDouI1nCbT7AuU4MQThk9UxRV { color:#ffffff;display:block;width:17.2480625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:400;z-index:15014;line-height:1.3;letter-spacing:0;top:82.8125rem;left:11.4375rem;height:5.5234375rem;text-align:left;text-align-last:left;font-style:italic;display:block; }
#xBtxTUkrqTK6ZRIMclWEJAgyy1H5tWrL { color:#ffffff;display:block;width:17.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:400;z-index:15013;line-height:1.3;letter-spacing:0;top:75.25rem;left:11.375rem;height:6.9043125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#txbA8iWkarg4KcM5oCJf1caC4kwcm338 { color:#ffffff;display:block;width:17.121125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15022;line-height:1.4;letter-spacing:0;top:72.9375rem;left:11.5rem;height:1.575rem;font-style:normal;display:block; }
#up6NniLxJh7WmOeoX2LgyO12ilxLgemv { color:#ffffff;display:block;width:17.121125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15021;line-height:1.4;letter-spacing:0;top:72.875rem;left:42.1875rem;height:1.575rem;font-style:normal;display:block; }
#UsDbk8uF1n135pLbti4S6y6L68tHC4wg { color:#ffffff;display:block;width:17.1230625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15009;line-height:1.4;letter-spacing:0;top:71.375rem;left:11.4375rem;height:1.75rem;font-style:normal;display:block; }
#T1ot4XaeeOQkbTx4sCRmqCL7m1pm0z4T { color:#ffffff;display:block;width:17.1220625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15020;line-height:1.4;letter-spacing:0;top:71.3125rem;left:42.1875rem;height:1.75rem;font-style:normal;display:block; }
#e7yN1uI61rhLycPkHG9TFVXTFRxWLTs8 { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:10.375rem;width:10.625rem;top:71.375rem;left:0rem;overflow:hidden;display:block; }
#fkFsa8VcmSkD590x8t4VztmXUwDqwmAB { color:#ffffff;display:block;width:9.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15023;line-height:1.4;letter-spacing:0;top:84.6875rem;left:0.75rem;height:3.6738375rem;font-style:normal;text-align:center;text-align-last:center;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.372625rem;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:10.4375rem;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.1484375rem;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.475rem;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:rgba(var(--color-tertiary-4),1);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:;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.9375rem;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; }
#OvctnqNFmzSUnOa1qTFIZSG052UefWLI { 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:9rem;height:2.1875rem;text-decoration:none;z-index:15029;text-align:center;text-align-last:center;top:1.625rem;left:20.1875rem;display:none; }
#kLBiZwOg6ffk2PVkv4i0SW7lTQ3kn579 { 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) { #Ir4iKtDTBR5vrM6FuD2cTiWOP1b8TsQJ { display:block; }#Ir4iKtDTBR5vrM6FuD2cTiWOP1b8TsQJ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #IlE98vAnPe8eeyJyvtvwiThWCc5bsFWp { top:1.8125rem;left:0rem;width:9.1875rem;height:1.7380370885896rem;display:block; }
 }@media only screen and (max-width: 763px) { #SLz7zpwsQaiRsHSQPTINlraR9lxN19Eq { top:1.8125rem;left:23rem;width:5.875rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CJZ0MPR6xk7T4gauHOIreytd0wBAbEZf { display:block; }
 }@media only screen and (max-width: 763px) { #FJi0wS5RVBpaWXTWXuXW8X8a8qxFxvDQ { top:2.25rem;left:35.6875rem;width:3.75rem;height:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hH0iNtwSk5LIzNMCao9xlebky79R0FsM { display:block; }
 }@media only screen and (max-width: 763px) { #SIugl3BF0AQer9gZXC6ckP8vmqBw1usp { top:1.8125rem;left:29.125rem;width:5.9375rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #q2BRQe97Nw6vP42HkDvFEnCO0dlF4Tl7 { display:block; }
 }@media only screen and (max-width: 763px) { #CFvUC0c0wAxdlZqpekFuc3MPTlroAzia { top:1.8125rem;left:40.375rem;width:2.6875rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LccfZaMxk30T2CUiyIPMerd65Qt6lwfr { display:block; }
 }@media only screen and (max-width: 763px) { #IIBkKmILkH3TiGmFN3MrxkBwABMQUNHb { top:1.8125rem;left:44.1875rem;width:3.5625rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XQS9t3GIW0fmViTTK8x6VGB79Gml3JHa { display:block; }
 }@media only screen and (max-width: 763px) { #KnCgTLGCqGPSszTRyTs7ulVVbkzC6w1B { top:1.75rem;left:45rem;width:2.75rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #sacqBOLK0KJl9TdZOFk8h7rEfgw678Rt { display:block; }
 }@media only screen and (max-width: 763px) { #pWCLMLTZs7fo4cmfkMm6zrCqufSc26uz { width:9.0625rem;height:2.1875rem;top:1.625rem;left:4.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #F3yMeGZEQ5uG8AVMynhWoWJaStZNto7u { display:block; }
 }@media only screen and (max-width: 763px) { #QJsBPTl78C8Q0tTueSKquEvtXCKdfPQL { width:9rem;height:2.1875rem;top:1.625rem;left:14.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Rr8qNhxpPEhiCS2As1tRsp3ZvlS7tmMf { 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) { #Utm2IVJBhCz4kqT4v2wVpwbDLaBVsPb0 { top:23.375rem;left:0rem;width:26.6875rem;height:2rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #LItZHBitQu8i3ua1nNR2okM38gvwCcKO { top:19.5625rem;left:0rem;width:25.4375rem;height:2.5rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kPk5hdsbVCLpvfcXR17LQ5TKUpKg8F9w { top:8.875rem;left:0rem;width:27.625rem;height:9.5rem;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #UFNPtoUnskiXXTklT5HLI88yTDX0BgbH { top:6.125rem;left:0rem;width:32.0625rem;height:1.125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nobZZkOsWGd6DaLcEiCHupvXaU1odhFI { top:10.125rem;left:0rem;width:20rem;height:;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #F4d0BsWUiNCwoO37PtUnQ6AitkdcdkhM { top:24.875rem;left:0rem;width:20rem;height:1.25rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #bnipviakTaliAdZyV99NoauarltSvD6i { top:21.75rem;left:0rem;width:20rem;height:1.25rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #JVzNQoKUTtWHW1diBTEd1a9wf3pxVpSf { top:26.0625rem;left:0rem;width:20rem;height:1.25rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #HQ6WaTpfE50a99g4sxseeZdTqrnBd6oS { top:31.25rem;left:2.5625rem;width:13.3125rem;height:1.25rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #JwJf1hf0PeqZDdVe2iWIPHSTLDouIKnD { top:28.8125rem;left:14.8125rem;width:16.9375rem;height:1.25rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #rzT8hGwIQMh7meJmMyGCq41qy4LRtnpl { top:31.25rem;left:2.5625rem;width:13.3125rem;height:1.25rem;font-size:1rem;display:none; }#rzT8hGwIQMh7meJmMyGCq41qy4LRtnpl li:before{  }
 }@media only screen and (max-width: 763px) { #boqHQ0zsbSxnJUquCOC2m9hekUaGRcf7 { top:29.5625rem;left:0rem;width:20rem;height:1.25rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #R79X8IvoyCQW2KvQtZhgcxbJUitIA5kV { width:18.8125rem;height:3rem;top:15.3125rem;left:28.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KBhNdsLwcJ8K28udJW3XTOSLZfBrt7bi { display:block; }
 }@media only screen and (max-width: 763px) { #iStTC54GNiX7nlT8U9ckIJIOaq1aR0mJ { display:block; }#iStTC54GNiX7nlT8U9ckIJIOaq1aR0mJ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dI7wGCrOUPLvldKrrHX44oOVh7JIxE4M { top:1rem;left:0rem;width:47.75rem;height:1rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lnA9Z9sw6WHpV2iqktPChaBIRvKW3WyT { top:2.5rem;left:0rem;width:47.75rem;height:1rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nlUNzP6xCRuMd1gDRhMi33lXHWp86kp4 { display:none; }#nlUNzP6xCRuMd1gDRhMi33lXHWp86kp4 > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #LNpPdChS68g8O1PGfNOdyosPVEBMPrTE { top:0.9375rem;left:0rem;width:20rem;height:;font-size:2.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #xVmWuzVnPG9A2kswx6IyBKsIupkTSV2P { display:none; }#xVmWuzVnPG9A2kswx6IyBKsIupkTSV2P > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #UTH3TNZl9nFuGEKIs6uz1eRXShcNWzHq { top:1.1875rem;left:4.5rem;width:38.75rem;height:21.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #gFNqPm26w5r1KrofqLE4iX3ZT8nuVTl1 { display:block; }#gFNqPm26w5r1KrofqLE4iX3ZT8nuVTl1 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QRe9PSQbUPgmygpz3nQ12Ket0O0l6vo5 { top:0.75rem;left:8.90625rem;width:29.9375rem;height:;font-size:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #xhFs5dczgqkOsTwxM0FovqvaBgNSLGll { display:block; }#xhFs5dczgqkOsTwxM0FovqvaBgNSLGll > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TlK9BvBgZe7wPmZ05kBAAiiG4r0dKxOE { top:1.1875rem;left:4.5rem;width:38.75rem;height:21.75rem;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) { #uhuh1ZXb2kOmFM2pLWqb6H6d6meUWHMy { width:18.9375rem;height:10.3125rem;top:17.1875rem;left:28.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ixqa6uOzsQRbPQ1oBvNHql0clxt2c3TA { width:18.9375rem;height:10.3125rem;top:17.1875rem;left:14.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TwK90N3Cu8KMQu10HDfJxww64aaFqtrP { width:18.125rem;height:3.875rem;top:18.1875rem;left:29.625rem;font-size:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #o7qyi3b8s8McgpJqWnTBPEa0QI45v9T8 { width:18.125rem;height:3.875rem;top:18.1875rem;left:14.8125rem;font-size:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #pCZTC4AAqXDiNGWQEE7DuOhshAKdV78P { width:2.5rem;height:0.125rem;top:13.125rem;left:22.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #adGddDA2bSNTceVrg9EpsuPV49f9v2cp { width:47.75rem;height:1.4375rem;top:14.875rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PrtBGEiGeDi4cTGyT80Xhe9KZr13AvUB { width:18.9375rem;height:10.3125rem;top:17.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #KfJRDJ5mtrmvS2OXLT2MoVBx6xAZKR7V { width:18.125rem;height:3.875rem;top:18.1875rem;left:0rem;font-size:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #bGd0qhwEWyCmTh6WGmezV8u6X4OtUn4N { width:47.75rem;height:8.125rem;top:3.875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #PvE9FeqzzBTxVNFhF8dirDHE5b05z8rO { width:18.125rem;height:2.4375rem;top:22.8125rem;left:14.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ElMzie6mA9dArcTq5itr2D2Mf9QUQo6e { width:47.75rem;height:1rem;top:29.5rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #iaylaFrTUH59Br7qJVlRkyNfs72XTc1F { width:18.125rem;height:2.4375rem;top:22.8125rem;left:29.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zot07idJMmdTQ9lqcK30TVonZ61hMqGD { width:18.125rem;height:3.625rem;top:22.8125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ldR83KyK3sOJOzga6q1DyU5bQIrpBoOb { width:47.75rem;height:8.125rem;top:0rem;left:0rem;font-size:6.25rem;display:block; }
 }@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) { #rNrdpnUIwyBGgIQefkdg7tlH8VzPSVbX { top:2.6875rem;left:0rem;width:47.75rem;height:;font-size:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #R17ULstp525Xw7zMu11Ty0Oqv0uU8ln9 { top:6.75rem;left:0rem;width:47.75rem;height:11.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #HVOn0OIzq3ckgTqqEeZl4WT9LzIHWpUU { top:8.4375rem;left:0rem;width:8rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TItHEaGa1O2SMgh73q4313JGF9URu4eu { top:7.75rem;left:9.6875rem;width:5.1875rem;height:3.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #t8JQi2AkRVlk7dlhrVL2F9snETPQr1EC { top:8.75rem;left:19.53125rem;width:10.5rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #L6asP6uGGJtyQlvkoqVrwxiqThk8BW7e { top:11.6875rem;left:9.6875rem;width:5.1875rem;height:5.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #SednvPV8D71cBwxszQQwSTzE6LwOCVXX { top:13.125rem;left:19.53125rem;width:8.6875rem;height:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #MsDaSQhAhksXENM52Vn38ldEBNZxOUHQ { top:13.4375rem;left:0rem;width:8.3125rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BLNhA9xxgImfX1WGg1IBfB7Uv9nHn0rQ { top:13rem;left:30.5rem;width:12.25rem;height:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HgvnzuZtxlabmBscR5uuLtFTkCV7ZOD1 { top:13.4375rem;left:40.125rem;width:7.625rem;height:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #wWMC9GRgHkhdNHNUmnd4UFNaTHzSZiQS { top:8.4375rem;left:40.5625rem;width:7.1875rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #zR3ai752IvKu0wyxp3p3mm1RH6oMaTM2 { top:7.5625rem;left:32.96875rem;width:7.3125rem;height:3.625rem;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) { #heSTEwUKgiLxv4UAnTARKIyTyegIgUr5 { top:28.5rem;left:0rem;width:17.25rem;height:6.8125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FMZtii3ErLWz7V3Vemsi2I8WrNVTpgMP { top:24.625rem;left:0.75rem;width:14.125rem;height:2.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #STOxcbDn38TeP4iyGO5yFxe5byCmd90I { 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) { #ApDxAPSrfMd27TPABW20287lOMiBXsTn { top:11.6875rem;left:3.375rem;width:8.1875rem;height:8.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fkkxVJfJTa6dr2Kr3fbAm8pv3961NySO { top:0rem;left:0rem;width:20rem;height:3.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #CvRRfk5VtagoEOqAOeygM4Hu8nwKdvRS { 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) { #ue0hUZQpNPATZxIkkFgbkg3rTgCNPf28 { top:21.9375rem;left:33rem;width:13.25rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vrif4r1PQTf21zbxq5fiaaT5IpCZEKke { top:11.6875rem;left:35.125rem;width:8.1875rem;height:8.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lygvScklR7FoUglud9yleAgqpmJ1M58U { top:28.5rem;left:14.5rem;width:17.25rem;height:4.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qq6GFJqToWq2KrlITiKbbHSCN4yNcrXR { top:24.625rem;left:14.6875rem;width:17.0625rem;height:2.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XG5x1FrwtAFlu69JhCwPaq43Txn0KTQo { 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) { #TD7NLQc91E4aAMNnxQfT9imx0WdHCXkk { top:11.6875rem;left:19.25rem;width:8.1875rem;height:8.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fO6EAV4VCH9BeoNffThnIuvn0kWOvDwR { top:0.5625rem;left:3.40625rem;width:9.0625rem;height:2.4375rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ToM5UMPkPa8K0W1MCAHfG9DsKoxfCKCK { top:0.5625rem;left:33.0625rem;width:13.25rem;height:2.4375rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #c5B7vb6hFZONrgCL6hEEXf1QtE5bT9Af { top:0.5625rem;left:11.6875rem;width:20.0625rem;height:2.4375rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XnfeVMHdtansFtV6KiSGXCKJlaEr04Rk { top:28.5rem;left:30.375rem;width:17.25rem;height:12.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xArcftwEPaakWN8lUoAbVCJvIqzuKfkM { top:0rem;left:11.75rem;width:20rem;height:3.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #NC4TiGTvQ9R4EvEsNJvI4dDXTRqt9TiR { top:0rem;left:27.625rem;width:20rem;height:3.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #XA8PSWJ08kx7EWKAcutwSUTFPNRTuRfa { top:5.6875rem;left:0rem;width:47.75rem;height:;font-size:2.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:2.8125rem;left:0rem;width:41.125rem;height:;font-size:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #dI62IsquZNAmm9KfTOoCQfCWJFgpwavn { top:0.875rem;left:0rem;width:22.75rem;height:1.4375rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #IUHiIfsRTN4kH2GEVVeJvbxaI7GbWbzN { display:block; }#IUHiIfsRTN4kH2GEVVeJvbxaI7GbWbzN > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uCbJUBpAUqi3kmatUczDeyBgqTRsV4mq { top:15.5rem;left:0rem;width:47.75rem;height:;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #m7ATz5hxUJOqEwSszdxAwa4N5R0KZsq8 .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#m7ATz5hxUJOqEwSszdxAwa4N5R0KZsq8 .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; }
#m7ATz5hxUJOqEwSszdxAwa4N5R0KZsq8 .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; }
#m7ATz5hxUJOqEwSszdxAwa4N5R0KZsq8 { width:18rem;height:5.0625rem;display:flex;top:11.9375rem;left:28.375rem;z-index:15072; }
 }@media only screen and (max-width: 763px) { #m7ATz5hxUJOqEwSszdxAwa4N5R0KZsq8 #mp05GyGJ2JausSiIaDv1NpCGm1WUmFK1 { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #m7ATz5hxUJOqEwSszdxAwa4N5R0KZsq8 #Tlv0rNoRHMwH2oubgti2ObTnn0Am5Shn {  }
 }@media only screen and (max-width: 763px) { #m7ATz5hxUJOqEwSszdxAwa4N5R0KZsq8 #XSMW0JdMJmLqe52rxyrtLxfRBfwU6mg8 {  }
 }@media only screen and (max-width: 763px) { #m7ATz5hxUJOqEwSszdxAwa4N5R0KZsq8 #poM7UM9imELzNsUaGkguUVhC7qEQ9LR0 { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #m7ATz5hxUJOqEwSszdxAwa4N5R0KZsq8 #PFDwwXuZqIauFV1XvyhJIHDezihLQA8x {  }
 }@media only screen and (max-width: 763px) { #m7ATz5hxUJOqEwSszdxAwa4N5R0KZsq8 #Bm1EVehXe1RxAprFpqXvCASOWfzJC5f2 {  }
 }@media only screen and (max-width: 763px) { #m7ATz5hxUJOqEwSszdxAwa4N5R0KZsq8 #T6a65B27eIXanTht8HbrzkVE03T54oqm { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #m7ATz5hxUJOqEwSszdxAwa4N5R0KZsq8 #kqTfRMByzpmD9vXfuqbMUq4Xn8EmGblr {  }
 }@media only screen and (max-width: 763px) { #m7ATz5hxUJOqEwSszdxAwa4N5R0KZsq8 #lVmvWGxAfPO9iLu80UulA8AXK5cG6ofm {  }
 }@media only screen and (max-width: 763px) { #m7ATz5hxUJOqEwSszdxAwa4N5R0KZsq8 #JqKAn5TXCbl8A6sXUrOdEiRkJEvrOGdn { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #m7ATz5hxUJOqEwSszdxAwa4N5R0KZsq8 #iZ6xFvfoKNEZI1xgikzXKoqnl8s7ffzZ {  }
 }@media only screen and (max-width: 763px) { #m7ATz5hxUJOqEwSszdxAwa4N5R0KZsq8 #r1C7i3rOBPBgKN6K4bZ1sp8Rpt7O1Tqf {  }
 }@media only screen and (max-width: 763px) { #m7A60uQKyEdW6gywSuHhFRHfXZ5tkPHR { display:block; }#m7A60uQKyEdW6gywSuHhFRHfXZ5tkPHR > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #haHpzWt44KSzbwNt5ZUe7UT9F6SID4AH { top:0rem;left:0rem;width:47.75rem;height:15.3125rem;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) { #hGaSrS0ezGHWSwTFBPNdPKiITFvfHuLB { width:47.75rem;height:2.8125rem;top:2.375rem;left:0rem;font-size:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dCnxBRTQdAvgehVNC5CSPzZHc8mWzfnO { 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) { #g7EdeWldDQl172HwJmRsgKn0MA8d1yIl { width:10.625rem;height:10.375rem;top:14.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #zgGuWlVhoXsrDK6Pk8hCwCMEIpNnNZLc { 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) { #NKGuyU9z7TEyzvD8KvVI9qPzQZ7OvscJ { width:9.25rem;height:3.625rem;top:25.875rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Nku5bHSdyzVU86hK9OtIMViTJCWsbWXi { 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) { #It4v81JBXyzd01OqoaaRgaTDZv8OTuxF { 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) { #vsgmO0vo9EE1wqpJZE2D4emCIxEwiPhd { top:25rem;left:30.5625rem;width:17.1875rem;height:5.5rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ISfeEXmVDUK5WbT2HeNtKTOLbXfohWkD { 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) { #Abdqo6g3Lr4GxFQ8GLTgammE33lttTHu { 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) { #xHHMs8I2TLhNu1Bu77pVdi45bwkyW0cX { 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) { #tbc5mASTf7MX8krORvcRNGA6n5tpSFvr { width:10.625rem;height:10.375rem;top:13.9375rem;left:24.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #aVnr8KRC2AnLdcT7N1pEX42rrg4ZThBc { 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) { #bnoVeGBrxEObP3lyBZLz4aXkZCz2Wt1e { top:52.875rem;left:5.4375rem;width:17.1875rem;height:5.5rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #CF62B9Tu6ThL2RohOvx5V08MpKHtdm5G { top:46.0625rem;left:5.5rem;width:17.8125rem;height:5.5rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #KMpCvLD0r5fBsBiJDvh1fhirXHc2wlSt { width:10.5rem;height:10.25rem;top:41.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #D26nMLckH8u1H1PPQxXFtbg58DcDyhUL { width:9.25rem;height:3.625rem;top:53.625rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RL6iWLZ0zUBoOP6EnETtQcBXUv9MTE4g { width:17.0625rem;height:1.5625rem;top:42.6875rem;left:5.5rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #AOKqrqVZvsRfTNbL3Nr29uCTHbPPLl96 { width:17.0625rem;height:1.75rem;top:41.125rem;left:5.5rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #XiBBzh54PvQsQPT0l6qDR9HSuBDG9TOs { top:52.5rem;left:30.5625rem;width:17.1875rem;height:4.125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #FdkCIBidzFOnudb2SGUQWonLZTH7XZHe { top:45.8125rem;left:29.9375rem;width:17.8125rem;height:5.5rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fRsdFaooGabIPoL2sewy8vkHx5hqb6p6 { width:10.625rem;height:10.375rem;top:41.4375rem;left:24.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #oXffZI05pBTiruCrlMLZNxfwClDnzpgJ { width:9.25rem;height:3.625rem;top:54.375rem;left:25.0625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zXN4p1x4Id3u4AZa3L9sZ6ipTWu4TIHG { width:17.0625rem;height:1.5625rem;top:42.8125rem;left:30.6875rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RWaIvv54tkzWTApsE41mxseMaTXpG2sk { width:17.0625rem;height:1.75rem;top:41.0625rem;left:30.6875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #pJZFHWf91qMyJF9dUJDcQTw5nzqZaq7A { width:47.75rem;height:2.4375rem;top:8.875rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pTrcuArZ0DKIUJBtAVflyIhThOy2PI01 { width:47.75rem;height:2.4375rem;top:63.75rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xu4lSL5fnugdlqhy45Arged97WgHG4ul { width:47.75rem;height:2.4375rem;top:35rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #aAgQ2TEb4OMdV91HKkhifdJ0EHG53LHu { top:82.75rem;left:30.5625rem;width:17.1875rem;height:5.5rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZtnmFGtTCUuq0uX2ENKWzqss4TNxXh1Q { width:9.25rem;height:3.625rem;top:84.625rem;left:25.0625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mzVJRiNr8gRMD2OlaQLRvwLfp7xHQMJc { top:75.25rem;left:29.9375rem;width:17.8125rem;height:6.875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #K9gcGkPL7gsCpO7zdVKvnQkfg5ZQoAk1 { width:10.625rem;height:10.375rem;top:71.25rem;left:24.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #w9mDfsaQDouI1nCbT7AuU4MQThk9UxRV { top:82.8125rem;left:5.3125rem;width:17.1875rem;height:5.5rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xBtxTUkrqTK6ZRIMclWEJAgyy1H5tWrL { top:75.25rem;left:5.25rem;width:17.8125rem;height:6.875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #txbA8iWkarg4KcM5oCJf1caC4kwcm338 { width:17.0625rem;height:1.5625rem;top:72.9375rem;left:5.375rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #up6NniLxJh7WmOeoX2LgyO12ilxLgemv { width:17.0625rem;height:1.5625rem;top:72.875rem;left:30.6875rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UsDbk8uF1n135pLbti4S6y6L68tHC4wg { width:17.0625rem;height:1.75rem;top:71.375rem;left:5.3125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #T1ot4XaeeOQkbTx4sCRmqCL7m1pm0z4T { width:17.0625rem;height:1.75rem;top:71.3125rem;left:30.6875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #e7yN1uI61rhLycPkHG9TFVXTFRxWLTs8 { width:10.625rem;height:10.375rem;top:71.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #fkFsa8VcmSkD590x8t4VztmXUwDqwmAB { width:9.25rem;height:3.625rem;top:84.6875rem;left:0rem;font-size:0.875rem;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:10.4375rem;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) { #OvctnqNFmzSUnOa1qTFIZSG052UefWLI { width:9rem;height:2.1875rem;top:1.625rem;left:14.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #kLBiZwOg6ffk2PVkv4i0SW7lTQ3kn579 { display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #Ir4iKtDTBR5vrM6FuD2cTiWOP1b8TsQJ { position:relative;z-index:auto;display:block; }#Ir4iKtDTBR5vrM6FuD2cTiWOP1b8TsQJ > .row .container { width:20rem;height:5.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #IlE98vAnPe8eeyJyvtvwiThWCc5bsFWp { width:13.375rem;height:3.1875rem;top:1.1875rem;left:3.3125000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #SLz7zpwsQaiRsHSQPTINlraR9lxN19Eq { top:6.875rem;left:1.2500000596046rem;width:8.125rem;height:2.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #CJZ0MPR6xk7T4gauHOIreytd0wBAbEZf { display:block; }
 }@media only screen and (max-width: 763px) { #FJi0wS5RVBpaWXTWXuXW8X8a8qxFxvDQ { top:10rem;left:12.299999773503rem;width:3.875rem;height:2.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #hH0iNtwSk5LIzNMCao9xlebky79R0FsM { display:block; }
 }@media only screen and (max-width: 763px) { #SIugl3BF0AQer9gZXC6ckP8vmqBw1usp { top:6.9375rem;left:12.299999773503rem;width:5.125rem;height:2.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #q2BRQe97Nw6vP42HkDvFEnCO0dlF4Tl7 { display:block; }
 }@media only screen and (max-width: 763px) { #CFvUC0c0wAxdlZqpekFuc3MPTlroAzia { top:13rem;left:12.299999773503rem;width:2.5625rem;height:2.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #LccfZaMxk30T2CUiyIPMerd65Qt6lwfr { display:block; }
 }@media only screen and (max-width: 763px) { #IIBkKmILkH3TiGmFN3MrxkBwABMQUNHb { top:16.875rem;left:1.6875000596046rem;width:5.875rem;height:2.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #XQS9t3GIW0fmViTTK8x6VGB79Gml3JHa { display:block; }
 }@media only screen and (max-width: 763px) { #KnCgTLGCqGPSszTRyTs7ulVVbkzC6w1B { top:16.875rem;left:12.299999773503rem;width:2.4375rem;height:2.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #sacqBOLK0KJl9TdZOFk8h7rEfgw678Rt { display:block; }
 }@media only screen and (max-width: 763px) { #pWCLMLTZs7fo4cmfkMm6zrCqufSc26uz { width:8.9875rem;height:2.1125rem;top:5.1937499046326rem;left:0.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #F3yMeGZEQ5uG8AVMynhWoWJaStZNto7u { display:block; }
 }@media only screen and (max-width: 763px) { #QJsBPTl78C8Q0tTueSKquEvtXCKdfPQL { width:8.925rem;height:2.1125rem;top:5.1937499046326rem;left:10.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #Rr8qNhxpPEhiCS2As1tRsp3ZvlS7tmMf { 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/aa2fa5b7-a44a-45c4-8628-03d0ada1e9b4/BrochureBleue2.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:42.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Utm2IVJBhCz4kqT4v2wVpwbDLaBVsPb0 { width:20rem;height:1.3rem;top:19.26015663147rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;line-height:1.3;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #LItZHBitQu8i3ua1nNR2okM38gvwCcKO { width:20rem;height:2.0625rem;top:17.198103427887rem;left:0rem;font-size:1.875rem;text-align:center;text-align-last:center;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #kPk5hdsbVCLpvfcXR17LQ5TKUpKg8F9w { width:20rem;height:0;top:3.5000001192093rem;left:0rem;font-size:1rem;text-align:left;text-align-last:left;line-height:1.1;display:none; }
 }@media only screen and (max-width: 763px) { #UFNPtoUnskiXXTklT5HLI88yTDX0BgbH { width:20rem;height:1.00043125rem;top:1.25rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #nobZZkOsWGd6DaLcEiCHupvXaU1odhFI { width:20rem;height:2.2rem;top:3.0625rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;line-height:1.1;z-index:15042;display:block; }
 }@media only screen and (max-width: 763px) { #F4d0BsWUiNCwoO37PtUnQ6AitkdcdkhM { width:20rem;height:1.3rem;top:28.0625rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;font-weight:400;font-style:normal;z-index:15041;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
 }@media only screen and (max-width: 763px) { #bnipviakTaliAdZyV99NoauarltSvD6i { width:20rem;height:1.3rem;top:31.75514793396rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;font-weight:400;font-style:normal;z-index:15038;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
 }@media only screen and (max-width: 763px) { #JVzNQoKUTtWHW1diBTEd1a9wf3pxVpSf { width:20rem;height:1.3rem;top:26.0625rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;font-weight:400;font-style:normal;z-index:15041;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
 }@media only screen and (max-width: 763px) { #HQ6WaTpfE50a99g4sxseeZdTqrnBd6oS { width:19.9375rem;height:1.3rem;top:33.621269226074rem;left:0.063032627105713rem;font-size:1rem;text-align:center;text-align-last:center;font-weight:400;font-style:normal;z-index:15044;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
 }@media only screen and (max-width: 763px) { #JwJf1hf0PeqZDdVe2iWIPHSTLDouIKnD { width:20rem;height:1.3rem;top:35.560157775879rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;font-weight:400;font-style:normal;z-index:15045;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
 }@media only screen and (max-width: 763px) { #rzT8hGwIQMh7meJmMyGCq41qy4LRtnpl { width:13.3125rem;height:0;top:14.037499904633rem;left:2.96875rem;font-size:1rem;text-align:center;text-align-last:center;font-weight:400;font-style:normal;z-index:15044;display:none; }#rzT8hGwIQMh7meJmMyGCq41qy4LRtnpl li:before{  }
 }@media only screen and (max-width: 763px) { #boqHQ0zsbSxnJUquCOC2m9hekUaGRcf7 { width:20rem;height:1.3rem;top:29.951169967651rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;font-weight:400;font-style:normal;z-index:15046;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
 }@media only screen and (max-width: 763px) { #R79X8IvoyCQW2KvQtZhgcxbJUitIA5kV { width:18.8125rem;height:3rem;top:38.110157775879rem;left:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #KBhNdsLwcJ8K28udJW3XTOSLZfBrt7bi { display:block; }
 }@media only screen and (max-width: 763px) { #iStTC54GNiX7nlT8U9ckIJIOaq1aR0mJ { position:relative;z-index:auto;background-color:#ffffff;background-image:none;display:none; }#iStTC54GNiX7nlT8U9ckIJIOaq1aR0mJ > .row .container { width:20rem;height:14.6875rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #dI7wGCrOUPLvldKrrHX44oOVh7JIxE4M { 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) { #lnA9Z9sw6WHpV2iqktPChaBIRvKW3WyT { 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) { #nlUNzP6xCRuMd1gDRhMi33lXHWp86kp4 { display:block; }#nlUNzP6xCRuMd1gDRhMi33lXHWp86kp4 > .row .container { width:20rem;height:5.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LNpPdChS68g8O1PGfNOdyosPVEBMPrTE { width:20rem;height:;top:0.94921875rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;line-height:1;z-index:15028;display:block; }
 }@media only screen and (max-width: 763px) { #xVmWuzVnPG9A2kswx6IyBKsIupkTSV2P { display:block; }#xVmWuzVnPG9A2kswx6IyBKsIupkTSV2P > .row .container { width:20rem;height:88.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UTH3TNZl9nFuGEKIs6uz1eRXShcNWzHq { width:20rem;height:21.75rem;top:4.7683715820312E-6rem;left:0rem;z-index:15001;display:block; }
 }@media only screen and (max-width: 763px) { #gFNqPm26w5r1KrofqLE4iX3ZT8nuVTl1 { display:none; }#gFNqPm26w5r1KrofqLE4iX3ZT8nuVTl1 > .row .container { width:20rem;height:6.25rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #QRe9PSQbUPgmygpz3nQ12Ket0O0l6vo5 { width:20rem;height:4rem;top:1.25rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #xhFs5dczgqkOsTwxM0FovqvaBgNSLGll { display:none; }#xhFs5dczgqkOsTwxM0FovqvaBgNSLGll > .row .container { width:20rem;height:31.5625rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #TlK9BvBgZe7wPmZ05kBAAiiG4r0dKxOE { width:20rem;height:21.75rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #eH9HS94xeBvUXVeqLHmgS6C3oi3FtbQH { display:block; }#eH9HS94xeBvUXVeqLHmgS6C3oi3FtbQH > .row .container { width:20rem;height:60.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uhuh1ZXb2kOmFM2pLWqb6H6d6meUWHMy { width:18.9375rem;height:10.3125rem;top:45.70625rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ixqa6uOzsQRbPQ1oBvNHql0clxt2c3TA { width:18.9375rem;height:10.3125rem;top:34.04375rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #TwK90N3Cu8KMQu10HDfJxww64aaFqtrP { width:18.125rem;height:2.6rem;top:47.331251144409rem;left:0.93671876192094rem;text-align:center;text-align-last:center;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #o7qyi3b8s8McgpJqWnTBPEa0QI45v9T8 { width:18.125rem;height:2.6rem;top:35.731250762939rem;left:0.93671876192094rem;text-align:center;text-align-last:center;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #pCZTC4AAqXDiNGWQEE7DuOhshAKdV78P { width:2.5rem;height:0.125rem;top:16.1rem;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) { #adGddDA2bSNTceVrg9EpsuPV49f9v2cp { width:20rem;height:3.65625rem;top:17.475rem;left:0rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #PrtBGEiGeDi4cTGyT80Xhe9KZr13AvUB { width:18.9375rem;height:10.3125rem;top:22.38125rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #KfJRDJ5mtrmvS2OXLT2MoVBx6xAZKR7V { width:18.125rem;height:2.6rem;top:23.943751335144rem;left:0.93671876192094rem;text-align:center;text-align-last:center;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #bGd0qhwEWyCmTh6WGmezV8u6X4OtUn4N { width:20rem;height:9.75rem;top:5.1rem;left:0rem;text-align:center;text-align-last:center;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PvE9FeqzzBTxVNFhF8dirDHE5b05z8rO { width:18.125rem;height:2.6rem;top:38.989063262939rem;left:0.93671876192094rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ElMzie6mA9dArcTq5itr2D2Mf9QUQo6e { width:20rem;height:1.05625rem;top:57.36875rem;left:0rem;text-align:center;text-align-last:center;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #iaylaFrTUH59Br7qJVlRkyNfs72XTc1F { width:18.125rem;height:2.6rem;top:50.839063644409rem;left:0.93671876192094rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zot07idJMmdTQ9lqcK30TVonZ61hMqGD { width:18.125rem;height:3.9rem;top:27.529688835144rem;left:0.93671876192094rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ldR83KyK3sOJOzga6q1DyU5bQIrpBoOb { 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) { #Gx4wRZ3KTmuzR35pWtXItxTrrqTDNnbI { display:block; }#Gx4wRZ3KTmuzR35pWtXItxTrrqTDNnbI > .row .container { width:20rem;height:64.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rNrdpnUIwyBGgIQefkdg7tlH8VzPSVbX { width:20rem;height:6rem;top:1.25rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #R17ULstp525Xw7zMu11Ty0Oqv0uU8ln9 { width:20rem;height:11.375rem;top:6.75rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #HVOn0OIzq3ckgTqqEeZl4WT9LzIHWpUU { width:8rem;height:1.875rem;top:14.3125rem;left:6rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #TItHEaGa1O2SMgh73q4313JGF9URu4eu { width:5.1875rem;height:3.1875rem;top:24.0625rem;left:7.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #t8JQi2AkRVlk7dlhrVL2F9snETPQr1EC { width:10.5rem;height:1.25rem;top:10.125rem;left:4.7500000596046rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #L6asP6uGGJtyQlvkoqVrwxiqThk8BW7e { width:5.1875rem;height:5.4375rem;top:39.375rem;left:7.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #SednvPV8D71cBwxszQQwSTzE6LwOCVXX { width:8.6875rem;height:2.5625rem;top:30.3125rem;left:5.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MsDaSQhAhksXENM52Vn38ldEBNZxOUHQ { width:8.3125rem;height:1.875rem;top:34.9375rem;left:5.9375rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #BLNhA9xxgImfX1WGg1IBfB7Uv9nHn0rQ { width:12.25rem;height:2.875rem;top:58.5625rem;left:3.875rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #HgvnzuZtxlabmBscR5uuLtFTkCV7ZOD1 { width:7.625rem;height:2rem;top:53.5rem;left:6.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wWMC9GRgHkhdNHNUmnd4UFNaTHzSZiQS { width:7.1875rem;height:2.5rem;top:47.875rem;left:6.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zR3ai752IvKu0wyxp3p3mm1RH6oMaTM2 { width:7.3125rem;height:3.625rem;top:18.1875rem;left:6.3125rem;z-index:15041;display:block; }
 }@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) { #heSTEwUKgiLxv4UAnTARKIyTyegIgUr5 { width:17.25rem;height:7.3125rem;top:22.9875rem;left:1.375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #FMZtii3ErLWz7V3Vemsi2I8WrNVTpgMP { width:14.125rem;height:2.923825rem;top:18.8125rem;left:2.9375rem;font-size:1.125rem;z-index:15072;display:block; }
 }@media only screen and (max-width: 763px) { #STOxcbDn38TeP4iyGO5yFxe5byCmd90I { width:9.0625rem;height:1.462675rem;top:16.1rem;left:5.4375rem;font-size:1.125rem;z-index:15072;display:block; }
 }@media only screen and (max-width: 763px) { #ApDxAPSrfMd27TPABW20287lOMiBXsTn { width:8.1875rem;height:8.1875rem;top:6.0625rem;left:5.625rem;z-index:15074;display:block; }
 }@media only screen and (max-width: 763px) { #fkkxVJfJTa6dr2Kr3fbAm8pv3961NySO { width:20rem;height:3.5625rem;top:1.25rem;left:0rem;background-color:#1c2459;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #CvRRfk5VtagoEOqAOeygM4Hu8nwKdvRS { width:17.8125rem;height:2.923825rem;top:76.975rem;left:1.0625rem;font-size:1.125rem;z-index:15072;display:block; }
 }@media only screen and (max-width: 763px) { #ue0hUZQpNPATZxIkkFgbkg3rTgCNPf28 { width:13.25rem;height:1.462675rem;top:74.2625rem;left:3.375rem;font-size:1.125rem;z-index:15072;display:block; }
 }@media only screen and (max-width: 763px) { #Vrif4r1PQTf21zbxq5fiaaT5IpCZEKke { width:8.1875rem;height:8.1875rem;top:64.225rem;left:5.625rem;z-index:15074;display:block; }
 }@media only screen and (max-width: 763px) { #lygvScklR7FoUglud9yleAgqpmJ1M58U { width:17.25rem;height:4.875rem;top:53.2875rem;left:1.375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qq6GFJqToWq2KrlITiKbbHSCN4yNcrXR { width:17.0625rem;height:2.923825rem;top:49.1125rem;left:1.4375rem;font-size:1.125rem;z-index:15072;display:block; }
 }@media only screen and (max-width: 763px) { #XG5x1FrwtAFlu69JhCwPaq43Txn0KTQo { width:9.0625rem;height:1.462675rem;top:46.4rem;left:5.4375rem;font-size:1.125rem;z-index:15072;display:block; }
 }@media only screen and (max-width: 763px) { #TD7NLQc91E4aAMNnxQfT9imx0WdHCXkk { width:8.1875rem;height:8.1875rem;top:36.3625rem;left:5.625rem;z-index:15074;display:block; }
 }@media only screen and (max-width: 763px) { #fO6EAV4VCH9BeoNffThnIuvn0kWOvDwR { width:9.0625rem;height:2.4375rem;top:1.8125rem;left:5.46875rem;font-size:1.875rem;z-index:15072;display:block; }
 }@media only screen and (max-width: 763px) { #ToM5UMPkPa8K0W1MCAHfG9DsKoxfCKCK { width:13.25rem;height:2.4375rem;top:59.975rem;left:3.375rem;font-size:1.875rem;z-index:15072;display:block; }
 }@media only screen and (max-width: 763px) { #c5B7vb6hFZONrgCL6hEEXf1QtE5bT9Af { width:20rem;height:2.4375rem;top:32.1125rem;left:0rem;font-size:1.875rem;z-index:15072;display:block; }
 }@media only screen and (max-width: 763px) { #XnfeVMHdtansFtV6KiSGXCKJlaEr04Rk { width:17.25rem;height:14.625rem;top:81.15rem;left:1.375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xArcftwEPaakWN8lUoAbVCJvIqzuKfkM { width:20rem;height:3.5625rem;top:31.55rem;left:0rem;background-color:#dc0d17;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #NC4TiGTvQ9R4EvEsNJvI4dDXTRqt9TiR { width:20rem;height:3.5625rem;top:59.4125rem;left:0rem;background-color:#00667d;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #XA8PSWJ08kx7EWKAcutwSUTFPNRTuRfa { 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) { #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) { #dI62IsquZNAmm9KfTOoCQfCWJFgpwavn { width:20rem;height:1.31293125rem;top:1.25rem;left:0rem;font-size:1.3125rem;text-align:center;text-align-last:center;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #IUHiIfsRTN4kH2GEVVeJvbxaI7GbWbzN { display:block; }#IUHiIfsRTN4kH2GEVVeJvbxaI7GbWbzN { background-color: transparent; background-image: none; }#IUHiIfsRTN4kH2GEVVeJvbxaI7GbWbzN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IUHiIfsRTN4kH2GEVVeJvbxaI7GbWbzN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IUHiIfsRTN4kH2GEVVeJvbxaI7GbWbzN > .row .container > .video-iframe-container { display: none; }#IUHiIfsRTN4kH2GEVVeJvbxaI7GbWbzN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IUHiIfsRTN4kH2GEVVeJvbxaI7GbWbzN > .row > .video-iframe-container { display: none; }#IUHiIfsRTN4kH2GEVVeJvbxaI7GbWbzN > .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); }#IUHiIfsRTN4kH2GEVVeJvbxaI7GbWbzN > .row .container { width:20rem;height:20.3125rem;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/c6d445cc-c591-4808-9ddc-7dca66fa1c40/12545.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;display:block; }#IUHiIfsRTN4kH2GEVVeJvbxaI7GbWbzN > .row .container.adaptive-delivery-prevent-bg, #IUHiIfsRTN4kH2GEVVeJvbxaI7GbWbzN > .row .container.lazyload, #IUHiIfsRTN4kH2GEVVeJvbxaI7GbWbzN > .row .container.lazyloading { background-image: none; } }@media only screen and (max-width: 763px) { #uCbJUBpAUqi3kmatUczDeyBgqTRsV4mq { width:20rem;height:3.575rem;top:14.850000858307rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #m7ATz5hxUJOqEwSszdxAwa4N5R0KZsq8 .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#m7ATz5hxUJOqEwSszdxAwa4N5R0KZsq8 .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; }
#m7ATz5hxUJOqEwSszdxAwa4N5R0KZsq8 .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; }
#m7ATz5hxUJOqEwSszdxAwa4N5R0KZsq8 { width:18rem;height:5.0625rem;display:flex;top:0.92343759536744rem;left:0rem;z-index:15072; }
 }@media only screen and (max-width: 763px) { #m7ATz5hxUJOqEwSszdxAwa4N5R0KZsq8 #mp05GyGJ2JausSiIaDv1NpCGm1WUmFK1 { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #m7ATz5hxUJOqEwSszdxAwa4N5R0KZsq8 #Tlv0rNoRHMwH2oubgti2ObTnn0Am5Shn {  }
 }@media only screen and (max-width: 763px) { #m7ATz5hxUJOqEwSszdxAwa4N5R0KZsq8 #XSMW0JdMJmLqe52rxyrtLxfRBfwU6mg8 {  }
 }@media only screen and (max-width: 763px) { #m7ATz5hxUJOqEwSszdxAwa4N5R0KZsq8 #poM7UM9imELzNsUaGkguUVhC7qEQ9LR0 { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #m7ATz5hxUJOqEwSszdxAwa4N5R0KZsq8 #PFDwwXuZqIauFV1XvyhJIHDezihLQA8x {  }
 }@media only screen and (max-width: 763px) { #m7ATz5hxUJOqEwSszdxAwa4N5R0KZsq8 #Bm1EVehXe1RxAprFpqXvCASOWfzJC5f2 {  }
 }@media only screen and (max-width: 763px) { #m7ATz5hxUJOqEwSszdxAwa4N5R0KZsq8 #T6a65B27eIXanTht8HbrzkVE03T54oqm { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #m7ATz5hxUJOqEwSszdxAwa4N5R0KZsq8 #kqTfRMByzpmD9vXfuqbMUq4Xn8EmGblr {  }
 }@media only screen and (max-width: 763px) { #m7ATz5hxUJOqEwSszdxAwa4N5R0KZsq8 #lVmvWGxAfPO9iLu80UulA8AXK5cG6ofm {  }
 }@media only screen and (max-width: 763px) { #m7ATz5hxUJOqEwSszdxAwa4N5R0KZsq8 #JqKAn5TXCbl8A6sXUrOdEiRkJEvrOGdn { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #m7ATz5hxUJOqEwSszdxAwa4N5R0KZsq8 #iZ6xFvfoKNEZI1xgikzXKoqnl8s7ffzZ {  }
 }@media only screen and (max-width: 763px) { #m7ATz5hxUJOqEwSszdxAwa4N5R0KZsq8 #r1C7i3rOBPBgKN6K4bZ1sp8Rpt7O1Tqf {  }
 }@media only screen and (max-width: 763px) { #m7A60uQKyEdW6gywSuHhFRHfXZ5tkPHR { display:block; }#m7A60uQKyEdW6gywSuHhFRHfXZ5tkPHR > .row .container { width:20rem;height:32.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #haHpzWt44KSzbwNt5ZUe7UT9F6SID4AH { width:20rem;height:15.3125rem;top:0rem;left:0rem;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) { #hGaSrS0ezGHWSwTFBPNdPKiITFvfHuLB { width:20rem;height:7.19825rem;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) { #dCnxBRTQdAvgehVNC5CSPzZHc8mWzfnO { width:17.1875rem;height:4.142575rem;top:65.7375rem;left:1.375rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #g7EdeWldDQl172HwJmRsgKn0MA8d1yIl { width:10.625rem;height:10.375rem;top:13.2rem;left:4.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zgGuWlVhoXsrDK6Pk8hCwCMEIpNnNZLc { width:17.8125rem;height:4.142575rem;top:30.7375rem;left:1.0625rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #NKGuyU9z7TEyzvD8KvVI9qPzQZ7OvscJ { width:9.25rem;height:3.6738375rem;top:60.8125rem;left:5.375rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Nku5bHSdyzVU86hK9OtIMViTJCWsbWXi { width:17.0625rem;height:1.6625rem;top:27.825rem;left:1.4375rem;font-size:1.1875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #It4v81JBXyzd01OqoaaRgaTDZv8OTuxF { width:17.0625rem;height:1.75rem;top:24.825rem;left:1.4375rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #vsgmO0vo9EE1wqpJZE2D4emCIxEwiPhd { width:17.1875rem;height:5.5234375rem;top:76.05625rem;left:1.375rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ISfeEXmVDUK5WbT2HeNtKTOLbXfohWkD { width:17.8125rem;height:4.142575rem;top:55.41875rem;left:1.0625rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Abdqo6g3Lr4GxFQ8GLTgammE33lttTHu { width:17.0625rem;height:1.6625rem;top:52.50625rem;left:1.4375rem;font-size:1.1875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #xHHMs8I2TLhNu1Bu77pVdi45bwkyW0cX { width:17.0625rem;height:3.5rem;top:47.75625rem;left:1.4375rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #tbc5mASTf7MX8krORvcRNGA6n5tpSFvr { width:10.625rem;height:10.375rem;top:36.13125rem;left:4.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #aVnr8KRC2AnLdcT7N1pEX42rrg4ZThBc { width:9.25rem;height:3.6738375rem;top:71.13125rem;left:5.375rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #bnoVeGBrxEObP3lyBZLz4aXkZCz2Wt1e { width:17.1875rem;height:5.5234375rem;top:139.75625rem;left:1.375rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #CF62B9Tu6ThL2RohOvx5V08MpKHtdm5G { width:17.8125rem;height:5.5234375rem;top:109.65625rem;left:1.0625rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #KMpCvLD0r5fBsBiJDvh1fhirXHc2wlSt { width:10.5rem;height:10.25rem;top:86.33125rem;left:4.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #D26nMLckH8u1H1PPQxXFtbg58DcDyhUL { width:9.25rem;height:3.6738375rem;top:134.83125rem;left:5.375rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #RL6iWLZ0zUBoOP6EnETtQcBXUv9MTE4g { width:17.0625rem;height:1.6625rem;top:97.83125rem;left:1.4375rem;font-size:1.1875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #AOKqrqVZvsRfTNbL3Nr29uCTHbPPLl96 { width:17.0625rem;height:1.75rem;top:100.74375rem;left:1.4375rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #XiBBzh54PvQsQPT0l6qDR9HSuBDG9TOs { width:17.1875rem;height:4.142575rem;top:151.45625rem;left:1.375rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #FdkCIBidzFOnudb2SGUQWonLZTH7XZHe { width:17.8125rem;height:5.5234375rem;top:128.05625rem;left:1.0625rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #fRsdFaooGabIPoL2sewy8vkHx5hqb6p6 { width:10.625rem;height:10.375rem;top:116.43125rem;left:4.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #oXffZI05pBTiruCrlMLZNxfwClDnzpgJ { width:9.25rem;height:3.6738375rem;top:146.53125rem;left:5.375rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #zXN4p1x4Id3u4AZa3L9sZ6ipTWu4TIHG { width:17.0625rem;height:1.6625rem;top:106.74375rem;left:1.4375rem;font-size:1.1875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #RWaIvv54tkzWTApsE41mxseMaTXpG2sk { width:17.0625rem;height:1.75rem;top:103.74375rem;left:1.4375rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #pJZFHWf91qMyJF9dUJDcQTw5nzqZaq7A { width:20rem;height:2.25rem;top:9.7rem;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) { #pTrcuArZ0DKIUJBtAVflyIhThOy2PI01 { width:20rem;height:2.25rem;top:156.85rem;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) { #Xu4lSL5fnugdlqhy45Arged97WgHG4ul { width:20rem;height:2.25rem;top:82.83125rem;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) { #aAgQ2TEb4OMdV91HKkhifdJ0EHG53LHu { width:17.1875rem;height:5.5234375rem;top:228.3625rem;left:1.375rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ZtnmFGtTCUuq0uX2ENKWzqss4TNxXh1Q { width:9.25rem;height:3.6738375rem;top:223.4375rem;left:5.375rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #mzVJRiNr8gRMD2OlaQLRvwLfp7xHQMJc { width:17.8125rem;height:6.9043125rem;top:203.58125rem;left:1.0625rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #K9gcGkPL7gsCpO7zdVKvnQkfg5ZQoAk1 { width:10.625rem;height:10.375rem;top:191.95625rem;left:4.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #w9mDfsaQDouI1nCbT7AuU4MQThk9UxRV { width:17.1875rem;height:5.5234375rem;top:216.6625rem;left:1.375rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #xBtxTUkrqTK6ZRIMclWEJAgyy1H5tWrL { width:17.8125rem;height:6.9043125rem;top:183.8rem;left:1.0625rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #txbA8iWkarg4KcM5oCJf1caC4kwcm338 { width:17.0625rem;height:1.6625rem;top:174.975rem;left:1.4375rem;font-size:1.1875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #up6NniLxJh7WmOeoX2LgyO12ilxLgemv { width:17.0625rem;height:1.6625rem;top:177.8875rem;left:1.4375rem;font-size:1.1875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #UsDbk8uF1n135pLbti4S6y6L68tHC4wg { width:17.0625rem;height:1.75rem;top:171.975rem;left:1.4375rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #T1ot4XaeeOQkbTx4sCRmqCL7m1pm0z4T { width:17.0625rem;height:1.75rem;top:180.8rem;left:1.4375rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #e7yN1uI61rhLycPkHG9TFVXTFRxWLTs8 { width:10.625rem;height:10.375rem;top:160.35rem;left:4.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fkFsa8VcmSkD590x8t4VztmXUwDqwmAB { width:9.25rem;height:3.6738375rem;top:211.7375rem;left:5.375rem;font-size:0.875rem;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:4rem;top:1.9375rem;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:6.375rem;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.94824375rem;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:2rem;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.75rem;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:5.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #IahVSwwbMCLVAyIwl8isWHuLuTIII7OO { width:9.75rem;height:2.375rem;top:1.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #OvctnqNFmzSUnOa1qTFIZSG052UefWLI { width:8.775rem;height:1.9625rem;top:1.4375rem;left:11.125rem;z-index:15031;display:block; }
 }@media only screen and (max-width: 763px) { #kLBiZwOg6ffk2PVkv4i0SW7lTQ3kn579 { display:block; }
 }