.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:245,247,251;--color-primary-1:221,228,243;--color-primary-2:186,200,230;--color-primary-3:93,100,115;--color-primary-4:28,30,35;--color-secondary-0:230,230,229;--color-secondary-1:170,170,169;--color-secondary-2:85,85,83;--color-secondary-3:43,43,42;--color-secondary-4:13,13,12;--color-tertiary-0:255,255,255;--color-tertiary-1:190,190,189;--color-tertiary-2:38,37,36;--color-tertiary-3:19,19,18;--color-tertiary-4:4,4,4;--headlines-font-family:"Helvetica";--paragraphs-font-family:"Helvetica"; }@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:#f9f9f7;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;top:0rem;left:0rem;display:block; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OI8DrRkkNnvXlw8asfU0Kb1ysoaKELLL { position:relative;display:block; }#OI8DrRkkNnvXlw8asfU0Kb1ysoaKELLL { background-color: transparent; background-image: none; }#OI8DrRkkNnvXlw8asfU0Kb1ysoaKELLL::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OI8DrRkkNnvXlw8asfU0Kb1ysoaKELLL > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OI8DrRkkNnvXlw8asfU0Kb1ysoaKELLL > .row .container > .video-iframe-container { display: none; }#OI8DrRkkNnvXlw8asfU0Kb1ysoaKELLL > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OI8DrRkkNnvXlw8asfU0Kb1ysoaKELLL > .row > .video-iframe-container { display: none; }#OI8DrRkkNnvXlw8asfU0Kb1ysoaKELLL > .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); }#OI8DrRkkNnvXlw8asfU0Kb1ysoaKELLL { border-width: 0; border-radius: 0; }#OI8DrRkkNnvXlw8asfU0Kb1ysoaKELLL > .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; }#OI8DrRkkNnvXlw8asfU0Kb1ysoaKELLL > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-primary-2),1);background-image:none;font-size:0.875rem;font-family:arial;height:3.3125rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#MBT2LD5DfXM3mVtkkqsllrKL10SFDIsL { color:rgba(var(--color-tertiary-4),1);display:block;width:21.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:normal;z-index:15002;line-height:1.5;letter-spacing:0;top:1.25rem;left:28.125rem;height:1.125rem;display:block; }
#DDc9T2lu7DeW5vzzaXhezCdqgfN678RH { position:absolute;display:block;z-index:15000;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.25rem;width:0.875rem;top:1rem;left:25.625rem;overflow:hidden;display:block; }
#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { background-color:#f9f9f7;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { background-color: transparent; background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .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); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { border-width: 0; border-radius: 0; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { font-size:0.875rem;font-family:arial;height:6.375rem;width:75rem;overflow:visible;position:relative;display:block; }#bi3tlkx0gdLUVu6U0kBtsLm9TV40xInH { position:absolute;display:block;z-index:15000;border-bottom:0;border-left:0;border-right:0;border-top: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:12.4375rem;top:2.25rem;left:31.28125rem;overflow:hidden;display:block; }
#V1Ewva4T3hlOEVJ6uaAtcAfTSRXZglEx { position:relative;display:block; }#V1Ewva4T3hlOEVJ6uaAtcAfTSRXZglEx { background-color: transparent; background-image: none; }#V1Ewva4T3hlOEVJ6uaAtcAfTSRXZglEx::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#V1Ewva4T3hlOEVJ6uaAtcAfTSRXZglEx > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#V1Ewva4T3hlOEVJ6uaAtcAfTSRXZglEx > .row .container > .video-iframe-container { display: none; }#V1Ewva4T3hlOEVJ6uaAtcAfTSRXZglEx > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#V1Ewva4T3hlOEVJ6uaAtcAfTSRXZglEx > .row > .video-iframe-container { display: none; }#V1Ewva4T3hlOEVJ6uaAtcAfTSRXZglEx > .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); }#V1Ewva4T3hlOEVJ6uaAtcAfTSRXZglEx { border-width: 0; border-radius: 0; }#V1Ewva4T3hlOEVJ6uaAtcAfTSRXZglEx > .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; }#V1Ewva4T3hlOEVJ6uaAtcAfTSRXZglEx > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#f9f9f7;background-image:none;font-size:0.875rem;font-family:arial;height:36.8125rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#p7RyR21pN8EhKtuDzhSBAuwxAbMscLsd { position:absolute;display:block;z-index:15000;border-bottom:0;border-left:0;border-right:0;border-top: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:30.3125rem;width:36.6875rem;top:3.8125rem;left:37.0625rem;overflow:hidden;display:block; }
#pWlrIeo41QKdfHcXKZOif9amgfRR6XGR { color:rgba(var(--color-tertiary-4),1);display:block;width:25.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15000;line-height:1.5;letter-spacing:0;top:6.75rem;left:2.53125rem;height:5.25rem;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; }
#Fi1U7qXIltcdET0tmVVyNTyq7TFFtsuC { color:rgba(var(--color-tertiary-4),1);display:block;width:24.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15001;line-height:1.5;letter-spacing:0;top:12.8125rem;left:2.53125rem;height:5.25rem;display:block; }
#QBe0vJNzrgPrtThuB9TTpuNPcDeoaxTS { box-sizing:content-box;height:3rem;width:24.6875rem;position:absolute;display:block;z-index:15010;background-color:#bac8e6;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:19.8125rem;left:2.5625rem;display:block; }
#a7qv4MMCDUyqXHx44ItHKee6hnv6Rhgo { color:rgba(var(--color-tertiary-4),1);display:block;width:15.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15011;line-height:1.3;letter-spacing:0;top:20.75rem;left:4.25rem;height:1.125rem;display:block; }
#gztnAVA5qRNCE3JcP2NyCTc8JxwQhskW { color:rgba(var(--color-tertiary-4),1);display:block;width:30.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:normal;z-index:15001;line-height:1.5;letter-spacing:0;top:3.8125rem;left:2.71875rem;height:1.125rem;display:block; }
#EsIyDrImJBgLzunwX25M5S7lbpVei2GT { box-sizing:content-box;color:#5d92ff;font-size:0.625rem;font-weight:400;line-height:1;height:0.9375rem;width:0.9375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15013;opacity:1;top:20.90625rem;left:16.75rem; }
#EsIyDrImJBgLzunwX25M5S7lbpVei2GT > img { max-width: 100%;max-height:100%; width:0.9375rem; height:0.9375rem; }#wD9UQrQzUoKtBAp5axud9qtvVFF5PycT { position:absolute;display:block;z-index:15000;border-bottom:0;border-left:0;border-right:0;border-top: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:55.5rem;width:45.875rem;top:36.75rem;left:0rem;overflow:hidden;display:block; }
#hnDvb1zdsm23n8F1z0FvLqX8qU3N8Xrh { position:relative;display:block; }#hnDvb1zdsm23n8F1z0FvLqX8qU3N8Xrh { background-color: transparent; background-image: none; }#hnDvb1zdsm23n8F1z0FvLqX8qU3N8Xrh::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hnDvb1zdsm23n8F1z0FvLqX8qU3N8Xrh > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hnDvb1zdsm23n8F1z0FvLqX8qU3N8Xrh > .row .container > .video-iframe-container { display: none; }#hnDvb1zdsm23n8F1z0FvLqX8qU3N8Xrh > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hnDvb1zdsm23n8F1z0FvLqX8qU3N8Xrh > .row > .video-iframe-container { display: none; }#hnDvb1zdsm23n8F1z0FvLqX8qU3N8Xrh > .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); }#hnDvb1zdsm23n8F1z0FvLqX8qU3N8Xrh { border-width: 0; border-radius: 0; }#hnDvb1zdsm23n8F1z0FvLqX8qU3N8Xrh > .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; }#hnDvb1zdsm23n8F1z0FvLqX8qU3N8Xrh > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#f9f9f7;background-image:none;font-size:0.875rem;font-family:arial;height:55.375rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#LTWsIwOcidWDEyC9MGnpGFmecVuHptzQ { position:absolute;display:block;z-index:15001;border-bottom:0;border-left:0;border-right:0;border-top: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:31.5625rem;width:26.125rem;top:0rem;left:47.446078431372rem;overflow:hidden;display:block; }
#giesz8a2vyf6V0ro4EW7mVguy6TEnqMV { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f9f9f7;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; }#giesz8a2vyf6V0ro4EW7mVguy6TEnqMV > .row .container { background-color: transparent; background-image: none; }#giesz8a2vyf6V0ro4EW7mVguy6TEnqMV::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#giesz8a2vyf6V0ro4EW7mVguy6TEnqMV > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#giesz8a2vyf6V0ro4EW7mVguy6TEnqMV > .row .container > .video-iframe-container { display: none; }#giesz8a2vyf6V0ro4EW7mVguy6TEnqMV > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#giesz8a2vyf6V0ro4EW7mVguy6TEnqMV > .row > .video-iframe-container { display: none; }#giesz8a2vyf6V0ro4EW7mVguy6TEnqMV > .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); }#giesz8a2vyf6V0ro4EW7mVguy6TEnqMV > .row .container { border-width: 0; border-radius: 0; }#giesz8a2vyf6V0ro4EW7mVguy6TEnqMV > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#giesz8a2vyf6V0ro4EW7mVguy6TEnqMV > .row .container { font-size:0.875rem;font-family:arial;height:18.625rem;width:75rem;position:relative;display:block; }#QgkBFzuHDF5J2AdAhMmEpTphbM4ugZsQ { color:#4b4b4b;display:block;width:16.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15003;line-height:1.5;letter-spacing:0;top:8.375rem;left:9.25rem;height:3.9375rem;font-style:normal;display:block; }
#fAr7iTuMDTDTTSEcM298bR48FTvW9JTy { color:rgba(var(--color-tertiary-4),1);display:block;width:17.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15004;line-height:1.3;letter-spacing:0;top:6.1875rem;left:9.25rem;height:1.25rem;font-style:normal;display:block; }
#oJrhLHra9NCRE4uMDpB8lQaALG9ZMPtG { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.4375rem;width:1.8125rem;top:6rem;left:6.5rem;overflow:hidden;display:block; }
#rBEDsi7NbNWbgovDVCJhesuRfTTMQ10r { color:#4b4b4b;display:block;width:16.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15006;line-height:1.5;letter-spacing:0;top:8.4375rem;left:32.1875rem;height:3.9375rem;font-style:normal;display:block; }
#cszbxyZeu31ZFuLrhpASTPVdUxrkaHqw { color:rgba(var(--color-tertiary-4),1);display:block;width:15.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15007;line-height:1.3;letter-spacing:0;top:6.1875rem;left:32.1875rem;height:1.25rem;font-style:normal;display:block; }
#ZTT7UmyItBKrfReUv8WKRVNZKLga8bp8 { color:#4b4b4b;display:block;width:13.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15009;line-height:1.5;letter-spacing:0;top:8.4375rem;left:55.0625rem;height:3.9375rem;font-style:normal;display:block; }
#m8TbSba73ZWipkKXvuiaJpabb70zHPgo { color:rgba(var(--color-tertiary-4),1);display:block;width:13.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15010;line-height:1.3;letter-spacing:0;top:6.1875rem;left:55.0625rem;height:1.25rem;font-style:normal;display:block; }
#fkukcvD0Ur0Jt4gG5PweCklilwv4RLcs { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.25rem;width:2.5625rem;top:6.375rem;left:28.75rem;overflow:hidden;display:block; }
#HBbo1L3vVL1ZODIx8DRBqJ1LBPyEkge3 { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.0625rem;width:2.0625rem;top:6.3125rem;left:51.9375rem;overflow:hidden;display:block; }
#tQ29CzOkzVIITSC4TlTVTkpa1CpOsUsD { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#e6e6e7;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; }#tQ29CzOkzVIITSC4TlTVTkpa1CpOsUsD > .row .container { background-color: transparent; background-image: none; }#tQ29CzOkzVIITSC4TlTVTkpa1CpOsUsD::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tQ29CzOkzVIITSC4TlTVTkpa1CpOsUsD > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tQ29CzOkzVIITSC4TlTVTkpa1CpOsUsD > .row .container > .video-iframe-container { display: none; }#tQ29CzOkzVIITSC4TlTVTkpa1CpOsUsD > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tQ29CzOkzVIITSC4TlTVTkpa1CpOsUsD > .row > .video-iframe-container { display: none; }#tQ29CzOkzVIITSC4TlTVTkpa1CpOsUsD > .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); }#tQ29CzOkzVIITSC4TlTVTkpa1CpOsUsD > .row .container { border-width: 0; border-radius: 0; }#tQ29CzOkzVIITSC4TlTVTkpa1CpOsUsD > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#tQ29CzOkzVIITSC4TlTVTkpa1CpOsUsD > .row .container { font-size:0.875rem;font-family:arial;height:34.625rem;width:75rem;position:relative;display:block; }#NQx9lonSunEwBvpLBTKpthionwPnnISD { background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius: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-secondary-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.9375rem;height:3rem;text-decoration:none;z-index:15008;text-align:center;text-align-last:center;top:21.1884765625rem;left:37.3115234375rem;display:block; }
#hV42HfZonGGaETNFWNoCMdOdeelkWQfX { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Vl53B79CRg9JfFrCTdUHyrkqVKKIAozW { position:absolute;display:block;z-index:15009;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:27.125rem;width:32.75rem;top:3.71875rem;left:1.1904296875rem;overflow:hidden;display:block; }
#J7bbpoJ0WVxnQl9BgLTmmZ1svi7Slhaq { color:#4b4b4b;display:block;width:28.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15004;line-height:1.5;letter-spacing:0;top:6.625rem;left:37.3115234375rem;height:5.25rem;font-style:normal;display:block; }
#Lk0HhIVcH3Jd8eo5M92S3W78fJwsETpM { color:#4b4b4b;display:block;width:28.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15005;line-height:1.5;letter-spacing:0;top:13.1259765625rem;left:37.3115234375rem;height:6.5625rem;font-style:normal;display:block; }
#qdIxne2r6y1eAxep8fICIrHyiN4bqL3l { color:#4b4b4b;display:block;width:30.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:400;z-index:15005;line-height:1.5;letter-spacing:0;top:3.71875rem;left:37.3115234375rem;height:1.125rem;font-style:normal;display:block; }
#mbW0THga5OHCvn0a51IQiWHCTAR9TBgG { position:relative;display:block; }#mbW0THga5OHCvn0a51IQiWHCTAR9TBgG { background-color: transparent; background-image: none; }#mbW0THga5OHCvn0a51IQiWHCTAR9TBgG::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mbW0THga5OHCvn0a51IQiWHCTAR9TBgG > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mbW0THga5OHCvn0a51IQiWHCTAR9TBgG > .row .container > .video-iframe-container { display: none; }#mbW0THga5OHCvn0a51IQiWHCTAR9TBgG > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mbW0THga5OHCvn0a51IQiWHCTAR9TBgG > .row > .video-iframe-container { display: none; }#mbW0THga5OHCvn0a51IQiWHCTAR9TBgG > .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); }#mbW0THga5OHCvn0a51IQiWHCTAR9TBgG { border-width: 0; border-radius: 0; }#mbW0THga5OHCvn0a51IQiWHCTAR9TBgG > .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; }#mbW0THga5OHCvn0a51IQiWHCTAR9TBgG > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#f9f9f7;background-image:none;font-size:0.875rem;font-family:arial;height:35.6875rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#KybpAGBKfIQh48QOdWxiiPJchRi4quUv { color:#4b4b4b;display:block;width:24.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15008;line-height:1.5;letter-spacing:0;top:15.75rem;left:2.25rem;height:7.875rem;font-style:normal;display:block; }
#J6yvIP8v3ZCqEB6IcauWNvzTmNT0O9bi { color:#4b4b4b;display:block;width:25.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15007;line-height:1.5;letter-spacing:0;top:5.6875rem;left:2.25rem;height:9.1875rem;font-style:normal;display:block; }
#wWsAHUTorTqlNGXkCQil6TNCa6T4shr7 { color:#4b4b4b;display:block;width:30.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:400;z-index:15008;line-height:1.5;letter-spacing:0;top:3.6875rem;left:2.25rem;height:1.125rem;font-style:normal;display:block; }
#bPQcVOuZwvqRzHAT66QCQhPMqDKtDAhh { position:absolute;display:block;z-index:15009;border-bottom:0;border-left:0;border-right:0;border-top: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:30.375rem;width:36.6875rem;top:3.6875rem;left:37.125rem;overflow:hidden;display:block; }
#ZCBMUaoRStX4n0V0v0FfmeevTenxXhyS { position:relative;display:block; }#ZCBMUaoRStX4n0V0v0FfmeevTenxXhyS { background-color: transparent; background-image: none; }#ZCBMUaoRStX4n0V0v0FfmeevTenxXhyS::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZCBMUaoRStX4n0V0v0FfmeevTenxXhyS > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZCBMUaoRStX4n0V0v0FfmeevTenxXhyS > .row .container > .video-iframe-container { display: none; }#ZCBMUaoRStX4n0V0v0FfmeevTenxXhyS > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZCBMUaoRStX4n0V0v0FfmeevTenxXhyS > .row > .video-iframe-container { display: none; }#ZCBMUaoRStX4n0V0v0FfmeevTenxXhyS > .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); }#ZCBMUaoRStX4n0V0v0FfmeevTenxXhyS { border-width: 0; border-radius: 0; }#ZCBMUaoRStX4n0V0v0FfmeevTenxXhyS > .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; }#ZCBMUaoRStX4n0V0v0FfmeevTenxXhyS > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#f9f9f7;background-image:none;font-size:0.875rem;font-family:arial;height:45.3125rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#rP2zENwfivo0F55ULEam02cO4iEpP9NM { color:#4b4b4b;display:block;width:20.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:400;z-index:15008;line-height:1.5;letter-spacing:0;top:1.1875rem;left:39.1875rem;height:9rem;font-style:normal;display:block; }
#ncQwUm9wXJUftDmaNsAg643Ka1bM0xA9 { position:absolute;display:block;z-index:15009;border-bottom:0;border-left:0;border-right:0;border-top: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:44.0625rem;width:36.5625rem;top:1.1875rem;left:1.25rem;overflow:hidden;display:block; }
#o1rPhm74UZDnE8C0ZPM7KQMtUaazrf4y { color:#4b4b4b;display:block;width:30.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15009;line-height:1.5;letter-spacing:0;top:10.9375rem;left:39.1875rem;height:1.3125rem;font-style:normal;display:block; }
#sqzdXyHcyN6B0SQUfyi80tXTBOBBTiTn { position:absolute;display:block;z-index:15010;border-bottom:0;border-left:0;border-right:0;border-top: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:25.5625rem;width:21.1875rem;top:13rem;left:38.875rem;overflow:hidden;display:block; }
#KfbNnmUiVMmf6TnbnRa453fQoGTcuIwq { position:relative;display:block; }#KfbNnmUiVMmf6TnbnRa453fQoGTcuIwq { background-color: transparent; background-image: none; }#KfbNnmUiVMmf6TnbnRa453fQoGTcuIwq::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KfbNnmUiVMmf6TnbnRa453fQoGTcuIwq > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KfbNnmUiVMmf6TnbnRa453fQoGTcuIwq > .row .container > .video-iframe-container { display: none; }#KfbNnmUiVMmf6TnbnRa453fQoGTcuIwq > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KfbNnmUiVMmf6TnbnRa453fQoGTcuIwq > .row > .video-iframe-container { display: none; }#KfbNnmUiVMmf6TnbnRa453fQoGTcuIwq > .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); }#KfbNnmUiVMmf6TnbnRa453fQoGTcuIwq { border-width: 0; border-radius: 0; }#KfbNnmUiVMmf6TnbnRa453fQoGTcuIwq > .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; }#KfbNnmUiVMmf6TnbnRa453fQoGTcuIwq > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#f9f9f7;background-image:none;font-size:0.875rem;font-family:arial;height:39.875rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#yaNBTcZyBP2euCZ0G6oVI2UAk4aLnT36 { position:absolute;display:block;z-index:15009;border-bottom:0;border-left:0;border-right:0;border-top: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:30.3125rem;width:36.5625rem;top:4.78125rem;left:19.21875rem;overflow:hidden;display:block; }
#HO2MfDlIKM39JNHslnVMC5tuJCzPJ3oy { position:relative;display:block; }#HO2MfDlIKM39JNHslnVMC5tuJCzPJ3oy { background-color: transparent; background-image: none; }#HO2MfDlIKM39JNHslnVMC5tuJCzPJ3oy::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HO2MfDlIKM39JNHslnVMC5tuJCzPJ3oy > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HO2MfDlIKM39JNHslnVMC5tuJCzPJ3oy > .row .container > .video-iframe-container { display: none; }#HO2MfDlIKM39JNHslnVMC5tuJCzPJ3oy > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HO2MfDlIKM39JNHslnVMC5tuJCzPJ3oy > .row > .video-iframe-container { display: none; }#HO2MfDlIKM39JNHslnVMC5tuJCzPJ3oy > .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); }#HO2MfDlIKM39JNHslnVMC5tuJCzPJ3oy { border-width: 0; border-radius: 0; }#HO2MfDlIKM39JNHslnVMC5tuJCzPJ3oy > .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; }#HO2MfDlIKM39JNHslnVMC5tuJCzPJ3oy > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#f9f9f7;background-image:none;font-size:0.875rem;font-family:arial;height:44.125rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#uWGDhSTJ0xgWrTG22uXX2WppCOmLr2qQ { color:#4b4b4b;display:block;width:23.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15013;line-height:1.5;letter-spacing:0;top:5.3125rem;left:2.5rem;height:11.8125rem;font-style:normal;display:block; }
#TLdzqhCPMuI75VmndlKydQ0P7wn3OHK8 { color:#4b4b4b;display:block;width:25.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15014;line-height:1.5;letter-spacing:0;top:18.0625rem;left:2.5rem;height:6.5625rem;font-style:normal;display:block; }
#pkHd88TUMGZ2GCFnaihdFiixsMdCUa10 { color:#4b4b4b;display:block;width:30.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15014;line-height:1.5;letter-spacing:0;top:2.75rem;left:2.5rem;height:1.3125rem;font-style:normal;display:block; }
#iAATzHCT8TLxi6B2k62tNLosFSyOyiUd { color:#4b4b4b;display:block;width:27.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:400;z-index:15015;line-height:1.5;letter-spacing:0;top:26.6875rem;left:2.5rem;height:1.125rem;font-style:normal;display:block; }
#ToBgzikTGk2rt2DvC2ut2Wwgc84bZw79 { color:#4b4b4b;display:block;width:25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15016;line-height:1.5;letter-spacing:0;top:30.3125rem;left:5rem;height:2.625rem;font-style:normal;display:block; }
#so49FTkXXwWkaqeq3KxaXsERBGylPzXu { position:absolute;display:block;z-index:15017;border-bottom:0;border-left:0;border-right:0;border-top: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.5rem;width:1.5rem;top:30.3125rem;left:2.5rem;overflow:hidden;display:block; }
#JxhmQ9Aos2g5c0TNDFkd3LJTzBx08J3J { position:absolute;display:block;z-index:15019;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.25rem;width:1.25rem;top:35.25rem;left:2.5rem;overflow:hidden;display:block; }
#yERC7ov3NQiHgLfqavy1GRpxmS1OLnVr { color:#4b4b4b;display:block;width:25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15018;line-height:1.5;letter-spacing:0;top:35.3125rem;left:5rem;height:2.625rem;font-style:normal;display:block; }
#RVQ6AT7HdE70kWTar5W9z6oATnpiGpEV { color:#4b4b4b;display:block;width:25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15020;line-height:1.5;letter-spacing:0;top:40.25rem;left:5rem;height:1.3125rem;font-style:normal;display:block; }
#gHigOXmV6uoRqTBwmkGw8EzrKV5nbXQn { position:absolute;display:block;z-index:15021;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.25rem;width:1.375rem;top:40.1875rem;left:2.5rem;overflow:hidden;display:block; }
#BTThwQmN0MvxAp80K3DLO39xL5wi2BsP { position:absolute;display:block;z-index:15022;border-bottom:0;border-left:0;border-right:0;border-top: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:17.8125rem;width:12.4375rem;top:2.8125rem;left:32.9375rem;overflow:hidden;display:block; }
#LNaczIvsTbyaMXUkSUDs48kG3OWcoswX { position:absolute;display:block;z-index:15023;border-bottom:0;border-left:0;border-right:0;border-top: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:38.8125rem;width:27rem;top:2.8125rem;left:46.75rem;overflow:hidden;display:block; }
#whZgn1H5wqCgyqXDTL0x0rW367yqUgdQ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f9f9f7;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; }#whZgn1H5wqCgyqXDTL0x0rW367yqUgdQ > .row .container { background-color: transparent; background-image: none; }#whZgn1H5wqCgyqXDTL0x0rW367yqUgdQ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#whZgn1H5wqCgyqXDTL0x0rW367yqUgdQ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#whZgn1H5wqCgyqXDTL0x0rW367yqUgdQ > .row .container > .video-iframe-container { display: none; }#whZgn1H5wqCgyqXDTL0x0rW367yqUgdQ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#whZgn1H5wqCgyqXDTL0x0rW367yqUgdQ > .row > .video-iframe-container { display: none; }#whZgn1H5wqCgyqXDTL0x0rW367yqUgdQ > .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); }#whZgn1H5wqCgyqXDTL0x0rW367yqUgdQ > .row .container { border-width: 0; border-radius: 0; }#whZgn1H5wqCgyqXDTL0x0rW367yqUgdQ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#whZgn1H5wqCgyqXDTL0x0rW367yqUgdQ > .row .container { font-size:0.875rem;font-family:arial;height:15rem;width:75rem;position:relative;display:block; }#Z5T3T6T3SM7LPAbFMFetG5s64MXmyUNC { color:#4b4b4b;display:block;width:16.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15003;line-height:1.5;letter-spacing:0;top:7.1875rem;left:9.3125rem;height:2.625rem;font-style:normal;display:block; }
#nX69TTtzBFz9HXf6AZHKrk34MPDQo2s4 { color:rgba(var(--color-tertiary-4),1);display:block;width:17.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15004;line-height:1.3;letter-spacing:0;top:5rem;left:9.3125rem;height:1.25rem;font-style:normal;display:block; }
#NQorPMVuLzfIXhWT02oqihviGmiumF9h { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.8125rem;width:2.0625rem;top:5.25rem;left:6.25rem;overflow:hidden;display:block; }
#GDya96hJnl4mGcyZToT8IpNZ0t0zZMJO { color:#4b4b4b;display:block;width:16.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15006;line-height:1.5;letter-spacing:0;top:7.3125rem;left:32.375rem;height:2.625rem;font-style:normal;display:block; }
#kIscR7Tr4Vmynn79rGK3RWGVLxD7sMTP { color:rgba(var(--color-tertiary-4),1);display:block;width:16.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15007;line-height:1.3;letter-spacing:0;top:5.1875rem;left:32.375rem;height:1.25rem;font-style:normal;display:block; }
#Tgt3qwG9EDETlrW9VvTqH0C4gSsf3H03 { color:#4b4b4b;display:block;width:13.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15009;line-height:1.5;letter-spacing:0;top:7.125rem;left:55rem;height:2.625rem;font-style:normal;display:block; }
#HrianfZmbHN3MDqxLvOFzklnK1wNVI84 { color:rgba(var(--color-tertiary-4),1);display:block;width:13.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15010;line-height:1.3;letter-spacing:0;top:5rem;left:55rem;height:1.25rem;font-style:normal;display:block; }
#J2uAWg0zIGQKa5uZTUFV1FJpPiXQ2AFy { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.0625rem;width:2.0625rem;top:5rem;left:29.4375rem;overflow:hidden;display:block; }
#KyWexpJAaIdFL7LsntAuFLImbT6KRC7w { position:absolute;display:block;z-index:15009;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.875rem;width:2.0625rem;top:5rem;left:52.125rem;overflow:hidden;display:block; }
#Qrwc9NAzWWK3WAiregFlHRd1LwXduOoK { position:relative;display:block; }#Qrwc9NAzWWK3WAiregFlHRd1LwXduOoK { background-color: transparent; background-image: none; }#Qrwc9NAzWWK3WAiregFlHRd1LwXduOoK::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Qrwc9NAzWWK3WAiregFlHRd1LwXduOoK > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Qrwc9NAzWWK3WAiregFlHRd1LwXduOoK > .row .container > .video-iframe-container { display: none; }#Qrwc9NAzWWK3WAiregFlHRd1LwXduOoK > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Qrwc9NAzWWK3WAiregFlHRd1LwXduOoK > .row > .video-iframe-container { display: none; }#Qrwc9NAzWWK3WAiregFlHRd1LwXduOoK > .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); }#Qrwc9NAzWWK3WAiregFlHRd1LwXduOoK { border-width: 0; border-radius: 0; }#Qrwc9NAzWWK3WAiregFlHRd1LwXduOoK > .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; }#Qrwc9NAzWWK3WAiregFlHRd1LwXduOoK > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#f9f9f7;background-image:none;font-size:0.875rem;font-family:arial;height:32.8125rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#pnxk7dtCCxlQsCTCsStBFNxF0CsQCBPh { position:absolute;display:block;z-index:15009;border-bottom:0;border-left:0;border-right:0;border-top: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:30.3125rem;width:72.4375rem;top:1.1875rem;left:1.25rem;overflow:hidden;display:block; }
#F00b33TlR62UoWhhA9FfSiKTfVi7e8rJ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f9f9f7;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; }#F00b33TlR62UoWhhA9FfSiKTfVi7e8rJ > .row .container { background-color: transparent; background-image: none; }#F00b33TlR62UoWhhA9FfSiKTfVi7e8rJ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#F00b33TlR62UoWhhA9FfSiKTfVi7e8rJ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#F00b33TlR62UoWhhA9FfSiKTfVi7e8rJ > .row .container > .video-iframe-container { display: none; }#F00b33TlR62UoWhhA9FfSiKTfVi7e8rJ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#F00b33TlR62UoWhhA9FfSiKTfVi7e8rJ > .row > .video-iframe-container { display: none; }#F00b33TlR62UoWhhA9FfSiKTfVi7e8rJ > .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); }#F00b33TlR62UoWhhA9FfSiKTfVi7e8rJ > .row .container { border-width: 0; border-radius: 0; }#F00b33TlR62UoWhhA9FfSiKTfVi7e8rJ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#F00b33TlR62UoWhhA9FfSiKTfVi7e8rJ > .row .container { font-size:0.875rem;font-family:arial;height:42.0625rem;width:75rem;position:relative;display:block; }#nAqWWeM30gBZoXn6yTWzxTCCIEfHHMGX .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:#f9f9f7;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;vertical-align:top; }
#nAqWWeM30gBZoXn6yTWzxTCCIEfHHMGX .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; }
#nAqWWeM30gBZoXn6yTWzxTCCIEfHHMGX .accordion-heading-text { display:block;position:relative;width:100%;font-family:var(--headlines-font-family);font-weight:400;font-size:0.875rem;color:rgba(var(--color-tertiary-4),1);font-style:normal;height:auto; }
#nAqWWeM30gBZoXn6yTWzxTCCIEfHHMGX .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.75rem;font-family:var(--paragraphs-font-family);color:rgba(var(--color-tertiary-4),1);font-weight:300;font-style:normal;height:auto;line-height:1.5;overflow:hidden; }
#nAqWWeM30gBZoXn6yTWzxTCCIEfHHMGX .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_f8a16b78e965a48beb68dd0d0839d952.svg");background-size:contain !important; }#nAqWWeM30gBZoXn6yTWzxTCCIEfHHMGX .accordion-trigger.adaptive-delivery-prevent-bg, #nAqWWeM30gBZoXn6yTWzxTCCIEfHHMGX .accordion-trigger.lazyload, #nAqWWeM30gBZoXn6yTWzxTCCIEfHHMGX .accordion-trigger.lazyloading { background-image: none; }
#nAqWWeM30gBZoXn6yTWzxTCCIEfHHMGX { box-sizing:content-box;height:auto;width:25.4375rem;position:absolute;display:flex;flex-direction:column;gap:0.5rem;z-index:15024;background-color:transparent;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;top:0.875rem;left:1.25rem; }
#nAqWWeM30gBZoXn6yTWzxTCCIEfHHMGX #sS1Oor1g8ThtZ7DIeAIiQBIzXCU93p2c { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#nAqWWeM30gBZoXn6yTWzxTCCIEfHHMGX #WEhGoGITeZ0ZusMivEHnGShCrpr37uTF { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#nAqWWeM30gBZoXn6yTWzxTCCIEfHHMGX #MU6L1999CuZDtLzTIJfEG2w4ac42sXCb { display:block;position:relative; }
#nAqWWeM30gBZoXn6yTWzxTCCIEfHHMGX #XZc4l7fNFF7GmABV0pekbKTAGmdNR35U {  }
#nAqWWeM30gBZoXn6yTWzxTCCIEfHHMGX #KBwZ42tk79z4DBatpt88Q1V6cDhrEgQD {  }
#nAqWWeM30gBZoXn6yTWzxTCCIEfHHMGX #cNAZnA3pa8AwqnebuJDaWovv07ZCxI6h { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#nAqWWeM30gBZoXn6yTWzxTCCIEfHHMGX #G2gvt1GQ5Pex5nN9aA4x4XzonMO57Thv { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#nAqWWeM30gBZoXn6yTWzxTCCIEfHHMGX #z5sw7veOVVar3Den3BJpOhBgTkT9mEm6 { display:block;position:relative; }
#nAqWWeM30gBZoXn6yTWzxTCCIEfHHMGX #wVOunSFCEiTnmuLzXWwkFaN7yHt1GoBK {  }
#nAqWWeM30gBZoXn6yTWzxTCCIEfHHMGX #aqEqW6CJmaZ7uq4EKBcZkONqd9chxToF { display:none; }
#nAqWWeM30gBZoXn6yTWzxTCCIEfHHMGX #gtcT7cTopKZn4POUaiCD3omAP41uBrPT { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#nAqWWeM30gBZoXn6yTWzxTCCIEfHHMGX #OVUF1Nh3UuUoOfCFB9UTamPqqdR8kH9F { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#nAqWWeM30gBZoXn6yTWzxTCCIEfHHMGX #J2WS82v6nlLgbo5UDisOfeynJFFl00kw { display:block;position:relative; }
#nAqWWeM30gBZoXn6yTWzxTCCIEfHHMGX #tm8QykKhtwvOZthNS6MhMIp56rVp63dz {  }
#nAqWWeM30gBZoXn6yTWzxTCCIEfHHMGX #C4DC34aMevbCLxpArNBkNLmElP3c0mLu { display:none; }
#nAqWWeM30gBZoXn6yTWzxTCCIEfHHMGX #xtvfFakStTn47TrT4G39WRSVRdNUtQTF { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#nAqWWeM30gBZoXn6yTWzxTCCIEfHHMGX #scfaH8n0qIanOp0z7uzlohk5CUiCglwE { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#nAqWWeM30gBZoXn6yTWzxTCCIEfHHMGX #ZLdhqFfPcHd5UnUuyy5pFov2cVyU7xqC { display:block;position:relative; }
#nAqWWeM30gBZoXn6yTWzxTCCIEfHHMGX #RJuHCVMITmiRfIbXyvFzVqgt54pvPSeC {  }
#nAqWWeM30gBZoXn6yTWzxTCCIEfHHMGX #Q2XgZr1bthVnXk2aPEaQQslrHDpAR8x3 { display:none; }
#nAqWWeM30gBZoXn6yTWzxTCCIEfHHMGX #gcmmz9kOEvIuJATQLzofP2sppydBLn1U { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#nAqWWeM30gBZoXn6yTWzxTCCIEfHHMGX #hfM0hH0Ibli6V6mqsieMmsHpnZtLHD31 { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#nAqWWeM30gBZoXn6yTWzxTCCIEfHHMGX #GQtlTCltuX0zJ2WIfw2l5Jv2UWZwfK3F { display:block;position:relative; }
#nAqWWeM30gBZoXn6yTWzxTCCIEfHHMGX #g4wPnuozkgckPxAuZxnANkG2nu6e4M5e {  }
#nAqWWeM30gBZoXn6yTWzxTCCIEfHHMGX #t64TgcusqlaLqOK5DuGbE27l07lQssxh { display:none; }
#nAqWWeM30gBZoXn6yTWzxTCCIEfHHMGX #wcXxISklI3wi2sgblHWO7n7ePCcMqrxO { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#nAqWWeM30gBZoXn6yTWzxTCCIEfHHMGX #O1V4LLg0ComT0hat27nPky0vUeJsyrJc { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#nAqWWeM30gBZoXn6yTWzxTCCIEfHHMGX #VeIExsMP2a4fKrJmko15X3XHeG1EHzcA { display:block;position:relative; }
#nAqWWeM30gBZoXn6yTWzxTCCIEfHHMGX #JrugTKSqIvVaRoFwJ2tdSOKkDS2aEq1K {  }
#nAqWWeM30gBZoXn6yTWzxTCCIEfHHMGX #oF5NsF3P8T4ylWgQ06pNaKduFC2OX7oD { display:none; }
#DGCJ7sI8szwy8h0JaQm2bJCUM2cKwJRT { position:absolute;display:block;z-index:15010;border-bottom:0;border-left:0;border-right:0;border-top: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:36.3125rem;width:29.875rem;top:2.125rem;left:41.375rem;overflow:hidden;display:block; }
#GJIGcSGoIIDC8abGR3R6W9FBTsVDFzFg { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#e6e6e7;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; }#GJIGcSGoIIDC8abGR3R6W9FBTsVDFzFg > .row .container { background-color: transparent; background-image: none; }#GJIGcSGoIIDC8abGR3R6W9FBTsVDFzFg::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GJIGcSGoIIDC8abGR3R6W9FBTsVDFzFg > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GJIGcSGoIIDC8abGR3R6W9FBTsVDFzFg > .row .container > .video-iframe-container { display: none; }#GJIGcSGoIIDC8abGR3R6W9FBTsVDFzFg > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GJIGcSGoIIDC8abGR3R6W9FBTsVDFzFg > .row > .video-iframe-container { display: none; }#GJIGcSGoIIDC8abGR3R6W9FBTsVDFzFg > .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); }#GJIGcSGoIIDC8abGR3R6W9FBTsVDFzFg > .row .container { border-width: 0; border-radius: 0; }#GJIGcSGoIIDC8abGR3R6W9FBTsVDFzFg > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#GJIGcSGoIIDC8abGR3R6W9FBTsVDFzFg > .row .container { font-size:0.875rem;font-family:arial;height:31.625rem;width:75rem;position:relative;display:block; }#tNJkAdycJSsNUTn17vvtbKXfhu0MhaNp { position:absolute;display:block;z-index:15009;border-bottom:0;border-left:0;border-right:0;border-top: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:23.8125rem;width:28.6875rem;top:3.875rem;left:1.32421875rem;overflow:hidden;display:block; }
#qCXBq42NaFxP0E2FMdh3AweXDK9Ezoxu { color:#4b4b4b;display:block;width:28.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15004;line-height:1.5;letter-spacing:0;top:6.375rem;left:37.5rem;height:3.9375rem;font-style:normal;display:block; }
#QTJk1urUlvUODgwVn3RNm1RKXCgmuG3N { color:#4b4b4b;display:block;width:28.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15005;line-height:1.5;letter-spacing:0;top:18.625rem;left:37.5rem;height:3.9375rem;font-style:normal;display:block; }
#Q760vk4fusKpVJJet27uui0cBzOhNQmS { color:#4b4b4b;display:block;width:30.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:400;z-index:15005;line-height:1.5;letter-spacing:0;top:3.9375rem;left:37.5rem;height:1.125rem;font-style:normal;display:block; }
#Z2SWVJ2uiDGsQlccHWX7e2KQzxDpuTO6 { background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius: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-secondary-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.9375rem;height:3rem;text-decoration:none;z-index:15009;text-align:center;text-align-last:center;top:12.0625rem;left:37.5rem;display:block; }
#WSN4S6JDuLyzxOLrVe4iwkvCm6hXa3EM { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Kt36i9kzZiH2k63uSzXPgaZBx4lGTQo0 { background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius: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-secondary-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.9375rem;height:3rem;text-decoration:none;z-index:15010;text-align:center;text-align-last:center;top:24.5625rem;left:37.5rem;display:block; }
#GFguZeMdctQ6VfT3cF5JQB6igziG1HWv { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#VTiJTvTlhlIlzVfxuFDBqvTauPrC5421 { position:relative;display:none; }#VTiJTvTlhlIlzVfxuFDBqvTauPrC5421 { border-width: 0; border-radius: 0; }#VTiJTvTlhlIlzVfxuFDBqvTauPrC5421 > .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; }#VTiJTvTlhlIlzVfxuFDBqvTauPrC5421 > .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:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#n1hJqv20lmwo5JdhShzyUOwT2RaUPteh { 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:3.125rem;width:9.5rem;top:3.5rem;left:2.3125rem;overflow:hidden;display:none; }
#PFGG4Qz55VBhx2IiJQ7pSAI1t2WbJ5up .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:rgba(var(--color-tertiary-0),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;vertical-align:top; }
#PFGG4Qz55VBhx2IiJQ7pSAI1t2WbJ5up .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; }
#PFGG4Qz55VBhx2IiJQ7pSAI1t2WbJ5up .accordion-heading-text { display:block;position:relative;width:100%;font-family:var(--headlines-font-family);font-weight:700;font-size:1.25rem;color:rgba(var(--color-tertiary-4),1); }
#PFGG4Qz55VBhx2IiJQ7pSAI1t2WbJ5up .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-4),1); }
#PFGG4Qz55VBhx2IiJQ7pSAI1t2WbJ5up .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_02e247896c3ae247f9d053076ef9cefb.svg");background-size:contain !important; }#PFGG4Qz55VBhx2IiJQ7pSAI1t2WbJ5up .accordion-trigger.adaptive-delivery-prevent-bg, #PFGG4Qz55VBhx2IiJQ7pSAI1t2WbJ5up .accordion-trigger.lazyload, #PFGG4Qz55VBhx2IiJQ7pSAI1t2WbJ5up .accordion-trigger.lazyloading { background-image: none; }
#PFGG4Qz55VBhx2IiJQ7pSAI1t2WbJ5up { box-sizing:content-box;height:auto;width:17.5rem;position:absolute;display:flex;flex-direction:column;gap:0.625rem;z-index:15000;background-color:rgba(var(--color-secondary-0),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;display:none; }
#PFGG4Qz55VBhx2IiJQ7pSAI1t2WbJ5up .accordion-element-container:first-of-type .accordion-desc-text { display: none; }#PFGG4Qz55VBhx2IiJQ7pSAI1t2WbJ5up #VXIGSlGxuocTfNlvWpxaDQit8w4VzuRm { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#PFGG4Qz55VBhx2IiJQ7pSAI1t2WbJ5up #RGN34XHSXhduHF5LTTKuTiQn94bIzvvE { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#PFGG4Qz55VBhx2IiJQ7pSAI1t2WbJ5up #hdUgt0FyCfVJUDPiX350Nt6xAn1ryqbk { display:block;position:relative; }
#PFGG4Qz55VBhx2IiJQ7pSAI1t2WbJ5up #TkdHZuzsbkqzATMNLJwl6UQHb0AnaxnL {  }
#PFGG4Qz55VBhx2IiJQ7pSAI1t2WbJ5up #rWeAdyXZVlRqWBCS9cUCMVQfn9lbSLba {  }
#PFGG4Qz55VBhx2IiJQ7pSAI1t2WbJ5up #Z3ZLpBq3JQW7huke3PxWTROCV77Oo7QW { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#PFGG4Qz55VBhx2IiJQ7pSAI1t2WbJ5up #UHFvmrexT8uhertMb9lk5xgncAEF7bpH { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#PFGG4Qz55VBhx2IiJQ7pSAI1t2WbJ5up #TbFb3ce6y1FSO03XBno6w1PUhAXKeSuw { display:block;position:relative; }
#PFGG4Qz55VBhx2IiJQ7pSAI1t2WbJ5up #kATzTUNxw4iL5enS95PK6nkT66eTN2A1 {  }
#PFGG4Qz55VBhx2IiJQ7pSAI1t2WbJ5up #FtW1iMeATlZ5SMFyAcS4nC70dxdnoudF { display:none; }
#PFGG4Qz55VBhx2IiJQ7pSAI1t2WbJ5up #fwv1iOKCWeHNzswWvOuwp1h9x0VNrvbV { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#PFGG4Qz55VBhx2IiJQ7pSAI1t2WbJ5up #w55OEyoVPDKKoMdSoy4ta4Q0Um1grmk2 { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#PFGG4Qz55VBhx2IiJQ7pSAI1t2WbJ5up #vmbLuIGCnH0AumRmPKzbO7cyO3iqaVRu { display:block;position:relative; }
#PFGG4Qz55VBhx2IiJQ7pSAI1t2WbJ5up #VXOwv0NBgA7u3B4UqN50wcgTLdtgP5eK {  }
#PFGG4Qz55VBhx2IiJQ7pSAI1t2WbJ5up #FsklkRfgTEAKZhHHdMM9vG4IfRuxVCTR { display:none; }
#PFGG4Qz55VBhx2IiJQ7pSAI1t2WbJ5up #pieapdp8apfU4AMQBocKULCeM2pz03Ks { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#PFGG4Qz55VBhx2IiJQ7pSAI1t2WbJ5up #FmTlTHTxcrgvwVS3TOzbeHyIeRnTHZrw { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#PFGG4Qz55VBhx2IiJQ7pSAI1t2WbJ5up #gCJBPlHumILgnDgx1I9hGvGpXUC9HDbM { display:block;position:relative; }
#PFGG4Qz55VBhx2IiJQ7pSAI1t2WbJ5up #sT9xlxwiNFFAoMgop0T5ysMznWV5XGCl {  }
#PFGG4Qz55VBhx2IiJQ7pSAI1t2WbJ5up #gZq1laZvJ0FvStkd0PXaoFgtFuhDvDM9 { display:none; }
#MsxnTdP42nzqTzdFpBgvTOXw96SyqTiO { color:#4b4b4b;display:block;width:10.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15006;line-height:1.5;letter-spacing:0;top:7.5625rem;left:2.5rem;height:1.5rem;font-style:normal;display:none; }
#oMPJi3PaumT88fJgWcG5VDXhiQaSMmX5 { position:absolute;display:block;z-index:15019;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.5rem;width:25rem;top:27.75rem;left:2.5rem;overflow:hidden;display:none; }
#ZZJtKBh7ebUuNrIkdQC1P17JTFQvtTrO { box-sizing:content-box;color:#5d92ff;font-size:0.875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15021;opacity:1;top:19.4375rem;left:64.3125rem;display:none; }
#ZZJtKBh7ebUuNrIkdQC1P17JTFQvtTrO > img { max-width: 100%;max-height:100%; width:1.25rem; height:1.25rem; }#u32CN8Mts5dX8Ze70Skaw6UQLhMS86Gq { box-sizing:content-box;color:#5d92ff;font-size:0.875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15022;opacity:1;top:19.4375rem;left:61.25rem;display:none; }
#u32CN8Mts5dX8Ze70Skaw6UQLhMS86Gq > img { max-width: 100%;max-height:100%; width:1.25rem; height:1.25rem; }#JblbBNXi0hhXfTAbDUFMw5OJh3Vp93pg { box-sizing:content-box;color:#5d92ff;font-size:0.875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15020;opacity:1;top:19.4375rem;left:66.875rem;display:none; }
#JblbBNXi0hhXfTAbDUFMw5OJh3Vp93pg > img { max-width: 100%;max-height:100%; width:1.25rem; height:1.25rem; }#mQJ9REHCfQnHGP35lEa3HftAeWPsPcXx { position:relative;display:block; }#mQJ9REHCfQnHGP35lEa3HftAeWPsPcXx { background-color: transparent; background-image: none; }#mQJ9REHCfQnHGP35lEa3HftAeWPsPcXx::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mQJ9REHCfQnHGP35lEa3HftAeWPsPcXx > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mQJ9REHCfQnHGP35lEa3HftAeWPsPcXx > .row .container > .video-iframe-container { display: none; }#mQJ9REHCfQnHGP35lEa3HftAeWPsPcXx > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mQJ9REHCfQnHGP35lEa3HftAeWPsPcXx > .row > .video-iframe-container { display: none; }#mQJ9REHCfQnHGP35lEa3HftAeWPsPcXx > .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); }#mQJ9REHCfQnHGP35lEa3HftAeWPsPcXx { border-width: 0; border-radius: 0; }#mQJ9REHCfQnHGP35lEa3HftAeWPsPcXx > .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; }#mQJ9REHCfQnHGP35lEa3HftAeWPsPcXx > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#f9f9f7;background-image:none;font-size:0.875rem;font-family:arial;height:32rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#RwUFkfpLQzaRXN4fEowmebkywc0euZmU { 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:3.125rem;width:9.5rem;top:3.5rem;left:2.3125rem;overflow:hidden;display:block; }
#JyXSH226T2wEqTJzu4naUC6zxxKsfHBq { color:#4b4b4b;display:block;width:10.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15006;line-height:1.5;letter-spacing:0;top:7.5625rem;left:2.5rem;height:1.5rem;font-style:normal;display:block; }
#vX6o2O4Bta3sf3TJuBcgsA5EJTo7FlPh { color:rgba(var(--color-secondary-2),1);display:block;width:8.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:400;z-index:15006;line-height:1.5;letter-spacing:0;top:4.4375rem;left:28.75rem;height:1.125rem;font-style:normal;display:block; }
#r9LOU6cQC5xgv5FkFAFJf6Z891Vhe6Um { color:rgba(var(--color-tertiary-2),1);display:block;width:8.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:400;z-index:15007;line-height:1.5;letter-spacing:0;top:6.9375rem;left:28.75rem;height:0;font-style:normal;display:block; }
#k0TvDB7IST9bpD5f6pRRXMFRzmARxflU { color:rgba(var(--color-tertiary-2),1);display:block;width:8.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:400;z-index:15008;line-height:1.5;letter-spacing:0;top:8.5625rem;left:28.75rem;height:1.125rem;font-style:normal;display:block; }
#iyXztOrp2yCSLiWNm4QSCeoWMH8TeApC { color:rgba(var(--color-tertiary-2),1);display:block;width:11.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:400;z-index:15009;line-height:1.5;letter-spacing:0;top:10.375rem;left:28.75rem;height:1.125rem;font-style:normal;display:block; }
#LzHGeZLoV2vTHp7mq5AuGn6tmOMTUVWP { color:rgba(var(--color-tertiary-2),1);display:block;width:11.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:400;z-index:15010;line-height:1.5;letter-spacing:0;top:12.25rem;left:28.75rem;height:0;font-style:normal;display:block; }
#UPGvGeDsbTHGqQHD2KSLXnpzCWf3lDTi { color:rgba(var(--color-tertiary-2),1);display:block;width:11.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:400;z-index:15013;line-height:1.5;letter-spacing:0;top:10.4375rem;left:45rem;height:1.125rem;font-style:normal;display:block; }
#ZHncPyoT4Aobfa13mc9DAKBnIUvvCC45 { color:rgba(var(--color-tertiary-2),1);display:block;width:8.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:400;z-index:15011;line-height:1.5;letter-spacing:0;top:7rem;left:45rem;height:1.125rem;font-style:normal;display:block; }
#K70ktO6to6h0uxtMZIZfV8O9SB0q2SX5 { color:rgba(var(--color-tertiary-2),1);display:block;width:8.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:400;z-index:15012;line-height:1.5;letter-spacing:0;top:8.625rem;left:45rem;height:1.125rem;font-style:normal;display:block; }
#eang7e4Vxxkt8ELzi8z39uGHSNQGUgnl { color:rgba(var(--color-secondary-2),1);display:block;width:8.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:400;z-index:15010;line-height:1.5;letter-spacing:0;top:4.5rem;left:45rem;height:1.125rem;font-style:normal;display:block; }
#MVUhFzvco8BnTofW9HyfvHEvMd6enXFh { color:rgba(var(--color-tertiary-2),1);display:block;width:11.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:400;z-index:15015;line-height:1.5;letter-spacing:0;top:12.3125rem;left:61.25rem;height:1.125rem;font-style:normal;display:block; }
#Le4n7dTDJcHfqiucbfWIKrI4kWMFIwXd { color:rgba(var(--color-tertiary-2),1);display:block;width:8.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:400;z-index:15013;line-height:1.5;letter-spacing:0;top:8.625rem;left:61.25rem;height:1.125rem;font-style:normal;display:block; }
#ipaCJKSPABZT85Lnctp1BsTzFA9ohn89 { color:rgba(var(--color-tertiary-2),1);display:block;width:8.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:400;z-index:15012;line-height:1.5;letter-spacing:0;top:7rem;left:61.25rem;height:1.125rem;font-style:normal;display:block; }
#rH7kmKDR0EqnkoB33ZmZAMAcAZ0PTJd7 { color:rgba(var(--color-secondary-2),1);display:block;width:8.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:400;z-index:15011;line-height:1.5;letter-spacing:0;top:4.5rem;left:61.25rem;height:1.125rem;font-style:normal;display:block; }
#T7zqNe7658hSS572yJyt9comKFFLW8Se { color:rgba(var(--color-tertiary-2),1);display:block;width:11.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:400;z-index:15014;line-height:1.5;letter-spacing:0;top:10.4375rem;left:61.25rem;height:1.125rem;font-style:normal;display:block; }
#I9yf78qleFfmmUROKyTOe8g9Zfy9l3i5 { color:rgba(var(--color-secondary-2),1);display:block;width:8.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:400;z-index:15009;line-height:1.5;letter-spacing:0;top:17rem;left:28.75rem;height:1.125rem;font-style:normal;display:block; }
#DpMzvoNoLTpHzbADWxF7OFhzaATyMQHn { color:rgba(var(--color-tertiary-2),1);display:block;width:8.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:400;z-index:15010;line-height:1.5;letter-spacing:0;top:19.5rem;left:28.75rem;height:1.125rem;font-style:normal;display:block; }
#KfTu9loDfuMaNvut9p2X6ecCycVKGTm9 { color:rgba(var(--color-tertiary-2),1);display:block;width:8.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:400;z-index:15014;line-height:1.5;letter-spacing:0;top:19.5rem;left:45rem;height:1.125rem;font-style:normal;display:block; }
#pf5Thapensrobab5g06hpC3OrZGTA9Sn { color:rgba(var(--color-tertiary-2),1);display:block;width:8.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:400;z-index:15015;line-height:1.5;letter-spacing:0;top:21.125rem;left:45rem;height:1.125rem;font-style:normal;display:block; }
#g5bD3eNy74VgoVZcnWvDtzEH9bMHvKXw { color:rgba(var(--color-secondary-2),1);display:block;width:8.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:400;z-index:15013;line-height:1.5;letter-spacing:0;top:17rem;left:45rem;height:1.125rem;font-style:normal;display:block; }
#lmMUT7iXTdFlTInnRwcSIdv0DPBr5WGO { color:rgba(var(--color-tertiary-2),1);display:block;width:8.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:400;z-index:15016;line-height:1.5;letter-spacing:0;top:22.6875rem;left:45rem;height:1.125rem;font-style:normal;display:block; }
#TwKiH35wy46fc9dCl2yrTNv9D7gyPr9J { color:rgba(var(--color-secondary-2),1);display:block;width:8.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:400;z-index:15012;line-height:1.5;letter-spacing:0;top:17.125rem;left:61.25rem;height:1.125rem;font-style:normal;display:block; }
#xlbfWo8DVtzkTJNZPTqfus5N42hi1Da6 { position:absolute;display:block;z-index:15019;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.5rem;width:25rem;top:27.75rem;left:2.5rem;overflow:hidden;display:block; }
#cczhBasCv7tAuSXP2H8RxzDbdwcGJJZv { box-sizing:content-box;color:#5d92ff;font-size:0.875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15020;opacity:1;top:19.4375rem;left:66.875rem; }
#cczhBasCv7tAuSXP2H8RxzDbdwcGJJZv > img { max-width: 100%;max-height:100%; width:1.25rem; height:1.25rem; }#uaeHF2JJDtUHaDstGlsmTNuVTLGt9zN2 { box-sizing:content-box;color:#5d92ff;font-size:0.875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15021;opacity:1;top:19.4375rem;left:63.9375rem; }
#uaeHF2JJDtUHaDstGlsmTNuVTLGt9zN2 > img { max-width: 100%;max-height:100%; width:1.25rem; height:1.25rem; }#Ua5nTveR2TEVDeBE7PO5nN1XfGwGKwQX { box-sizing:content-box;color:#5d92ff;font-size:0.875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15022;opacity:1;top:19.4375rem;left:61.25rem; }
#Ua5nTveR2TEVDeBE7PO5nN1XfGwGKwQX > img { max-width: 100%;max-height:100%; width:1.25rem; height:1.25rem; }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #OI8DrRkkNnvXlw8asfU0Kb1ysoaKELLL { display:block; }#OI8DrRkkNnvXlw8asfU0Kb1ysoaKELLL > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MBT2LD5DfXM3mVtkkqsllrKL10SFDIsL { top:1.25rem;left:14.5rem;width:21.25rem;height:1.125rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DDc9T2lu7DeW5vzzaXhezCdqgfN678RH { top:1rem;left:12rem;width:0.875rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bi3tlkx0gdLUVu6U0kBtsLm9TV40xInH { top:2.25rem;left:17.65625rem;width:12.4375rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #V1Ewva4T3hlOEVJ6uaAtcAfTSRXZglEx { display:block; }#V1Ewva4T3hlOEVJ6uaAtcAfTSRXZglEx > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #p7RyR21pN8EhKtuDzhSBAuwxAbMscLsd { top:3.8125rem;left:0rem;width:36.6875rem;height:30.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pWlrIeo41QKdfHcXKZOif9amgfRR6XGR { top:6.75rem;left:0rem;width:25.3125rem;height:5.25rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fi1U7qXIltcdET0tmVVyNTyq7TFFtsuC { top:12.8125rem;left:0rem;width:24.875rem;height:5.25rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #QBe0vJNzrgPrtThuB9TTpuNPcDeoaxTS { top:19.8125rem;left:0rem;width:24.6875rem;height:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #a7qv4MMCDUyqXHx44ItHKee6hnv6Rhgo { top:20.75rem;left:0rem;width:15.3125rem;height:1.125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #gztnAVA5qRNCE3JcP2NyCTc8JxwQhskW { top:3.8125rem;left:0rem;width:30.125rem;height:1.125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #EsIyDrImJBgLzunwX25M5S7lbpVei2GT { top:20.875rem;left:9.9375rem;width:0.9375rem;height:0.9375rem;display:block; }
#EsIyDrImJBgLzunwX25M5S7lbpVei2GT > img { max-width: 100%;max-height:100%; width:0.9375rem; height:0.9375rem; } }@media only screen and (max-width: 763px) { #wD9UQrQzUoKtBAp5axud9qtvVFF5PycT { top:36.75rem;left:0rem;width:45.875rem;height:55.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #hnDvb1zdsm23n8F1z0FvLqX8qU3N8Xrh { display:block; }#hnDvb1zdsm23n8F1z0FvLqX8qU3N8Xrh > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LTWsIwOcidWDEyC9MGnpGFmecVuHptzQ { top:0rem;left:21.25rem;width:26.125rem;height:31.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #giesz8a2vyf6V0ro4EW7mVguy6TEnqMV { display:block; }#giesz8a2vyf6V0ro4EW7mVguy6TEnqMV > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QgkBFzuHDF5J2AdAhMmEpTphbM4ugZsQ { top:8.375rem;left:0rem;width:16.8125rem;height:3.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #fAr7iTuMDTDTTSEcM298bR48FTvW9JTy { top:6.1875rem;left:0rem;width:17.5rem;height:1.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #oJrhLHra9NCRE4uMDpB8lQaALG9ZMPtG { top:6rem;left:0rem;width:1.8125rem;height:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rBEDsi7NbNWbgovDVCJhesuRfTTMQ10r { top:8.4375rem;left:18.5625rem;width:16.5625rem;height:3.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #cszbxyZeu31ZFuLrhpASTPVdUxrkaHqw { top:6.1875rem;left:18.5625rem;width:15.9375rem;height:1.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZTT7UmyItBKrfReUv8WKRVNZKLga8bp8 { top:8.4375rem;left:34.125rem;width:13.625rem;height:3.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #m8TbSba73ZWipkKXvuiaJpabb70zHPgo { top:6.1875rem;left:33.9375rem;width:13.8125rem;height:1.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fkukcvD0Ur0Jt4gG5PweCklilwv4RLcs { top:6.375rem;left:15.125rem;width:2.5625rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #HBbo1L3vVL1ZODIx8DRBqJ1LBPyEkge3 { top:6.3125rem;left:38.3125rem;width:2.0625rem;height:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #tQ29CzOkzVIITSC4TlTVTkpa1CpOsUsD { display:block; }#tQ29CzOkzVIITSC4TlTVTkpa1CpOsUsD > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NQx9lonSunEwBvpLBTKpthionwPnnISD { width:14.9375rem;height:3rem;top:21.1875rem;left:23.6865234375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hV42HfZonGGaETNFWNoCMdOdeelkWQfX { display:block; }
 }@media only screen and (max-width: 763px) { #Vl53B79CRg9JfFrCTdUHyrkqVKKIAozW { top:3.6875rem;left:0rem;width:32.75rem;height:27.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #J7bbpoJ0WVxnQl9BgLTmmZ1svi7Slhaq { top:6.625rem;left:16.9375rem;width:28.8125rem;height:5.25rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Lk0HhIVcH3Jd8eo5M92S3W78fJwsETpM { top:13.125rem;left:16.9375rem;width:28.875rem;height:6.5625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #qdIxne2r6y1eAxep8fICIrHyiN4bqL3l { top:3.6875rem;left:16.9375rem;width:30.8125rem;height:1.125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #mbW0THga5OHCvn0a51IQiWHCTAR9TBgG { display:block; }#mbW0THga5OHCvn0a51IQiWHCTAR9TBgG > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KybpAGBKfIQh48QOdWxiiPJchRi4quUv { top:15.75rem;left:0rem;width:24.9375rem;height:7.875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #J6yvIP8v3ZCqEB6IcauWNvzTmNT0O9bi { top:5.6875rem;left:0rem;width:25.1875rem;height:9.1875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #wWsAHUTorTqlNGXkCQil6TNCa6T4shr7 { top:3.6875rem;left:0rem;width:30.8125rem;height:1.125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #bPQcVOuZwvqRzHAT66QCQhPMqDKtDAhh { top:3.6875rem;left:0rem;width:36.6875rem;height:30.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZCBMUaoRStX4n0V0v0FfmeevTenxXhyS { display:block; }#ZCBMUaoRStX4n0V0v0FfmeevTenxXhyS > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rP2zENwfivo0F55ULEam02cO4iEpP9NM { top:1.1875rem;left:23.875rem;width:20.125rem;height:9rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ncQwUm9wXJUftDmaNsAg643Ka1bM0xA9 { top:1.1875rem;left:0rem;width:36.5625rem;height:44.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #o1rPhm74UZDnE8C0ZPM7KQMtUaazrf4y { top:10.9375rem;left:16.9375rem;width:30.8125rem;height:1.3125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #sqzdXyHcyN6B0SQUfyi80tXTBOBBTiTn { top:13rem;left:23.875rem;width:21.1875rem;height:25.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #KfbNnmUiVMmf6TnbnRa453fQoGTcuIwq { display:block; }#KfbNnmUiVMmf6TnbnRa453fQoGTcuIwq > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yaNBTcZyBP2euCZ0G6oVI2UAk4aLnT36 { top:4.75rem;left:5.59375rem;width:36.5625rem;height:30.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HO2MfDlIKM39JNHslnVMC5tuJCzPJ3oy { display:block; }#HO2MfDlIKM39JNHslnVMC5tuJCzPJ3oy > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uWGDhSTJ0xgWrTG22uXX2WppCOmLr2qQ { top:5.3125rem;left:0rem;width:23.625rem;height:11.8125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #TLdzqhCPMuI75VmndlKydQ0P7wn3OHK8 { top:18.0625rem;left:0rem;width:25.1875rem;height:6.5625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #pkHd88TUMGZ2GCFnaihdFiixsMdCUa10 { top:2.75rem;left:0rem;width:30.8125rem;height:1.3125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #iAATzHCT8TLxi6B2k62tNLosFSyOyiUd { top:26.6875rem;left:0rem;width:27.5rem;height:1.125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ToBgzikTGk2rt2DvC2ut2Wwgc84bZw79 { top:30.3125rem;left:0rem;width:25rem;height:2.625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #so49FTkXXwWkaqeq3KxaXsERBGylPzXu { top:30.3125rem;left:0rem;width:1.5rem;height:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #JxhmQ9Aos2g5c0TNDFkd3LJTzBx08J3J { top:35.25rem;left:0rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #yERC7ov3NQiHgLfqavy1GRpxmS1OLnVr { top:35.3125rem;left:0rem;width:25rem;height:2.625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #RVQ6AT7HdE70kWTar5W9z6oATnpiGpEV { top:40.25rem;left:0rem;width:25rem;height:1.3125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #gHigOXmV6uoRqTBwmkGw8EzrKV5nbXQn { top:40.1875rem;left:0rem;width:1.375rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #BTThwQmN0MvxAp80K3DLO39xL5wi2BsP { top:2.8125rem;left:11.4375rem;width:12.4375rem;height:17.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LNaczIvsTbyaMXUkSUDs48kG3OWcoswX { top:2.8125rem;left:20.75rem;width:27rem;height:38.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #whZgn1H5wqCgyqXDTL0x0rW367yqUgdQ { display:block; }#whZgn1H5wqCgyqXDTL0x0rW367yqUgdQ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Z5T3T6T3SM7LPAbFMFetG5s64MXmyUNC { top:7.1875rem;left:0rem;width:16.8125rem;height:2.625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #nX69TTtzBFz9HXf6AZHKrk34MPDQo2s4 { top:5rem;left:0rem;width:17.5rem;height:1.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NQorPMVuLzfIXhWT02oqihviGmiumF9h { top:5.25rem;left:0rem;width:2.0625rem;height:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GDya96hJnl4mGcyZToT8IpNZ0t0zZMJO { top:7.3125rem;left:18.75rem;width:16.25rem;height:2.625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #kIscR7Tr4Vmynn79rGK3RWGVLxD7sMTP { top:5.1875rem;left:18.75rem;width:16.25rem;height:1.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tgt3qwG9EDETlrW9VvTqH0C4gSsf3H03 { top:7.125rem;left:33.875rem;width:13.875rem;height:2.625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #HrianfZmbHN3MDqxLvOFzklnK1wNVI84 { top:5rem;left:33.9375rem;width:13.8125rem;height:1.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #J2uAWg0zIGQKa5uZTUFV1FJpPiXQ2AFy { top:5rem;left:15.8125rem;width:2.0625rem;height:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #KyWexpJAaIdFL7LsntAuFLImbT6KRC7w { top:5rem;left:38.5rem;width:2.0625rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qrwc9NAzWWK3WAiregFlHRd1LwXduOoK { display:block; }#Qrwc9NAzWWK3WAiregFlHRd1LwXduOoK > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pnxk7dtCCxlQsCTCsStBFNxF0CsQCBPh { top:1.1875rem;left:0rem;width:47.75rem;height:19.981665228645rem;display:block; }
 }@media only screen and (max-width: 763px) { #F00b33TlR62UoWhhA9FfSiKTfVi7e8rJ { display:block; }#F00b33TlR62UoWhhA9FfSiKTfVi7e8rJ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nAqWWeM30gBZoXn6yTWzxTCCIEfHHMGX .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#nAqWWeM30gBZoXn6yTWzxTCCIEfHHMGX { display:flex;height:auto;width:27.8125rem;top:3.25rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #nAqWWeM30gBZoXn6yTWzxTCCIEfHHMGX #sS1Oor1g8ThtZ7DIeAIiQBIzXCU93p2c {  }
 }@media only screen and (max-width: 763px) { #nAqWWeM30gBZoXn6yTWzxTCCIEfHHMGX #WEhGoGITeZ0ZusMivEHnGShCrpr37uTF {  }
 }@media only screen and (max-width: 763px) { #nAqWWeM30gBZoXn6yTWzxTCCIEfHHMGX #MU6L1999CuZDtLzTIJfEG2w4ac42sXCb {  }
 }@media only screen and (max-width: 763px) { #nAqWWeM30gBZoXn6yTWzxTCCIEfHHMGX #XZc4l7fNFF7GmABV0pekbKTAGmdNR35U {  }
 }@media only screen and (max-width: 763px) { #nAqWWeM30gBZoXn6yTWzxTCCIEfHHMGX #KBwZ42tk79z4DBatpt88Q1V6cDhrEgQD {  }
 }@media only screen and (max-width: 763px) { #nAqWWeM30gBZoXn6yTWzxTCCIEfHHMGX #cNAZnA3pa8AwqnebuJDaWovv07ZCxI6h {  }
 }@media only screen and (max-width: 763px) { #nAqWWeM30gBZoXn6yTWzxTCCIEfHHMGX #G2gvt1GQ5Pex5nN9aA4x4XzonMO57Thv {  }
 }@media only screen and (max-width: 763px) { #nAqWWeM30gBZoXn6yTWzxTCCIEfHHMGX #z5sw7veOVVar3Den3BJpOhBgTkT9mEm6 {  }
 }@media only screen and (max-width: 763px) { #nAqWWeM30gBZoXn6yTWzxTCCIEfHHMGX #wVOunSFCEiTnmuLzXWwkFaN7yHt1GoBK {  }
 }@media only screen and (max-width: 763px) { #nAqWWeM30gBZoXn6yTWzxTCCIEfHHMGX #aqEqW6CJmaZ7uq4EKBcZkONqd9chxToF {  }
 }@media only screen and (max-width: 763px) { #nAqWWeM30gBZoXn6yTWzxTCCIEfHHMGX #gtcT7cTopKZn4POUaiCD3omAP41uBrPT {  }
 }@media only screen and (max-width: 763px) { #nAqWWeM30gBZoXn6yTWzxTCCIEfHHMGX #OVUF1Nh3UuUoOfCFB9UTamPqqdR8kH9F {  }
 }@media only screen and (max-width: 763px) { #nAqWWeM30gBZoXn6yTWzxTCCIEfHHMGX #J2WS82v6nlLgbo5UDisOfeynJFFl00kw {  }
 }@media only screen and (max-width: 763px) { #nAqWWeM30gBZoXn6yTWzxTCCIEfHHMGX #tm8QykKhtwvOZthNS6MhMIp56rVp63dz {  }
 }@media only screen and (max-width: 763px) { #nAqWWeM30gBZoXn6yTWzxTCCIEfHHMGX #C4DC34aMevbCLxpArNBkNLmElP3c0mLu {  }
 }@media only screen and (max-width: 763px) { #nAqWWeM30gBZoXn6yTWzxTCCIEfHHMGX #xtvfFakStTn47TrT4G39WRSVRdNUtQTF {  }
 }@media only screen and (max-width: 763px) { #nAqWWeM30gBZoXn6yTWzxTCCIEfHHMGX #scfaH8n0qIanOp0z7uzlohk5CUiCglwE {  }
 }@media only screen and (max-width: 763px) { #nAqWWeM30gBZoXn6yTWzxTCCIEfHHMGX #ZLdhqFfPcHd5UnUuyy5pFov2cVyU7xqC {  }
 }@media only screen and (max-width: 763px) { #nAqWWeM30gBZoXn6yTWzxTCCIEfHHMGX #RJuHCVMITmiRfIbXyvFzVqgt54pvPSeC {  }
 }@media only screen and (max-width: 763px) { #nAqWWeM30gBZoXn6yTWzxTCCIEfHHMGX #Q2XgZr1bthVnXk2aPEaQQslrHDpAR8x3 {  }
 }@media only screen and (max-width: 763px) { #nAqWWeM30gBZoXn6yTWzxTCCIEfHHMGX #gcmmz9kOEvIuJATQLzofP2sppydBLn1U {  }
 }@media only screen and (max-width: 763px) { #nAqWWeM30gBZoXn6yTWzxTCCIEfHHMGX #hfM0hH0Ibli6V6mqsieMmsHpnZtLHD31 {  }
 }@media only screen and (max-width: 763px) { #nAqWWeM30gBZoXn6yTWzxTCCIEfHHMGX #GQtlTCltuX0zJ2WIfw2l5Jv2UWZwfK3F {  }
 }@media only screen and (max-width: 763px) { #nAqWWeM30gBZoXn6yTWzxTCCIEfHHMGX #g4wPnuozkgckPxAuZxnANkG2nu6e4M5e {  }
 }@media only screen and (max-width: 763px) { #nAqWWeM30gBZoXn6yTWzxTCCIEfHHMGX #t64TgcusqlaLqOK5DuGbE27l07lQssxh {  }
 }@media only screen and (max-width: 763px) { #nAqWWeM30gBZoXn6yTWzxTCCIEfHHMGX #wcXxISklI3wi2sgblHWO7n7ePCcMqrxO {  }
 }@media only screen and (max-width: 763px) { #nAqWWeM30gBZoXn6yTWzxTCCIEfHHMGX #O1V4LLg0ComT0hat27nPky0vUeJsyrJc {  }
 }@media only screen and (max-width: 763px) { #nAqWWeM30gBZoXn6yTWzxTCCIEfHHMGX #VeIExsMP2a4fKrJmko15X3XHeG1EHzcA {  }
 }@media only screen and (max-width: 763px) { #nAqWWeM30gBZoXn6yTWzxTCCIEfHHMGX #JrugTKSqIvVaRoFwJ2tdSOKkDS2aEq1K {  }
 }@media only screen and (max-width: 763px) { #nAqWWeM30gBZoXn6yTWzxTCCIEfHHMGX #oF5NsF3P8T4ylWgQ06pNaKduFC2OX7oD {  }
 }@media only screen and (max-width: 763px) { #DGCJ7sI8szwy8h0JaQm2bJCUM2cKwJRT { top:2.125rem;left:17.875rem;width:29.875rem;height:36.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GJIGcSGoIIDC8abGR3R6W9FBTsVDFzFg { display:block; }#GJIGcSGoIIDC8abGR3R6W9FBTsVDFzFg > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tNJkAdycJSsNUTn17vvtbKXfhu0MhaNp { top:3.875rem;left:0rem;width:28.6875rem;height:23.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qCXBq42NaFxP0E2FMdh3AweXDK9Ezoxu { top:6.375rem;left:18.8125rem;width:28.9375rem;height:3.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #QTJk1urUlvUODgwVn3RNm1RKXCgmuG3N { top:18.625rem;left:18.9375rem;width:28.8125rem;height:3.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q760vk4fusKpVJJet27uui0cBzOhNQmS { top:3.9375rem;left:16.9375rem;width:30.8125rem;height:1.125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z2SWVJ2uiDGsQlccHWX7e2KQzxDpuTO6 { width:14.9375rem;height:3rem;top:12.0625rem;left:23.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WSN4S6JDuLyzxOLrVe4iwkvCm6hXa3EM { display:block; }
 }@media only screen and (max-width: 763px) { #Kt36i9kzZiH2k63uSzXPgaZBx4lGTQo0 { width:14.9375rem;height:3rem;top:24.5625rem;left:23.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GFguZeMdctQ6VfT3cF5JQB6igziG1HWv { display:block; }
 }@media only screen and (max-width: 763px) { #VTiJTvTlhlIlzVfxuFDBqvTauPrC5421 { display:none; }#VTiJTvTlhlIlzVfxuFDBqvTauPrC5421 > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #n1hJqv20lmwo5JdhShzyUOwT2RaUPteh { top:3.5rem;left:0rem;width:9.5rem;height:3.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #PFGG4Qz55VBhx2IiJQ7pSAI1t2WbJ5up .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#PFGG4Qz55VBhx2IiJQ7pSAI1t2WbJ5up { display:flex;height:auto;width:17.5rem;display:none; }
#PFGG4Qz55VBhx2IiJQ7pSAI1t2WbJ5up .accordion-element-container:first-of-type .accordion-desc-text { display: none; } }@media only screen and (max-width: 763px) { #PFGG4Qz55VBhx2IiJQ7pSAI1t2WbJ5up #VXIGSlGxuocTfNlvWpxaDQit8w4VzuRm {  }
 }@media only screen and (max-width: 763px) { #PFGG4Qz55VBhx2IiJQ7pSAI1t2WbJ5up #RGN34XHSXhduHF5LTTKuTiQn94bIzvvE {  }
 }@media only screen and (max-width: 763px) { #PFGG4Qz55VBhx2IiJQ7pSAI1t2WbJ5up #hdUgt0FyCfVJUDPiX350Nt6xAn1ryqbk {  }
 }@media only screen and (max-width: 763px) { #PFGG4Qz55VBhx2IiJQ7pSAI1t2WbJ5up #TkdHZuzsbkqzATMNLJwl6UQHb0AnaxnL {  }
 }@media only screen and (max-width: 763px) { #PFGG4Qz55VBhx2IiJQ7pSAI1t2WbJ5up #rWeAdyXZVlRqWBCS9cUCMVQfn9lbSLba {  }
 }@media only screen and (max-width: 763px) { #PFGG4Qz55VBhx2IiJQ7pSAI1t2WbJ5up #Z3ZLpBq3JQW7huke3PxWTROCV77Oo7QW {  }
 }@media only screen and (max-width: 763px) { #PFGG4Qz55VBhx2IiJQ7pSAI1t2WbJ5up #UHFvmrexT8uhertMb9lk5xgncAEF7bpH {  }
 }@media only screen and (max-width: 763px) { #PFGG4Qz55VBhx2IiJQ7pSAI1t2WbJ5up #TbFb3ce6y1FSO03XBno6w1PUhAXKeSuw {  }
 }@media only screen and (max-width: 763px) { #PFGG4Qz55VBhx2IiJQ7pSAI1t2WbJ5up #kATzTUNxw4iL5enS95PK6nkT66eTN2A1 {  }
 }@media only screen and (max-width: 763px) { #PFGG4Qz55VBhx2IiJQ7pSAI1t2WbJ5up #FtW1iMeATlZ5SMFyAcS4nC70dxdnoudF {  }
 }@media only screen and (max-width: 763px) { #PFGG4Qz55VBhx2IiJQ7pSAI1t2WbJ5up #fwv1iOKCWeHNzswWvOuwp1h9x0VNrvbV {  }
 }@media only screen and (max-width: 763px) { #PFGG4Qz55VBhx2IiJQ7pSAI1t2WbJ5up #w55OEyoVPDKKoMdSoy4ta4Q0Um1grmk2 {  }
 }@media only screen and (max-width: 763px) { #PFGG4Qz55VBhx2IiJQ7pSAI1t2WbJ5up #vmbLuIGCnH0AumRmPKzbO7cyO3iqaVRu {  }
 }@media only screen and (max-width: 763px) { #PFGG4Qz55VBhx2IiJQ7pSAI1t2WbJ5up #VXOwv0NBgA7u3B4UqN50wcgTLdtgP5eK {  }
 }@media only screen and (max-width: 763px) { #PFGG4Qz55VBhx2IiJQ7pSAI1t2WbJ5up #FsklkRfgTEAKZhHHdMM9vG4IfRuxVCTR {  }
 }@media only screen and (max-width: 763px) { #PFGG4Qz55VBhx2IiJQ7pSAI1t2WbJ5up #pieapdp8apfU4AMQBocKULCeM2pz03Ks {  }
 }@media only screen and (max-width: 763px) { #PFGG4Qz55VBhx2IiJQ7pSAI1t2WbJ5up #FmTlTHTxcrgvwVS3TOzbeHyIeRnTHZrw {  }
 }@media only screen and (max-width: 763px) { #PFGG4Qz55VBhx2IiJQ7pSAI1t2WbJ5up #gCJBPlHumILgnDgx1I9hGvGpXUC9HDbM {  }
 }@media only screen and (max-width: 763px) { #PFGG4Qz55VBhx2IiJQ7pSAI1t2WbJ5up #sT9xlxwiNFFAoMgop0T5ysMznWV5XGCl {  }
 }@media only screen and (max-width: 763px) { #PFGG4Qz55VBhx2IiJQ7pSAI1t2WbJ5up #gZq1laZvJ0FvStkd0PXaoFgtFuhDvDM9 {  }
 }@media only screen and (max-width: 763px) { #MsxnTdP42nzqTzdFpBgvTOXw96SyqTiO { top:7.5625rem;left:0rem;width:10.125rem;height:1.5rem;font-size:0.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #oMPJi3PaumT88fJgWcG5VDXhiQaSMmX5 { top:27.75rem;left:0rem;width:25rem;height:2.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #ZZJtKBh7ebUuNrIkdQC1P17JTFQvtTrO { top:19.4375rem;left:46.5rem;width:1.25rem;height:1.25rem;display:none; }
#ZZJtKBh7ebUuNrIkdQC1P17JTFQvtTrO > img { max-width: 100%;max-height:100%; width:1.25rem; height:1.25rem; } }@media only screen and (max-width: 763px) { #u32CN8Mts5dX8Ze70Skaw6UQLhMS86Gq { top:19.4375rem;left:46.5rem;width:1.25rem;height:1.25rem;display:none; }
#u32CN8Mts5dX8Ze70Skaw6UQLhMS86Gq > img { max-width: 100%;max-height:100%; width:1.25rem; height:1.25rem; } }@media only screen and (max-width: 763px) { #JblbBNXi0hhXfTAbDUFMw5OJh3Vp93pg { top:19.4375rem;left:46.5rem;width:1.25rem;height:1.25rem;display:none; }
#JblbBNXi0hhXfTAbDUFMw5OJh3Vp93pg > img { max-width: 100%;max-height:100%; width:1.25rem; height:1.25rem; } }@media only screen and (max-width: 763px) { #mQJ9REHCfQnHGP35lEa3HftAeWPsPcXx { display:block; }#mQJ9REHCfQnHGP35lEa3HftAeWPsPcXx > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RwUFkfpLQzaRXN4fEowmebkywc0euZmU { top:3.5rem;left:0rem;width:9.5rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JyXSH226T2wEqTJzu4naUC6zxxKsfHBq { top:7.5625rem;left:0rem;width:10.125rem;height:1.5rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vX6o2O4Bta3sf3TJuBcgsA5EJTo7FlPh { top:4.4375rem;left:15.125rem;width:8.8125rem;height:1.125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #r9LOU6cQC5xgv5FkFAFJf6Z891Vhe6Um { top:6.9375rem;left:15.125rem;width:8.8125rem;height:1.125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #k0TvDB7IST9bpD5f6pRRXMFRzmARxflU { top:8.5625rem;left:15.125rem;width:8.8125rem;height:1.125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #iyXztOrp2yCSLiWNm4QSCeoWMH8TeApC { top:10.375rem;left:15.125rem;width:11.3125rem;height:1.125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #LzHGeZLoV2vTHp7mq5AuGn6tmOMTUVWP { top:12.25rem;left:15.125rem;width:11.3125rem;height:1.125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #UPGvGeDsbTHGqQHD2KSLXnpzCWf3lDTi { top:10.4375rem;left:31.375rem;width:11.3125rem;height:1.125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZHncPyoT4Aobfa13mc9DAKBnIUvvCC45 { top:7rem;left:31.375rem;width:8.8125rem;height:1.125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #K70ktO6to6h0uxtMZIZfV8O9SB0q2SX5 { top:8.625rem;left:31.375rem;width:8.8125rem;height:1.125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #eang7e4Vxxkt8ELzi8z39uGHSNQGUgnl { top:4.5rem;left:31.375rem;width:8.8125rem;height:1.125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #MVUhFzvco8BnTofW9HyfvHEvMd6enXFh { top:12.3125rem;left:36.4375rem;width:11.3125rem;height:1.125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Le4n7dTDJcHfqiucbfWIKrI4kWMFIwXd { top:8.625rem;left:38.9375rem;width:8.8125rem;height:1.125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ipaCJKSPABZT85Lnctp1BsTzFA9ohn89 { top:7rem;left:38.9375rem;width:8.8125rem;height:1.125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #rH7kmKDR0EqnkoB33ZmZAMAcAZ0PTJd7 { top:4.5rem;left:38.9375rem;width:8.8125rem;height:1.125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #T7zqNe7658hSS572yJyt9comKFFLW8Se { top:10.4375rem;left:36.4375rem;width:11.3125rem;height:1.125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #I9yf78qleFfmmUROKyTOe8g9Zfy9l3i5 { top:17rem;left:15.125rem;width:8.8125rem;height:1.125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #DpMzvoNoLTpHzbADWxF7OFhzaATyMQHn { top:19.5rem;left:15.125rem;width:8.8125rem;height:1.125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #KfTu9loDfuMaNvut9p2X6ecCycVKGTm9 { top:19.5rem;left:31.375rem;width:8.8125rem;height:1.125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #pf5Thapensrobab5g06hpC3OrZGTA9Sn { top:21.125rem;left:31.375rem;width:8.8125rem;height:1.125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #g5bD3eNy74VgoVZcnWvDtzEH9bMHvKXw { top:17rem;left:31.375rem;width:8.8125rem;height:1.125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #lmMUT7iXTdFlTInnRwcSIdv0DPBr5WGO { top:22.6875rem;left:31.375rem;width:8.8125rem;height:1.125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #TwKiH35wy46fc9dCl2yrTNv9D7gyPr9J { top:17.125rem;left:38.9375rem;width:8.8125rem;height:1.125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #xlbfWo8DVtzkTJNZPTqfus5N42hi1Da6 { top:27.75rem;left:0rem;width:25rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #cczhBasCv7tAuSXP2H8RxzDbdwcGJJZv { top:19.4375rem;left:46.5rem;width:1.25rem;height:1.25rem;display:block; }
#cczhBasCv7tAuSXP2H8RxzDbdwcGJJZv > img { max-width: 100%;max-height:100%; width:1.25rem; height:1.25rem; } }@media only screen and (max-width: 763px) { #uaeHF2JJDtUHaDstGlsmTNuVTLGt9zN2 { top:19.4375rem;left:46.5rem;width:1.25rem;height:1.25rem;display:block; }
#uaeHF2JJDtUHaDstGlsmTNuVTLGt9zN2 > img { max-width: 100%;max-height:100%; width:1.25rem; height:1.25rem; } }@media only screen and (max-width: 763px) { #Ua5nTveR2TEVDeBE7PO5nN1XfGwGKwQX { top:19.4375rem;left:46.5rem;width:1.25rem;height:1.25rem;display:block; }
#Ua5nTveR2TEVDeBE7PO5nN1XfGwGKwQX > img { max-width: 100%;max-height:100%; width:1.25rem; height:1.25rem; } }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #OI8DrRkkNnvXlw8asfU0Kb1ysoaKELLL { display:block; }#OI8DrRkkNnvXlw8asfU0Kb1ysoaKELLL > .row .container { width:20rem;height:3.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MBT2LD5DfXM3mVtkkqsllrKL10SFDIsL { width:10rem;height:1.875rem;top:1.125rem;left:5.9375rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DDc9T2lu7DeW5vzzaXhezCdqgfN678RH { width:0.75rem;height:1.1875rem;top:1.375rem;left:4.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:20rem;height:5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bi3tlkx0gdLUVu6U0kBtsLm9TV40xInH { width:12.4375rem;height:1.875rem;top:1.5625rem;left:3.78125rem;display:block; }
 }@media only screen and (max-width: 763px) { #V1Ewva4T3hlOEVJ6uaAtcAfTSRXZglEx { display:block; }#V1Ewva4T3hlOEVJ6uaAtcAfTSRXZglEx > .row .container { width:20rem;height:40rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #p7RyR21pN8EhKtuDzhSBAuwxAbMscLsd { width:20rem;height:16.5244140625rem;top:22.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #pWlrIeo41QKdfHcXKZOif9amgfRR6XGR { width:17.375rem;height:5.625rem;top:4.75rem;left:1.4375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fi1U7qXIltcdET0tmVVyNTyq7TFFtsuC { width:17.5rem;height:5.625rem;top:11rem;left:1.3125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #QBe0vJNzrgPrtThuB9TTpuNPcDeoaxTS { width:18.3125rem;height:2.375rem;top:18rem;left:0.84375rem;display:block; }
 }@media only screen and (max-width: 763px) { #a7qv4MMCDUyqXHx44ItHKee6hnv6Rhgo { width:15.3125rem;height:0.9375rem;top:18.71875rem;left:2.34375rem;font-size:0.75rem;color:rgba(var(--color-tertiary-2),1);display:block; }
 }@media only screen and (max-width: 763px) { #gztnAVA5qRNCE3JcP2NyCTc8JxwQhskW { width:13.5625rem;height:2.25rem;top:1.3125rem;left:1.375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #EsIyDrImJBgLzunwX25M5S7lbpVei2GT { display:flex;width:0.875rem;height:0.875rem;top:18.75rem;left:13rem;font-size:0.5625rem; }
#EsIyDrImJBgLzunwX25M5S7lbpVei2GT > img { max-width: 100%;max-height:100%; width:0.875rem; height:0.875rem; } }@media only screen and (max-width: 763px) { #wD9UQrQzUoKtBAp5axud9qtvVFF5PycT { width:20rem;height:24.1875rem;top:1.2102987421384rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #hnDvb1zdsm23n8F1z0FvLqX8qU3N8Xrh { display:block; }#hnDvb1zdsm23n8F1z0FvLqX8qU3N8Xrh > .row .container { width:20rem;height:52rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LTWsIwOcidWDEyC9MGnpGFmecVuHptzQ { width:20rem;height:24.162679425837rem;top:26.638671875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #giesz8a2vyf6V0ro4EW7mVguy6TEnqMV { display:block; }#giesz8a2vyf6V0ro4EW7mVguy6TEnqMV > .row .container { width:20rem;height:35.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QgkBFzuHDF5J2AdAhMmEpTphbM4ugZsQ { width:16.25rem;height:3.375rem;top:7.1875rem;left:1.4375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #fAr7iTuMDTDTTSEcM298bR48FTvW9JTy { width:17.1875rem;height:1.125rem;top:5.0625rem;left:1.4375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #oJrhLHra9NCRE4uMDpB8lQaALG9ZMPtG { width:1.5625rem;height:2.0625rem;top:1.8125rem;left:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rBEDsi7NbNWbgovDVCJhesuRfTTMQ10r { width:16.25rem;height:3.375rem;top:17.875rem;left:1.4375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #cszbxyZeu31ZFuLrhpASTPVdUxrkaHqw { width:15.9375rem;height:1.125rem;top:15.5625rem;left:1.4375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZTT7UmyItBKrfReUv8WKRVNZKLga8bp8 { width:16.1875rem;height:3.375rem;top:28.9375rem;left:1.5rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #m8TbSba73ZWipkKXvuiaJpabb70zHPgo { width:13.8125rem;height:1.125rem;top:26.5625rem;left:1.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fkukcvD0Ur0Jt4gG5PweCklilwv4RLcs { width:2.0625rem;height:1rem;top:13.375rem;left:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #HBbo1L3vVL1ZODIx8DRBqJ1LBPyEkge3 { width:2.0625rem;height:2.0625rem;top:23.0625rem;left:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #tQ29CzOkzVIITSC4TlTVTkpa1CpOsUsD { display:block; }#tQ29CzOkzVIITSC4TlTVTkpa1CpOsUsD > .row .container { width:20rem;height:45.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NQx9lonSunEwBvpLBTKpthionwPnnISD { width:17.125rem;height:2.375rem;top:39rem;left:1.4375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #hV42HfZonGGaETNFWNoCMdOdeelkWQfX { display:block; }
 }@media only screen and (max-width: 763px) { #Vl53B79CRg9JfFrCTdUHyrkqVKKIAozW { width:20rem;height:16.5625rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #J7bbpoJ0WVxnQl9BgLTmmZ1svi7Slhaq { width:17.375rem;height:5.625rem;top:21.3125rem;left:1.375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Lk0HhIVcH3Jd8eo5M92S3W78fJwsETpM { width:17.3125rem;height:9rem;top:28.1875rem;left:1.375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #qdIxne2r6y1eAxep8fICIrHyiN4bqL3l { width:17.375rem;height:1.125rem;top:18.9375rem;left:1.3125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #mbW0THga5OHCvn0a51IQiWHCTAR9TBgG { display:block; }#mbW0THga5OHCvn0a51IQiWHCTAR9TBgG > .row .container { width:20rem;height:43.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KybpAGBKfIQh48QOdWxiiPJchRi4quUv { width:17.3125rem;height:7.875rem;top:14.6875rem;left:1.3125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #J6yvIP8v3ZCqEB6IcauWNvzTmNT0O9bi { width:17.3125rem;height:9rem;top:4.8125rem;left:1.375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #wWsAHUTorTqlNGXkCQil6TNCa6T4shr7 { width:17.3125rem;height:1.125rem;top:2.4375rem;left:1.375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #bPQcVOuZwvqRzHAT66QCQhPMqDKtDAhh { width:20rem;height:16.558773424191rem;top:25.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZCBMUaoRStX4n0V0v0FfmeevTenxXhyS { display:block; }#ZCBMUaoRStX4n0V0v0FfmeevTenxXhyS > .row .container { width:20rem;height:64.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rP2zENwfivo0F55ULEam02cO4iEpP9NM { width:12.0625rem;height:7.8125rem;top:26.6025390625rem;left:1.4375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ncQwUm9wXJUftDmaNsAg643Ka1bM0xA9 { width:20rem;height:24.102564102564rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #o1rPhm74UZDnE8C0ZPM7KQMtUaazrf4y { width:12.1875rem;height:1.125rem;top:35.1650390625rem;left:1.4375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #sqzdXyHcyN6B0SQUfyi80tXTBOBBTiTn { width:20rem;height:24.129793510324rem;top:39.4150390625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #KfbNnmUiVMmf6TnbnRa453fQoGTcuIwq { display:block; }#KfbNnmUiVMmf6TnbnRa453fQoGTcuIwq > .row .container { width:20rem;height:19.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yaNBTcZyBP2euCZ0G6oVI2UAk4aLnT36 { width:20rem;height:16.581196581197rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #HO2MfDlIKM39JNHslnVMC5tuJCzPJ3oy { display:block; }#HO2MfDlIKM39JNHslnVMC5tuJCzPJ3oy > .row .container { width:20rem;height:98.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uWGDhSTJ0xgWrTG22uXX2WppCOmLr2qQ { width:17.1875rem;height:11.25rem;top:3.125rem;left:1.40625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #TLdzqhCPMuI75VmndlKydQ0P7wn3OHK8 { width:17.25rem;height:6.75rem;top:15rem;left:1.375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #pkHd88TUMGZ2GCFnaihdFiixsMdCUa10 { width:17.25rem;height:1.125rem;top:1.25rem;left:1.375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #iAATzHCT8TLxi6B2k62tNLosFSyOyiUd { width:18rem;height:1.125rem;top:56.1875rem;left:2rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ToBgzikTGk2rt2DvC2ut2Wwgc84bZw79 { width:16.0625rem;height:2.25rem;top:61.3125rem;left:1.96875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #so49FTkXXwWkaqeq3KxaXsERBGylPzXu { width:1.5rem;height:1.5rem;top:58.875rem;left:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #JxhmQ9Aos2g5c0TNDFkd3LJTzBx08J3J { width:1.25rem;height:1.25rem;top:65.3125rem;left:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #yERC7ov3NQiHgLfqavy1GRpxmS1OLnVr { width:16rem;height:2.25rem;top:67.5625rem;left:2rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #RVQ6AT7HdE70kWTar5W9z6oATnpiGpEV { width:16.0625rem;height:2.25rem;top:73.625rem;left:2rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #gHigOXmV6uoRqTBwmkGw8EzrKV5nbXQn { width:1.375rem;height:1.25rem;top:71.4375rem;left:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #BTThwQmN0MvxAp80K3DLO39xL5wi2BsP { width:12.4375rem;height:17.8125rem;top:78.4375rem;left:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #LNaczIvsTbyaMXUkSUDs48kG3OWcoswX { width:20rem;height:28.75rem;top:25.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #whZgn1H5wqCgyqXDTL0x0rW367yqUgdQ { display:block; }#whZgn1H5wqCgyqXDTL0x0rW367yqUgdQ > .row .container { width:20rem;height:33.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Z5T3T6T3SM7LPAbFMFetG5s64MXmyUNC { width:14.625rem;height:2.25rem;top:7.6875rem;left:2rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #nX69TTtzBFz9HXf6AZHKrk34MPDQo2s4 { width:17.5rem;height:1.125rem;top:5.6875rem;left:2rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NQorPMVuLzfIXhWT02oqihviGmiumF9h { width:2.0625rem;height:1.8125rem;top:2.4375rem;left:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #GDya96hJnl4mGcyZToT8IpNZ0t0zZMJO { width:16.25rem;height:2.25rem;top:27.0625rem;left:1.875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #kIscR7Tr4Vmynn79rGK3RWGVLxD7sMTP { width:16.25rem;height:1.125rem;top:15.625rem;left:1.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tgt3qwG9EDETlrW9VvTqH0C4gSsf3H03 { width:13.875rem;height:2.25rem;top:17.5rem;left:2rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #HrianfZmbHN3MDqxLvOFzklnK1wNVI84 { width:13.8125rem;height:1.125rem;top:24.9375rem;left:1.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #J2uAWg0zIGQKa5uZTUFV1FJpPiXQ2AFy { width:2.0625rem;height:2.0625rem;top:12.0625rem;left:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #KyWexpJAaIdFL7LsntAuFLImbT6KRC7w { width:2.0625rem;height:1.875rem;top:21.625rem;left:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qrwc9NAzWWK3WAiregFlHRd1LwXduOoK { display:block; }#Qrwc9NAzWWK3WAiregFlHRd1LwXduOoK > .row .container { width:20rem;height:10.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pnxk7dtCCxlQsCTCsStBFNxF0CsQCBPh { width:20rem;height:8.3692838654012rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #F00b33TlR62UoWhhA9FfSiKTfVi7e8rJ { display:block; }#F00b33TlR62UoWhhA9FfSiKTfVi7e8rJ > .row .container { width:20rem;height:59.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nAqWWeM30gBZoXn6yTWzxTCCIEfHHMGX .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#nAqWWeM30gBZoXn6yTWzxTCCIEfHHMGX .accordion-heading-text { line-height:1.5;overflow:hidden;height:auto; }
#nAqWWeM30gBZoXn6yTWzxTCCIEfHHMGX .accordion-trigger { background-image:url("https://icons.assets-landingi.com/icon_f8a16b78e965a48beb68dd0d0839d952.svg");height:0.9375rem;width:0.9375rem;min-width:0.9375rem; }
#nAqWWeM30gBZoXn6yTWzxTCCIEfHHMGX { display:flex;height:auto;width:17.5rem;top:1.0625rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #nAqWWeM30gBZoXn6yTWzxTCCIEfHHMGX #sS1Oor1g8ThtZ7DIeAIiQBIzXCU93p2c {  }
 }@media only screen and (max-width: 763px) { #nAqWWeM30gBZoXn6yTWzxTCCIEfHHMGX #WEhGoGITeZ0ZusMivEHnGShCrpr37uTF {  }
 }@media only screen and (max-width: 763px) { #nAqWWeM30gBZoXn6yTWzxTCCIEfHHMGX #MU6L1999CuZDtLzTIJfEG2w4ac42sXCb {  }
 }@media only screen and (max-width: 763px) { #nAqWWeM30gBZoXn6yTWzxTCCIEfHHMGX #XZc4l7fNFF7GmABV0pekbKTAGmdNR35U {  }
 }@media only screen and (max-width: 763px) { #nAqWWeM30gBZoXn6yTWzxTCCIEfHHMGX #KBwZ42tk79z4DBatpt88Q1V6cDhrEgQD {  }
 }@media only screen and (max-width: 763px) { #nAqWWeM30gBZoXn6yTWzxTCCIEfHHMGX #cNAZnA3pa8AwqnebuJDaWovv07ZCxI6h {  }
 }@media only screen and (max-width: 763px) { #nAqWWeM30gBZoXn6yTWzxTCCIEfHHMGX #G2gvt1GQ5Pex5nN9aA4x4XzonMO57Thv {  }
 }@media only screen and (max-width: 763px) { #nAqWWeM30gBZoXn6yTWzxTCCIEfHHMGX #z5sw7veOVVar3Den3BJpOhBgTkT9mEm6 {  }
 }@media only screen and (max-width: 763px) { #nAqWWeM30gBZoXn6yTWzxTCCIEfHHMGX #wVOunSFCEiTnmuLzXWwkFaN7yHt1GoBK {  }
 }@media only screen and (max-width: 763px) { #nAqWWeM30gBZoXn6yTWzxTCCIEfHHMGX #aqEqW6CJmaZ7uq4EKBcZkONqd9chxToF {  }
 }@media only screen and (max-width: 763px) { #nAqWWeM30gBZoXn6yTWzxTCCIEfHHMGX #gtcT7cTopKZn4POUaiCD3omAP41uBrPT {  }
 }@media only screen and (max-width: 763px) { #nAqWWeM30gBZoXn6yTWzxTCCIEfHHMGX #OVUF1Nh3UuUoOfCFB9UTamPqqdR8kH9F {  }
 }@media only screen and (max-width: 763px) { #nAqWWeM30gBZoXn6yTWzxTCCIEfHHMGX #J2WS82v6nlLgbo5UDisOfeynJFFl00kw {  }
 }@media only screen and (max-width: 763px) { #nAqWWeM30gBZoXn6yTWzxTCCIEfHHMGX #tm8QykKhtwvOZthNS6MhMIp56rVp63dz {  }
 }@media only screen and (max-width: 763px) { #nAqWWeM30gBZoXn6yTWzxTCCIEfHHMGX #C4DC34aMevbCLxpArNBkNLmElP3c0mLu {  }
 }@media only screen and (max-width: 763px) { #nAqWWeM30gBZoXn6yTWzxTCCIEfHHMGX #xtvfFakStTn47TrT4G39WRSVRdNUtQTF {  }
 }@media only screen and (max-width: 763px) { #nAqWWeM30gBZoXn6yTWzxTCCIEfHHMGX #scfaH8n0qIanOp0z7uzlohk5CUiCglwE {  }
 }@media only screen and (max-width: 763px) { #nAqWWeM30gBZoXn6yTWzxTCCIEfHHMGX #ZLdhqFfPcHd5UnUuyy5pFov2cVyU7xqC {  }
 }@media only screen and (max-width: 763px) { #nAqWWeM30gBZoXn6yTWzxTCCIEfHHMGX #RJuHCVMITmiRfIbXyvFzVqgt54pvPSeC {  }
 }@media only screen and (max-width: 763px) { #nAqWWeM30gBZoXn6yTWzxTCCIEfHHMGX #Q2XgZr1bthVnXk2aPEaQQslrHDpAR8x3 {  }
 }@media only screen and (max-width: 763px) { #nAqWWeM30gBZoXn6yTWzxTCCIEfHHMGX #gcmmz9kOEvIuJATQLzofP2sppydBLn1U {  }
 }@media only screen and (max-width: 763px) { #nAqWWeM30gBZoXn6yTWzxTCCIEfHHMGX #hfM0hH0Ibli6V6mqsieMmsHpnZtLHD31 {  }
 }@media only screen and (max-width: 763px) { #nAqWWeM30gBZoXn6yTWzxTCCIEfHHMGX #GQtlTCltuX0zJ2WIfw2l5Jv2UWZwfK3F {  }
 }@media only screen and (max-width: 763px) { #nAqWWeM30gBZoXn6yTWzxTCCIEfHHMGX #g4wPnuozkgckPxAuZxnANkG2nu6e4M5e {  }
 }@media only screen and (max-width: 763px) { #nAqWWeM30gBZoXn6yTWzxTCCIEfHHMGX #t64TgcusqlaLqOK5DuGbE27l07lQssxh {  }
 }@media only screen and (max-width: 763px) { #nAqWWeM30gBZoXn6yTWzxTCCIEfHHMGX #wcXxISklI3wi2sgblHWO7n7ePCcMqrxO {  }
 }@media only screen and (max-width: 763px) { #nAqWWeM30gBZoXn6yTWzxTCCIEfHHMGX #O1V4LLg0ComT0hat27nPky0vUeJsyrJc {  }
 }@media only screen and (max-width: 763px) { #nAqWWeM30gBZoXn6yTWzxTCCIEfHHMGX #VeIExsMP2a4fKrJmko15X3XHeG1EHzcA {  }
 }@media only screen and (max-width: 763px) { #nAqWWeM30gBZoXn6yTWzxTCCIEfHHMGX #JrugTKSqIvVaRoFwJ2tdSOKkDS2aEq1K {  }
 }@media only screen and (max-width: 763px) { #nAqWWeM30gBZoXn6yTWzxTCCIEfHHMGX #oF5NsF3P8T4ylWgQ06pNaKduFC2OX7oD {  }
 }@media only screen and (max-width: 763px) { #DGCJ7sI8szwy8h0JaQm2bJCUM2cKwJRT { width:20rem;height:24.309623430962rem;top:31.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #GJIGcSGoIIDC8abGR3R6W9FBTsVDFzFg { display:block; }#GJIGcSGoIIDC8abGR3R6W9FBTsVDFzFg > .row .container { width:20rem;height:47.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tNJkAdycJSsNUTn17vvtbKXfhu0MhaNp { width:20rem;height:16.601307189542rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #qCXBq42NaFxP0E2FMdh3AweXDK9Ezoxu { width:17.3125rem;height:5.625rem;top:22.75rem;left:1.375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #QTJk1urUlvUODgwVn3RNm1RKXCgmuG3N { width:17.375rem;height:4.5rem;top:35.0625rem;left:1.3125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q760vk4fusKpVJJet27uui0cBzOhNQmS { width:17.1875rem;height:1.125rem;top:20.375rem;left:1.3125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z2SWVJ2uiDGsQlccHWX7e2KQzxDpuTO6 { width:14.9375rem;height:2.375rem;top:29.6875rem;left:2.5625rem;font-size:0.75rem;border-top-left-radius:0.0625rem;border-top-right-radius:0.0625rem;border-bottom-left-radius:0.0625rem;border-bottom-right-radius:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WSN4S6JDuLyzxOLrVe4iwkvCm6hXa3EM { display:block; }
 }@media only screen and (max-width: 763px) { #Kt36i9kzZiH2k63uSzXPgaZBx4lGTQo0 { width:14.9375rem;height:2.375rem;top:41.3125rem;left:2.5rem;font-size:0.75rem;border-top-left-radius:0.0625rem;border-top-right-radius:0.0625rem;border-bottom-left-radius:0.0625rem;border-bottom-right-radius:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #GFguZeMdctQ6VfT3cF5JQB6igziG1HWv { display:block; }
 }@media only screen and (max-width: 763px) { #VTiJTvTlhlIlzVfxuFDBqvTauPrC5421 { display:block; }#VTiJTvTlhlIlzVfxuFDBqvTauPrC5421 { background-color: transparent; background-image: none; }#VTiJTvTlhlIlzVfxuFDBqvTauPrC5421::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VTiJTvTlhlIlzVfxuFDBqvTauPrC5421 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VTiJTvTlhlIlzVfxuFDBqvTauPrC5421 > .row .container > .video-iframe-container { display: none; }#VTiJTvTlhlIlzVfxuFDBqvTauPrC5421 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VTiJTvTlhlIlzVfxuFDBqvTauPrC5421 > .row > .video-iframe-container { display: none; }#VTiJTvTlhlIlzVfxuFDBqvTauPrC5421 > .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); }#VTiJTvTlhlIlzVfxuFDBqvTauPrC5421 > .row .container { width:20rem;height:31.5625rem;background-color:#f9f9f7;background-image:none;position:relative;display:block; } }@media only screen and (max-width: 763px) { #n1hJqv20lmwo5JdhShzyUOwT2RaUPteh { width:6.3125rem;height:2.1875rem;top:2.125rem;left:6.84375rem;z-index:15002;display:block; }
 }@media only screen and (max-width: 763px) { #PFGG4Qz55VBhx2IiJQ7pSAI1t2WbJ5up .accordion-element-container { background-color:#f9f9f7;background-image:none;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }
#PFGG4Qz55VBhx2IiJQ7pSAI1t2WbJ5up .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#PFGG4Qz55VBhx2IiJQ7pSAI1t2WbJ5up .accordion-heading-text { font-size:0.75rem;height:auto;color:rgba(var(--color-secondary-2),1);font-weight:700;font-style:normal; }
#PFGG4Qz55VBhx2IiJQ7pSAI1t2WbJ5up .accordion-desc-text { font-size:0.625rem;height:auto;line-height:2.3;overflow:hidden;color:rgba(var(--color-tertiary-2),1);font-weight:300;font-style:normal; }
#PFGG4Qz55VBhx2IiJQ7pSAI1t2WbJ5up .accordion-trigger { background-image:url("https://icons.assets-landingi.com/icon_f8a16b78e965a48beb68dd0d0839d952.svg");height:0.75rem;width:0.75rem;min-width:0.75rem; }
#PFGG4Qz55VBhx2IiJQ7pSAI1t2WbJ5up { display:flex;height:auto;width:17.5rem;top:9.875rem;left:0rem;z-index:15003;background-color:#f9f9f7;background-image:none; }
#PFGG4Qz55VBhx2IiJQ7pSAI1t2WbJ5up .accordion-element-container:first-of-type .accordion-desc-text { display: none; } }@media only screen and (max-width: 763px) { #PFGG4Qz55VBhx2IiJQ7pSAI1t2WbJ5up #VXIGSlGxuocTfNlvWpxaDQit8w4VzuRm {  }
 }@media only screen and (max-width: 763px) { #PFGG4Qz55VBhx2IiJQ7pSAI1t2WbJ5up #RGN34XHSXhduHF5LTTKuTiQn94bIzvvE {  }
 }@media only screen and (max-width: 763px) { #PFGG4Qz55VBhx2IiJQ7pSAI1t2WbJ5up #hdUgt0FyCfVJUDPiX350Nt6xAn1ryqbk {  }
 }@media only screen and (max-width: 763px) { #PFGG4Qz55VBhx2IiJQ7pSAI1t2WbJ5up #TkdHZuzsbkqzATMNLJwl6UQHb0AnaxnL {  }
 }@media only screen and (max-width: 763px) { #PFGG4Qz55VBhx2IiJQ7pSAI1t2WbJ5up #rWeAdyXZVlRqWBCS9cUCMVQfn9lbSLba {  }
 }@media only screen and (max-width: 763px) { #PFGG4Qz55VBhx2IiJQ7pSAI1t2WbJ5up #Z3ZLpBq3JQW7huke3PxWTROCV77Oo7QW {  }
 }@media only screen and (max-width: 763px) { #PFGG4Qz55VBhx2IiJQ7pSAI1t2WbJ5up #UHFvmrexT8uhertMb9lk5xgncAEF7bpH {  }
 }@media only screen and (max-width: 763px) { #PFGG4Qz55VBhx2IiJQ7pSAI1t2WbJ5up #TbFb3ce6y1FSO03XBno6w1PUhAXKeSuw {  }
 }@media only screen and (max-width: 763px) { #PFGG4Qz55VBhx2IiJQ7pSAI1t2WbJ5up #kATzTUNxw4iL5enS95PK6nkT66eTN2A1 {  }
 }@media only screen and (max-width: 763px) { #PFGG4Qz55VBhx2IiJQ7pSAI1t2WbJ5up #FtW1iMeATlZ5SMFyAcS4nC70dxdnoudF {  }
 }@media only screen and (max-width: 763px) { #PFGG4Qz55VBhx2IiJQ7pSAI1t2WbJ5up #fwv1iOKCWeHNzswWvOuwp1h9x0VNrvbV {  }
 }@media only screen and (max-width: 763px) { #PFGG4Qz55VBhx2IiJQ7pSAI1t2WbJ5up #w55OEyoVPDKKoMdSoy4ta4Q0Um1grmk2 {  }
 }@media only screen and (max-width: 763px) { #PFGG4Qz55VBhx2IiJQ7pSAI1t2WbJ5up #vmbLuIGCnH0AumRmPKzbO7cyO3iqaVRu {  }
 }@media only screen and (max-width: 763px) { #PFGG4Qz55VBhx2IiJQ7pSAI1t2WbJ5up #VXOwv0NBgA7u3B4UqN50wcgTLdtgP5eK {  }
 }@media only screen and (max-width: 763px) { #PFGG4Qz55VBhx2IiJQ7pSAI1t2WbJ5up #FsklkRfgTEAKZhHHdMM9vG4IfRuxVCTR {  }
 }@media only screen and (max-width: 763px) { #PFGG4Qz55VBhx2IiJQ7pSAI1t2WbJ5up #pieapdp8apfU4AMQBocKULCeM2pz03Ks {  }
 }@media only screen and (max-width: 763px) { #PFGG4Qz55VBhx2IiJQ7pSAI1t2WbJ5up #FmTlTHTxcrgvwVS3TOzbeHyIeRnTHZrw {  }
 }@media only screen and (max-width: 763px) { #PFGG4Qz55VBhx2IiJQ7pSAI1t2WbJ5up #gCJBPlHumILgnDgx1I9hGvGpXUC9HDbM {  }
 }@media only screen and (max-width: 763px) { #PFGG4Qz55VBhx2IiJQ7pSAI1t2WbJ5up #sT9xlxwiNFFAoMgop0T5ysMznWV5XGCl {  }
 }@media only screen and (max-width: 763px) { #PFGG4Qz55VBhx2IiJQ7pSAI1t2WbJ5up #gZq1laZvJ0FvStkd0PXaoFgtFuhDvDM9 {  }
 }@media only screen and (max-width: 763px) { #MsxnTdP42nzqTzdFpBgvTOXw96SyqTiO { width:6.625rem;height:1.1875rem;top:4.3125rem;left:6.6875rem;font-size:0.8125rem;text-align:center;text-align-last:center;z-index:15007;display:block; }
 }@media only screen and (max-width: 763px) { #oMPJi3PaumT88fJgWcG5VDXhiQaSMmX5 { width:18.5625rem;height:1.75rem;top:26.625rem;left:0.71875rem;z-index:15020;display:block; }
 }@media only screen and (max-width: 763px) { #ZZJtKBh7ebUuNrIkdQC1P17JTFQvtTrO { display:flex;width:1.25rem;height:1.25rem;top:6.6875rem;left:9.375rem;z-index:15024; }
#ZZJtKBh7ebUuNrIkdQC1P17JTFQvtTrO > img { max-width: 100%;max-height:100%; width:1.25rem; height:1.25rem; } }@media only screen and (max-width: 763px) { #u32CN8Mts5dX8Ze70Skaw6UQLhMS86Gq { display:flex;width:1.25rem;height:1.25rem;top:6.6875rem;left:6.5625rem;z-index:15025; }
#u32CN8Mts5dX8Ze70Skaw6UQLhMS86Gq > img { max-width: 100%;max-height:100%; width:1.25rem; height:1.25rem; } }@media only screen and (max-width: 763px) { #JblbBNXi0hhXfTAbDUFMw5OJh3Vp93pg { display:flex;width:1.25rem;height:1.25rem;top:6.6875rem;left:12.1875rem;z-index:15023; }
#JblbBNXi0hhXfTAbDUFMw5OJh3Vp93pg > img { max-width: 100%;max-height:100%; width:1.25rem; height:1.25rem; } }@media only screen and (max-width: 763px) { #mQJ9REHCfQnHGP35lEa3HftAeWPsPcXx { display:none; }#mQJ9REHCfQnHGP35lEa3HftAeWPsPcXx > .row .container { width:20rem;height:81.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #RwUFkfpLQzaRXN4fEowmebkywc0euZmU { width:6.3125rem;height:2.1875rem;top:1.25rem;left:6.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JyXSH226T2wEqTJzu4naUC6zxxKsfHBq { width:6.625rem;height:1.1875rem;top:14.1875rem;left:6.6875rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #vX6o2O4Bta3sf3TJuBcgsA5EJTo7FlPh { width:8.8125rem;height:1.125rem;top:4.6875rem;left:5.5625rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #r9LOU6cQC5xgv5FkFAFJf6Z891Vhe6Um { width:8.8125rem;height:0;top:11.8125rem;left:5.5625rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #k0TvDB7IST9bpD5f6pRRXMFRzmARxflU { width:8.8125rem;height:1.125rem;top:21.375rem;left:5.5625rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #iyXztOrp2yCSLiWNm4QSCeoWMH8TeApC { width:7rem;height:2.25rem;top:28.5rem;left:6.5rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #LzHGeZLoV2vTHp7mq5AuGn6tmOMTUVWP { width:7.8125rem;height:0;top:36.75rem;left:6.0625rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #UPGvGeDsbTHGqQHD2KSLXnpzCWf3lDTi { width:6rem;height:1.125rem;top:32rem;left:7rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ZHncPyoT4Aobfa13mc9DAKBnIUvvCC45 { width:8.8125rem;height:1.125rem;top:16.625rem;left:5.5625rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #K70ktO6to6h0uxtMZIZfV8O9SB0q2SX5 { width:8.8125rem;height:1.125rem;top:23.75rem;left:5.5625rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #eang7e4Vxxkt8ELzi8z39uGHSNQGUgnl { width:8.8125rem;height:1.125rem;top:7.0625rem;left:5.5625rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #MVUhFzvco8BnTofW9HyfvHEvMd6enXFh { width:7.4375rem;height:1.125rem;top:39.125rem;left:6.25rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Le4n7dTDJcHfqiucbfWIKrI4kWMFIwXd { width:8.8125rem;height:1.125rem;top:26.125rem;left:5.5625rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ipaCJKSPABZT85Lnctp1BsTzFA9ohn89 { width:8.8125rem;height:1.125rem;top:19rem;left:5.5625rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #rH7kmKDR0EqnkoB33ZmZAMAcAZ0PTJd7 { width:8.8125rem;height:1.125rem;top:9.4375rem;left:5.5625rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #T7zqNe7658hSS572yJyt9comKFFLW8Se { width:11.3125rem;height:1.125rem;top:34.375rem;left:4.3125rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #I9yf78qleFfmmUROKyTOe8g9Zfy9l3i5 { width:8.8125rem;height:1.125rem;top:41.5rem;left:5.5625rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #DpMzvoNoLTpHzbADWxF7OFhzaATyMQHn { width:8.8125rem;height:1.125rem;top:48.625rem;left:5.5625rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #KfTu9loDfuMaNvut9p2X6ecCycVKGTm9 { width:7.5625rem;height:1.125rem;top:51rem;left:6.1875rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #pf5Thapensrobab5g06hpC3OrZGTA9Sn { width:8.8125rem;height:1.125rem;top:53.375rem;left:5.5625rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #g5bD3eNy74VgoVZcnWvDtzEH9bMHvKXw { width:7.0625rem;height:1.125rem;top:43.875rem;left:6.4375rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #lmMUT7iXTdFlTInnRwcSIdv0DPBr5WGO { width:8.8125rem;height:1.125rem;top:68.875rem;left:5.5625rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TwKiH35wy46fc9dCl2yrTNv9D7gyPr9J { width:8.8125rem;height:1.125rem;top:46.25rem;left:5.5625rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #xlbfWo8DVtzkTJNZPTqfus5N42hi1Da6 { width:18.5625rem;height:1.75rem;top:71.25rem;left:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cczhBasCv7tAuSXP2H8RxzDbdwcGJJZv { display:flex;width:1.25rem;height:1.25rem;top:79.25rem;left:9.375rem; }
#cczhBasCv7tAuSXP2H8RxzDbdwcGJJZv > img { max-width: 100%;max-height:100%; width:1.25rem; height:1.25rem; } }@media only screen and (max-width: 763px) { #uaeHF2JJDtUHaDstGlsmTNuVTLGt9zN2 { display:flex;width:1.25rem;height:1.25rem;top:76.75rem;left:9.375rem; }
#uaeHF2JJDtUHaDstGlsmTNuVTLGt9zN2 > img { max-width: 100%;max-height:100%; width:1.25rem; height:1.25rem; } }@media only screen and (max-width: 763px) { #Ua5nTveR2TEVDeBE7PO5nN1XfGwGKwQX { display:flex;width:1.25rem;height:1.25rem;top:74.25rem;left:9.375rem; }
#Ua5nTveR2TEVDeBE7PO5nN1XfGwGKwQX > img { max-width: 100%;max-height:100%; width:1.25rem; height:1.25rem; } }