.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:223,224,230;--color-primary-1:159,167,213;--color-primary-2:95,100,128;--color-primary-3:57,60,77;--color-primary-4:29,37,74;--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:#ffffff;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); }#pgsBUBSuVlvuvEdLxxMSXtAcFUu9uifT { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#00667d;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; }#pgsBUBSuVlvuvEdLxxMSXtAcFUu9uifT > .row .container { background-color: transparent; background-image: none; }#pgsBUBSuVlvuvEdLxxMSXtAcFUu9uifT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pgsBUBSuVlvuvEdLxxMSXtAcFUu9uifT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pgsBUBSuVlvuvEdLxxMSXtAcFUu9uifT > .row .container > .video-iframe-container { display: none; }#pgsBUBSuVlvuvEdLxxMSXtAcFUu9uifT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pgsBUBSuVlvuvEdLxxMSXtAcFUu9uifT > .row > .video-iframe-container { display: none; }#pgsBUBSuVlvuvEdLxxMSXtAcFUu9uifT > .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); }#pgsBUBSuVlvuvEdLxxMSXtAcFUu9uifT > .row .container { border-width: 0; border-radius: 0; }#pgsBUBSuVlvuvEdLxxMSXtAcFUu9uifT > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#pgsBUBSuVlvuvEdLxxMSXtAcFUu9uifT > .row .container { font-size:0.875rem;font-family:arial;height:5.5rem;width:60rem;position:relative;display:block; }#SwUXer2SHsJZwEeTmGP0cUSCAc0LaP0K { 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; }
#bOyorz0ZR11T5TF37kAlUtExk46WfaCm { z-index:15003;top:1.8125rem;left:27.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:5.875rem;height:2.1875rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#xLPw1LWx7XlA9HmStgNcXMqodiQlzXBW { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#rTEGyBfUeTcTGVt1CcDqHdkKi9igQDDK { z-index:15005;top:1.8125rem;left:44.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:4.9375rem;height:2.1875rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#iC5V2u4U9ateFMCLUif0EyXuTZ5IBbpX { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#b3JO9PXXTyhqqXwtctl9T3rbhDMgh0G8 { z-index:15006;top:2.25rem;left:39.5625rem;background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.4375rem;border-top-right-radius:2.4375rem;border-bottom-left-radius:2.4375rem;border-bottom-right-radius:2.4375rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:3.75rem;height:1.375rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#okl0p5DPwbVgIaFwNHebLyRCbN5qXffo { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Jvbt8CCIXXCRJ8dBxDC7cfZ783V9EJLC { z-index:15004;top:1.8125rem;left:33.4375rem;background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.4375rem;border-top-right-radius:2.4375rem;border-bottom-left-radius:2.4375rem;border-bottom-right-radius:2.4375rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:5.9375rem;height:2.1875rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#noIJzQpVKuDSOxskUAfdwnAeOLaUyETR { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#vpTTU4iXHQMVeXVsqGnrWbaAuaoweN6u { z-index:15007;top:1.8125rem;left:49.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:2.6875rem;height:2.1875rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#eLTFTA0PiN2Tg6IOtsI77rx5yVogbuvb { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#vQI3ywET8A0ALrDTBvBdsrDrpOdnLEbT { z-index:15008;top:1.8125rem;left:53.1875rem;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; }
#pHRT7LOoevAFTXEQz76vKTbVIG2LErBp { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#zu5Z6NqoBT8I0ao55bC4eUnB86EiD06b { z-index:15009;top:1.8125rem;left:57.3125rem;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; }
#P5tzzpgGO2srAmdy9D3Ws3RIibtQrv8p { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#shpkl9BWleS2x6T33TvuDQTBE47bp06k { background-color:#00667d;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:9.25rem;display:block; }
#LigD7NdMEau337zmL6MHLyv61MzCENNv { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#RLo680M9gf0VzDgl5CvGDUOoRRrLss7o { 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 #00667d;border-left:0.125rem solid #00667d;border-right:0.125rem solid #00667d;border-bottom:0.125rem solid #00667d;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:#00667d;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:18.875rem;display:block; }
#kwloPVGMQilbnHawKTp5qWhsK6dT3EIc { 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:#ffffff;background-image:url("https://images.assets-landingi.com/uc/636dc790-0e25-4f2c-8fbb-3f4477247e15/HeroVert.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; }#EauCBKaB9dfCIyxPwahZ2S7q68DXFvN4 { 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:15026;line-height:1;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);top:6.625rem;left:1.0625rem;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; }
#UUQ8r63qO8Pmw3ux8Aa2JT0Vy39STn6R { color:rgba(var(--color-tertiary-0),1);display:block;width:39.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:700;z-index:15022;line-height:1;letter-spacing:0;text-shadow:0.125rem 0.125rem 0.25rem #000721;top:14rem;left:1.0625rem;height: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; }
#OEGRQoiAlvQVzq3F1gT5gRDkDOlmsZn4 { color:rgba(var(--color-tertiary-0),1);display:block;width:21.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:700;z-index:15023;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);top:20.125rem;left:1.0625rem;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; }
#LzMvpgD4sLuSTRupLeAmATur9LcyeJET { color:rgba(var(--color-tertiary-0),1);display:block;width:31.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.9375rem;font-weight:700;z-index:15023;line-height:1;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);top:9.125rem;left:1.0625rem;height:3.875rem;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; }
#eBQilbbk2q2nQ8k4uFG3cdPf2wmauXMl { 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 #00667d;border-left:0.125rem solid #00667d;border-right:0.125rem solid #00667d;border-bottom:0.125rem solid #00667d;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:#00667d;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:13.5726875rem;height:2.509375rem;text-decoration:none;z-index:15031;text-align:center;text-align-last:center;top:23.6875rem;left:22.625rem;display:block; }
#xN0WxGy6PMmIDbwBB2RKkJ9gNF5QbJdi { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#fdqCGpIXwTvZM3FBlPva4igbue82BF01 { background-color:#00667d;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:1.0625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.5726875rem;height:2.571875rem;text-decoration:none;z-index:15032;text-align:center;text-align-last:center;top:23.6875rem;left:4.0625rem;display:block; }
#kZ0gTTW7nkDx74POxixrcVGnPkyiO4XW { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#egFx6nnO2dr23JkPzOWEQbUQtFc557cm { color:rgba(var(--color-tertiary-0),1);display:block;width:31.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.9375rem;font-weight:700;z-index:15023;line-height:1;letter-spacing:0;top:9.125rem;left:1.0625rem;height:3.875rem;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; }
#cib6rFDMNxTobCATwNbSAN4SRnBX1UIU { position:relative;display:none; }#cib6rFDMNxTobCATwNbSAN4SRnBX1UIU { border-width: 0; border-radius: 0; }#cib6rFDMNxTobCATwNbSAN4SRnBX1UIU > .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; }#cib6rFDMNxTobCATwNbSAN4SRnBX1UIU > .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; }#M90WCptMvFl4XIaqTaCPTTIOLE2TcuOa { 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:15025;line-height:1.3;letter-spacing:0;top:29.3125rem;left:15.6875rem;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; }
#QMWMHP9DpUCGblHrFJLkCg1HZLIO0pNd { 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:15022;line-height:1.3;letter-spacing:0;top:29.3125rem;left:1.75rem;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; }
#WvAW9RecZiynR9BHRFtQfS28lTSnfvtv { 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:15022;line-height:1.3;letter-spacing:0;top:26.875rem;left:15.6875rem;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; }
#OMcUvlkdRnCJlXl9dExJBhk4Me4OudUL { 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:15019;line-height:1.3;letter-spacing:0;top:26.875rem;left:1.75rem;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; }
#b6bREddaFGslMcpJFQWCifZdoao4dLbg { color:rgba(var(--color-tertiary-0),1);display:block;width:11.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:700;z-index:15023;line-height:1.3;letter-spacing:0;top:23.1875rem;left:1.75rem;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:none; }
#aUBvwZKqHnc95vSDWMEUt9gEpaW7MFQt { 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:15022;line-height:1.3;letter-spacing:0;top:26.875rem;left:15.6875rem;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; }
#w3AEp2U3TRLdCp66tFpx4IlIulxRTd6c { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#00667d;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; }#w3AEp2U3TRLdCp66tFpx4IlIulxRTd6c > .row .container { background-color: transparent; background-image: none; }#w3AEp2U3TRLdCp66tFpx4IlIulxRTd6c::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#w3AEp2U3TRLdCp66tFpx4IlIulxRTd6c > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#w3AEp2U3TRLdCp66tFpx4IlIulxRTd6c > .row .container > .video-iframe-container { display: none; }#w3AEp2U3TRLdCp66tFpx4IlIulxRTd6c > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#w3AEp2U3TRLdCp66tFpx4IlIulxRTd6c > .row > .video-iframe-container { display: none; }#w3AEp2U3TRLdCp66tFpx4IlIulxRTd6c > .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); }#w3AEp2U3TRLdCp66tFpx4IlIulxRTd6c > .row .container { border-width: 0; border-radius: 0; }#w3AEp2U3TRLdCp66tFpx4IlIulxRTd6c > .row > .video-iframe-container { border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem; }#w3AEp2U3TRLdCp66tFpx4IlIulxRTd6c > .row .container { font-size:0.875rem;font-family:arial;height:4.1875rem;width:60rem;position:relative;display:block; }#mfcG3UKD9pS9mn9OXR8Ed67stbFSfIMg { 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:15029;line-height:1.3;letter-spacing:0;text-shadow:0.125rem 0.0625rem 0.1875rem rgba(7,7,7,0.5);top:0.875rem;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; }
#TToxc9Jl8caOHT0r9PyNnd1FdisRLMeh { 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:15032;line-height:1.3;letter-spacing:0;text-shadow:0.125rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);top:2.3125rem;left:0.125rem;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; }
#d1KUPTJcwcDeQviTxhCE94Um0hdwEGlf { position:relative;display:block; }#d1KUPTJcwcDeQviTxhCE94Um0hdwEGlf { background-color: transparent; background-image: none; }#d1KUPTJcwcDeQviTxhCE94Um0hdwEGlf::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#d1KUPTJcwcDeQviTxhCE94Um0hdwEGlf > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#d1KUPTJcwcDeQviTxhCE94Um0hdwEGlf > .row .container > .video-iframe-container { display: none; }#d1KUPTJcwcDeQviTxhCE94Um0hdwEGlf > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#d1KUPTJcwcDeQviTxhCE94Um0hdwEGlf > .row > .video-iframe-container { display: none; }#d1KUPTJcwcDeQviTxhCE94Um0hdwEGlf > .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); }#d1KUPTJcwcDeQviTxhCE94Um0hdwEGlf { border-width: 0; border-radius: 0; }#d1KUPTJcwcDeQviTxhCE94Um0hdwEGlf > .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; }#d1KUPTJcwcDeQviTxhCE94Um0hdwEGlf > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:5.8125rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#kWBrqa2McJAPEWpKdLHrWfAqEKOPcD5P { color:#00677d;display:block;width:22.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.4375rem;font-weight:700;z-index:15025;line-height:1;letter-spacing:0;top:1.0625rem;left:0.6875rem;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; }
#vRppRB3yn7TJatmU6vo2q2t1EcqvAOCf { color:#00677d;display:block;width:26.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.75rem;font-weight:300;z-index:15025;line-height:.9;letter-spacing:0;top:3rem;left:0.6875rem;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; }
#E7J1b4emprxe23QN4y3rgtoQ2T5bi4GG { position:relative;display:block; }#E7J1b4emprxe23QN4y3rgtoQ2T5bi4GG { background-color: transparent; background-image: none; }#E7J1b4emprxe23QN4y3rgtoQ2T5bi4GG::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#E7J1b4emprxe23QN4y3rgtoQ2T5bi4GG > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#E7J1b4emprxe23QN4y3rgtoQ2T5bi4GG > .row .container > .video-iframe-container { display: none; }#E7J1b4emprxe23QN4y3rgtoQ2T5bi4GG > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#E7J1b4emprxe23QN4y3rgtoQ2T5bi4GG > .row > .video-iframe-container { display: none; }#E7J1b4emprxe23QN4y3rgtoQ2T5bi4GG > .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); }#E7J1b4emprxe23QN4y3rgtoQ2T5bi4GG { border-width: 0; border-radius: 0; }#E7J1b4emprxe23QN4y3rgtoQ2T5bi4GG > .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; }#E7J1b4emprxe23QN4y3rgtoQ2T5bi4GG > .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:77rem;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; }#BwVv1W8Qa3hPfP8nUA5vbCTvP9TgIpxg { position:absolute;display:block;z-index:15001;height:21.75rem;width:38.75rem;top:0rem;left:10.625rem;display:block; }
#Ua68ZyMittTcHmr5NFRNokl7m9BIP6xo { 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; }#Ua68ZyMittTcHmr5NFRNokl7m9BIP6xo > .row .container { background-color: transparent; background-image: none; }#Ua68ZyMittTcHmr5NFRNokl7m9BIP6xo::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ua68ZyMittTcHmr5NFRNokl7m9BIP6xo > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ua68ZyMittTcHmr5NFRNokl7m9BIP6xo > .row .container > .video-iframe-container { display: none; }#Ua68ZyMittTcHmr5NFRNokl7m9BIP6xo > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ua68ZyMittTcHmr5NFRNokl7m9BIP6xo > .row > .video-iframe-container { display: none; }#Ua68ZyMittTcHmr5NFRNokl7m9BIP6xo > .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); }#Ua68ZyMittTcHmr5NFRNokl7m9BIP6xo > .row .container { border-width: 0; border-radius: 0; }#Ua68ZyMittTcHmr5NFRNokl7m9BIP6xo > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Ua68ZyMittTcHmr5NFRNokl7m9BIP6xo > .row .container { font-size:0.875rem;font-family:arial;height:30.8125rem;width:60rem;position:relative;display:block; }#rJzx8VhWkADL9Ip2C7Lg9bnxtaDZF85e { color:#dc0d17;display:block;width:60rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:3.125rem;font-weight:normal;z-index:15009;line-height:1.3;letter-spacing:0;top:5.4375rem;left:0.0625rem;height:4.0625rem;text-align:center;text-align-last:center;display:block; }
#TFS6NZ0dxIFKethy5StIJtLL5DsNJxhu { color:#00677d;display:block;width:60rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15010;line-height:1.3;letter-spacing:0;top:11.375rem;left:0rem;height:2.6rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#IO3IdyyRVZS26umOlhiPyoOd85vzJLEu { position:absolute;display:block;z-index:15011;background-color:#ffffff;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.9375rem;left:28.75rem;display:block; }
#Gp13HlLfKlnFw9oCcMk9EaUr94UdSuIu { color:rgba(128,128,128,0.15);display:block;width:60rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:7.5rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:1rem;left:0rem;height:9.75rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#iRdqWPhZCLFkLlubfLyq0i7rzJB5cQXn { position:absolute;display:block;z-index:15002;background-color:#00667d;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.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:15.6875rem;left:0.5625rem;display:block; }
#OiCTN1R7r6RoKApds4Db1HVo8U1y2iOr { color:#ffffff;display:block;width:19.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15005;line-height:1.3;letter-spacing:0;top:22.4375rem;left:0.5625rem;height:1.1375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#m4pcrutpQdbsuXg14IByHHwI8ygB9pIl { position:absolute;display:block;z-index:15005;background-color:#00667d;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.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:15.6875rem;left:20.5rem;display:block; }
#zv0bkI6FMtuSfX2rTe2toET18mmo2CTM { color:#ffffff;display:block;width:18.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15008;line-height:1.3;letter-spacing:0;top:22.3125rem;left:21rem;height:2.275rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#SCou4angZFLfxAIC7LJGyMzsS3cZdfQy { color:#ffffff;display:block;width:18.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:3rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:17.5625rem;left:0.9375rem;height:3.9rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#tC0nhfzxnhTNFPS5PdIyQv39CqcMG5n1 { color:#ffffff;display:block;width:18.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:3rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:17.4375rem;left:20.9375rem;height:3.9rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#aBwz8TUT8fhlzBOrzMiAcJIlRiBm3GJr { position:absolute;display:block;z-index:15008;background-color:#00667d;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.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:15.6875rem;left:40.5rem;display:block; }
#UDz7dGaqPtwqr1cw8wXmleRowO7Xz4KQ { color:#ffffff;display:block;width:18.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:3rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:17.4375rem;left:40.9375rem;height:3.9rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#BShA1gQSB689NmZxLFh8fczzt2iOzeqw { color:#ffffff;display:block;width:18.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:400;z-index:15011;line-height:1.3;letter-spacing:0;top:22.3125rem;left:40.9375rem;height:2.4375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#XaRFT6dspyAirL43HqxvwL2vEBbI5Cbv { color:#669fb1;display:block;width:60rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:400;z-index:15011;line-height:1.3;letter-spacing:0;top:26.9375rem;left:0rem;height:1.05625rem;text-align:center;text-align-last:center;font-style:italic;display:block; }
#BuvMSBzU0I3UpbnDWo7HQ6KzL1dRbben { box-sizing:content-box;height:0.125rem;width:60rem;position:absolute;display:block;z-index:15012;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:29.625rem;left:0rem;display:none; }
#ZnN10pTi1r4ZZhLDJCZ46S5PUSApv7Z5 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#00667d;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; }#ZnN10pTi1r4ZZhLDJCZ46S5PUSApv7Z5 > .row .container { background-color: transparent; background-image: none; }#ZnN10pTi1r4ZZhLDJCZ46S5PUSApv7Z5::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZnN10pTi1r4ZZhLDJCZ46S5PUSApv7Z5 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZnN10pTi1r4ZZhLDJCZ46S5PUSApv7Z5 > .row .container > .video-iframe-container { display: none; }#ZnN10pTi1r4ZZhLDJCZ46S5PUSApv7Z5 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZnN10pTi1r4ZZhLDJCZ46S5PUSApv7Z5 > .row > .video-iframe-container { display: none; }#ZnN10pTi1r4ZZhLDJCZ46S5PUSApv7Z5 > .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); }#ZnN10pTi1r4ZZhLDJCZ46S5PUSApv7Z5 > .row .container { border-width: 0; border-radius: 0; }#ZnN10pTi1r4ZZhLDJCZ46S5PUSApv7Z5 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ZnN10pTi1r4ZZhLDJCZ46S5PUSApv7Z5 > .row .container { font-size:0.875rem;font-family:arial;height:;width:60rem;position:relative;display:block; }#CBG6z4P32FGsqJFg1Vqlze9nIoveJsQX { color:#ffffff;display:block;width:16.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15010;line-height:1.3;letter-spacing:0;top:5.6875rem;left:21.5625rem;height:1.625rem;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; }
#dan9muXdl0zX3ZC7qJLCEzL26tkWpB1B { position:absolute;display:block;z-index:15000;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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:11.8125rem;width:18.9375rem;top:7.875rem;left:0rem;display:none; }
#ekBJwZWrTRTfxTfrDoez45U1Pcy3qhR7 { position:absolute;display:block;z-index:15000;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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:11.8125rem;width:18.9375rem;top:7.875rem;left:0rem;display:none; }
#Xnt5kLlOSgA98ip2gowU0nSKk55mTgVb { position:absolute;display:block;z-index:15000;background-color:#669fb1;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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:11.8125rem;width:18.9375rem;top:7.875rem;left:0.625rem;display:none; }
#vNbdCX7axpZnlc0TI4mdauK63Av51TT6 { color:#ffffff;display:block;width:16.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15009;line-height:1.3;letter-spacing:0;top:5.625rem;left:1.75rem;height:1.625rem;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:none; }
#L2r0vpu3RabaiiuW5nWRmLF2y9LZ4QZh { color:#ffffff;display:block;width:16.875rem;position:absolute;font-family:"times new roman";font-size:1.875rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:8.6375026702881rem;left:1.7062511444092rem;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:none; }
#tG6JhB5KZLOyC6bbbtXgcZ8pPpETWch6 { color:#ffffff;display:block;width:18rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:400;z-index:15009;line-height:1.5;letter-spacing:0;top:11.400003433227rem;left:1.1437511444092rem;height:7.875rem;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:none; }
#iFJMz1ygerNPPQo8FxsfJTJGKGbORLJa { color:#ffffff;display:block;width:18.8125rem;position:absolute;font-family:"times new roman";font-size:1.875rem;font-weight:700;z-index:15012;line-height:1.3;letter-spacing:0;top:8.6375026702881rem;left:20.593751907349rem;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:none; }
#psZmFBTSxSnsIQ7C5J5IXcGzX3modge3 { color:#ffffff;display:block;width:18.5rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:400;z-index:15013;line-height:1.5;letter-spacing:0;top:12.056253433227rem;left:20.750001907349rem;height:6.5625rem;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:none; }
#JoPkNCr9C2S23CtpUsBriOI5TgUsUd6D { color:#ffffff;display:block;width:60rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2.25rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:1.5609302520752rem;left:0rem;height:2.925rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:none; }
#SyfTTbOq57ShhIBvmBLDCTnEC39lFx0I { color:#ffffff;display:block;width:18.8125rem;position:absolute;font-family:"times new roman";font-size:1.875rem;font-weight:700;z-index:15013;line-height:1.3;letter-spacing:0;top:8.6375026702881rem;left:40.531251907349rem;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:none; }
#S9SU21TfkkgKK26DSzRUpG9DH0GzXJT1 { color:#ffffff;display:block;width:18.5rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:400;z-index:15014;line-height:1.5;letter-spacing:0;top:11.400003433227rem;left:40.643751144409rem;height:7.875rem;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:none; }
#wCz8tdoZ0Q27pwVR0DMVLvb7USidRG8b { position:relative;display:block; }#wCz8tdoZ0Q27pwVR0DMVLvb7USidRG8b { background-color: transparent; background-image: none; }#wCz8tdoZ0Q27pwVR0DMVLvb7USidRG8b::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wCz8tdoZ0Q27pwVR0DMVLvb7USidRG8b > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wCz8tdoZ0Q27pwVR0DMVLvb7USidRG8b > .row .container > .video-iframe-container { display: none; }#wCz8tdoZ0Q27pwVR0DMVLvb7USidRG8b > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wCz8tdoZ0Q27pwVR0DMVLvb7USidRG8b > .row > .video-iframe-container { display: none; }#wCz8tdoZ0Q27pwVR0DMVLvb7USidRG8b > .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); }#wCz8tdoZ0Q27pwVR0DMVLvb7USidRG8b { border-width: 0; border-radius: 0; }#wCz8tdoZ0Q27pwVR0DMVLvb7USidRG8b > .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; }#wCz8tdoZ0Q27pwVR0DMVLvb7USidRG8b > .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; }#V1pgkcODHKXmPlEstM4TrnBbMUkDnAzf { 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:1.875rem;width:8.3125rem;top:7.3124942779544rem;left:1.8000011444092rem;overflow:hidden;display:block; }
#QLG5cM19qgsTnz95GsdQP2yqOAvfymTS { position:absolute;display:block;z-index:15027;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.25rem;width:6.4375rem;top:6.6242132186887rem;left:49.031251907349rem;overflow:hidden;display:block; }
#TKI2hvwSDKEtlvqLTLMLB9dvzgaHMdf4 { position:absolute;display:block;z-index:15037;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.3125rem;width:6.3125rem;top:10.967181205749rem;left:13.66250038147rem;overflow:hidden;display:block; }
#nbelLJGN565iWDi8ohSslzeFq70krVzq { position:absolute;display:block;z-index:15038;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:5.5304632186889rem;left:14.22500038147rem;overflow:hidden;display:block; }
#H84hFNxR6HbEHD9NKyqWTI2Na0hoCtWc { position:absolute;display:block;z-index:15029;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.3125rem;width:7.9375rem;top:5.5929632186889rem;left:37.66250038147rem;overflow:hidden;display:block; }
#Ac5Qy0teVbhLtJcvzd3DNKqQ7oHZIJsK { position:absolute;display:block;z-index:15019;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.3125rem;width:6.3125rem;top:10.966400146484rem;left:38.47500038147rem;overflow:hidden;display:block; }
#o4dQIRmtN3HPZQo1gd0K1UdmJbzFHnEr { position:absolute;display:block;z-index:15039;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.9375rem;width:6.5rem;top:12.153900146484rem;left:49.000001907349rem;overflow:hidden;display:block; }
#fqV35gTGFw5KSSH999OudouX4sTOuhTm { position:absolute;display:block;z-index:15017;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.5625rem;width:8.6875rem;top:6.9679632186887rem;left:24.78750038147rem;overflow:hidden;display:block; }
#ddyPFaGX79vFhy6A0JqvsrW5gVEtN7id { color:#00667d;display:block;width:60rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.8125rem;font-weight:300;z-index:15020;line-height:1;letter-spacing:0;top:1.0499944686889rem;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; }
#MlJtbQtJ3tXgCrmxTFBELGMtnpQ2nzp5 { position:absolute;display:block;z-index:15028;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.1875rem;width:6.1875rem;top:11.028900146484rem;left:26.03750038147rem;overflow:hidden;display:block; }
#JO7ZO05VbtU0dwwUgWTebtTl5ZFBRfZo { 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:6.1875rem;width:6.1875rem;top:11.487494468689rem;left:2.8625011444092rem;overflow:hidden;display:block; }
#sFg3NNUTGLmPmCkOT1mWvtE2yL771eqt { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#00667d;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; }#sFg3NNUTGLmPmCkOT1mWvtE2yL771eqt > .row .container { background-color: transparent; background-image: none; }#sFg3NNUTGLmPmCkOT1mWvtE2yL771eqt::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sFg3NNUTGLmPmCkOT1mWvtE2yL771eqt > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sFg3NNUTGLmPmCkOT1mWvtE2yL771eqt > .row .container > .video-iframe-container { display: none; }#sFg3NNUTGLmPmCkOT1mWvtE2yL771eqt > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sFg3NNUTGLmPmCkOT1mWvtE2yL771eqt > .row > .video-iframe-container { display: none; }#sFg3NNUTGLmPmCkOT1mWvtE2yL771eqt > .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); }#sFg3NNUTGLmPmCkOT1mWvtE2yL771eqt > .row .container { border-width: 0; border-radius: 0; }#sFg3NNUTGLmPmCkOT1mWvtE2yL771eqt > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#sFg3NNUTGLmPmCkOT1mWvtE2yL771eqt > .row .container { font-size:0.875rem;font-family:arial;height:33.25rem;width:60rem;position:relative;display:block; }#bh77QDLOh020RcNB76DZvg77a7utI6iQ { color:#ffffff;display:block;width:60rem;position:absolute;font-family:"cabinet grotesk";font-size:2.8125rem;font-weight:300;z-index:15031;line-height:.9;letter-spacing:0;top:2.125rem;left:0.0625rem;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; }
#dEa3tbTLoTWr32UC0k7DfcKC2lKiyAD1 { position:absolute;display:block;z-index:15067;border-top:0.3125rem solid #ffffff;border-left:0.3125rem solid #ffffff;border-right:0.3125rem solid #ffffff;border-bottom:0.3125rem solid #ffffff;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.625rem;width:7.75rem;top:8rem;left:41.125rem;overflow:hidden;display:block; }
#NDQF0qqdaDBoxHzAEkiGxC9KCR1cHvum { color:#ffffff;display:block;width:9.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:700;z-index:15044;line-height:1.3;letter-spacing:0;top:17.875rem;left:40.4375rem;height:1.4625rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#wQrFgEzeqFtEvBmWfxdIRo99giTURGuD { color:#ffffff;display:block;width:26.6875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:400;z-index:15045;line-height:1.3;letter-spacing:0;top:20.0625rem;left:31.625rem;height:2.925rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#L2dlPW5BfaRTmMEqck2sTQAL2zNzNsK2 { color:#ffffff;display:block;width:29.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15043;line-height:1.3;letter-spacing:0;top:24.25rem;left:30rem;height:4.55rem;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; }
#SXWbq9oE1ZUB9J5kSSwCc2sGWRL7L3X9 { color:#ffffff;display:block;width:30rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:400;z-index:15048;line-height:1.3;letter-spacing:0;top:20.0625rem;left:0rem;height:1.4625rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#JRXEFyIKThL8ylWJhVq6cQVdPOaNwyT7 { color:#ffffff;display:block;width:13.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:700;z-index:15047;line-height:1.3;letter-spacing:0;top:17.875rem;left:8.375rem;height:1.4625rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#K1wwCT0HT4ZrJH7mHz4CHJbJDymZktwP { position:absolute;display:block;z-index:15068;border-top:0.3125rem solid #ffffff;border-left:0.3125rem solid #ffffff;border-right:0.3125rem solid #ffffff;border-bottom:0.3125rem solid #ffffff;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:7.6875rem;left:10.875rem;overflow:hidden;display:block; }
#vx3vJ03geaV2IAQub19SVfNRvC8Ms9X0 { color:#ffffff;display:block;width:29.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15039;line-height:1.3;letter-spacing:0;top:22.984375rem;left:0rem;height:7.9625rem;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; }
#EIsaf9ldld2ctbGXUi5gH3BqMd6EZim4 { position:relative;display:block; }#EIsaf9ldld2ctbGXUi5gH3BqMd6EZim4 { background-color: transparent; background-image: none; }#EIsaf9ldld2ctbGXUi5gH3BqMd6EZim4::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EIsaf9ldld2ctbGXUi5gH3BqMd6EZim4 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EIsaf9ldld2ctbGXUi5gH3BqMd6EZim4 > .row .container > .video-iframe-container { display: none; }#EIsaf9ldld2ctbGXUi5gH3BqMd6EZim4 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EIsaf9ldld2ctbGXUi5gH3BqMd6EZim4 > .row > .video-iframe-container { display: none; }#EIsaf9ldld2ctbGXUi5gH3BqMd6EZim4 > .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); }#EIsaf9ldld2ctbGXUi5gH3BqMd6EZim4 { border-width: 0; border-radius: 0; }#EIsaf9ldld2ctbGXUi5gH3BqMd6EZim4 > .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; }#EIsaf9ldld2ctbGXUi5gH3BqMd6EZim4 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:5.9375rem;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; }#ncpbfpiywQuvLPki3639tDimuAUWEkde { color:#00667d;display:block;width:22.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.4375rem;font-weight:700;z-index:15025;line-height:1;letter-spacing:0;top:1.125rem;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; }
#yJxOwB6SNE1ZMB5g69uy6Wdsm26aTm7z { color:#00667d;display:block;width:29.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.75rem;font-weight:300;z-index:15025;line-height:.9;letter-spacing:0;top:3.0625rem;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; }
#aJX4TR3v9tB1IGVzK3EIRlWxO27J3klL { position:relative;display:block; }#aJX4TR3v9tB1IGVzK3EIRlWxO27J3klL { background-color: transparent; background-image: none; }#aJX4TR3v9tB1IGVzK3EIRlWxO27J3klL::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aJX4TR3v9tB1IGVzK3EIRlWxO27J3klL > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aJX4TR3v9tB1IGVzK3EIRlWxO27J3klL > .row .container > .video-iframe-container { display: none; }#aJX4TR3v9tB1IGVzK3EIRlWxO27J3klL > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aJX4TR3v9tB1IGVzK3EIRlWxO27J3klL > .row > .video-iframe-container { display: none; }#aJX4TR3v9tB1IGVzK3EIRlWxO27J3klL > .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); }#aJX4TR3v9tB1IGVzK3EIRlWxO27J3klL { border-width: 0; border-radius: 0; }#aJX4TR3v9tB1IGVzK3EIRlWxO27J3klL > .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; }#aJX4TR3v9tB1IGVzK3EIRlWxO27J3klL > .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:77.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:block; }#DybpvfEpxiQo3rM2UZA7SaCCcVHqZhE5 { position:absolute;display:block;z-index:15002;height:21.75rem;width:38.75rem;top:1.3007820127532rem;left:10.625rem;display:block; }
#oJIo6BuGpVWZcIhNWyU7ncogUzd4qAkE { position:relative;display:block; }#oJIo6BuGpVWZcIhNWyU7ncogUzd4qAkE { background-color: transparent; background-image: none; }#oJIo6BuGpVWZcIhNWyU7ncogUzd4qAkE::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oJIo6BuGpVWZcIhNWyU7ncogUzd4qAkE > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oJIo6BuGpVWZcIhNWyU7ncogUzd4qAkE > .row .container > .video-iframe-container { display: none; }#oJIo6BuGpVWZcIhNWyU7ncogUzd4qAkE > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oJIo6BuGpVWZcIhNWyU7ncogUzd4qAkE > .row > .video-iframe-container { display: none; }#oJIo6BuGpVWZcIhNWyU7ncogUzd4qAkE > .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); }#oJIo6BuGpVWZcIhNWyU7ncogUzd4qAkE { border-width: 0; border-radius: 0; }#oJIo6BuGpVWZcIhNWyU7ncogUzd4qAkE > .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; }#oJIo6BuGpVWZcIhNWyU7ncogUzd4qAkE > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:24.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; }#nSlNR82zHVDg4eVZS57w4LpcBeTJQybc { box-sizing:content-box;height:0.125rem;width:14.375rem;position:absolute;display:block;z-index:15026;background-color:rgba(var(--color-secondary-4),1);background-image:none;top:7.3749990463256rem;left:7.8125rem;display:none; }
#OyNznnQdzTyxQhDqgb94ysBNXFzCstfX { color:#000000;display:block;width:30rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.8125rem;font-weight:300;z-index:15020;line-height:.9;letter-spacing:0;top:1.1249980926514rem;left:0rem;height:5.0625rem;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:none; }
#enrCPLrURndXF4VabGrdf1Gb81dfgCFl { color:#00667d;display:block;width:60rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2.25rem;font-weight:700;z-index:15024;line-height:1.3;letter-spacing:0;top:2.4375rem;left:0rem;height:5.85rem;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; }
#DcTfETVOeqmawx46EzZxXBU0ybTTgOtl { position:absolute;display:block;z-index:15062;background-color:#00667d;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-shadow: none;height:2.9375rem;width:2.9375rem;top:12.6875rem;left:13.6875rem;display:block; }
#P4uFGVghZfB44TdapLfDi6yNsReT0Po5 { color:#ffffff;display:block;width:2.5rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:700;z-index:15063;line-height:1.3;letter-spacing:0;top:13.25rem;left:13.875rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#TbHlfJXT9FKnwHWLM6Qpl4IKIsTJH1lP .accordion-element-container { border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;flex-direction:column;align-items:center;background-color:#ffffff;background-image:none;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.2) ;border-top:0.125rem solid #00667d;border-left:0.125rem solid #00667d;border-right:0.125rem solid #00667d;border-bottom:0.125rem solid #00667d;vertical-align:top; }
#TbHlfJXT9FKnwHWLM6Qpl4IKIsTJH1lP .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; }
#TbHlfJXT9FKnwHWLM6Qpl4IKIsTJH1lP .accordion-heading-text { display:block;position:relative;width:100%;font-family:var(--headlines-font-family);font-weight:700;font-size:1.25rem;color:#00667d;text-align:center;text-align-last:center; }
#TbHlfJXT9FKnwHWLM6Qpl4IKIsTJH1lP .accordion-desc-text { display:block;position:relative;width:100%;padding-top:1.25rem;padding-right:0;padding-bottom:0;padding-left:0;font-size:1rem;font-family:var(--paragraphs-font-family);color:rgba(var(--color-tertiary-0),1); }
#TbHlfJXT9FKnwHWLM6Qpl4IKIsTJH1lP .accordion-trigger { width:1.25rem;min-width:1.25rem;height:1.25rem;display:block;position:relative;background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-size:auto !important;background-image:url("https://icons.assets-landingi.com/icon_a6cf521a369ee201d29e66196c2483f4c5e9dd1b.svg");background-size:contain !important; }#TbHlfJXT9FKnwHWLM6Qpl4IKIsTJH1lP .accordion-trigger.adaptive-delivery-prevent-bg, #TbHlfJXT9FKnwHWLM6Qpl4IKIsTJH1lP .accordion-trigger.lazyload, #TbHlfJXT9FKnwHWLM6Qpl4IKIsTJH1lP .accordion-trigger.lazyloading { background-image: none; }
#TbHlfJXT9FKnwHWLM6Qpl4IKIsTJH1lP { box-sizing:content-box;height:auto;width:15.3125rem;position:absolute;display:flex;flex-direction:column;gap:0;z-index:15075;background-color:#1c2459;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;padding-top:0.0625rem;padding-right:0.0625rem;padding-bottom:0.0625rem;padding-left:0.0625rem;top:17.4375rem;left:7.4375rem; }
#TbHlfJXT9FKnwHWLM6Qpl4IKIsTJH1lP .accordion-element-container:first-of-type .accordion-desc-text { display: none; }#TbHlfJXT9FKnwHWLM6Qpl4IKIsTJH1lP #wHUaUFaKP36XkTaQdT2ZXmJTN1pGniMO { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#TbHlfJXT9FKnwHWLM6Qpl4IKIsTJH1lP #gZTkOCTzax6EaAlcrTmpVT2ec00QUuGb { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#TbHlfJXT9FKnwHWLM6Qpl4IKIsTJH1lP #JvcHyhnLhWH8Ds1C4ei8TemkR8ABWxA8 { display:block;position:relative; }
#TbHlfJXT9FKnwHWLM6Qpl4IKIsTJH1lP #k8yS3k5TggH7xE3IT6TNOqD9ZRUIHcxH {  }
#TbHlfJXT9FKnwHWLM6Qpl4IKIsTJH1lP #hAPH9NuKe9eTziw5Onqin05EX1H6WL1C {  }
#hTS0ILkeVBoqMxd9Umvk5nzVMRucqrXf { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.9375rem;width:2.9375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15073;opacity:1;top:12.6875rem;left:28.5625rem; }
#phxnk5Ayw8RMCsJniHbtA0hICUrMQIqQ .accordion-element-container { border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;flex-direction:column;align-items:center;background-color:#ffffff;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;vertical-align:top; }
#phxnk5Ayw8RMCsJniHbtA0hICUrMQIqQ .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; }
#phxnk5Ayw8RMCsJniHbtA0hICUrMQIqQ .accordion-heading-text { display:block;position:relative;width:100%;font-family:var(--headlines-font-family);font-weight:700;font-size:1.25rem;color:#00667d;text-align:center;text-align-last:center; }
#phxnk5Ayw8RMCsJniHbtA0hICUrMQIqQ .accordion-desc-text { display:block;position:relative;width:100%;padding-top:1.25rem;padding-right:0;padding-bottom:0;padding-left:0;font-size:1rem;font-family:var(--paragraphs-font-family);color:rgba(var(--color-tertiary-0),1); }
#phxnk5Ayw8RMCsJniHbtA0hICUrMQIqQ .accordion-trigger { width:1.25rem;min-width:1.25rem;height:1.25rem;display:block;position:relative;background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-size:auto !important;background-image:url("https://icons.assets-landingi.com/icon_a6cf521a369ee201d29e66196c2483f4c5e9dd1b.svg");background-size:contain !important; }#phxnk5Ayw8RMCsJniHbtA0hICUrMQIqQ .accordion-trigger.adaptive-delivery-prevent-bg, #phxnk5Ayw8RMCsJniHbtA0hICUrMQIqQ .accordion-trigger.lazyload, #phxnk5Ayw8RMCsJniHbtA0hICUrMQIqQ .accordion-trigger.lazyloading { background-image: none; }
#phxnk5Ayw8RMCsJniHbtA0hICUrMQIqQ { box-sizing:content-box;height:auto;width:15.1230625rem;position:absolute;display:flex;flex-direction:column;gap:0;z-index:15076;background-color:#1c2459;background-image:none;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.2) ;border-top:0.125rem solid rgba(var(--color-secondary-2),1);border-left:0.125rem solid rgba(var(--color-secondary-2),1);border-right:0.125rem solid rgba(var(--color-secondary-2),1);border-bottom:0.125rem solid rgba(var(--color-secondary-2),1);padding-top:0.0625rem;padding-right:0.0625rem;padding-bottom:0.0625rem;padding-left:0.0625rem;top:17.4375rem;left:37.275783538818rem;border-top-right-radius:0.3125rem;border-bottom-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-top-left-radius:0.3125rem; }
#phxnk5Ayw8RMCsJniHbtA0hICUrMQIqQ .accordion-element-container:first-of-type .accordion-desc-text { display: none; }#phxnk5Ayw8RMCsJniHbtA0hICUrMQIqQ #DF3xzRvybuCzUHQ1XzXXFiWeJsWHUNmi { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#phxnk5Ayw8RMCsJniHbtA0hICUrMQIqQ #ncqKTTidmThKDNKo5xKhO04uPeM5WweE { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#phxnk5Ayw8RMCsJniHbtA0hICUrMQIqQ #ILetSJmmiB344hhJOBclunVf3HO76ROV { display:block;position:relative; }
#phxnk5Ayw8RMCsJniHbtA0hICUrMQIqQ #aTssuzBmTTv2WwUby7REQv4pedc1iBqg {  }
#phxnk5Ayw8RMCsJniHbtA0hICUrMQIqQ #udgO3oU7rraUR0qh84BlP4sykAxWWVFf {  }
#rKvxnO3NkB12hk3dyZ624aih5hm6iBN4 { position:absolute;display:block;z-index:15065;background-color:#00667d;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-shadow: none;height:2.9375rem;width:2.9375rem;top:12.75rem;left:43.6875rem;display:block; }
#PqNlaOzKXwgN08fGXgy9H47WC23MG2Hx { color:#ffffff;display:block;width:2.5rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:700;z-index:15066;line-height:1.3;letter-spacing:0;top:13.3125rem;left:43.9375rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Pq4NylV1yNIIkWZrUTwPZ60XRWzOWAie { position:relative;display:none; }#Pq4NylV1yNIIkWZrUTwPZ60XRWzOWAie { border-width: 0; border-radius: 0; }#Pq4NylV1yNIIkWZrUTwPZ60XRWzOWAie > .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; }#Pq4NylV1yNIIkWZrUTwPZ60XRWzOWAie > .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; }#qydZ4g1pvq3tdMNKe6raTGIKOx4moUvx .accordion-element-container { border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;flex-direction:column;align-items:center;background-color:#ffffff;background-image:none;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.2) ;border-bottom:0;border-left:0;border-right:0;border-top:0;vertical-align:top; }
#qydZ4g1pvq3tdMNKe6raTGIKOx4moUvx .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; }
#qydZ4g1pvq3tdMNKe6raTGIKOx4moUvx .accordion-heading-text { display:block;position:relative;width:100%;font-family:var(--headlines-font-family);font-weight:700;font-size:1.25rem;color:#00667d;text-align:center;text-align-last:center; }
#qydZ4g1pvq3tdMNKe6raTGIKOx4moUvx .accordion-desc-text { display:block;position:relative;width:100%;padding-top:1.25rem;padding-right:0;padding-bottom:0;padding-left:0;font-size:1rem;font-family:var(--paragraphs-font-family);color:rgba(var(--color-tertiary-0),1); }
#qydZ4g1pvq3tdMNKe6raTGIKOx4moUvx .accordion-trigger { width:1.25rem;min-width:1.25rem;height:1.25rem;display:block;position:relative;background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-size:auto !important;background-image:url("https://icons.assets-landingi.com/icon_a6cf521a369ee201d29e66196c2483f4c5e9dd1b.svg");background-size:contain !important; }#qydZ4g1pvq3tdMNKe6raTGIKOx4moUvx .accordion-trigger.adaptive-delivery-prevent-bg, #qydZ4g1pvq3tdMNKe6raTGIKOx4moUvx .accordion-trigger.lazyload, #qydZ4g1pvq3tdMNKe6raTGIKOx4moUvx .accordion-trigger.lazyloading { background-image: none; }
#qydZ4g1pvq3tdMNKe6raTGIKOx4moUvx { box-sizing:content-box;height:auto;width:15.3125rem;position:absolute;display:flex;flex-direction:column;gap:0;z-index:15075;background-color:#1c2459;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;padding-top:0.0625rem;padding-right:0.0625rem;padding-bottom:0.0625rem;padding-left:0.0625rem;top:17.4375rem;left:7.4375rem;display:none; }
#qydZ4g1pvq3tdMNKe6raTGIKOx4moUvx .accordion-element-container:first-of-type .accordion-desc-text { display: none; }#qydZ4g1pvq3tdMNKe6raTGIKOx4moUvx #TIRTdscpo23sLyTDwnJQQCvxK6yGAEtD { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#qydZ4g1pvq3tdMNKe6raTGIKOx4moUvx #FMNbrqKGXefgyMu880kvCmJ3IZCOkZoV { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#qydZ4g1pvq3tdMNKe6raTGIKOx4moUvx #aDCEeXrx0DGH3R6hv8RTCSh7uGx75ota { display:block;position:relative; }
#qydZ4g1pvq3tdMNKe6raTGIKOx4moUvx #L5zRmACSS2GgDg0BPFOSFtLmrLxglCo8 {  }
#qydZ4g1pvq3tdMNKe6raTGIKOx4moUvx #T43QxKL0I0X7VIDRdphsWLDKppMJN74k {  }
#xoOBV1itvBT3H5fOnCZfi6MLOtvfGTrk { position:absolute;display:block;z-index:15062;background-color:#00667d;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-shadow: none;height:2.9375rem;width:2.9375rem;top:12.6875rem;left:13.6875rem;display:none; }
#Q86DJU2f52XOHMmvT0shGEnLqkp1CIzq { color:#ffffff;display:block;width:2.5rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:700;z-index:15063;line-height:1.3;letter-spacing:0;top:13.25rem;left:13.875rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#G1egD1FsuKsVlbVNvpV0vTrWl3HHyufX { color:#00667d;display:block;width:60rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2.25rem;font-weight:700;z-index:15024;line-height:1.3;letter-spacing:0;top:2.4375rem;left:0rem;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:none; }
#TSpAvkikF5kTvscbdmiPttWKPwqZVFRM { position:relative;display:none; }#TSpAvkikF5kTvscbdmiPttWKPwqZVFRM { border-width: 0; border-radius: 0; }#TSpAvkikF5kTvscbdmiPttWKPwqZVFRM > .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; }#TSpAvkikF5kTvscbdmiPttWKPwqZVFRM > .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; }#TBgBsGVfdNPTB2xBnFPRiDn8MDudwK5o .accordion-element-container { border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;flex-direction:column;align-items:center;background-color:#ffffff;background-image:none;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.2) ;border-bottom:0;border-left:0;border-right:0;border-top:0;vertical-align:top; }
#TBgBsGVfdNPTB2xBnFPRiDn8MDudwK5o .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; }
#TBgBsGVfdNPTB2xBnFPRiDn8MDudwK5o .accordion-heading-text { display:block;position:relative;width:100%;font-family:var(--headlines-font-family);font-weight:700;font-size:1.25rem;color:#00667d;text-align:center;text-align-last:center; }
#TBgBsGVfdNPTB2xBnFPRiDn8MDudwK5o .accordion-desc-text { display:block;position:relative;width:100%;padding-top:1.25rem;padding-right:0;padding-bottom:0;padding-left:0;font-size:1rem;font-family:var(--paragraphs-font-family);color:rgba(var(--color-tertiary-0),1); }
#TBgBsGVfdNPTB2xBnFPRiDn8MDudwK5o .accordion-trigger { width:1.25rem;min-width:1.25rem;height:1.25rem;display:block;position:relative;background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-size:auto !important;background-image:url("https://icons.assets-landingi.com/icon_a6cf521a369ee201d29e66196c2483f4c5e9dd1b.svg");background-size:contain !important; }#TBgBsGVfdNPTB2xBnFPRiDn8MDudwK5o .accordion-trigger.adaptive-delivery-prevent-bg, #TBgBsGVfdNPTB2xBnFPRiDn8MDudwK5o .accordion-trigger.lazyload, #TBgBsGVfdNPTB2xBnFPRiDn8MDudwK5o .accordion-trigger.lazyloading { background-image: none; }
#TBgBsGVfdNPTB2xBnFPRiDn8MDudwK5o { box-sizing:content-box;height:auto;width:15.1230625rem;position:absolute;display:flex;flex-direction:column;gap:0;z-index:15076;background-color:#1c2459;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;padding-top:0.0625rem;padding-right:0.0625rem;padding-bottom:0.0625rem;padding-left:0.0625rem;top:17.5rem;left:37.5rem;display:none; }
#TBgBsGVfdNPTB2xBnFPRiDn8MDudwK5o .accordion-element-container:first-of-type .accordion-desc-text { display: none; }#TBgBsGVfdNPTB2xBnFPRiDn8MDudwK5o #szpWCEAhsnpqIxOPlJgzQmq8sH07bwX4 { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#TBgBsGVfdNPTB2xBnFPRiDn8MDudwK5o #fLxWUfbhp6LB1WJpQlFloW57ekvoQQ6c { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#TBgBsGVfdNPTB2xBnFPRiDn8MDudwK5o #cQPUdF7o70EMTCxkDx7S5x1G9noVtnTR { display:block;position:relative; }
#TBgBsGVfdNPTB2xBnFPRiDn8MDudwK5o #Kio75NH8H6Zi7EZ3aU4SSeh725inRz4p {  }
#TBgBsGVfdNPTB2xBnFPRiDn8MDudwK5o #DHXUZ7fGRS2b1lFqTXJFr1r2KgXAzXTR {  }
#UczNMDwVhSKyVhiTDCOTKg6wW5Jv3sUr { position:absolute;display:block;z-index:15065;background-color:#00667d;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-shadow: none;height:2.9375rem;width:2.9375rem;top:12.75rem;left:43.6875rem;display:none; }
#EACnDKXKHt9Acm008bxdCch4ZKpoGBdo { color:#ffffff;display:block;width:2.5rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:700;z-index:15066;line-height:1.3;letter-spacing:0;top:13.3125rem;left:43.9375rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#I5yiva2uwrPxT7cLxGM5EW84TpMQvoGb { position:relative;display:block; }#I5yiva2uwrPxT7cLxGM5EW84TpMQvoGb { background-color: transparent; background-image: none; }#I5yiva2uwrPxT7cLxGM5EW84TpMQvoGb::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#I5yiva2uwrPxT7cLxGM5EW84TpMQvoGb > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#I5yiva2uwrPxT7cLxGM5EW84TpMQvoGb > .row .container > .video-iframe-container { display: none; }#I5yiva2uwrPxT7cLxGM5EW84TpMQvoGb > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#I5yiva2uwrPxT7cLxGM5EW84TpMQvoGb > .row > .video-iframe-container { display: none; }#I5yiva2uwrPxT7cLxGM5EW84TpMQvoGb > .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); }#I5yiva2uwrPxT7cLxGM5EW84TpMQvoGb { border-width: 0; border-radius: 0; }#I5yiva2uwrPxT7cLxGM5EW84TpMQvoGb > .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; }#I5yiva2uwrPxT7cLxGM5EW84TpMQvoGb > .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:7.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; }#STZ7D7ThpQrVMvphVg7KJ5aeyws7NTQc { background-color:#00667d;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid rgba(var(--color-tertiary-0),1);border-left:0.0625rem solid rgba(var(--color-tertiary-0),1);border-right:0.0625rem solid rgba(var(--color-tertiary-0),1);border-bottom:0.0625rem solid rgba(var(--color-tertiary-0),1);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:#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:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:50.625rem;height:7.6875rem;text-decoration:none;z-index:15041;text-align:center;text-align-last:center;top:0.451171875rem;left:4.7001953125rem;display:none; }
#JF7zPk0U34ssxauXTGWtlRPIu1rqy7g7 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#goOgkCBbbeU2Ofclegmrp9D4ta1BG8BQ { z-index:15005;top:2.09375rem;left:21.219532012939rem;background-color:#00667d;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.4375rem;border-top-right-radius:2.4375rem;border-bottom-left-radius:2.4375rem;border-bottom-right-radius:2.4375rem;box-shadow: 0.0625rem 0.25rem 1.25rem rgba(0,0,0,0.6) ;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:"open sans";font-size:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5609375rem;height:3.37421875rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#NN7pR0JWFr3U4M0pzzy0hP5plF3hMGPW { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;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:23rem;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; }#KUZnIxMmRcevr2PmNV1nWPeIleGmGFAB .widget-container { border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;flex-direction:column;align-items:center;background-color:;background-image:none;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;vertical-align:top;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#KUZnIxMmRcevr2PmNV1nWPeIleGmGFAB .widget-text.counter-number { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#00667d;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; }
#KUZnIxMmRcevr2PmNV1nWPeIleGmGFAB .widget-text.counter-label { background-color:;background-image:none;color:#ffffff;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.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; }
#KUZnIxMmRcevr2PmNV1nWPeIleGmGFAB { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;box-shadow: none;display:flex;justify-content:space-between;width: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.97578096389769rem;left:0.74687576293944rem;z-index:15072; }
#KUZnIxMmRcevr2PmNV1nWPeIleGmGFAB #qWTls8MVNquTeXK36szwqhyxotUkJZx2 { display:flex;position:relative;top:0rem;left:0rem; }
#KUZnIxMmRcevr2PmNV1nWPeIleGmGFAB #O4emhOClTHEtI4AMBKJbCPKKmSTgzJum { width:auto; }
#KUZnIxMmRcevr2PmNV1nWPeIleGmGFAB #VZrt61IsIo3dlTV54lrOu965lq2obJ1Z {  }
#KUZnIxMmRcevr2PmNV1nWPeIleGmGFAB #SbEdtA4yppyc2nEKNvqzKuAXVEEXfLUl { display:flex;position:relative;top:0rem;left:0rem; }
#KUZnIxMmRcevr2PmNV1nWPeIleGmGFAB #bJkKkxtv8Ufm8bUZGxTMBkRyywEd3VFH {  }
#KUZnIxMmRcevr2PmNV1nWPeIleGmGFAB #th8HbloOgmrQm6RpktBFXdzZQ5aSkRKR {  }
#KUZnIxMmRcevr2PmNV1nWPeIleGmGFAB #RbpRWvSwQcQQOfTHdm9VbCLreRMMzWfV { display:flex;position:relative;top:0rem;left:0rem; }
#KUZnIxMmRcevr2PmNV1nWPeIleGmGFAB #yPttVcivZrsrnhopS5Ics7oLCtP7OOeo {  }
#KUZnIxMmRcevr2PmNV1nWPeIleGmGFAB #GTcadRqrtoorBrEOceFzl15Zns9VW8bJ {  }
#KUZnIxMmRcevr2PmNV1nWPeIleGmGFAB #MXZ49rlp0EeT8KeThePeBnASbcdSwvxo { display:flex;position:relative;top:0rem;left:0rem; }
#KUZnIxMmRcevr2PmNV1nWPeIleGmGFAB #OXlT2ToHoG5hqrJCHsmSVhMHtUmTHvkW {  }
#KUZnIxMmRcevr2PmNV1nWPeIleGmGFAB #eHRDzOJqAsAsp99HQiVo6DTiqNTLDlEd {  }
#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:19.0390625rem;left:3.53125rem;height:2.6rem;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; }
#wFGJx2xaE4SzRy9TeTKUbu3lZnMSpRHr { background-color:#00667d;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid rgba(var(--color-tertiary-0),1);border-left:0.0625rem solid rgba(var(--color-tertiary-0),1);border-right:0.0625rem solid rgba(var(--color-tertiary-0),1);border-bottom:0.0625rem solid rgba(var(--color-tertiary-0),1);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:17.2rem;height:3.1375rem;text-decoration:none;z-index:15074;text-align:center;text-align-last:center;top:15.413274765014rem;left:21.39999961853rem;display:block; }
#pekULTfk4NGlKSQwPiWTQO0CiTNHNXuJ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#EfKnkaFElLCTq4uZgK4Q8FPFQcDBBTDF { z-index:15008;top:1.78125rem;left:49.218751907349rem;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:none; }
#XTuxWWHulfxoDBxDXNxM2q2N3xzTrDmk { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#DP9z1O0TVnobhHSUPx3mrhzobcIhM1hC { position:relative;display:none; }#DP9z1O0TVnobhHSUPx3mrhzobcIhM1hC { border-width: 0; border-radius: 0; }#DP9z1O0TVnobhHSUPx3mrhzobcIhM1hC > .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; }#DP9z1O0TVnobhHSUPx3mrhzobcIhM1hC > .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:23rem;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; }#DP9z1O0TVnobhHSUPx3mrhzobcIhM1hC > .row .container.adaptive-delivery-prevent-bg, #DP9z1O0TVnobhHSUPx3mrhzobcIhM1hC > .row .container.lazyload, #DP9z1O0TVnobhHSUPx3mrhzobcIhM1hC > .row .container.lazyloading { background-image: none; }#B5UteO7k0p1OEXvs6BRJ4vAB5KXc1c2z .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; }
#B5UteO7k0p1OEXvs6BRJ4vAB5KXc1c2z .widget-text.counter-number { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#000721;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; }
#B5UteO7k0p1OEXvs6BRJ4vAB5KXc1c2z .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; }
#B5UteO7k0p1OEXvs6BRJ4vAB5KXc1c2z { 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.97578096389769rem;left:0.74687576293944rem;z-index:15072; }
#B5UteO7k0p1OEXvs6BRJ4vAB5KXc1c2z #mzeGabo0OicTxIVwNRT9Zyi6OyPPLP6m { display:flex;position:relative;top:0rem;left:0rem; }
#B5UteO7k0p1OEXvs6BRJ4vAB5KXc1c2z #Qz4Vmq1SvzT8TMnE2yiLTwKf0S05rVbT { width:auto; }
#B5UteO7k0p1OEXvs6BRJ4vAB5KXc1c2z #KSJKm97MBd8Sr7aazF6hsZ2dIf6nMt4O {  }
#B5UteO7k0p1OEXvs6BRJ4vAB5KXc1c2z #BfucRhT1xsKrgcZE1EEfIbpCtVl6pyEn { display:flex;position:relative;top:0rem;left:0rem; }
#B5UteO7k0p1OEXvs6BRJ4vAB5KXc1c2z #cVMslcDEPKW95kRRHhyR8FrSGXeOLqVJ {  }
#B5UteO7k0p1OEXvs6BRJ4vAB5KXc1c2z #JAhC4miyO6A6WO1iFp0noiTAGalElKty {  }
#B5UteO7k0p1OEXvs6BRJ4vAB5KXc1c2z #JKnIePbkwl8c88LoccM6WPmzu2tRryPR { display:flex;position:relative;top:0rem;left:0rem; }
#B5UteO7k0p1OEXvs6BRJ4vAB5KXc1c2z #mcJ8qVqTHgvM44SEO6nT4zT7scwaM5CU {  }
#B5UteO7k0p1OEXvs6BRJ4vAB5KXc1c2z #XoCUbJiFKbgr0LkNgFuHmlkbE6LTTzPy {  }
#B5UteO7k0p1OEXvs6BRJ4vAB5KXc1c2z #hUNwZasBT7R51n9S1J5JT5sQDpRNcMVn { display:flex;position:relative;top:0rem;left:0rem; }
#B5UteO7k0p1OEXvs6BRJ4vAB5KXc1c2z #NncnAc6PCIWAuCzqG25eQnDp2QNPM5Jf {  }
#B5UteO7k0p1OEXvs6BRJ4vAB5KXc1c2z #qsvVpRLiVS5Qm4wLvVAK3nuvE3zx0HXr {  }
#GlDE9J3m6v9fkTqIghCQwKuEnALTuQwi { 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:19.0390625rem;left:3.53125rem;height:2.6rem;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; }
#AXWrGd56cZfw5Lu4TToQZt95o4BHgu6B { background-color:#000721;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid rgba(var(--color-tertiary-0),1);border-left:0.0625rem solid rgba(var(--color-tertiary-0),1);border-right:0.0625rem solid rgba(var(--color-tertiary-0),1);border-bottom:0.0625rem solid rgba(var(--color-tertiary-0),1);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:17.2rem;height:3.1375rem;text-decoration:none;z-index:15074;text-align:center;text-align-last:center;top:15.413274765014rem;left:21.39999961853rem;display:block; }
#TinzhzNq6htg2OdwHI7M34iSQGGwI7Z0 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#d6TtKimLux1n8Pv3WrXB82SAPq83sCRC { box-sizing:content-box;height:0.125rem;width:60rem;position:absolute;display:block;z-index:15017;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:22.875000715256rem;left:0rem;display:block; }
#JnE5VuEAT3oMAsODDpPTQhUMFkLdpWv7 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#00667d;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; }#JnE5VuEAT3oMAsODDpPTQhUMFkLdpWv7 > .row .container { background-color: transparent; background-image: none; }#JnE5VuEAT3oMAsODDpPTQhUMFkLdpWv7::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JnE5VuEAT3oMAsODDpPTQhUMFkLdpWv7 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JnE5VuEAT3oMAsODDpPTQhUMFkLdpWv7 > .row .container > .video-iframe-container { display: none; }#JnE5VuEAT3oMAsODDpPTQhUMFkLdpWv7 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JnE5VuEAT3oMAsODDpPTQhUMFkLdpWv7 > .row > .video-iframe-container { display: none; }#JnE5VuEAT3oMAsODDpPTQhUMFkLdpWv7 > .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); }#JnE5VuEAT3oMAsODDpPTQhUMFkLdpWv7 > .row .container { border-width: 0; border-radius: 0; }#JnE5VuEAT3oMAsODDpPTQhUMFkLdpWv7 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#JnE5VuEAT3oMAsODDpPTQhUMFkLdpWv7 > .row .container { font-size:0.875rem;font-family:arial;height:69.5rem;width:60rem;position:relative;display:block; }#btAblvm3suJ7V6SE7hR5ynhgeWiKIygN { color:#ffffff;display:block;width:17.124rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15003;line-height:1.4;letter-spacing:0;top:29.25rem;left:11.75rem;height:1.75rem;font-style:normal;display:block; }
#TqggeTb6TtV4rtOh3AWocVfzkBbsaRJ6 { color:#ffffff;display:block;width:16.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:400;z-index:15008;line-height:1.3;letter-spacing:0;top:40.999212741852rem;left:11.75rem;height:5.525rem;text-align:left;text-align-last:left;font-style:italic;display:block; }
#ASqKlkt6yU2z6FzNTxJf6caTvB4xRWh1 { color:#ffffff;display:block;width:17.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:400;z-index:15007;line-height:1.3;letter-spacing:0;top:33.371088504791rem;left:11.780469894409rem;height:6.90625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#BpNpCJR1re9aBzG6U8yTgSbQyMBVZGl1 { color:#ffffff;display:block;width:17.24975rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:400;z-index:15019;line-height:1.3;letter-spacing:0;top:41rem;left:42.125rem;height:5.525rem;text-align:left;text-align-last:left;font-style:italic;display:block; }
#ioSpGwX2fX2645TiFhwtAw8nIrWpwv7v { color:#ffffff;display:block;width:17.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:400;z-index:15018;line-height:1.3;letter-spacing:0;top:33.369526386261rem;left:42.187501907349rem;height:6.90625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#UIFcDy8z3RxveZolmLeTrbLP05VAoU4k { position:absolute;display:block;z-index:15010;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:10.25rem;width:10.5rem;top:29.1875rem;left:30.5625rem;overflow:hidden;display:block; }
#dgQxKc79eDkG7ECggeNHNH5TQJnXorfh { color:#ffffff;display:block;width:17.124rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15014;line-height:1.4;letter-spacing:0;top:29.25rem;left:42.1875rem;height:1.75rem;font-style:normal;display:block; }
#O6pDvyXmTtEwpKHpTwqIbODIpXus0FOl { color:#ffffff;display:block;width:17.1228125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15015;line-height:1.4;letter-spacing:0;top:30.8125rem;left:42.1875rem;height:1.575rem;font-style:normal;display:block; }
#N9QH8QwvMqaqrayEabzIoJCVVSX6VTXV { color:#ffffff;display:block;width:17.1228125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15016;line-height:1.4;letter-spacing:0;top:30.8125rem;left:11.8125rem;height:1.575rem;font-style:normal;display:block; }
#t9f7iP5um2oexKaJSXldlyDTf6ncIFn4 { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:10.375rem;width:10.625rem;top:29.3125rem;left:0rem;overflow:hidden;display:block; }
#O6Jav9Qo0Qa9a8hMi28BSHHbxnCOhmNV { position:absolute;display:block;z-index:14999;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:10.375rem;width:10.625rem;top:7.375rem;left:0rem;overflow:hidden;display:block; }
#WJZP7isyvO8onoAk7WlnTEQ4yizWuNHi { color:#ffffff;display:block;width:17.2484375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:400;z-index:15008;line-height:1.3;letter-spacing:0;top:18.812486648559rem;left:11.407032012939rem;height:5.525rem;text-align:left;text-align-last:left;font-style:italic;display:block; }
#alB6rgrciTWdTuaekxzkRv6rTkXWrt8v { color:#ffffff;display:block;width:17.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:400;z-index:15007;line-height:1.3;letter-spacing:0;top:11.26873588562rem;left:11.405469894409rem;height:6.90625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#LMyV3HgpwKtp3hXsw9LQSewMAXWANQPP { color:#ffffff;display:block;width:17.1220625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15016;line-height:1.4;letter-spacing:0;top:8.9375rem;left:11.5rem;height:1.575rem;font-style:normal;display:block; }
#MeySBtQUv7H5qka25wXEef6XUvIe6amV { color:#ffffff;display:block;width:17.2484375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:400;z-index:15019;line-height:1.3;letter-spacing:0;top:18.8125rem;left:42.125rem;height:5.525rem;text-align:left;text-align-last:left;font-style:italic;display:block; }
#nkdEmnR1Nv9o7MT6uzuLHlP4cyXgz8oe { color:#ffffff;display:block;width:17.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:400;z-index:15018;line-height:1.3;letter-spacing:0;top:11.267955780029rem;left:42.187501907349rem;height:6.90625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#OcHqBqtX24fIJmMZRHslmOrhMOaW0EeN { color:#ffffff;display:block;width:17.121875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15015;line-height:1.4;letter-spacing:0;top:8.9374866485594rem;left:42.188283920288rem;height:1.575rem;font-style:normal;display:block; }
#Ga9dTdb4M3QFon7mbLGFWTCgVxyRkzT3 { color:#ffffff;display:block;width:17.1230625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15003;line-height:1.4;letter-spacing:0;top:7.375rem;left:11.4375rem;height:1.75rem;font-style:normal;display:block; }
#zmDG1NzeriNNvmglpsvfhDAzHa81PirF { color:#ffffff;display:block;width:17.122625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15014;line-height:1.4;letter-spacing:0;top:7.375rem;left:42.1875rem;height:1.75rem;font-style:normal;display:block; }
#aIq3kcJqM27yuO0IgkNRqcBgwclwnxFE { color:#ffffff;display:block;width:60rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2.1875rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:1.2492165565491rem;left:0rem;height:2.84375rem;text-align:center;text-align-last:center;font-style:italic;display:block; }
#JiEQUchUuMtXspEgsEW5pki056lxuT8h { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:10.125rem;width:10.375rem;top:50.75rem;left:0.375rem;overflow:hidden;display:block; }
#GX9cicN5KDtJGgPJARiL1q5VXcrAVEyl { color:#ffffff;display:block;width:17.874375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:400;z-index:15012;line-height:1.3;letter-spacing:0;top:61.8125rem;left:11.375rem;height:4.14375rem;text-align:left;text-align-last:left;font-style:italic;display:block; }
#PdLKyL2PT7eA7FTs3UU7Er77b6Uoa9xe { color:#ffffff;display:block;width:17.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:400;z-index:15011;line-height:1.3;letter-spacing:0;top:55.4375rem;left:11.4375rem;height:5.525rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#uviUpVsdRvVntMdJ0b7nTUNNbUKmKvlt { color:#ffffff;display:block;width:17.122375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15020;line-height:1.4;letter-spacing:0;top:53.067291259766rem;left:11.748933792114rem;height:1.575rem;font-style:normal;display:block; }
#WMWC1UseZEAg8XvPySMMDyPBOrpd1lIM { color:#ffffff;display:block;width:17.1235rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15007;line-height:1.4;letter-spacing:0;top:49.570306777954rem;left:11.748933792114rem;height:3.5rem;font-style:normal;display:block; }
#Gdnk15DFB73Wo4FkP4fSMFFiLX27J9Em { color:#ffffff;display:block;width:17.2491875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:400;z-index:15016;line-height:1.3;letter-spacing:0;top:62.378143787384rem;left:42.124219894409rem;height:4.14375rem;text-align:left;text-align-last:left;font-style:italic;display:block; }
#tZu5RTUVE50oiTfy1w3NOWttVEGBaBrP { color:#ffffff;display:block;width:17.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:400;z-index:15015;line-height:1.3;letter-spacing:0;top:54.96270942688rem;left:42.187498092651rem;height:6.90625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#T1RETAUCcbugd4HHguPlhpTZANWiQXHM { color:#ffffff;display:block;width:17.121875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15024;line-height:1.4;letter-spacing:0;top:53.125rem;left:42.1875rem;height:1.575rem;font-style:normal;display:block; }
#HQHffN3PATcgHqoalmvA4ETNs0q4lsXk { color:#ffffff;display:block;width:17.1235rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15011;line-height:1.4;letter-spacing:0;top:49.6875rem;left:42.1875rem;height:3.5rem;font-style:normal;display:block; }
#yQriNsZJkHDWQQVQi1RTLaS0QWNrh2H7 { position:absolute;display:block;z-index:15003;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.125rem;width:10.375rem;top:49.75rem;left:30.625rem;overflow:hidden;display:block; }
#yCVBLkJ8ZHW6iRxbLuuf2d5BhT98xh3Q { position:absolute;display:block;z-index:15027;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:10.375rem;width:10.625rem;top:7.7374911308287rem;left:30.500001907349rem;overflow:hidden;display:block; }
#fIFQMRK1fDR5FQCJcz50oBcnoiGAE1Bh { color:#ffffff;display:block;width:9.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15017;line-height:1.4;letter-spacing:0;top:18.625rem;left:0.6875rem;height:3.675rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#xmoZfI4zI4pS43gXZJC740FMRm3mQ2dH { color:#ffffff;display:block;width:9.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15018;line-height:1.4;letter-spacing:0;top:20.6875rem;left:31.1875rem;height:3.675rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#GBCaO2CGx0LKZzdAT7PLVd4Occ3fV4aW { color:#ffffff;display:block;width:9.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15019;line-height:1.4;letter-spacing:0;top:41.75rem;left:31.1875rem;height:3.675rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#rRW4XAZbHqiH52mvlG2Tawqm2CA9k4ca { color:#ffffff;display:block;width:9.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15020;line-height:1.4;letter-spacing:0;top:41.75rem;left:0.6875rem;height:3.675rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#of7D3RDayIwoMPi4KNzdqWxVs3TOIuTd { color:#ffffff;display:block;width:9.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15021;line-height:1.4;letter-spacing:0;top:62.1875rem;left:1.0625rem;height:3.675rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#vKaIvvevcieKtbZ40my8Ubf9S4vmx1PL { color:#ffffff;display:block;width:9.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15022;line-height:1.4;letter-spacing:0;top:62.25rem;left:31.1875rem;height:3.675rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#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:17.875rem;width:60rem;position:relative;display:block; }#OPAy3zvUzagWBeDgKgrQm7m5oe20s8fh { color:#00677d;display:block;width:30rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.0625rem;font-weight:300;z-index:15021;line-height:.9;letter-spacing:0;top:1.4000000953674rem;left:0rem;height:11.025rem;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; }
#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:0.9375rem;font-family:var(--paragraphs-font-family);color:#00677d;height:auto;font-style:normal;line-height:1.3;overflow:hidden; }
#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_7f37f52c2b9171d345ddbc296cfc724ade05a7a6.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:29.9370625rem;position:absolute;display:flex;flex-direction:column;gap:0;z-index:15040;background-color:transparent;background-image:none;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;top:1.203125rem;left:30.031251907349rem; }
#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 #ZEwLlCE5op8ykqAwADWc23snrhBetBvb { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#rTNGqlVTfhy2c6Du2aGuF09NPluKCqRf #oBRUg8NtD86sfZetr8NNCMFWbiSazU9q { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#rTNGqlVTfhy2c6Du2aGuF09NPluKCqRf #vdO8qPb6GK66lQXkONCxIgsUftaZ92vD { display:block;position:relative; }
#rTNGqlVTfhy2c6Du2aGuF09NPluKCqRf #krHbLShi3n9euqNsUEUVbm1ZxLnXVJBg {  }
#rTNGqlVTfhy2c6Du2aGuF09NPluKCqRf #M8CkwZQN726Z1oKzHS0OnQbxgbT00KHB { display:none; }
#MEDT4EebDahogdSXr7FCnt3TrwF8I9nw { color:#00677d;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:15.531251192093rem;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; }
#UkJSoACR2VgTUH9BlnvH1WKgfRBKuOB2 { position:relative;display:none; }#UkJSoACR2VgTUH9BlnvH1WKgfRBKuOB2 { border-width: 0; border-radius: 0; }#UkJSoACR2VgTUH9BlnvH1WKgfRBKuOB2 > .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; }#UkJSoACR2VgTUH9BlnvH1WKgfRBKuOB2 > .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:25.0625rem;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; }#SwMD3hnW6PiR6Xed7lTRkisW5qWSkk0R { position:absolute;display:block;z-index:15000;height:21.75rem;width:38.75rem;top:1.6554689407349rem;left:10.625rem;display:block; }
#bPVUekGcnvDTMkXIiRJkLp3SBTVhTk2S { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#00667d;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:;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:8.5000257492062rem;left:39.937501907349rem;height:6.75rem;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:7.1492433547975rem;left:48.437501907349rem;display:block; }
#fJgThh1DPT7TF4UMd53yhyqqzPbi6znL { position:relative;display:block; }#fJgThh1DPT7TF4UMd53yhyqqzPbi6znL { background-color: transparent; background-image: none; }#fJgThh1DPT7TF4UMd53yhyqqzPbi6znL::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fJgThh1DPT7TF4UMd53yhyqqzPbi6znL > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fJgThh1DPT7TF4UMd53yhyqqzPbi6znL > .row .container > .video-iframe-container { display: none; }#fJgThh1DPT7TF4UMd53yhyqqzPbi6znL > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fJgThh1DPT7TF4UMd53yhyqqzPbi6znL > .row > .video-iframe-container { display: none; }#fJgThh1DPT7TF4UMd53yhyqqzPbi6znL > .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); }#fJgThh1DPT7TF4UMd53yhyqqzPbi6znL { border-width: 0; border-radius: 0; }#fJgThh1DPT7TF4UMd53yhyqqzPbi6znL > .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; }#fJgThh1DPT7TF4UMd53yhyqqzPbi6znL > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:18.75rem;width: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; }#bNOZLzb2BaIqhcapuQiuLUuLStbx64eE { color:#00677d;display:block;width:20.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15009;line-height:1.5;letter-spacing:0;top:10.500012397766rem;left:4.96875rem;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; }
#UusmCKgc8zwTTnu4wVkD55geOB4XcNLV { 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:15035;top:11.375rem;left:50.0625rem; }
#dy1qqNa3yq2n6mW3H9JtR3pUaV8t20pO { 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:15034;top:11.5625rem;left:47.1875rem; }
#WKZnaIullG4wlrIrAvU9HiKZUDuNeiPd { 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:5.625rem;width:5.625rem;top:9.6875rem;left:37.75rem;overflow:hidden;display:block; }
#p8aL476LJwLoSw7WIuSAVslD17LRwTqk { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#00667d;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:8.375rem;width:60rem;position:relative;display:block; }#PGGHpOQQ9tKHo1V9hdx7EwXAzENNtzrZ { position:absolute;display:block;z-index:15025;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.125rem;width:16.625rem;top:2.125rem;left:21.687501907349rem;overflow:hidden;display:block; }
#gDRqIcCZUXvr34CMA2fT1nRhRXaaV7vn { 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 #00667d;border-left:0.125rem solid #00667d;border-right:0.125rem solid #00667d;border-bottom:0.125rem solid #00667d;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:#00667d;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:18.875rem;display:none; }
#utZ09xpf43ToxziWng3n3tNAQNJ9E7Mo { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#tWvtuKm40Xg1IQFeNsSuy2I6JyHkc8Lk { background-color:#00667d;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:9.25rem;display:none; }
#FI1U0vkv1cF14ohilb460tEeOAEENoMv { 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) { #pgsBUBSuVlvuvEdLxxMSXtAcFUu9uifT { display:block; }#pgsBUBSuVlvuvEdLxxMSXtAcFUu9uifT > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SwUXer2SHsJZwEeTmGP0cUSCAc0LaP0K { top:1.8125rem;left:0rem;width:9.1875rem;height:1.7380370885896rem;display:block; }
 }@media only screen and (max-width: 763px) { #bOyorz0ZR11T5TF37kAlUtExk46WfaCm { top:1.8125rem;left:21.6875rem;width:5.875rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xLPw1LWx7XlA9HmStgNcXMqodiQlzXBW { display:block; }
 }@media only screen and (max-width: 763px) { #rTEGyBfUeTcTGVt1CcDqHdkKi9igQDDK { top:1.8125rem;left:38rem;width:4.9375rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #iC5V2u4U9ateFMCLUif0EyXuTZ5IBbpX { display:block; }
 }@media only screen and (max-width: 763px) { #b3JO9PXXTyhqqXwtctl9T3rbhDMgh0G8 { top:2.25rem;left:33.4375rem;width:3.75rem;height:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #okl0p5DPwbVgIaFwNHebLyRCbN5qXffo { display:block; }
 }@media only screen and (max-width: 763px) { #Jvbt8CCIXXCRJ8dBxDC7cfZ783V9EJLC { top:1.8125rem;left:27.3125rem;width:5.9375rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #noIJzQpVKuDSOxskUAfdwnAeOLaUyETR { display:block; }
 }@media only screen and (max-width: 763px) { #vpTTU4iXHQMVeXVsqGnrWbaAuaoweN6u { top:1.8125rem;left:43.6875rem;width:2.6875rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #eLTFTA0PiN2Tg6IOtsI77rx5yVogbuvb { display:block; }
 }@media only screen and (max-width: 763px) { #vQI3ywET8A0ALrDTBvBdsrDrpOdnLEbT { top:1.8125rem;left:44.1875rem;width:3.5625rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pHRT7LOoevAFTXEQz76vKTbVIG2LErBp { display:block; }
 }@media only screen and (max-width: 763px) { #zu5Z6NqoBT8I0ao55bC4eUnB86EiD06b { top:1.8125rem;left:45rem;width:2.75rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #P5tzzpgGO2srAmdy9D3Ws3RIibtQrv8p { display:block; }
 }@media only screen and (max-width: 763px) { #shpkl9BWleS2x6T33TvuDQTBE47bp06k { width:9.0625rem;height:2.1875rem;top:1.625rem;left:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LigD7NdMEau337zmL6MHLyv61MzCENNv { display:block; }
 }@media only screen and (max-width: 763px) { #RLo680M9gf0VzDgl5CvGDUOoRRrLss7o { width:9rem;height:2.1875rem;top:1.625rem;left:12.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #kwloPVGMQilbnHawKTp5qWhsK6dT3EIc { 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) { #EauCBKaB9dfCIyxPwahZ2S7q68DXFvN4 { top:6.625rem;left:0rem;width:32.0625rem;height:1.125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UUQ8r63qO8Pmw3ux8Aa2JT0Vy39STn6R { top:14rem;left:0rem;width:39.9375rem;height:5rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OEGRQoiAlvQVzq3F1gT5gRDkDOlmsZn4 { top:20.125rem;left:0rem;width:21.3125rem;height:2rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #LzMvpgD4sLuSTRupLeAmATur9LcyeJET { top:9.125rem;left:0rem;width:31.875rem;height:3.875rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #eBQilbbk2q2nQ8k4uFG3cdPf2wmauXMl { width:13.4375rem;height:2.375rem;top:23.6875rem;left:16.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xN0WxGy6PMmIDbwBB2RKkJ9gNF5QbJdi { display:block; }
 }@media only screen and (max-width: 763px) { #fdqCGpIXwTvZM3FBlPva4igbue82BF01 { width:13.4375rem;height:2.4375rem;top:23.6875rem;left:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #kZ0gTTW7nkDx74POxixrcVGnPkyiO4XW { display:block; }
 }@media only screen and (max-width: 763px) { #egFx6nnO2dr23JkPzOWEQbUQtFc557cm { top:9.125rem;left:0rem;width:31.875rem;height:3.875rem;font-size:1.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #cib6rFDMNxTobCATwNbSAN4SRnBX1UIU { display:none; }#cib6rFDMNxTobCATwNbSAN4SRnBX1UIU > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #M90WCptMvFl4XIaqTaCPTTIOLE2TcuOa { top:29.3125rem;left:2.5625rem;width:13.3125rem;height:1.25rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #QMWMHP9DpUCGblHrFJLkCg1HZLIO0pNd { top:7.5625rem;left:0rem;width:19.4375rem;height:1.1875rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #WvAW9RecZiynR9BHRFtQfS28lTSnfvtv { top:9.875rem;left:0rem;width:18.3125rem;height:;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #OMcUvlkdRnCJlXl9dExJBhk4Me4OudUL { top:3rem;left:0rem;width:8.3125rem;height:1.1875rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #b6bREddaFGslMcpJFQWCifZdoao4dLbg { top:3.4375rem;left:0rem;width:12.5rem;height:1.1875rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #aUBvwZKqHnc95vSDWMEUt9gEpaW7MFQt { top:12rem;left:0rem;width:18.375rem;height:;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #w3AEp2U3TRLdCp66tFpx4IlIulxRTd6c { display:block; }#w3AEp2U3TRLdCp66tFpx4IlIulxRTd6c > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mfcG3UKD9pS9mn9OXR8Ed67stbFSfIMg { top:0.875rem;left:0rem;width:47.75rem;height:1rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TToxc9Jl8caOHT0r9PyNnd1FdisRLMeh { top:2.3125rem;left:0rem;width:47.75rem;height:1rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #d1KUPTJcwcDeQviTxhCE94Um0hdwEGlf { display:block; }#d1KUPTJcwcDeQviTxhCE94Um0hdwEGlf > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kWBrqa2McJAPEWpKdLHrWfAqEKOPcD5P { top:1.0625rem;left:0rem;width:22.75rem;height:;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vRppRB3yn7TJatmU6vo2q2t1EcqvAOCf { top:3rem;left:0rem;width:26.875rem;height:2.4375rem;font-size:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #E7J1b4emprxe23QN4y3rgtoQ2T5bi4GG { display:block; }#E7J1b4emprxe23QN4y3rgtoQ2T5bi4GG > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BwVv1W8Qa3hPfP8nUA5vbCTvP9TgIpxg { top:0rem;left:4.5rem;width:38.75rem;height:21.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ua68ZyMittTcHmr5NFRNokl7m9BIP6xo { display:block; }#Ua68ZyMittTcHmr5NFRNokl7m9BIP6xo > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rJzx8VhWkADL9Ip2C7Lg9bnxtaDZF85e { width:47.75rem;height:4.0625rem;top:5.4375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TFS6NZ0dxIFKethy5StIJtLL5DsNJxhu { width:47.75rem;height:2.5625rem;top:11.3125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #IO3IdyyRVZS26umOlhiPyoOd85vzJLEu { width:2.5rem;height:0.125rem;top:13.9375rem;left:22.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gp13HlLfKlnFw9oCcMk9EaUr94UdSuIu { width:47.75rem;height:9.75rem;top:1rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #iRdqWPhZCLFkLlubfLyq0i7rzJB5cQXn { width:18.9375rem;height:10.3125rem;top:15.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #OiCTN1R7r6RoKApds4Db1HVo8U1y2iOr { width:19.0625rem;height:1.125rem;top:22.375rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #m4pcrutpQdbsuXg14IByHHwI8ygB9pIl { width:18.9375rem;height:10.3125rem;top:15.6875rem;left:14.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zv0bkI6FMtuSfX2rTe2toET18mmo2CTM { width:18.125rem;height:2.25rem;top:22.25rem;left:14.874347686767rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SCou4angZFLfxAIC7LJGyMzsS3cZdfQy { width:18.125rem;height:3.875rem;top:17.5rem;left:0rem;font-size:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #tC0nhfzxnhTNFPS5PdIyQv39CqcMG5n1 { width:18.125rem;height:3.875rem;top:17.375rem;left:14.8125rem;font-size:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #aBwz8TUT8fhlzBOrzMiAcJIlRiBm3GJr { width:18.9375rem;height:10.3125rem;top:15.6875rem;left:28.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UDz7dGaqPtwqr1cw8wXmleRowO7Xz4KQ { width:18.125rem;height:3.875rem;top:17.375rem;left:29.625rem;font-size:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #BShA1gQSB689NmZxLFh8fczzt2iOzeqw { width:18.125rem;height:2.375rem;top:22.25rem;left:29.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #XaRFT6dspyAirL43HqxvwL2vEBbI5Cbv { width:47.75rem;height:1rem;top:26.875rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BuvMSBzU0I3UpbnDWo7HQ6KzL1dRbben { top:29.625rem;left:0rem;width:47.75rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZnN10pTi1r4ZZhLDJCZ46S5PUSApv7Z5 { display:block; }#ZnN10pTi1r4ZZhLDJCZ46S5PUSApv7Z5 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CBG6z4P32FGsqJFg1Vqlze9nIoveJsQX { width:16.875rem;height:1.625rem;top:5.6875rem;left:15.4375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #dan9muXdl0zX3ZC7qJLCEzL26tkWpB1B { width:18.9375rem;height:11.8125rem;top:7.875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #ekBJwZWrTRTfxTfrDoez45U1Pcy3qhR7 { width:18.9375rem;height:11.8125rem;top:7.875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #Xnt5kLlOSgA98ip2gowU0nSKk55mTgVb { width:18.9375rem;height:11.8125rem;top:7.875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #vNbdCX7axpZnlc0TI4mdauK63Av51TT6 { width:16.875rem;height:1.625rem;top:5.625rem;left:0rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #L2r0vpu3RabaiiuW5nWRmLF2y9LZ4QZh { width:16.875rem;height:2.4375rem;top:8.625rem;left:0rem;font-size:1.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #tG6JhB5KZLOyC6bbbtXgcZ8pPpETWch6 { width:16.25rem;height:10.4375rem;top:12.75rem;left:0rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #iFJMz1ygerNPPQo8FxsfJTJGKGbORLJa { width:18.8125rem;height:2.4375rem;top:8.625rem;left:14.468751907349rem;font-size:1.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #psZmFBTSxSnsIQ7C5J5IXcGzX3modge3 { width:16.25rem;height:11.75rem;top:29.6875rem;left:0rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #JoPkNCr9C2S23CtpUsBriOI5TgUsUd6D { width:20rem;height:;top:1.625rem;left:0rem;font-size:2.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #SyfTTbOq57ShhIBvmBLDCTnEC39lFx0I { width:18.75rem;height:;top:61.9375rem;left:0rem;font-size:1.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #S9SU21TfkkgKK26DSzRUpG9DH0GzXJT1 { width:18.4375rem;height:5.1875rem;top:64.6875rem;left:0rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #wCz8tdoZ0Q27pwVR0DMVLvb7USidRG8b { display:block; }#wCz8tdoZ0Q27pwVR0DMVLvb7USidRG8b > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #V1pgkcODHKXmPlEstM4TrnBbMUkDnAzf { top:7.25rem;left:0rem;width:8.3125rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QLG5cM19qgsTnz95GsdQP2yqOAvfymTS { top:6.5625rem;left:41.3125rem;width:6.4375rem;height:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TKI2hvwSDKEtlvqLTLMLB9dvzgaHMdf4 { top:10.9375rem;left:7.53750038147rem;width:6.3125rem;height:6.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nbelLJGN565iWDi8ohSslzeFq70krVzq { top:5.5rem;left:8.10000038147rem;width:5.1875rem;height:5.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #H84hFNxR6HbEHD9NKyqWTI2Na0hoCtWc { top:5.5625rem;left:31.53750038147rem;width:7.9375rem;height:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ac5Qy0teVbhLtJcvzd3DNKqQ7oHZIJsK { top:10.9375rem;left:32.35000038147rem;width:6.3125rem;height:6.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #o4dQIRmtN3HPZQo1gd0K1UdmJbzFHnEr { top:12.125rem;left:41.25rem;width:6.5rem;height:3.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fqV35gTGFw5KSSH999OudouX4sTOuhTm { top:6.9375rem;left:18.66250038147rem;width:8.6875rem;height:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ddyPFaGX79vFhy6A0JqvsrW5gVEtN7id { top:1rem;left:0rem;width:47.75rem;height:2.8125rem;font-size:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MlJtbQtJ3tXgCrmxTFBELGMtnpQ2nzp5 { top:11rem;left:19.91250038147rem;width:6.1875rem;height:6.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JO7ZO05VbtU0dwwUgWTebtTl5ZFBRfZo { top:11.4375rem;left:0rem;width:6.1875rem;height:6.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #sFg3NNUTGLmPmCkOT1mWvtE2yL771eqt { display:block; }#sFg3NNUTGLmPmCkOT1mWvtE2yL771eqt > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bh77QDLOh020RcNB76DZvg77a7utI6iQ { top:2.125rem;left:0rem;width:47.75rem;height:2.5rem;font-size:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dEa3tbTLoTWr32UC0k7DfcKC2lKiyAD1 { top:8rem;left:31.9375rem;width:7.75rem;height:7.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #NDQF0qqdaDBoxHzAEkiGxC9KCR1cHvum { top:17.875rem;left:31.25rem;width:9.0625rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wQrFgEzeqFtEvBmWfxdIRo99giTURGuD { top:20.0625rem;left:21.0625rem;width:26.6875rem;height:2.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #L2dlPW5BfaRTmMEqck2sTQAL2zNzNsK2 { top:24.25rem;left:17.8125rem;width:29.9375rem;height:4.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SXWbq9oE1ZUB9J5kSSwCc2sGWRL7L3X9 { top:20.0625rem;left:0rem;width:30rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JRXEFyIKThL8ylWJhVq6cQVdPOaNwyT7 { top:17.875rem;left:5.3125rem;width:13.25rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #K1wwCT0HT4ZrJH7mHz4CHJbJDymZktwP { top:7.6875rem;left:7.8125rem;width:8.1875rem;height:8.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vx3vJ03geaV2IAQub19SVfNRvC8Ms9X0 { top:22.9375rem;left:0rem;width:29.9375rem;height:7.9375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #EIsaf9ldld2ctbGXUi5gH3BqMd6EZim4 { display:block; }#EIsaf9ldld2ctbGXUi5gH3BqMd6EZim4 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ncpbfpiywQuvLPki3639tDimuAUWEkde { top:1.125rem;left:0rem;width:22.75rem;height:1.4375rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yJxOwB6SNE1ZMB5g69uy6Wdsm26aTm7z { top:3.0625rem;left:0rem;width:29.9375rem;height:2.5rem;font-size:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #aJX4TR3v9tB1IGVzK3EIRlWxO27J3klL { display:block; }#aJX4TR3v9tB1IGVzK3EIRlWxO27J3klL > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DybpvfEpxiQo3rM2UZA7SaCCcVHqZhE5 { top:1.25rem;left:4.5rem;width:38.75rem;height:21.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #oJIo6BuGpVWZcIhNWyU7ncogUzd4qAkE { display:block; }#oJIo6BuGpVWZcIhNWyU7ncogUzd4qAkE > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nSlNR82zHVDg4eVZS57w4LpcBeTJQybc { top:7.3125rem;left:4.75rem;width:14.375rem;height:0.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #OyNznnQdzTyxQhDqgb94ysBNXFzCstfX { top:1.5625rem;left:0rem;width:20rem;height:;font-size:2.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #enrCPLrURndXF4VabGrdf1Gb81dfgCFl { width:47.75rem;height:;top:2.4375rem;left:0rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #DcTfETVOeqmawx46EzZxXBU0ybTTgOtl { top:12.6875rem;left:10.625rem;width:2.9375rem;height:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #P4uFGVghZfB44TdapLfDi6yNsReT0Po5 { top:13.25rem;left:10.8125rem;width:2.5rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TbHlfJXT9FKnwHWLM6Qpl4IKIsTJH1lP .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#TbHlfJXT9FKnwHWLM6Qpl4IKIsTJH1lP { display:flex;height:auto;width:27.8125rem;top:22.625rem;left:0rem; }
#TbHlfJXT9FKnwHWLM6Qpl4IKIsTJH1lP .accordion-element-container:first-of-type .accordion-desc-text { display: none; } }@media only screen and (max-width: 763px) { #TbHlfJXT9FKnwHWLM6Qpl4IKIsTJH1lP #wHUaUFaKP36XkTaQdT2ZXmJTN1pGniMO {  }
 }@media only screen and (max-width: 763px) { #TbHlfJXT9FKnwHWLM6Qpl4IKIsTJH1lP #gZTkOCTzax6EaAlcrTmpVT2ec00QUuGb {  }
 }@media only screen and (max-width: 763px) { #TbHlfJXT9FKnwHWLM6Qpl4IKIsTJH1lP #JvcHyhnLhWH8Ds1C4ei8TemkR8ABWxA8 {  }
 }@media only screen and (max-width: 763px) { #TbHlfJXT9FKnwHWLM6Qpl4IKIsTJH1lP #k8yS3k5TggH7xE3IT6TNOqD9ZRUIHcxH {  }
 }@media only screen and (max-width: 763px) { #TbHlfJXT9FKnwHWLM6Qpl4IKIsTJH1lP #hAPH9NuKe9eTziw5Onqin05EX1H6WL1C {  }
 }@media only screen and (max-width: 763px) { #hTS0ILkeVBoqMxd9Umvk5nzVMRucqrXf { top:12.6875rem;left:20.9375rem;width:2.9375rem;height:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #phxnk5Ayw8RMCsJniHbtA0hICUrMQIqQ .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#phxnk5Ayw8RMCsJniHbtA0hICUrMQIqQ { display:flex;height:auto;width:27.8125rem;top:22.625rem;left:0rem; }
#phxnk5Ayw8RMCsJniHbtA0hICUrMQIqQ .accordion-element-container:first-of-type .accordion-desc-text { display: none; } }@media only screen and (max-width: 763px) { #phxnk5Ayw8RMCsJniHbtA0hICUrMQIqQ #DF3xzRvybuCzUHQ1XzXXFiWeJsWHUNmi {  }
 }@media only screen and (max-width: 763px) { #phxnk5Ayw8RMCsJniHbtA0hICUrMQIqQ #ncqKTTidmThKDNKo5xKhO04uPeM5WweE {  }
 }@media only screen and (max-width: 763px) { #phxnk5Ayw8RMCsJniHbtA0hICUrMQIqQ #ILetSJmmiB344hhJOBclunVf3HO76ROV {  }
 }@media only screen and (max-width: 763px) { #phxnk5Ayw8RMCsJniHbtA0hICUrMQIqQ #aTssuzBmTTv2WwUby7REQv4pedc1iBqg {  }
 }@media only screen and (max-width: 763px) { #phxnk5Ayw8RMCsJniHbtA0hICUrMQIqQ #udgO3oU7rraUR0qh84BlP4sykAxWWVFf {  }
 }@media only screen and (max-width: 763px) { #rKvxnO3NkB12hk3dyZ624aih5hm6iBN4 { top:12.75rem;left:34.5rem;width:2.9375rem;height:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #PqNlaOzKXwgN08fGXgy9H47WC23MG2Hx { top:13.3125rem;left:34.75rem;width:2.5rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Pq4NylV1yNIIkWZrUTwPZ60XRWzOWAie { display:none; }#Pq4NylV1yNIIkWZrUTwPZ60XRWzOWAie > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #qydZ4g1pvq3tdMNKe6raTGIKOx4moUvx .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#qydZ4g1pvq3tdMNKe6raTGIKOx4moUvx { display:flex;height:auto;width:27.8125rem;top:22.625rem;left:0rem;display:none; }
#qydZ4g1pvq3tdMNKe6raTGIKOx4moUvx .accordion-element-container:first-of-type .accordion-desc-text { display: none; } }@media only screen and (max-width: 763px) { #qydZ4g1pvq3tdMNKe6raTGIKOx4moUvx #TIRTdscpo23sLyTDwnJQQCvxK6yGAEtD {  }
 }@media only screen and (max-width: 763px) { #qydZ4g1pvq3tdMNKe6raTGIKOx4moUvx #FMNbrqKGXefgyMu880kvCmJ3IZCOkZoV {  }
 }@media only screen and (max-width: 763px) { #qydZ4g1pvq3tdMNKe6raTGIKOx4moUvx #aDCEeXrx0DGH3R6hv8RTCSh7uGx75ota {  }
 }@media only screen and (max-width: 763px) { #qydZ4g1pvq3tdMNKe6raTGIKOx4moUvx #L5zRmACSS2GgDg0BPFOSFtLmrLxglCo8 {  }
 }@media only screen and (max-width: 763px) { #qydZ4g1pvq3tdMNKe6raTGIKOx4moUvx #T43QxKL0I0X7VIDRdphsWLDKppMJN74k {  }
 }@media only screen and (max-width: 763px) { #xoOBV1itvBT3H5fOnCZfi6MLOtvfGTrk { top:12.6875rem;left:10.625rem;width:2.9375rem;height:2.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #Q86DJU2f52XOHMmvT0shGEnLqkp1CIzq { top:13.25rem;left:10.8125rem;width:2.5rem;height:1.625rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #G1egD1FsuKsVlbVNvpV0vTrWl3HHyufX { width:47.75rem;height:;top:2.4375rem;left:0rem;font-size:2.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #TSpAvkikF5kTvscbdmiPttWKPwqZVFRM { display:none; }#TSpAvkikF5kTvscbdmiPttWKPwqZVFRM > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #TBgBsGVfdNPTB2xBnFPRiDn8MDudwK5o .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#TBgBsGVfdNPTB2xBnFPRiDn8MDudwK5o { display:flex;height:auto;width:27.8125rem;top:22.625rem;left:0rem;display:none; }
#TBgBsGVfdNPTB2xBnFPRiDn8MDudwK5o .accordion-element-container:first-of-type .accordion-desc-text { display: none; } }@media only screen and (max-width: 763px) { #TBgBsGVfdNPTB2xBnFPRiDn8MDudwK5o #szpWCEAhsnpqIxOPlJgzQmq8sH07bwX4 {  }
 }@media only screen and (max-width: 763px) { #TBgBsGVfdNPTB2xBnFPRiDn8MDudwK5o #fLxWUfbhp6LB1WJpQlFloW57ekvoQQ6c {  }
 }@media only screen and (max-width: 763px) { #TBgBsGVfdNPTB2xBnFPRiDn8MDudwK5o #cQPUdF7o70EMTCxkDx7S5x1G9noVtnTR {  }
 }@media only screen and (max-width: 763px) { #TBgBsGVfdNPTB2xBnFPRiDn8MDudwK5o #Kio75NH8H6Zi7EZ3aU4SSeh725inRz4p {  }
 }@media only screen and (max-width: 763px) { #TBgBsGVfdNPTB2xBnFPRiDn8MDudwK5o #DHXUZ7fGRS2b1lFqTXJFr1r2KgXAzXTR {  }
 }@media only screen and (max-width: 763px) { #UczNMDwVhSKyVhiTDCOTKg6wW5Jv3sUr { top:12.75rem;left:34.5rem;width:2.9375rem;height:2.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #EACnDKXKHt9Acm008bxdCch4ZKpoGBdo { top:13.3125rem;left:34.75rem;width:2.5rem;height:1.625rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #I5yiva2uwrPxT7cLxGM5EW84TpMQvoGb { display:block; }#I5yiva2uwrPxT7cLxGM5EW84TpMQvoGb > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #STZ7D7ThpQrVMvphVg7KJ5aeyws7NTQc { width:46.625rem;height:7.6875rem;top:0.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #JF7zPk0U34ssxauXTGWtlRPIu1rqy7g7 { display:block; }
 }@media only screen and (max-width: 763px) { #goOgkCBbbeU2Ofclegmrp9D4ta1BG8BQ { top:2.0625rem;left:15.094532012939rem;width:17.5rem;height:3.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NN7pR0JWFr3U4M0pzzy0hP5plF3hMGPW { 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) { #KUZnIxMmRcevr2PmNV1nWPeIleGmGFAB .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#KUZnIxMmRcevr2PmNV1nWPeIleGmGFAB .widget-text.counter-number { padding-top:0.5rem;padding-right:0.4375rem;padding-bottom:0.5rem;padding-left:0.4375rem;width:2.625rem;min-width:2.625rem;height:2.6875rem;font-size:2rem;line-height:43px;top:0rem;left:0rem; }
#KUZnIxMmRcevr2PmNV1nWPeIleGmGFAB .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.3125rem;margin-right:0;margin-bottom:0;margin-left:0;width:3.5rem;height:1.0625rem;font-size:0.75rem;line-height:1;top:0rem;left:0rem; }
#KUZnIxMmRcevr2PmNV1nWPeIleGmGFAB { width:18rem;height:5.0625rem;display:flex;top:11.9375rem;left:28.375rem;z-index:15072; }
 }@media only screen and (max-width: 763px) { #KUZnIxMmRcevr2PmNV1nWPeIleGmGFAB #qWTls8MVNquTeXK36szwqhyxotUkJZx2 { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #KUZnIxMmRcevr2PmNV1nWPeIleGmGFAB #O4emhOClTHEtI4AMBKJbCPKKmSTgzJum {  }
 }@media only screen and (max-width: 763px) { #KUZnIxMmRcevr2PmNV1nWPeIleGmGFAB #VZrt61IsIo3dlTV54lrOu965lq2obJ1Z {  }
 }@media only screen and (max-width: 763px) { #KUZnIxMmRcevr2PmNV1nWPeIleGmGFAB #SbEdtA4yppyc2nEKNvqzKuAXVEEXfLUl { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #KUZnIxMmRcevr2PmNV1nWPeIleGmGFAB #bJkKkxtv8Ufm8bUZGxTMBkRyywEd3VFH {  }
 }@media only screen and (max-width: 763px) { #KUZnIxMmRcevr2PmNV1nWPeIleGmGFAB #th8HbloOgmrQm6RpktBFXdzZQ5aSkRKR {  }
 }@media only screen and (max-width: 763px) { #KUZnIxMmRcevr2PmNV1nWPeIleGmGFAB #RbpRWvSwQcQQOfTHdm9VbCLreRMMzWfV { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #KUZnIxMmRcevr2PmNV1nWPeIleGmGFAB #yPttVcivZrsrnhopS5Ics7oLCtP7OOeo {  }
 }@media only screen and (max-width: 763px) { #KUZnIxMmRcevr2PmNV1nWPeIleGmGFAB #GTcadRqrtoorBrEOceFzl15Zns9VW8bJ {  }
 }@media only screen and (max-width: 763px) { #KUZnIxMmRcevr2PmNV1nWPeIleGmGFAB #MXZ49rlp0EeT8KeThePeBnASbcdSwvxo { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #KUZnIxMmRcevr2PmNV1nWPeIleGmGFAB #OXlT2ToHoG5hqrJCHsmSVhMHtUmTHvkW {  }
 }@media only screen and (max-width: 763px) { #KUZnIxMmRcevr2PmNV1nWPeIleGmGFAB #eHRDzOJqAsAsp99HQiVo6DTiqNTLDlEd {  }
 }@media only screen and (max-width: 763px) { #uCbJUBpAUqi3kmatUczDeyBgqTRsV4mq { top:19rem;left:0rem;width:47.75rem;height:;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #wFGJx2xaE4SzRy9TeTKUbu3lZnMSpRHr { width:17.1875rem;height:3.125rem;top:15.375rem;left:15.27499961853rem;display:block; }
 }@media only screen and (max-width: 763px) { #pekULTfk4NGlKSQwPiWTQO0CiTNHNXuJ { display:block; }
 }@media only screen and (max-width: 763px) { #EfKnkaFElLCTq4uZgK4Q8FPFQcDBBTDF { top:1.75rem;left:41.875rem;width:5.875rem;height:2.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #XTuxWWHulfxoDBxDXNxM2q2N3xzTrDmk { display:block; }
 }@media only screen and (max-width: 763px) { #DP9z1O0TVnobhHSUPx3mrhzobcIhM1hC { display:none; }#DP9z1O0TVnobhHSUPx3mrhzobcIhM1hC > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #B5UteO7k0p1OEXvs6BRJ4vAB5KXc1c2z .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#B5UteO7k0p1OEXvs6BRJ4vAB5KXc1c2z .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; }
#B5UteO7k0p1OEXvs6BRJ4vAB5KXc1c2z .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; }
#B5UteO7k0p1OEXvs6BRJ4vAB5KXc1c2z { width:18rem;height:5.0625rem;display:flex;top:11.9375rem;left:28.375rem;z-index:15072; }
 }@media only screen and (max-width: 763px) { #B5UteO7k0p1OEXvs6BRJ4vAB5KXc1c2z #mzeGabo0OicTxIVwNRT9Zyi6OyPPLP6m { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #B5UteO7k0p1OEXvs6BRJ4vAB5KXc1c2z #Qz4Vmq1SvzT8TMnE2yiLTwKf0S05rVbT {  }
 }@media only screen and (max-width: 763px) { #B5UteO7k0p1OEXvs6BRJ4vAB5KXc1c2z #KSJKm97MBd8Sr7aazF6hsZ2dIf6nMt4O {  }
 }@media only screen and (max-width: 763px) { #B5UteO7k0p1OEXvs6BRJ4vAB5KXc1c2z #BfucRhT1xsKrgcZE1EEfIbpCtVl6pyEn { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #B5UteO7k0p1OEXvs6BRJ4vAB5KXc1c2z #cVMslcDEPKW95kRRHhyR8FrSGXeOLqVJ {  }
 }@media only screen and (max-width: 763px) { #B5UteO7k0p1OEXvs6BRJ4vAB5KXc1c2z #JAhC4miyO6A6WO1iFp0noiTAGalElKty {  }
 }@media only screen and (max-width: 763px) { #B5UteO7k0p1OEXvs6BRJ4vAB5KXc1c2z #JKnIePbkwl8c88LoccM6WPmzu2tRryPR { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #B5UteO7k0p1OEXvs6BRJ4vAB5KXc1c2z #mcJ8qVqTHgvM44SEO6nT4zT7scwaM5CU {  }
 }@media only screen and (max-width: 763px) { #B5UteO7k0p1OEXvs6BRJ4vAB5KXc1c2z #XoCUbJiFKbgr0LkNgFuHmlkbE6LTTzPy {  }
 }@media only screen and (max-width: 763px) { #B5UteO7k0p1OEXvs6BRJ4vAB5KXc1c2z #hUNwZasBT7R51n9S1J5JT5sQDpRNcMVn { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #B5UteO7k0p1OEXvs6BRJ4vAB5KXc1c2z #NncnAc6PCIWAuCzqG25eQnDp2QNPM5Jf {  }
 }@media only screen and (max-width: 763px) { #B5UteO7k0p1OEXvs6BRJ4vAB5KXc1c2z #qsvVpRLiVS5Qm4wLvVAK3nuvE3zx0HXr {  }
 }@media only screen and (max-width: 763px) { #GlDE9J3m6v9fkTqIghCQwKuEnALTuQwi { top:17.8125rem;left:0rem;width:20rem;height:;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #AXWrGd56cZfw5Lu4TToQZt95o4BHgu6B { width:17.1875rem;height:3.125rem;top:15.375rem;left:15.27499961853rem;display:block; }
 }@media only screen and (max-width: 763px) { #TinzhzNq6htg2OdwHI7M34iSQGGwI7Z0 { display:block; }
 }@media only screen and (max-width: 763px) { #d6TtKimLux1n8Pv3WrXB82SAPq83sCRC { top:22.875rem;left:0rem;width:47.75rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JnE5VuEAT3oMAsODDpPTQhUMFkLdpWv7 { display:block; }#JnE5VuEAT3oMAsODDpPTQhUMFkLdpWv7 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #btAblvm3suJ7V6SE7hR5ynhgeWiKIygN { width:17.0625rem;height:1.6875rem;top:29.1875rem;left:6.8125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TqggeTb6TtV4rtOh3AWocVfzkBbsaRJ6 { top:40.9375rem;left:7.3125rem;width:16.5625rem;height:5.5rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ASqKlkt6yU2z6FzNTxJf6caTvB4xRWh1 { top:33.3125rem;left:6.0625rem;width:17.8125rem;height:6.875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #BpNpCJR1re9aBzG6U8yTgSbQyMBVZGl1 { top:40.9375rem;left:30.5625rem;width:17.1875rem;height:5.5rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ioSpGwX2fX2645TiFhwtAw8nIrWpwv7v { top:33.3125rem;left:29.9375rem;width:17.8125rem;height:6.875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #UIFcDy8z3RxveZolmLeTrbLP05VAoU4k { width:10.5rem;height:10.25rem;top:29.1875rem;left:23.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dgQxKc79eDkG7ECggeNHNH5TQJnXorfh { width:17.0625rem;height:1.6875rem;top:29.1875rem;left:30.6875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #O6pDvyXmTtEwpKHpTwqIbODIpXus0FOl { width:17.0625rem;height:1.5625rem;top:30.75rem;left:30.6875rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #N9QH8QwvMqaqrayEabzIoJCVVSX6VTXV { width:17.0625rem;height:1.5625rem;top:30.75rem;left:6.8125rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #t9f7iP5um2oexKaJSXldlyDTf6ncIFn4 { width:10.625rem;height:10.375rem;top:29.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #O6Jav9Qo0Qa9a8hMi28BSHHbxnCOhmNV { width:10.625rem;height:10.375rem;top:7.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #WJZP7isyvO8onoAk7WlnTEQ4yizWuNHi { top:18.75rem;left:6.6875rem;width:17.1875rem;height:5.5rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #alB6rgrciTWdTuaekxzkRv6rTkXWrt8v { top:11.25rem;left:6.0625rem;width:17.8125rem;height:6.875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #LMyV3HgpwKtp3hXsw9LQSewMAXWANQPP { width:17.0625rem;height:1.5625rem;top:8.875rem;left:6.8125rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MeySBtQUv7H5qka25wXEef6XUvIe6amV { top:18.75rem;left:30.5625rem;width:17.1875rem;height:5.5rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #nkdEmnR1Nv9o7MT6uzuLHlP4cyXgz8oe { top:11.25rem;left:29.9375rem;width:17.8125rem;height:6.875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #OcHqBqtX24fIJmMZRHslmOrhMOaW0EeN { width:17.0625rem;height:1.5625rem;top:8.875rem;left:30.6875rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ga9dTdb4M3QFon7mbLGFWTCgVxyRkzT3 { width:17.0625rem;height:1.6875rem;top:7.3125rem;left:6.8125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #zmDG1NzeriNNvmglpsvfhDAzHa81PirF { width:17.0625rem;height:1.6875rem;top:7.3125rem;left:30.6875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #aIq3kcJqM27yuO0IgkNRqcBgwclwnxFE { width:47.75rem;height:2.8125rem;top:1.1875rem;left:0rem;font-size:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #JiEQUchUuMtXspEgsEW5pki056lxuT8h { width:10.375rem;height:10.125rem;top:50.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #GX9cicN5KDtJGgPJARiL1q5VXcrAVEyl { top:61.8125rem;left:6.0625rem;width:17.8125rem;height:4.125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #PdLKyL2PT7eA7FTs3UU7Er77b6Uoa9xe { top:55.4375rem;left:6.0625rem;width:17.8125rem;height:5.5rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #uviUpVsdRvVntMdJ0b7nTUNNbUKmKvlt { width:17.0625rem;height:1.5625rem;top:53.0625rem;left:6.8125rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WMWC1UseZEAg8XvPySMMDyPBOrpd1lIM { width:17.0625rem;height:3.4375rem;top:49.5625rem;left:6.8125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gdnk15DFB73Wo4FkP4fSMFFiLX27J9Em { top:62.375rem;left:30.5625rem;width:17.1875rem;height:4.125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #tZu5RTUVE50oiTfy1w3NOWttVEGBaBrP { top:54.9375rem;left:29.9375rem;width:17.8125rem;height:6.875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #T1RETAUCcbugd4HHguPlhpTZANWiQXHM { width:17.0625rem;height:1.5625rem;top:53.125rem;left:30.6875rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HQHffN3PATcgHqoalmvA4ETNs0q4lsXk { width:17.0625rem;height:3.4375rem;top:49.6875rem;left:30.6875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #yQriNsZJkHDWQQVQi1RTLaS0QWNrh2H7 { width:10.375rem;height:10.125rem;top:49.75rem;left:23.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #yCVBLkJ8ZHW6iRxbLuuf2d5BhT98xh3Q { width:10.625rem;height:10.375rem;top:7.6875rem;left:23.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fIFQMRK1fDR5FQCJcz50oBcnoiGAE1Bh { width:9.1875rem;height:3.625rem;top:18.5625rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xmoZfI4zI4pS43gXZJC740FMRm3mQ2dH { width:9.1875rem;height:3.625rem;top:20.625rem;left:23.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GBCaO2CGx0LKZzdAT7PLVd4Occ3fV4aW { width:9.1875rem;height:3.625rem;top:41.6875rem;left:23.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rRW4XAZbHqiH52mvlG2Tawqm2CA9k4ca { width:9.1875rem;height:3.625rem;top:41.6875rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #of7D3RDayIwoMPi4KNzdqWxVs3TOIuTd { width:9.1875rem;height:3.625rem;top:62.1875rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vKaIvvevcieKtbZ40my8Ubf9S4vmx1PL { width:9.1875rem;height:3.625rem;top:62.1875rem;left:23.875rem;font-size:0.875rem;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:1.375rem;left:0rem;width:30rem;height:;font-size:3.0625rem;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 #ZEwLlCE5op8ykqAwADWc23snrhBetBvb {  }
 }@media only screen and (max-width: 763px) { #rTNGqlVTfhy2c6Du2aGuF09NPluKCqRf #oBRUg8NtD86sfZetr8NNCMFWbiSazU9q {  }
 }@media only screen and (max-width: 763px) { #rTNGqlVTfhy2c6Du2aGuF09NPluKCqRf #vdO8qPb6GK66lQXkONCxIgsUftaZ92vD {  }
 }@media only screen and (max-width: 763px) { #rTNGqlVTfhy2c6Du2aGuF09NPluKCqRf #krHbLShi3n9euqNsUEUVbm1ZxLnXVJBg {  }
 }@media only screen and (max-width: 763px) { #rTNGqlVTfhy2c6Du2aGuF09NPluKCqRf #M8CkwZQN726Z1oKzHS0OnQbxgbT00KHB {  }
 }@media only screen and (max-width: 763px) { #MEDT4EebDahogdSXr7FCnt3TrwF8I9nw { top:15.5rem;left:0rem;width:26.625rem;height:1.5625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #UkJSoACR2VgTUH9BlnvH1WKgfRBKuOB2 { display:block; }#UkJSoACR2VgTUH9BlnvH1WKgfRBKuOB2 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SwMD3hnW6PiR6Xed7lTRkisW5qWSkk0R { top:1.625rem;left:4.5rem;width:38.75rem;height:21.75rem;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:;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PagDMxXTLXE3xQtNVZftsctOEJhdKyFt { top:8.5rem;left:11.6875rem;width:20.0625rem;height:6.75rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q86IKyDvyULaIecVTQSZwIKdbl7PEKwt { top:7.125rem;left:38.125001907349rem;width:3.125rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fJgThh1DPT7TF4UMd53yhyqqzPbi6znL { display:block; }#fJgThh1DPT7TF4UMd53yhyqqzPbi6znL > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bNOZLzb2BaIqhcapuQiuLUuLStbx64eE { top:10.5rem;left:1.90625rem;width:20.0625rem;height:3.9375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UusmCKgc8zwTTnu4wVkD55geOB4XcNLV { top:11.375rem;left:40.875rem;width:2.1875rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dy1qqNa3yq2n6mW3H9JtR3pUaV8t20pO { top:11.5625rem;left:38rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WKZnaIullG4wlrIrAvU9HiKZUDuNeiPd { top:9.6875rem;left:28.5625rem;width:5.625rem;height:5.625rem;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) { #PGGHpOQQ9tKHo1V9hdx7EwXAzENNtzrZ { top:2.125rem;left:15.125rem;width:16.625rem;height:4.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gDRqIcCZUXvr34CMA2fT1nRhRXaaV7vn { width:9rem;height:2.1875rem;top:1.625rem;left:12.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #utZ09xpf43ToxziWng3n3tNAQNJ9E7Mo { display:block; }
 }@media only screen and (max-width: 763px) { #tWvtuKm40Xg1IQFeNsSuy2I6JyHkc8Lk { width:9.0625rem;height:2.1875rem;top:1.625rem;left:3.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #FI1U0vkv1cF14ohilb460tEeOAEENoMv { display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #pgsBUBSuVlvuvEdLxxMSXtAcFUu9uifT { position:relative;z-index:auto;display:block; }#pgsBUBSuVlvuvEdLxxMSXtAcFUu9uifT > .row .container { width:20rem;height:5.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SwUXer2SHsJZwEeTmGP0cUSCAc0LaP0K { width:13.375rem;height:3.1875rem;top:1.1875rem;left:3.3125000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #bOyorz0ZR11T5TF37kAlUtExk46WfaCm { top:6.875rem;left:1.2500000596046rem;width:8.125rem;height:2.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #xLPw1LWx7XlA9HmStgNcXMqodiQlzXBW { display:block; }
 }@media only screen and (max-width: 763px) { #rTEGyBfUeTcTGVt1CcDqHdkKi9igQDDK { top:10rem;left:1.3125000596046rem;width:8rem;height:2.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #iC5V2u4U9ateFMCLUif0EyXuTZ5IBbpX { display:block; }
 }@media only screen and (max-width: 763px) { #b3JO9PXXTyhqqXwtctl9T3rbhDMgh0G8 { top:10rem;left:12.299999773503rem;width:3.875rem;height:2.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #okl0p5DPwbVgIaFwNHebLyRCbN5qXffo { display:block; }
 }@media only screen and (max-width: 763px) { #Jvbt8CCIXXCRJ8dBxDC7cfZ783V9EJLC { top:6.9375rem;left:12.299999773503rem;width:5.125rem;height:2.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #noIJzQpVKuDSOxskUAfdwnAeOLaUyETR { display:block; }
 }@media only screen and (max-width: 763px) { #vpTTU4iXHQMVeXVsqGnrWbaAuaoweN6u { top:13rem;left:12.299999773503rem;width:2.5625rem;height:2.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #eLTFTA0PiN2Tg6IOtsI77rx5yVogbuvb { display:block; }
 }@media only screen and (max-width: 763px) { #vQI3ywET8A0ALrDTBvBdsrDrpOdnLEbT { top:16.875rem;left:1.6875000596046rem;width:5.875rem;height:2.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #pHRT7LOoevAFTXEQz76vKTbVIG2LErBp { display:block; }
 }@media only screen and (max-width: 763px) { #zu5Z6NqoBT8I0ao55bC4eUnB86EiD06b { top:16.875rem;left:12.299999773503rem;width:2.4375rem;height:2.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #P5tzzpgGO2srAmdy9D3Ws3RIibtQrv8p { display:block; }
 }@media only screen and (max-width: 763px) { #shpkl9BWleS2x6T33TvuDQTBE47bp06k { width:8.9875rem;height:2.1125rem;top:5.1937499046326rem;left:0.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #LigD7NdMEau337zmL6MHLyv61MzCENNv { display:block; }
 }@media only screen and (max-width: 763px) { #RLo680M9gf0VzDgl5CvGDUOoRRrLss7o { width:8.925rem;height:2.1125rem;top:5.1937499046326rem;left:10.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #kwloPVGMQilbnHawKTp5qWhsK6dT3EIc { display:block; }
 }@media only screen and (max-width: 763px) { #iVfqnVwmsID1wfEuNQ8oHVydsoEVXbUQ { display:block; }#iVfqnVwmsID1wfEuNQ8oHVydsoEVXbUQ { 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 { border-width: 0; border-radius: 0; }#iVfqnVwmsID1wfEuNQ8oHVydsoEVXbUQ > .row .container > .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 { width:20rem;height:32.1875rem;background-color:#000721;background-image:url("https://images.assets-landingi.com/uc/636dc790-0e25-4f2c-8fbb-3f4477247e15/HeroVert.png");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; }#iVfqnVwmsID1wfEuNQ8oHVydsoEVXbUQ > .row .container.adaptive-delivery-prevent-bg, #iVfqnVwmsID1wfEuNQ8oHVydsoEVXbUQ > .row .container.lazyload, #iVfqnVwmsID1wfEuNQ8oHVydsoEVXbUQ > .row .container.lazyloading { background-image: none; } }@media only screen and (max-width: 763px) { #EauCBKaB9dfCIyxPwahZ2S7q68DXFvN4 { width:20rem;height:1rem;top:2.0625rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #UUQ8r63qO8Pmw3ux8Aa2JT0Vy39STn6R { width:20rem;height:5.98125rem;top:17.6875rem;left:0rem;font-size:1.8125rem;text-align:center;text-align-last:center;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #OEGRQoiAlvQVzq3F1gT5gRDkDOlmsZn4 { width:20rem;height:0;top:15.51171875rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;line-height:1.3;font-weight:400;font-style:normal;display:none; }
 }@media only screen and (max-width: 763px) { #LzMvpgD4sLuSTRupLeAmATur9LcyeJET { width:8.875rem;height:0;top:8.081250190735rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;line-height:1.1;display:none; }
 }@media only screen and (max-width: 763px) { #eBQilbbk2q2nQ8k4uFG3cdPf2wmauXMl { width:13.4375rem;height:2.375rem;top:28.606250476837rem;left:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #xN0WxGy6PMmIDbwBB2RKkJ9gNF5QbJdi { display:block; }
 }@media only screen and (max-width: 763px) { #fdqCGpIXwTvZM3FBlPva4igbue82BF01 { width:13.4375rem;height:2.4375rem;top:24.918750476837rem;left:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #kZ0gTTW7nkDx74POxixrcVGnPkyiO4XW { display:block; }
 }@media only screen and (max-width: 763px) { #egFx6nnO2dr23JkPzOWEQbUQtFc557cm { width:20rem;height:2.2rem;top:4.3125rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;line-height:1.1;z-index:15024;display:block; }
 }@media only screen and (max-width: 763px) { #cib6rFDMNxTobCATwNbSAN4SRnBX1UIU { display:block; }#cib6rFDMNxTobCATwNbSAN4SRnBX1UIU { background-color: transparent; background-image: none; }#cib6rFDMNxTobCATwNbSAN4SRnBX1UIU::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cib6rFDMNxTobCATwNbSAN4SRnBX1UIU > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cib6rFDMNxTobCATwNbSAN4SRnBX1UIU > .row .container > .video-iframe-container { display: none; }#cib6rFDMNxTobCATwNbSAN4SRnBX1UIU > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cib6rFDMNxTobCATwNbSAN4SRnBX1UIU > .row > .video-iframe-container { display: none; }#cib6rFDMNxTobCATwNbSAN4SRnBX1UIU > .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); }#cib6rFDMNxTobCATwNbSAN4SRnBX1UIU > .row .container { width:20rem;height:15.375rem;background-color:#00677d;background-image:none;position:relative;display:block; } }@media only screen and (max-width: 763px) { #M90WCptMvFl4XIaqTaCPTTIOLE2TcuOa { width:12.6243125rem;height:1.21875rem;top:10.775035858154rem;left:3.686967253685rem;font-size:0.9375rem;text-align:center;text-align-last:center;font-weight:400;font-style:normal;z-index:15030;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) { #QMWMHP9DpUCGblHrFJLkCg1HZLIO0pNd { width:19.4993125rem;height:1.21875rem;top:5.9978694915771rem;left:0.49982237815857rem;font-size:0.9375rem;text-align:center;text-align-last:center;font-weight:400;font-style:normal;z-index:15027;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) { #WvAW9RecZiynR9BHRFtQfS28lTSnfvtv { width:18.3744375rem;height:1.21875rem;top:1.2464485168457rem;left:0.81232237815856rem;font-size:0.9375rem;text-align:center;text-align-last:center;font-weight:400;font-style:normal;z-index:15027;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) { #OMcUvlkdRnCJlXl9dExJBhk4Me4OudUL { width:8.3744375rem;height:1.21875rem;top:8.3016681671144rem;left:5.8123220205307rem;font-size:0.9375rem;text-align:center;text-align-last:center;font-weight:400;font-style:normal;z-index:15024;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) { #b6bREddaFGslMcpJFQWCifZdoao4dLbg { width:12.5rem;height:1.21875rem;top:3.4987564086914rem;left:3.7499998807907rem;font-size:0.9375rem;text-align:center;text-align-last:center;line-height:1.3;font-weight:400;font-style:normal;z-index:15028;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) { #aUBvwZKqHnc95vSDWMEUt9gEpaW7MFQt { width:18.3744375rem;height:1.21875rem;top:13.468572616577rem;left:0.81232237815856rem;font-size:0.9375rem;text-align:center;text-align-last:center;font-weight:400;font-style:normal;z-index:15028;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) { #w3AEp2U3TRLdCp66tFpx4IlIulxRTd6c { position:relative;z-index:auto;background-color:#ffffff;background-image:none;display:none; }#w3AEp2U3TRLdCp66tFpx4IlIulxRTd6c > .row .container { width:20rem;height:14.6875rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #mfcG3UKD9pS9mn9OXR8Ed67stbFSfIMg { width:20rem;height:auto;top:0.875rem;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) { #TToxc9Jl8caOHT0r9PyNnd1FdisRLMeh { width:20rem;height:auto;top:2.3125rem;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) { #d1KUPTJcwcDeQviTxhCE94Um0hdwEGlf { display:block; }#d1KUPTJcwcDeQviTxhCE94Um0hdwEGlf > .row .container { width:20rem;height:6.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kWBrqa2McJAPEWpKdLHrWfAqEKOPcD5P { width:20rem;height:1.3125rem;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) { #vRppRB3yn7TJatmU6vo2q2t1EcqvAOCf { width:20rem;height:2rem;top:3.2186956405639rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #E7J1b4emprxe23QN4y3rgtoQ2T5bi4GG { display:block; }#E7J1b4emprxe23QN4y3rgtoQ2T5bi4GG > .row .container { width:20rem;height:24.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BwVv1W8Qa3hPfP8nUA5vbCTvP9TgIpxg { width:20rem;height:21.75rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ua68ZyMittTcHmr5NFRNokl7m9BIP6xo { display:block; }#Ua68ZyMittTcHmr5NFRNokl7m9BIP6xo > .row .container { width:20rem;height:49.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rJzx8VhWkADL9Ip2C7Lg9bnxtaDZF85e { width:20rem;height:2.4375rem;top:2.6875rem;left:0rem;text-align:center;text-align-last:center;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TFS6NZ0dxIFKethy5StIJtLL5DsNJxhu { width:20rem;height:4.875rem;top:6.625rem;left:0rem;text-align:center;text-align-last:center;font-size:0.9375rem;color:#00667d;display:block; }
 }@media only screen and (max-width: 763px) { #IO3IdyyRVZS26umOlhiPyoOd85vzJLEu { width:2.5rem;height:0.125rem;top:9.1875rem;left:8.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gp13HlLfKlnFw9oCcMk9EaUr94UdSuIu { width:20rem;height:4.46875rem;top:0.6875rem;left:0rem;text-align:center;text-align-last:center;font-size:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #iRdqWPhZCLFkLlubfLyq0i7rzJB5cQXn { width:18.9375rem;height:8.75rem;top:12.8125rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #OiCTN1R7r6RoKApds4Db1HVo8U1y2iOr { width:17.5rem;height:1.13769375rem;top:18rem;left:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #m4pcrutpQdbsuXg14IByHHwI8ygB9pIl { width:18.9375rem;height:8.75rem;top:23.4375rem;left:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zv0bkI6FMtuSfX2rTe2toET18mmo2CTM { width:17.5rem;height:2.275rem;top:28.75rem;left:1.3125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #SCou4angZFLfxAIC7LJGyMzsS3cZdfQy { width:17.5rem;height:2.6rem;top:14.9375rem;left:1.25rem;text-align:center;text-align-last:center;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #tC0nhfzxnhTNFPS5PdIyQv39CqcMG5n1 { width:17.5rem;height:2.6rem;top:25.625rem;left:1.3125rem;text-align:center;text-align-last:center;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #aBwz8TUT8fhlzBOrzMiAcJIlRiBm3GJr { width:18.9375rem;height:8.75rem;top:34.125rem;left:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #UDz7dGaqPtwqr1cw8wXmleRowO7Xz4KQ { width:17.5rem;height:2.6rem;top:36.25rem;left:1.3125rem;text-align:center;text-align-last:center;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #BShA1gQSB689NmZxLFh8fczzt2iOzeqw { width:17.5rem;height:2.6rem;top:39.4375rem;left:1.3125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #XaRFT6dspyAirL43HqxvwL2vEBbI5Cbv { width:20rem;height:2.1125rem;top:44.25rem;left:0rem;text-align:center;text-align-last:center;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BuvMSBzU0I3UpbnDWo7HQ6KzL1dRbben { width:20rem;height:0.12429rem;top:14.306640148163rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #ZnN10pTi1r4ZZhLDJCZ46S5PUSApv7Z5 { display:none; }#ZnN10pTi1r4ZZhLDJCZ46S5PUSApv7Z5 > .row .container { width:20rem;height:64.1875rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #CBG6z4P32FGsqJFg1Vqlze9nIoveJsQX { width:16.875rem;height:1.625rem;top:27.9375rem;left:1.5625rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #dan9muXdl0zX3ZC7qJLCEzL26tkWpB1B { width:19.1875rem;height:17.625rem;top:30.1875rem;left:0.4375rem;z-index:15001;background-color:#669fb1;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) { #ekBJwZWrTRTfxTfrDoez45U1Pcy3qhR7 { width:19.1875rem;height:9.8125rem;top:51rem;left:0.625rem;z-index:15002;background-color:#669fb1;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) { #Xnt5kLlOSgA98ip2gowU0nSKk55mTgVb { width:19.25rem;height:14.875rem;top:10.6875rem;left:0.375rem;z-index:15006;display:block; }
 }@media only screen and (max-width: 763px) { #vNbdCX7axpZnlc0TI4mdauK63Av51TT6 { width:16.875rem;height:1.625rem;top:8.625rem;left:1.5625rem;text-align:center;text-align-last:center;font-size:1.25rem;z-index:15015;display:block; }
 }@media only screen and (max-width: 763px) { #L2r0vpu3RabaiiuW5nWRmLF2y9LZ4QZh { width:16.25rem;height:2.4375rem;top:11.125rem;left:1.875rem;text-align:center;text-align-last:center;font-size:1.875rem;z-index:15014;display:block; }
 }@media only screen and (max-width: 763px) { #tG6JhB5KZLOyC6bbbtXgcZ8pPpETWch6 { width:16.25rem;height:10.5rem;top:13.8125rem;left:1.875rem;text-align:center;text-align-last:center;z-index:15015;display:block; }
 }@media only screen and (max-width: 763px) { #iFJMz1ygerNPPQo8FxsfJTJGKGbORLJa { width:17.4375rem;height:2.4375rem;top:31.375rem;left:1.3125rem;text-align:center;text-align-last:center;font-size:1.875rem;z-index:15018;display:block; }
 }@media only screen and (max-width: 763px) { #psZmFBTSxSnsIQ7C5J5IXcGzX3modge3 { width:16.25rem;height:11.8125rem;top:34.9375rem;left:1.875rem;text-align:center;text-align-last:center;z-index:15019;display:block; }
 }@media only screen and (max-width: 763px) { #JoPkNCr9C2S23CtpUsBriOI5TgUsUd6D { width:20rem;height:;top:1.66015625rem;left:0rem;text-align:center;text-align-last:center;font-size:1.875rem;z-index:15008;display:block; }
 }@media only screen and (max-width: 763px) { #SyfTTbOq57ShhIBvmBLDCTnEC39lFx0I { width:18.8125rem;height:2.4375rem;top:51.9375rem;left:0.25rem;text-align:center;text-align-last:center;font-size:1.875rem;z-index:15016;display:block; }
 }@media only screen and (max-width: 763px) { #S9SU21TfkkgKK26DSzRUpG9DH0GzXJT1 { width:18.5rem;height:5.25rem;top:54.6875rem;left:0.5625rem;text-align:center;text-align-last:center;font-size:0.875rem;z-index:15017;display:block; }
 }@media only screen and (max-width: 763px) { #wCz8tdoZ0Q27pwVR0DMVLvb7USidRG8b { display:block; }#wCz8tdoZ0Q27pwVR0DMVLvb7USidRG8b > .row .container { width:20rem;height:32.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #V1pgkcODHKXmPlEstM4TrnBbMUkDnAzf { width:5.25rem;height:1.25rem;top:8.4250004291537rem;left:1.8437500596046rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #QLG5cM19qgsTnz95GsdQP2yqOAvfymTS { width:4.9375rem;height:2.5rem;top:18.105469584465rem;left:11.781250536442rem;z-index:15041;display:block; }
 }@media only screen and (max-width: 763px) { #TKI2hvwSDKEtlvqLTLMLB9dvzgaHMdf4 { width:5.125rem;height:5.125rem;top:27.562500834465rem;left:1.9062500596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #nbelLJGN565iWDi8ohSslzeFq70krVzq { width:3.375rem;height:3.375rem;top:12.205469965935rem;left:2.7812500596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #H84hFNxR6HbEHD9NKyqWTI2Na0hoCtWc { width:4.9375rem;height:3.375rem;top:7.3624997138975rem;left:11.781250536442rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #Ac5Qy0teVbhLtJcvzd3DNKqQ7oHZIJsK { width:4.5625rem;height:4.5625rem;top:22.643750071526rem;left:2.1875000596046rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #o4dQIRmtN3HPZQo1gd0K1UdmJbzFHnEr { width:5.8125rem;height:3.375rem;top:12.205469012261rem;left:11.343750536442rem;display:block; }
 }@media only screen and (max-width: 763px) { #fqV35gTGFw5KSSH999OudouX4sTOuhTm { width:6.25rem;height:1.8125rem;top:29.218750834465rem;left:11.781250536442rem;display:block; }
 }@media only screen and (max-width: 763px) { #ddyPFaGX79vFhy6A0JqvsrW5gVEtN7id { width:20rem;height:6.00053125rem;top:0.87422180175781rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #MlJtbQtJ3tXgCrmxTFBELGMtnpQ2nzp5 { width:4.5rem;height:4.5rem;top:22.675000071526rem;left:12.267968714237rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #JO7ZO05VbtU0dwwUgWTebtTl5ZFBRfZo { width:4.6875rem;height:4.6875rem;top:17.011718630791rem;left:2.1250000596046rem;z-index:15040;display:block; }
 }@media only screen and (max-width: 763px) { #sFg3NNUTGLmPmCkOT1mWvtE2yL771eqt { display:block; }#sFg3NNUTGLmPmCkOT1mWvtE2yL771eqt > .row .container { width:20rem;height:65.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bh77QDLOh020RcNB76DZvg77a7utI6iQ { 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) { #dEa3tbTLoTWr32UC0k7DfcKC2lKiyAD1 { width:7.75rem;height:7.625rem;top:38.1025375rem;left:5.8125rem;z-index:15074;display:block; }
 }@media only screen and (max-width: 763px) { #NDQF0qqdaDBoxHzAEkiGxC9KCR1cHvum { width:9.0625rem;height:1.4625rem;top:47.6025375rem;left:5.4375rem;font-size:1.125rem;z-index:15072;display:block; }
 }@media only screen and (max-width: 763px) { #wQrFgEzeqFtEvBmWfxdIRo99giTURGuD { width:20rem;height:4.3875rem;top:50.313475rem;left:0rem;font-size:1.125rem;z-index:15072;display:block; }
 }@media only screen and (max-width: 763px) { #L2dlPW5BfaRTmMEqck2sTQAL2zNzNsK2 { width:20rem;height:7.3125rem;top:55.94921875rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #SXWbq9oE1ZUB9J5kSSwCc2sGWRL7L3X9 { width:20rem;height:2.925rem;top:19.2734375rem;left:0rem;font-size:1.125rem;z-index:15072;display:block; }
 }@media only screen and (max-width: 763px) { #JRXEFyIKThL8ylWJhVq6cQVdPOaNwyT7 { width:13.25rem;height:1.4625rem;top:16.5625rem;left:3.375rem;font-size:1.125rem;z-index:15072;display:block; }
 }@media only screen and (max-width: 763px) { #K1wwCT0HT4ZrJH7mHz4CHJbJDymZktwP { width:8.1875rem;height:8.1875rem;top:6.5rem;left:5.5625rem;z-index:15074;display:block; }
 }@media only screen and (max-width: 763px) { #vx3vJ03geaV2IAQub19SVfNRvC8Ms9X0 { width:20rem;height:13.40625rem;top:23.4462875rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #EIsaf9ldld2ctbGXUi5gH3BqMd6EZim4 { display:block; }#EIsaf9ldld2ctbGXUi5gH3BqMd6EZim4 > .row .container { width:20rem;height:15.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ncpbfpiywQuvLPki3639tDimuAUWEkde { width:20rem;height:1.3125rem;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) { #yJxOwB6SNE1ZMB5g69uy6Wdsm26aTm7z { width:20rem;height:4rem;top:3.8117184638977rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #aJX4TR3v9tB1IGVzK3EIRlWxO27J3klL { display:block; }#aJX4TR3v9tB1IGVzK3EIRlWxO27J3klL > .row .container { width:20rem;height:40.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DybpvfEpxiQo3rM2UZA7SaCCcVHqZhE5 { width:20rem;height:21.75rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #oJIo6BuGpVWZcIhNWyU7ncogUzd4qAkE { display:none; }#oJIo6BuGpVWZcIhNWyU7ncogUzd4qAkE > .row .container { width:20rem;height:70.625rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #nSlNR82zHVDg4eVZS57w4LpcBeTJQybc { width:3.75rem;height:0.125rem;top:32.0625rem;left:8.1250005364419rem;z-index:15027;background-color:rgba(var(--color-tertiary-0),1);background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #OyNznnQdzTyxQhDqgb94ysBNXFzCstfX { width:20rem;height:4rem;top:1.5625028610229rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;line-height:1;z-index:15023;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #enrCPLrURndXF4VabGrdf1Gb81dfgCFl { width:20rem;height:14.625rem;top:33.4375rem;left:0rem;text-align:center;text-align-last:center;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DcTfETVOeqmawx46EzZxXBU0ybTTgOtl { width:2.9375rem;height:2.9375rem;top:49.3125rem;left:8.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #P4uFGVghZfB44TdapLfDi6yNsReT0Po5 { width:2.5rem;height:1.625rem;top:49.875rem;left:8.6875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TbHlfJXT9FKnwHWLM6Qpl4IKIsTJH1lP .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#TbHlfJXT9FKnwHWLM6Qpl4IKIsTJH1lP { display:flex;height:auto;width:15.3125rem;top:17.4375rem;left:2.25rem;z-index:15021; }
#TbHlfJXT9FKnwHWLM6Qpl4IKIsTJH1lP .accordion-element-container:first-of-type .accordion-desc-text { display: none; } }@media only screen and (max-width: 763px) { #TbHlfJXT9FKnwHWLM6Qpl4IKIsTJH1lP #wHUaUFaKP36XkTaQdT2ZXmJTN1pGniMO {  }
 }@media only screen and (max-width: 763px) { #TbHlfJXT9FKnwHWLM6Qpl4IKIsTJH1lP #gZTkOCTzax6EaAlcrTmpVT2ec00QUuGb {  }
 }@media only screen and (max-width: 763px) { #TbHlfJXT9FKnwHWLM6Qpl4IKIsTJH1lP #JvcHyhnLhWH8Ds1C4ei8TemkR8ABWxA8 {  }
 }@media only screen and (max-width: 763px) { #TbHlfJXT9FKnwHWLM6Qpl4IKIsTJH1lP #k8yS3k5TggH7xE3IT6TNOqD9ZRUIHcxH {  }
 }@media only screen and (max-width: 763px) { #TbHlfJXT9FKnwHWLM6Qpl4IKIsTJH1lP #hAPH9NuKe9eTziw5Onqin05EX1H6WL1C {  }
 }@media only screen and (max-width: 763px) { #hTS0ILkeVBoqMxd9Umvk5nzVMRucqrXf { display:flex;width:2.9375rem;height:2.9375rem;top:12.6875rem;left:8.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #phxnk5Ayw8RMCsJniHbtA0hICUrMQIqQ .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#phxnk5Ayw8RMCsJniHbtA0hICUrMQIqQ { display:flex;height:auto;width:15.0625rem;top:24.0625rem;left:2.5625rem;z-index:15041; }
#phxnk5Ayw8RMCsJniHbtA0hICUrMQIqQ .accordion-element-container:first-of-type .accordion-desc-text { display: none; } }@media only screen and (max-width: 763px) { #phxnk5Ayw8RMCsJniHbtA0hICUrMQIqQ #DF3xzRvybuCzUHQ1XzXXFiWeJsWHUNmi {  }
 }@media only screen and (max-width: 763px) { #phxnk5Ayw8RMCsJniHbtA0hICUrMQIqQ #ncqKTTidmThKDNKo5xKhO04uPeM5WweE {  }
 }@media only screen and (max-width: 763px) { #phxnk5Ayw8RMCsJniHbtA0hICUrMQIqQ #ILetSJmmiB344hhJOBclunVf3HO76ROV {  }
 }@media only screen and (max-width: 763px) { #phxnk5Ayw8RMCsJniHbtA0hICUrMQIqQ #aTssuzBmTTv2WwUby7REQv4pedc1iBqg {  }
 }@media only screen and (max-width: 763px) { #phxnk5Ayw8RMCsJniHbtA0hICUrMQIqQ #udgO3oU7rraUR0qh84BlP4sykAxWWVFf {  }
 }@media only screen and (max-width: 763px) { #rKvxnO3NkB12hk3dyZ624aih5hm6iBN4 { width:2.9375rem;height:2.9375rem;top:53.5rem;left:8.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #PqNlaOzKXwgN08fGXgy9H47WC23MG2Hx { width:2.5rem;height:1.625rem;top:54.0625rem;left:8.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Pq4NylV1yNIIkWZrUTwPZ60XRWzOWAie { display:block; }#Pq4NylV1yNIIkWZrUTwPZ60XRWzOWAie > .row .container { width:20rem;height:30.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qydZ4g1pvq3tdMNKe6raTGIKOx4moUvx .accordion-element-container { border-top:0.125rem solid #00667d;border-left:0.125rem solid #00667d;border-right:0.125rem solid #00667d;border-bottom:0.125rem solid #00667d;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: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.2) ; }
#qydZ4g1pvq3tdMNKe6raTGIKOx4moUvx .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#qydZ4g1pvq3tdMNKe6raTGIKOx4moUvx { display:flex;height:auto;width:19.875rem;top:24rem;left:0rem;z-index:15023; }
#qydZ4g1pvq3tdMNKe6raTGIKOx4moUvx .accordion-element-container:first-of-type .accordion-desc-text { display: none; } }@media only screen and (max-width: 763px) { #qydZ4g1pvq3tdMNKe6raTGIKOx4moUvx #TIRTdscpo23sLyTDwnJQQCvxK6yGAEtD {  }
 }@media only screen and (max-width: 763px) { #qydZ4g1pvq3tdMNKe6raTGIKOx4moUvx #FMNbrqKGXefgyMu880kvCmJ3IZCOkZoV {  }
 }@media only screen and (max-width: 763px) { #qydZ4g1pvq3tdMNKe6raTGIKOx4moUvx #aDCEeXrx0DGH3R6hv8RTCSh7uGx75ota {  }
 }@media only screen and (max-width: 763px) { #qydZ4g1pvq3tdMNKe6raTGIKOx4moUvx #L5zRmACSS2GgDg0BPFOSFtLmrLxglCo8 {  }
 }@media only screen and (max-width: 763px) { #qydZ4g1pvq3tdMNKe6raTGIKOx4moUvx #T43QxKL0I0X7VIDRdphsWLDKppMJN74k {  }
 }@media only screen and (max-width: 763px) { #xoOBV1itvBT3H5fOnCZfi6MLOtvfGTrk { width:2.9375rem;height:2.9375rem;top:18.8125rem;left:8.5625rem;z-index:15065;display:block; }
 }@media only screen and (max-width: 763px) { #Q86DJU2f52XOHMmvT0shGEnLqkp1CIzq { width:2.5rem;height:1.625rem;top:19.375rem;left:8.75rem;font-size:1.25rem;z-index:15066;display:block; }
 }@media only screen and (max-width: 763px) { #G1egD1FsuKsVlbVNvpV0vTrWl3HHyufX { width:20rem;height:14.625rem;top:0.6875rem;left:0rem;text-align:center;text-align-last:center;font-size:1.875rem;z-index:15027;display:block; }
 }@media only screen and (max-width: 763px) { #TSpAvkikF5kTvscbdmiPttWKPwqZVFRM { display:block; }#TSpAvkikF5kTvscbdmiPttWKPwqZVFRM > .row .container { width:20rem;height:13.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TBgBsGVfdNPTB2xBnFPRiDn8MDudwK5o .accordion-element-container { border-top:0.125rem solid #00667d;border-left:0.125rem solid #00667d;border-right:0.125rem solid #00667d;border-bottom:0.125rem solid #00667d;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: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.2) ; }
#TBgBsGVfdNPTB2xBnFPRiDn8MDudwK5o .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#TBgBsGVfdNPTB2xBnFPRiDn8MDudwK5o { display:flex;height:auto;width:19.875rem;top:6.875rem;left:0.03125rem;z-index:15043; }
#TBgBsGVfdNPTB2xBnFPRiDn8MDudwK5o .accordion-element-container:first-of-type .accordion-desc-text { display: none; } }@media only screen and (max-width: 763px) { #TBgBsGVfdNPTB2xBnFPRiDn8MDudwK5o #szpWCEAhsnpqIxOPlJgzQmq8sH07bwX4 {  }
 }@media only screen and (max-width: 763px) { #TBgBsGVfdNPTB2xBnFPRiDn8MDudwK5o #fLxWUfbhp6LB1WJpQlFloW57ekvoQQ6c {  }
 }@media only screen and (max-width: 763px) { #TBgBsGVfdNPTB2xBnFPRiDn8MDudwK5o #cQPUdF7o70EMTCxkDx7S5x1G9noVtnTR {  }
 }@media only screen and (max-width: 763px) { #TBgBsGVfdNPTB2xBnFPRiDn8MDudwK5o #Kio75NH8H6Zi7EZ3aU4SSeh725inRz4p {  }
 }@media only screen and (max-width: 763px) { #TBgBsGVfdNPTB2xBnFPRiDn8MDudwK5o #DHXUZ7fGRS2b1lFqTXJFr1r2KgXAzXTR {  }
 }@media only screen and (max-width: 763px) { #UczNMDwVhSKyVhiTDCOTKg6wW5Jv3sUr { width:2.9375rem;height:2.9375rem;top:1.8125rem;left:8.5625rem;z-index:15067;display:block; }
 }@media only screen and (max-width: 763px) { #EACnDKXKHt9Acm008bxdCch4ZKpoGBdo { width:2.5rem;height:1.625rem;top:2.375rem;left:8.8125rem;font-size:1.25rem;z-index:15068;display:block; }
 }@media only screen and (max-width: 763px) { #I5yiva2uwrPxT7cLxGM5EW84TpMQvoGb { display:block; }#I5yiva2uwrPxT7cLxGM5EW84TpMQvoGb > .row .container { width:20rem;height:5.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #STZ7D7ThpQrVMvphVg7KJ5aeyws7NTQc { width:18.875rem;height:7.0625rem;top:1.6875rem;left:0.5625rem;font-size:1.0625rem;color:#ffffff;background-color:#00667d;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:none; }
 }@media only screen and (max-width: 763px) { #JF7zPk0U34ssxauXTGWtlRPIu1rqy7g7 { display:block; }
 }@media only screen and (max-width: 763px) { #goOgkCBbbeU2Ofclegmrp9D4ta1BG8BQ { top:1.5000672340393rem;left:1.25rem;width:17.5rem;height:3.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NN7pR0JWFr3U4M0pzzy0hP5plF3hMGPW { display:block; }
 }@media only screen and (max-width: 763px) { #IUHiIfsRTN4kH2GEVVeJvbxaI7GbWbzN { display:none; }#IUHiIfsRTN4kH2GEVVeJvbxaI7GbWbzN > .row .container { width:20rem;height:26.5625rem;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:none; }#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) { #KUZnIxMmRcevr2PmNV1nWPeIleGmGFAB .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#KUZnIxMmRcevr2PmNV1nWPeIleGmGFAB .widget-text.counter-number { padding-top:0.5rem;padding-right:0.4375rem;padding-bottom:0.5rem;padding-left:0.4375rem;width:2.625rem;min-width:2.625rem;height:2.6875rem;font-size:2rem;line-height:43px;top:0rem;left:0rem; }
#KUZnIxMmRcevr2PmNV1nWPeIleGmGFAB .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.3125rem;margin-right:0;margin-bottom:0;margin-left:0;width:3.5rem;height:1.0625rem;font-size:0.75rem;line-height:1;top:0rem;left:0rem; }
#KUZnIxMmRcevr2PmNV1nWPeIleGmGFAB { width:18rem;height:5.0625rem;display:flex;top:1.3109493255615rem;left:0.90312498807906rem;z-index:15072; }
 }@media only screen and (max-width: 763px) { #KUZnIxMmRcevr2PmNV1nWPeIleGmGFAB #qWTls8MVNquTeXK36szwqhyxotUkJZx2 { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #KUZnIxMmRcevr2PmNV1nWPeIleGmGFAB #O4emhOClTHEtI4AMBKJbCPKKmSTgzJum {  }
 }@media only screen and (max-width: 763px) { #KUZnIxMmRcevr2PmNV1nWPeIleGmGFAB #VZrt61IsIo3dlTV54lrOu965lq2obJ1Z {  }
 }@media only screen and (max-width: 763px) { #KUZnIxMmRcevr2PmNV1nWPeIleGmGFAB #SbEdtA4yppyc2nEKNvqzKuAXVEEXfLUl { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #KUZnIxMmRcevr2PmNV1nWPeIleGmGFAB #bJkKkxtv8Ufm8bUZGxTMBkRyywEd3VFH {  }
 }@media only screen and (max-width: 763px) { #KUZnIxMmRcevr2PmNV1nWPeIleGmGFAB #th8HbloOgmrQm6RpktBFXdzZQ5aSkRKR {  }
 }@media only screen and (max-width: 763px) { #KUZnIxMmRcevr2PmNV1nWPeIleGmGFAB #RbpRWvSwQcQQOfTHdm9VbCLreRMMzWfV { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #KUZnIxMmRcevr2PmNV1nWPeIleGmGFAB #yPttVcivZrsrnhopS5Ics7oLCtP7OOeo {  }
 }@media only screen and (max-width: 763px) { #KUZnIxMmRcevr2PmNV1nWPeIleGmGFAB #GTcadRqrtoorBrEOceFzl15Zns9VW8bJ {  }
 }@media only screen and (max-width: 763px) { #KUZnIxMmRcevr2PmNV1nWPeIleGmGFAB #MXZ49rlp0EeT8KeThePeBnASbcdSwvxo { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #KUZnIxMmRcevr2PmNV1nWPeIleGmGFAB #OXlT2ToHoG5hqrJCHsmSVhMHtUmTHvkW {  }
 }@media only screen and (max-width: 763px) { #KUZnIxMmRcevr2PmNV1nWPeIleGmGFAB #eHRDzOJqAsAsp99HQiVo6DTiqNTLDlEd {  }
 }@media only screen and (max-width: 763px) { #uCbJUBpAUqi3kmatUczDeyBgqTRsV4mq { width:20rem;height:3.575rem;top:14.950000762939rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wFGJx2xaE4SzRy9TeTKUbu3lZnMSpRHr { width:17.3rem;height:3.2375rem;top:19.28750038147rem;left:1.3499999642372rem;display:block; }
 }@media only screen and (max-width: 763px) { #pekULTfk4NGlKSQwPiWTQO0CiTNHNXuJ { display:block; }
 }@media only screen and (max-width: 763px) { #EfKnkaFElLCTq4uZgK4Q8FPFQcDBBTDF { top:23.5rem;left:7.0625000596044rem;width:5.875rem;height:2.1875rem;z-index:15009;border-top:0.0625rem solid #ffffff;border-left:0.0625rem solid #ffffff;border-right:0.0625rem solid #ffffff;border-bottom:0.0625rem solid #ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #XTuxWWHulfxoDBxDXNxM2q2N3xzTrDmk { display:block; }
 }@media only screen and (max-width: 763px) { #DP9z1O0TVnobhHSUPx3mrhzobcIhM1hC { display:block; }#DP9z1O0TVnobhHSUPx3mrhzobcIhM1hC { background-color: transparent; background-image: none; }#DP9z1O0TVnobhHSUPx3mrhzobcIhM1hC::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DP9z1O0TVnobhHSUPx3mrhzobcIhM1hC > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DP9z1O0TVnobhHSUPx3mrhzobcIhM1hC > .row .container > .video-iframe-container { display: none; }#DP9z1O0TVnobhHSUPx3mrhzobcIhM1hC > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DP9z1O0TVnobhHSUPx3mrhzobcIhM1hC > .row > .video-iframe-container { display: none; }#DP9z1O0TVnobhHSUPx3mrhzobcIhM1hC > .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); }#DP9z1O0TVnobhHSUPx3mrhzobcIhM1hC > .row .container { width:20rem;height:26.5625rem;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; }#DP9z1O0TVnobhHSUPx3mrhzobcIhM1hC > .row .container.adaptive-delivery-prevent-bg, #DP9z1O0TVnobhHSUPx3mrhzobcIhM1hC > .row .container.lazyload, #DP9z1O0TVnobhHSUPx3mrhzobcIhM1hC > .row .container.lazyloading { background-image: none; } }@media only screen and (max-width: 763px) { #B5UteO7k0p1OEXvs6BRJ4vAB5KXc1c2z .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#B5UteO7k0p1OEXvs6BRJ4vAB5KXc1c2z .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;background-color:#00667d;background-image:none; }
#B5UteO7k0p1OEXvs6BRJ4vAB5KXc1c2z .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; }
#B5UteO7k0p1OEXvs6BRJ4vAB5KXc1c2z { width:18rem;height:5.0625rem;display:flex;top:1.3109493255615rem;left:0.90312498807906rem;z-index:15072; }
 }@media only screen and (max-width: 763px) { #B5UteO7k0p1OEXvs6BRJ4vAB5KXc1c2z #mzeGabo0OicTxIVwNRT9Zyi6OyPPLP6m { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #B5UteO7k0p1OEXvs6BRJ4vAB5KXc1c2z #Qz4Vmq1SvzT8TMnE2yiLTwKf0S05rVbT {  }
 }@media only screen and (max-width: 763px) { #B5UteO7k0p1OEXvs6BRJ4vAB5KXc1c2z #KSJKm97MBd8Sr7aazF6hsZ2dIf6nMt4O {  }
 }@media only screen and (max-width: 763px) { #B5UteO7k0p1OEXvs6BRJ4vAB5KXc1c2z #BfucRhT1xsKrgcZE1EEfIbpCtVl6pyEn { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #B5UteO7k0p1OEXvs6BRJ4vAB5KXc1c2z #cVMslcDEPKW95kRRHhyR8FrSGXeOLqVJ {  }
 }@media only screen and (max-width: 763px) { #B5UteO7k0p1OEXvs6BRJ4vAB5KXc1c2z #JAhC4miyO6A6WO1iFp0noiTAGalElKty {  }
 }@media only screen and (max-width: 763px) { #B5UteO7k0p1OEXvs6BRJ4vAB5KXc1c2z #JKnIePbkwl8c88LoccM6WPmzu2tRryPR { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #B5UteO7k0p1OEXvs6BRJ4vAB5KXc1c2z #mcJ8qVqTHgvM44SEO6nT4zT7scwaM5CU {  }
 }@media only screen and (max-width: 763px) { #B5UteO7k0p1OEXvs6BRJ4vAB5KXc1c2z #XoCUbJiFKbgr0LkNgFuHmlkbE6LTTzPy {  }
 }@media only screen and (max-width: 763px) { #B5UteO7k0p1OEXvs6BRJ4vAB5KXc1c2z #hUNwZasBT7R51n9S1J5JT5sQDpRNcMVn { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #B5UteO7k0p1OEXvs6BRJ4vAB5KXc1c2z #NncnAc6PCIWAuCzqG25eQnDp2QNPM5Jf {  }
 }@media only screen and (max-width: 763px) { #B5UteO7k0p1OEXvs6BRJ4vAB5KXc1c2z #qsvVpRLiVS5Qm4wLvVAK3nuvE3zx0HXr {  }
 }@media only screen and (max-width: 763px) { #GlDE9J3m6v9fkTqIghCQwKuEnALTuQwi { width:20rem;height:3.575rem;top:17.825000762939rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #AXWrGd56cZfw5Lu4TToQZt95o4BHgu6B { width:17.2rem;height:3.1375rem;top:22.47500038147rem;left:1.3992188572884rem;color:#ffffff;background-color:#00667d;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #TinzhzNq6htg2OdwHI7M34iSQGGwI7Z0 { display:block; }
 }@media only screen and (max-width: 763px) { #d6TtKimLux1n8Pv3WrXB82SAPq83sCRC { width:20rem;height:0.125rem;top:26.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #JnE5VuEAT3oMAsODDpPTQhUMFkLdpWv7 { display:block; }#JnE5VuEAT3oMAsODDpPTQhUMFkLdpWv7 > .row .container { width:20rem;height:236.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #btAblvm3suJ7V6SE7hR5ynhgeWiKIygN { width:17.125rem;height:1.75rem;top:99.125rem;left:1.5rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TqggeTb6TtV4rtOh3AWocVfzkBbsaRJ6 { width:17.1875rem;height:5.525rem;top:112.875rem;left:1.5rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ASqKlkt6yU2z6FzNTxJf6caTvB4xRWh1 { width:17.8125rem;height:6.90625rem;top:104.625rem;left:1.0625rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #BpNpCJR1re9aBzG6U8yTgSbQyMBVZGl1 { width:17.1875rem;height:5.525rem;top:150.4375rem;left:1.5rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ioSpGwX2fX2645TiFhwtAw8nIrWpwv7v { width:17.8125rem;height:6.90625rem;top:142.1875rem;left:1.1875rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #UIFcDy8z3RxveZolmLeTrbLP05VAoU4k { width:10.1875rem;height:9.9375rem;top:126.1875rem;left:5.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dgQxKc79eDkG7ECggeNHNH5TQJnXorfh { width:17.0625rem;height:1.75rem;top:136.875rem;left:1rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #O6pDvyXmTtEwpKHpTwqIbODIpXus0FOl { width:17.0625rem;height:1.66281875rem;top:138.625rem;left:1.25rem;font-size:1.1875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #N9QH8QwvMqaqrayEabzIoJCVVSX6VTXV { width:17.0616875rem;height:1.66281875rem;top:100.8125rem;left:1.5625rem;font-size:1.1875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #t9f7iP5um2oexKaJSXldlyDTf6ncIFn4 { width:10.5rem;height:10.25rem;top:88.0625rem;left:4.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #O6Jav9Qo0Qa9a8hMi28BSHHbxnCOhmNV { width:10.375rem;height:10.125rem;top:11.237499952316rem;left:4.7812500596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #WJZP7isyvO8onoAk7WlnTEQ4yizWuNHi { width:17.1875rem;height:5.525rem;top:35.5625rem;left:1.4062500596046rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #alB6rgrciTWdTuaekxzkRv6rTkXWrt8v { width:17.8125rem;height:6.90625rem;top:26.8125rem;left:1.125rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #LMyV3HgpwKtp3hXsw9LQSewMAXWANQPP { width:17.06175rem;height:1.66281875rem;top:24.125rem;left:1.4375rem;font-size:1.1875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #MeySBtQUv7H5qka25wXEef6XUvIe6amV { width:17.1875rem;height:5.525rem;top:74.75rem;left:1.5rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #nkdEmnR1Nv9o7MT6uzuLHlP4cyXgz8oe { width:17.8125rem;height:6.90625rem;top:66.0625rem;left:1.0625rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #OcHqBqtX24fIJmMZRHslmOrhMOaW0EeN { width:17.0609375rem;height:1.66281875rem;top:62.6875rem;left:1.5625rem;font-size:1.1875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Ga9dTdb4M3QFon7mbLGFWTCgVxyRkzT3 { width:17.125rem;height:1.75rem;top:22.4375rem;left:1.4375rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #zmDG1NzeriNNvmglpsvfhDAzHa81PirF { width:17.0609375rem;height:1.75rem;top:61rem;left:1.5625rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #aIq3kcJqM27yuO0IgkNRqcBgwclwnxFE { width:20rem;height:7.425rem;top:0.77968025207519rem;left:0rem;font-size:2.0625rem;text-align:center;text-align-last:center;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #JiEQUchUuMtXspEgsEW5pki056lxuT8h { width:10.3125rem;height:10.0625rem;top:163.3125rem;left:4.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GX9cicN5KDtJGgPJARiL1q5VXcrAVEyl { width:17.875rem;height:4.14375rem;top:186.8125rem;left:1.0625rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #PdLKyL2PT7eA7FTs3UU7Er77b6Uoa9xe { width:17.8125rem;height:5.525rem;top:180rem;left:1.09375rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #uviUpVsdRvVntMdJ0b7nTUNNbUKmKvlt { width:17.0625rem;height:1.6625rem;top:177rem;left:1.5rem;font-size:1.1875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #WMWC1UseZEAg8XvPySMMDyPBOrpd1lIM { width:17.0625rem;height:3.5rem;top:173.9375rem;left:1.5rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Gdnk15DFB73Wo4FkP4fSMFFiLX27J9Em { width:17.1875rem;height:4.14375rem;top:225.5625rem;left:1.5rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #tZu5RTUVE50oiTfy1w3NOWttVEGBaBrP { width:17.8125rem;height:6.90625rem;top:216.75rem;left:1.09375rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #T1RETAUCcbugd4HHguPlhpTZANWiQXHM { width:17.0625rem;height:1.6625rem;top:213.4375rem;left:1.5625rem;font-size:1.1875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #HQHffN3PATcgHqoalmvA4ETNs0q4lsXk { width:17.0625rem;height:3.5rem;top:210.3125rem;left:1.5625rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #yQriNsZJkHDWQQVQi1RTLaS0QWNrh2H7 { width:10.3125rem;height:10.0625rem;top:199rem;left:4.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #yCVBLkJ8ZHW6iRxbLuuf2d5BhT98xh3Q { width:10.5rem;height:10.25rem;top:49.25rem;left:4.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #fIFQMRK1fDR5FQCJcz50oBcnoiGAE1Bh { width:9.25rem;height:3.675rem;top:43.686717987061rem;left:5.3750000596046rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #xmoZfI4zI4pS43gXZJC740FMRm3mQ2dH { width:9.25rem;height:3.675rem;top:81.875rem;left:5.4375rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #GBCaO2CGx0LKZzdAT7PLVd4Occ3fV4aW { width:9.25rem;height:3.675rem;top:157.9375rem;left:5.4375rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #rRW4XAZbHqiH52mvlG2Tawqm2CA9k4ca { width:9.25rem;height:3.675rem;top:119.5625rem;left:5.5625rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #of7D3RDayIwoMPi4KNzdqWxVs3TOIuTd { width:9.25rem;height:3.675rem;top:193.6875rem;left:5.375rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #vKaIvvevcieKtbZ40my8Ubf9S4vmx1PL { width:9.25rem;height:3.675rem;top:232.4375rem;left:5.5rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #XTap5sHCwWWoN0HigWHs2nCrRcTVUixQ { display:block; }#XTap5sHCwWWoN0HigWHs2nCrRcTVUixQ > .row .container { width:20rem;height:38.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OPAy3zvUzagWBeDgKgrQm7m5oe20s8fh { width:20rem;height:8rem;top:1.3125rem;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:12.9375rem;left:1.2500000596046rem; }
#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 #ZEwLlCE5op8ykqAwADWc23snrhBetBvb {  }
 }@media only screen and (max-width: 763px) { #rTNGqlVTfhy2c6Du2aGuF09NPluKCqRf #oBRUg8NtD86sfZetr8NNCMFWbiSazU9q {  }
 }@media only screen and (max-width: 763px) { #rTNGqlVTfhy2c6Du2aGuF09NPluKCqRf #vdO8qPb6GK66lQXkONCxIgsUftaZ92vD {  }
 }@media only screen and (max-width: 763px) { #rTNGqlVTfhy2c6Du2aGuF09NPluKCqRf #krHbLShi3n9euqNsUEUVbm1ZxLnXVJBg {  }
 }@media only screen and (max-width: 763px) { #rTNGqlVTfhy2c6Du2aGuF09NPluKCqRf #M8CkwZQN726Z1oKzHS0OnQbxgbT00KHB {  }
 }@media only screen and (max-width: 763px) { #MEDT4EebDahogdSXr7FCnt3TrwF8I9nw { width:20rem;height:2.75035625rem;top:10.25rem;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) { #UkJSoACR2VgTUH9BlnvH1WKgfRBKuOB2 { display:none; }#UkJSoACR2VgTUH9BlnvH1WKgfRBKuOB2 > .row .container { width:20rem;height:25rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #SwMD3hnW6PiR6Xed7lTRkisW5qWSkk0R { width:20rem;height:21.75rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #bPVUekGcnvDTMkXIiRJkLp3SBTVhTk2S { display:block; }#bPVUekGcnvDTMkXIiRJkLp3SBTVhTk2S > .row .container { width:20rem;height:35rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #A4pU78RggFa6diFxKJKvxz5M6uxxDLwL { height:10.935125rem;width:20rem;top:21.623438119888rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TT3IdtMSiag2aVTL5yT0Le8LvOaHr1Io { width:20rem;height:4.95rem;top:1.62353515625rem;left:0rem;font-size:1.375rem;text-align:center;text-align-last:center;line-height:1.2;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #PagDMxXTLXE3xQtNVZftsctOEJhdKyFt { width:16.875rem;height:7.875rem;top:9.7500002384187rem;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:8.0000002384187rem;left:8.4375005364419rem;display:block; }
 }@media only screen and (max-width: 763px) { #fJgThh1DPT7TF4UMd53yhyqqzPbi6znL { display:block; }#fJgThh1DPT7TF4UMd53yhyqqzPbi6znL > .row .container { width:20rem;height:8.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bNOZLzb2BaIqhcapuQiuLUuLStbx64eE { width:20rem;height:3.65625rem;top:0.75rem;left:0rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #UusmCKgc8zwTTnu4wVkD55geOB4XcNLV { width:1.625rem;height:1.625rem;top:5.9375rem;left:17.249999582768rem;display:block; }
 }@media only screen and (max-width: 763px) { #dy1qqNa3yq2n6mW3H9JtR3pUaV8t20pO { width:1.5rem;height:1.5rem;top:6rem;left:1.1874999403954rem;display:block; }
 }@media only screen and (max-width: 763px) { #WKZnaIullG4wlrIrAvU9HiKZUDuNeiPd { width:2.1875rem;height:2.1875rem;top:5.65625rem;left:8.9062505364419rem;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.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PGGHpOQQ9tKHo1V9hdx7EwXAzENNtzrZ { width:9.5625rem;height:2.1875rem;top:1.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #gDRqIcCZUXvr34CMA2fT1nRhRXaaV7vn { width:8.85rem;height:2.0375rem;top:0.75rem;left:10.5rem;z-index:15031;display:block; }
 }@media only screen and (max-width: 763px) { #utZ09xpf43ToxziWng3n3tNAQNJ9E7Mo { display:block; }
 }@media only screen and (max-width: 763px) { #tWvtuKm40Xg1IQFeNsSuy2I6JyHkc8Lk { width:8.9125rem;height:2.0375rem;top:3.1875rem;left:10.4375rem;z-index:15032;display:block; }
 }@media only screen and (max-width: 763px) { #FI1U0vkv1cF14ohilb460tEeOAEENoMv { display:block; }
 }