.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:229,238,248;--color-primary-1:114,164,208;--color-primary-2:6,94,166;--color-primary-3:1,90,169;--color-primary-4:0,90,169;--color-secondary-0:222,241,225;--color-secondary-1:145,208,156;--color-secondary-2:34,160,56;--color-secondary-3:17,80,28;--color-secondary-4:5,24,8;--color-tertiary-0:255,255,255;--color-tertiary-1:224,224,224;--color-tertiary-2:204,204,204;--color-tertiary-3:95,95,95;--color-tertiary-4:0,0,0;--headlines-font-family:"gt walsheim";--paragraphs-font-family:"gt walsheim"; }@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:rgba(var(--color-tertiary-0),1);background-image:none;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); }#y8JBX8qOspIdJoOCnR17sJfuoE2L2sDm { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/c37d8487-d666-4c2b-a463-02a370d22633/header1.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#y8JBX8qOspIdJoOCnR17sJfuoE2L2sDm.adaptive-delivery-prevent-bg, #y8JBX8qOspIdJoOCnR17sJfuoE2L2sDm.lazyload, #y8JBX8qOspIdJoOCnR17sJfuoE2L2sDm.lazyloading { background-image: none; }#y8JBX8qOspIdJoOCnR17sJfuoE2L2sDm > .row .container { background-color: transparent; background-image: none; }#y8JBX8qOspIdJoOCnR17sJfuoE2L2sDm::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#y8JBX8qOspIdJoOCnR17sJfuoE2L2sDm > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#y8JBX8qOspIdJoOCnR17sJfuoE2L2sDm > .row .container > .video-iframe-container { display: none; }#y8JBX8qOspIdJoOCnR17sJfuoE2L2sDm > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#y8JBX8qOspIdJoOCnR17sJfuoE2L2sDm > .row > .video-iframe-container { display: none; }#y8JBX8qOspIdJoOCnR17sJfuoE2L2sDm > .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); }#y8JBX8qOspIdJoOCnR17sJfuoE2L2sDm > .row .container { border-width: 0; border-radius: 0; }#y8JBX8qOspIdJoOCnR17sJfuoE2L2sDm > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#y8JBX8qOspIdJoOCnR17sJfuoE2L2sDm > .row .container { font-size:0.875rem;font-family:arial;height:39.9375rem;width:75rem;position:relative;display:block; }#TzDsh8zbMUEOcoq0sFh1zVwlVl9lGMGh { position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.0625rem;border-top-right-radius:2.0625rem;border-bottom-left-radius:2.0625rem;border-bottom-right-radius:2.0625rem;box-shadow: 0.0625rem 0.0625rem 1.25rem rgba(var(--color-tertiary-4),0.19) ;height:9.25rem;width:30.75rem;top:2.6875rem;left:0rem;display:block; }
#pT3SBgqBryRrPeefOKTWJHvVlTdT3aa1 { position:absolute;display:block;z-index:14999;background-color:rgba(var(--color-secondary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.0625rem;border-top-right-radius:2.0625rem;border-bottom-left-radius:2.0625rem;border-bottom-right-radius:2.0625rem;box-shadow: 0.0625rem 0.0625rem 1.25rem rgba(var(--color-tertiary-4),0.19) ;height:10.9375rem;width:30.75rem;top:7.625rem;left:0rem;display:block; }
#xulKTpqbxMZXzUanrKTeDqE5iR3tiRi4 { position:absolute;display:block;z-index:14998;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.0625rem;border-top-right-radius:2.0625rem;border-bottom-left-radius:2.0625rem;border-bottom-right-radius:2.0625rem;box-shadow: 0.0625rem 0.0625rem 1.25rem rgba(var(--color-tertiary-4),0.19) ;height:15.25rem;width:30.75rem;top:11.375rem;left:0rem;display:block; }
#snHH8LJ8SNS3OdQERlMtUlbe3rGNseUs { color:rgba(var(--color-tertiary-0),1);display:block;width:27rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.8125rem;font-weight:700;z-index:15001;line-height:1;letter-spacing:0;top:4.4187507629394rem;left:2.375rem;height:5.625rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#gJbyB0vHvzPGNZnBafT0kS0waoyaxXqK { color:rgba(var(--color-tertiary-0),1);display:block;width:21.5625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.625rem;font-weight:400;z-index:15002;line-height:1.3;letter-spacing:0;top:12.83749961853rem;left:2.375rem;height:;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#B3cyuyAyFAqzwAdeK6AEORTu1dynTDUL { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.6875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:30.75rem;height:4.875rem;text-decoration:none;z-index:15010;text-align:center;text-align-last:center;top:28.9375rem;left:0rem;display:block; }
#rQVMfRJKEGlPA7uASorsntg7LxtSkh30 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#x8v7bKw86OL8OoTe7Lz5sNP0JcXwJs1h { box-sizing:content-box;height:4.875rem;width:30.75rem;position:absolute;display:block;z-index:15006;background-color:rgba(var(--color-primary-3),1);background-image:none;top:28.9375rem;left:0rem;border-top-right-radius:6.25rem;border-bottom-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-top-left-radius:6.25rem;display:block; }
#kTiAqHWd9eJSvlyPgO1UqNlmDCDgsOJT { color:rgba(var(--color-tertiary-0),1);display:block;width:18.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.6875rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:30.25rem;left:3.875rem;height:2.19375rem;font-style:normal;display:block; }
#UBCDD9xtLZJDylNpsNngQlN22ibcX4pB { box-sizing:content-box;color:#5d92ff;font-size:1.5rem;font-weight:400;line-height:1;height:2.1875rem;width:2.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15008;opacity:1;top:30.28125rem;left:26.5625rem; }
#ZnThz74UneKAE0ByteIUqDWiM3IrUWE9 { 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:4.9375rem;width:10.375rem;top:20.125rem;left:2.375rem;overflow:hidden;display:block; }
#fBskx9QR1nqBtJIG4wI7H13yho0d7wiu { position:relative;display:block; }#fBskx9QR1nqBtJIG4wI7H13yho0d7wiu { background-color: transparent; background-image: none; }#fBskx9QR1nqBtJIG4wI7H13yho0d7wiu::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fBskx9QR1nqBtJIG4wI7H13yho0d7wiu > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fBskx9QR1nqBtJIG4wI7H13yho0d7wiu > .row .container > .video-iframe-container { display: none; }#fBskx9QR1nqBtJIG4wI7H13yho0d7wiu > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fBskx9QR1nqBtJIG4wI7H13yho0d7wiu > .row > .video-iframe-container { display: none; }#fBskx9QR1nqBtJIG4wI7H13yho0d7wiu > .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); }#fBskx9QR1nqBtJIG4wI7H13yho0d7wiu { border-width: 0; border-radius: 0; }#fBskx9QR1nqBtJIG4wI7H13yho0d7wiu > .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; }#fBskx9QR1nqBtJIG4wI7H13yho0d7wiu > .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:50.9375rem;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; }#TQvKX11aHTlDSDAkLVo0efhRB5mzP90Q { color:rgba(var(--color-tertiary-4),1);display:block;width:34.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:3rem;font-weight:400;z-index:15000;line-height:1.3;letter-spacing:0;top:4.8125rem;left:0rem;height:11.7rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#GZg7AemTawMMW0GGTrAgTw63EEoIEUZA { color:rgba(var(--color-tertiary-4),1);display:block;width:34.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.375rem;font-weight:700;z-index:15001;line-height:1.1;letter-spacing:0;top:17.387500762939rem;left:0rem;height:;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#GGSWhhQmqhJEJoTEyCFZ1RprUpP1rQmf { color:rgba(var(--color-tertiary-4),1);display:block;width:34.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.4375rem;font-weight:300;z-index:15001;line-height:1.8;letter-spacing:0;top:25.1875rem;left:0rem;height:;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#UBb5SNF2cdJlaOlC8hqIXiUrpEf5qOMn { box-sizing:content-box;height:4.875rem;width:24.75rem;position:absolute;display:block;z-index:15009;background-color:rgba(var(--color-primary-3),1);background-image:none;top:38.75rem;left:0rem;border-top-right-radius:6.25rem;border-bottom-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-top-left-radius:6.25rem;display:block; }
#sSygv3vVqGBFwrz1almgDo0Odh03pcMr { box-sizing:content-box;color:#5d92ff;font-size:1.5rem;font-weight:400;line-height:1;height:2.1875rem;width:2.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15011;opacity:1;top:40.125rem;left:21.3125rem; }
#sPg2MTVFyqBTQT3pi0uVDip5W9VQgDSm { color:rgba(var(--color-tertiary-0),1);display:block;width:18.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.6875rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:40.125rem;left:1.75rem;height:2.19375rem;font-style:normal;display:block; }
#zw2ikGQfKreyc6Eakx8e7PQo4dT0DOea { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.6875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:24.75rem;height:4.875rem;text-decoration:none;z-index:15011;text-align:center;text-align-last:center;top:38.75rem;left:0rem;display:block; }
#TGyEbTdJ9IRqt8ANLUrl1nT0PeTTlpA6 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#XlBbCpXprX7WRkSpzebkiuQxebCMHqPk { box-sizing:content-box;height:29.6875rem;width:18.75rem;position:absolute;display:block;z-index:15012;background-color:rgba(var(--color-primary-0),1);background-image:none;top:4.625rem;left:36.6875rem;border-top-right-radius:0.875rem;border-bottom-right-radius:0.875rem;border-bottom-left-radius:0.875rem;border-top-left-radius:0.875rem;border-top:0.0625rem solid #eef2fc;border-left:0.0625rem solid #eef2fc;border-right:0.0625rem solid #eef2fc;border-bottom:0.0625rem solid #eef2fc;display:block; }
#ih8RMsT8HJso6TlqOCG3tqRL0ZxuCn0N { box-sizing:content-box;height:29.6875rem;width:18.75rem;position:absolute;display:block;z-index:15013;background-color:rgba(var(--color-primary-0),1);background-image:none;top:4.625rem;left:57.125rem;border-top-right-radius:0.875rem;border-bottom-right-radius:0.875rem;border-bottom-left-radius:0.875rem;border-top-left-radius:0.875rem;border-top:0.0625rem solid #eef2fc;border-left:0.0625rem solid #eef2fc;border-right:0.0625rem solid #eef2fc;border-bottom:0.0625rem solid #eef2fc;display:block; }
#Ifw6NK3GNkpTeTsJUqbLuw4QBGypb1oE { color:rgba(var(--color-tertiary-4),1);display:block;width:14.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.625rem;font-weight:700;z-index:15014;line-height:1.3;letter-spacing:0;top:7.625rem;left:38.375rem;height:4.225rem;font-style:normal;display:block; }
#QMvHxyz8p9mgA9WIUXKe5L1S2DFdRIha { color:rgba(var(--color-tertiary-4),1);display:block;width:15rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:300;z-index:15015;line-height:1.6;letter-spacing:0;top:14.03750038147rem;left:38.375rem;height:7.6rem;font-style:normal;display:block; }
#Qs1qQqfu5thhWvLUDyTHr8AvTORC72hf { color:rgba(var(--color-tertiary-4),1);display:block;width:15.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:300;z-index:15017;line-height:1.6;letter-spacing:0;top:14.03750038147rem;left:58.875rem;height:15.2rem;font-style:normal;display:block; }
#rnTR9yVPCVGW1C0DuB3NHDiULq0qPRy7 { color:rgba(var(--color-tertiary-4),1);display:block;width:15.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.625rem;font-weight:700;z-index:15016;line-height:1.3;letter-spacing:0;top:7.625rem;left:58.9375rem;height:4.225rem;font-style:normal;display:block; }
#cGq9xhs1atCxHJMvBfnTtGKBVyMvenzt { box-sizing:content-box;height:24.6875rem;width:18.75rem;position:absolute;display:block;z-index:15018;background-color:rgba(var(--color-primary-0),1);background-image:none;top:36.0625rem;left:36.6875rem;border-top-right-radius:0.875rem;border-bottom-right-radius:0.875rem;border-bottom-left-radius:0.875rem;border-top-left-radius:0.875rem;border-top:0.0625rem solid #eef2fc;border-left:0.0625rem solid #eef2fc;border-right:0.0625rem solid #eef2fc;border-bottom:0.0625rem solid #eef2fc;display:block; }
#t59JFt1T8lbNQXZW05WL3oTkCAGQnbrB { color:rgba(var(--color-tertiary-4),1);display:block;width:14.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.625rem;font-weight:700;z-index:15020;line-height:1.3;letter-spacing:0;top:39.0625rem;left:38.375rem;height:6.3375rem;font-style:normal;display:block; }
#bTHX3lfWZOuyLlMTHA2dsUelidkysOGX { color:rgba(var(--color-tertiary-4),1);display:block;width:15rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:300;z-index:15021;line-height:1.6;letter-spacing:0;top:47.5625rem;left:38.375rem;height:9.5rem;font-style:normal;display:block; }
#sXwdDDqRqZS0szb4f9Fqkc1EorRTzcxJ { box-sizing:content-box;height:24.6875rem;width:18.75rem;position:absolute;display:block;z-index:15019;background-color:rgba(var(--color-primary-0),1);background-image:none;top:36.0625rem;left:57.125rem;border-top-right-radius:0.875rem;border-bottom-right-radius:0.875rem;border-bottom-left-radius:0.875rem;border-top-left-radius:0.875rem;border-top:0.0625rem solid #eef2fc;border-left:0.0625rem solid #eef2fc;border-right:0.0625rem solid #eef2fc;border-bottom:0.0625rem solid #eef2fc;display:block; }
#ii8xF05cXm5cPwagThI5uWquIptDlIf8 { color:rgba(var(--color-tertiary-4),1);display:block;width:15.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:300;z-index:15023;line-height:1.6;letter-spacing:0;top:47.5625rem;left:59rem;height:7.6rem;font-style:normal;display:block; }
#QnV6fSDgLg1qldVb61s7RvqB9JfyFDKJ { color:rgba(var(--color-tertiary-4),1);display:block;width:15.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.625rem;font-weight:700;z-index:15022;line-height:1.3;letter-spacing:0;top:39.0625rem;left:58.96875rem;height:4.225rem;font-style:normal;display:block; }
#oIbdZPUXFXaeQuFNWfRaVobNSuA18KJ6 { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.875rem;border-top-right-radius:0.875rem;border-bottom-left-radius:0.875rem;border-bottom-right-radius:0.875rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:18.75rem;height:29.6875rem;text-decoration:none;z-index:15025;text-align:center;text-align-last:center;top:4.6875rem;left:36.75rem;display:block; }
#izZCQJvsT26Cp6fiGq99BRl6z7XLRl75 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#CnD4wpPlqFXeuJhHnBCS2RV2HmhS2eKg { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.875rem;border-top-right-radius:0.875rem;border-bottom-left-radius:0.875rem;border-bottom-right-radius:0.875rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:18.75rem;height:29.6875rem;text-decoration:none;z-index:15026;text-align:center;text-align-last:center;top:4.6875rem;left:57.125rem;display:block; }
#cIsNTKkFpmrqJ0MJQn0R9eRD8vM4pP1p { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#R50rTNwRJKMEAdKzVXxRB5m7W7El6baJ { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.875rem;border-top-right-radius:0.875rem;border-bottom-left-radius:0.875rem;border-bottom-right-radius:0.875rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:18.75rem;height:24.6875rem;text-decoration:none;z-index:15026;text-align:center;text-align-last:center;top:36.125rem;left:36.75rem;display:block; }
#DW15gNs3aTEqJXUu1MT4wrCUTTTrpk9H { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#RtJpU7tkkkg2yASCPrKv37FNFboKzCxH { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.875rem;border-top-right-radius:0.875rem;border-bottom-left-radius:0.875rem;border-bottom-right-radius:0.875rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:18.75rem;height:24.6875rem;text-decoration:none;z-index:15027;text-align:center;text-align-last:center;top:36.125rem;left:57.125rem;display:block; }
#bffTrHoGzlabKvTVyUNsb6tM2M9fPJkG { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#rfDdITtgwAbek8SCm8Sw5tDmmJJVRssl { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#efefef;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#rfDdITtgwAbek8SCm8Sw5tDmmJJVRssl > .row .container { background-color: transparent; background-image: none; }#rfDdITtgwAbek8SCm8Sw5tDmmJJVRssl::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rfDdITtgwAbek8SCm8Sw5tDmmJJVRssl > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rfDdITtgwAbek8SCm8Sw5tDmmJJVRssl > .row .container > .video-iframe-container { display: none; }#rfDdITtgwAbek8SCm8Sw5tDmmJJVRssl > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rfDdITtgwAbek8SCm8Sw5tDmmJJVRssl > .row > .video-iframe-container { display: none; }#rfDdITtgwAbek8SCm8Sw5tDmmJJVRssl > .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); }#rfDdITtgwAbek8SCm8Sw5tDmmJJVRssl > .row .container { border-width: 0; border-radius: 0; }#rfDdITtgwAbek8SCm8Sw5tDmmJJVRssl > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#rfDdITtgwAbek8SCm8Sw5tDmmJJVRssl > .row .container { font-size:0.875rem;font-family:arial;height:11.625rem;width:75rem;position:relative;display:block; }#GOpHmbryD7U8ZVT8IqIIyXT1QTTD3e1Q { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#efefef;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#GOpHmbryD7U8ZVT8IqIIyXT1QTTD3e1Q > .row .container { background-color: transparent; background-image: none; }#GOpHmbryD7U8ZVT8IqIIyXT1QTTD3e1Q::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GOpHmbryD7U8ZVT8IqIIyXT1QTTD3e1Q > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GOpHmbryD7U8ZVT8IqIIyXT1QTTD3e1Q > .row .container > .video-iframe-container { display: none; }#GOpHmbryD7U8ZVT8IqIIyXT1QTTD3e1Q > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GOpHmbryD7U8ZVT8IqIIyXT1QTTD3e1Q > .row > .video-iframe-container { display: none; }#GOpHmbryD7U8ZVT8IqIIyXT1QTTD3e1Q > .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); }#GOpHmbryD7U8ZVT8IqIIyXT1QTTD3e1Q > .row .container { border-width: 0; border-radius: 0; }#GOpHmbryD7U8ZVT8IqIIyXT1QTTD3e1Q > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#GOpHmbryD7U8ZVT8IqIIyXT1QTTD3e1Q > .row .container { font-size:0.875rem;font-family:arial;height:133.5625rem;width:75rem;position:relative;display:block; }#JDmIfzDHiIgMEMSBLfUEkJpnSTwXVFcA { color:#121040;display:block;width:26.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.8125rem;font-weight:700;z-index:15000;line-height:1.2;letter-spacing:0;top:0rem;left:0rem;height:6.75rem;font-style:normal;display:block; }
#XdEubLaD5uMkoyRVXoPhHD7zxsqxqrLW { color:#58595b;display:block;width:22.5625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5rem;font-weight:300;z-index:15002;line-height:1.4;letter-spacing:0;top:7.1875rem;left:0rem;height:4.2rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#mcTOLpCNP0xRfzNG8etkxSwSTxBZciWg { box-sizing:content-box;height:0.0625rem;width:75rem;position:absolute;display:block;z-index:15003;background-color:#0d1219;background-image:none;top:27.875rem;left:0rem;display:block; }
#Z0Et1huRTstbs08M94ZM24aid7eqEKlq { color:#5d6b6f;display:block;width:15.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15003;line-height:1.4;letter-spacing:0;top:29.0625rem;left:0rem;height:3.15rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#ZR2qThPBg03aIu60AGABI570y1vIbT8W { box-sizing:content-box;height:0.125rem;width:75rem;position:absolute;display:block;z-index:15004;background-color:rgba(var(--color-tertiary-0),0);background-image:none;top:33rem;left:0rem;border-top:0.0625rem dashed #cddef1;border-left:0;border-right:0;border-bottom:0;display:block; }
#fQlTAsOKdTEOolWIDODPLCwHD3e9741z { color:#5d6b6f;display:block;width:11.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15005;line-height:1.4;letter-spacing:0;top:33.75rem;left:0rem;height:3.15rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#nbOkRkrLLpPxmMVZvvGIc0LISETRdOJg { box-sizing:content-box;height:0.125rem;width:75rem;position:absolute;display:block;z-index:15006;background-color:rgba(var(--color-tertiary-0),0);background-image:none;top:37.6875rem;left:0rem;border-top:0.0625rem dashed #cddef1;border-left:0;border-right:0;border-bottom:0;display:block; }
#kvXBAE4sxAwqAy6QdJgDdPm99kAQcxzk { color:#5d6b6f;display:block;width:16.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15007;line-height:1.4;letter-spacing:0;top:38.4375rem;left:0rem;height:3.15rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#I26wS7Uo8bRigPgaKyN3rz2VGhOU83bT { box-sizing:content-box;height:0.125rem;width:75rem;position:absolute;display:block;z-index:15008;background-color:rgba(var(--color-tertiary-0),0);background-image:none;top:42.375rem;left:0rem;border-top:0.0625rem dashed #cddef1;border-left:0;border-right:0;border-bottom:0;display:block; }
#aEpiOiDTHxe7AA7ZTT21ayCzKCb5Nvu1 { box-sizing:content-box;height:0.125rem;width:75rem;position:absolute;display:block;z-index:15010;background-color:rgba(var(--color-tertiary-0),0);background-image:none;top:47.125rem;left:0rem;border-top:0.0625rem dashed #cddef1;border-left:0;border-right:0;border-bottom:0;display:block; }
#ulh9XcTx4EGZb4GTE4HzrtRwcXs0PDlP { color:#5d6b6f;display:block;width:16.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15009;line-height:1.4;letter-spacing:0;top:43.1875rem;left:0rem;height:3.15rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#qiLEkAOsKxpsXA7WGoM5nyTmXQ87pFfA { box-sizing:content-box;height:0.125rem;width:75rem;position:absolute;display:block;z-index:15012;background-color:rgba(var(--color-tertiary-0),0);background-image:none;top:51.875rem;left:0rem;border-top:0.0625rem dashed #cddef1;border-left:0;border-right:0;border-bottom:0;display:block; }
#Sx4vUquhXz4TBdVREzpxxZv6XRxbhRRF { color:#5d6b6f;display:block;width:14.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15011;line-height:1.4;letter-spacing:0;top:47.9375rem;left:0rem;height:1.575rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#qDMLJZMqXx9xqLPZAbHaNTgHaB19QvDU { position:absolute;display:block;z-index:14999;height:126.0625rem;width:46.625rem;top:9.6156234741213rem;left:26.623956680298rem;display:block; }
#RekMBXgxmr5T22AfSHNobz5VmmR88nw6 { position:absolute;display:block;z-index:15015;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.4375rem;width:3.4375rem;top:18.8125rem;left:25rem;overflow:hidden;display:block; }
#rietQw8cwq9a7p0OZSPHwmCJ2wspc3FS { box-sizing:content-box;height:3.4375rem;width:3.4375rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15014;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:18.824996948243rem;left:25rem;display:block; }
#ucFEdudTg7aCEDZcJ0c4vqWZPtxWTtmi { position:absolute;display:block;z-index:15017;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.4375rem;width:3.4375rem;top:18.8125rem;left:71.5625rem;overflow:hidden;display:block; }
#Bg0GwtzAGyEavRTw4NozGoODENVI1VOT { box-sizing:content-box;height:3.4375rem;width:3.4375rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15016;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:18.8125rem;left:71.5625rem;display:block; }
#Z9aI46LQ5eK32QJCOs94THLUH5r3OFv8 { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.375rem;width:1.375rem;top:29.875rem;left:14.6875rem;overflow:hidden;display:block; }
#kxPv4HObyf33wNH5pfomMzOiyvSJhzCq { color:rgba(var(--color-tertiary-4),1);display:block;width:16.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15019;line-height:1.3;letter-spacing:0;top:28.6875rem;left:16.8125rem;height:3.9rem;font-style:normal;display:block; }
#cw5eTSxOnHffWU1dsP1Obemlhn9vMCgS { 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.375rem;width:1.375rem;top:40.0625rem;left:11.1875rem;overflow:hidden;display:block; }
#PPTih3pMingtmwxanLLa5kteA5bHQZqZ { color:rgba(var(--color-tertiary-4),1);display:block;width:17.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15020;line-height:1.3;letter-spacing:0;top:38.25rem;left:14.375rem;height:14.3rem;font-style:normal;display:block; }
#BVZgXa7pIbTp3yvOiqwEwmPEMKRVhV8H { box-sizing:content-box;height:12.5rem;width:12.5rem;position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;display:none; }
#hE7S7kTVodBu2JIss5Q1EUSdTQRzTD2l { 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.375rem;width:1.375rem;top:44.3125rem;left:14.875rem;overflow:hidden;display:block; }
#LlVvxiUi41vkP4G4JwAoi62KIqP8dZ7T { color:rgba(var(--color-tertiary-4),1);display:block;width:17.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15022;line-height:1.3;letter-spacing:0;top:43.125rem;left:17rem;height:10.4rem;font-style:normal;display:block; }
#tWQ1u2UDxucCaSHsLPkTuoHK1wfWRWgX { box-sizing:content-box;height:0.125rem;width:75rem;position:absolute;display:block;z-index:15014;background-color:rgba(var(--color-tertiary-0),0);background-image:none;top:56.6875rem;left:0rem;border-top:0.0625rem dashed #cddef1;border-left:0;border-right:0;border-bottom:0;display:block; }
#buaI69ICOTgQLRkHelVDEL0KK5HHUBM4 { color:#5d6b6f;display:block;width:10.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15013;line-height:1.4;letter-spacing:0;top:52.75rem;left:0rem;height:3.15rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#gA23Z79nElvK06HETTnhlUQwGpxVy5sZ { box-sizing:content-box;height:0.125rem;width:75rem;position:absolute;display:block;z-index:15016;background-color:rgba(var(--color-tertiary-0),0);background-image:none;top:61.4375rem;left:0rem;border-top:0.0625rem dashed #cddef1;border-left:0;border-right:0;border-bottom:0;display:block; }
#onkML93ppBnUL1E6h22tyR7S7Vy4wCAU { color:#5d6b6f;display:block;width:13rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:300;z-index:15015;line-height:1.2;letter-spacing:0;top:57.25rem;left:0rem;height:2.55rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#GTWJEVu4mrG9RWbzXrPEt2zPmpVTZhqS { color:#5d6b6f;display:block;width:17.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:300;z-index:15015;line-height:1.2;letter-spacing:0;top:61.875rem;left:0rem;height:3.825rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#JLnAEyIM0x7IB9CrPefaOMxo1AbCbGW2 { box-sizing:content-box;height:0.125rem;width:75rem;position:absolute;display:block;z-index:15016;background-color:rgba(var(--color-tertiary-0),0);background-image:none;top:66.0625rem;left:0rem;border-top:0.0625rem dashed #cddef1;border-left:0;border-right:0;border-bottom:0;display:block; }
#rq4l1ffHT75ed7AnoWbzEUOL1EEi6v9p { color:#5d6b6f;display:block;width:10.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15015;line-height:1.4;letter-spacing:0;top:67.625rem;left:0rem;height:1.575rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#F0ZzT9ruSy78C399TOpV6vADwzTrwtEb { box-sizing:content-box;height:0.125rem;width:75rem;position:absolute;display:block;z-index:15016;background-color:rgba(var(--color-tertiary-0),0);background-image:none;top:70.75rem;left:0rem;border-top:0.0625rem dashed #cddef1;border-left:0;border-right:0;border-bottom:0;display:block; }
#ODAUXLUMwJp6V8Cnex63LUNkxpKS5p4v { color:#5d6b6f;display:block;width:12.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15015;line-height:1.4;letter-spacing:0;top:71.6875rem;left:0rem;height:3.15rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#vGIhEtXqynICuaAN64q4TnT98dO9wKsk { box-sizing:content-box;height:0.125rem;width:75rem;position:absolute;display:block;z-index:15016;background-color:rgba(var(--color-tertiary-0),0);background-image:none;top:75.625rem;left:0rem;border-top:0.0625rem dashed #cddef1;border-left:0;border-right:0;border-bottom:0;display:block; }
#rTEqyK0U9nssxvpPAHUszhUFg5oflcSx { box-sizing:content-box;height:0.125rem;width:75rem;position:absolute;display:block;z-index:15018;background-color:rgba(var(--color-tertiary-0),0);background-image:none;top:80.4375rem;left:0rem;border-top:0.0625rem dashed #cddef1;border-left:0;border-right:0;border-bottom:0;display:block; }
#tg0oCHEXNDU1f47GKq6qrRXs6QmWC89E { color:#5d6b6f;display:block;width:7.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15017;line-height:1.4;letter-spacing:0;top:77.1875rem;left:0rem;height:1.575rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#xp7iqUQMJfx4SuttxwM7rp5SASSAvXxS { box-sizing:content-box;height:0.125rem;width:75rem;position:absolute;display:block;z-index:15020;background-color:rgba(var(--color-tertiary-0),0);background-image:none;top:85.3125rem;left:0rem;border-top:0.0625rem dashed #cddef1;border-left:0;border-right:0;border-bottom:0;display:block; }
#w3ZVO4zWT65WVGlHBpzhSLiy66RxkAFa { color:#5d6b6f;display:block;width:12.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15019;line-height:1.4;letter-spacing:0;top:82.0625rem;left:0rem;height:1.575rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#F7MbGEbaoIuEx9ASqo9ykonOCt2CaNQT { color:rgba(var(--color-tertiary-4),1);display:block;width:21.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15022;line-height:1.3;letter-spacing:0;top:71.4375rem;left:14.375rem;height:14.3rem;font-style:normal;display:block; }
#SLl8WhSL5LM8MVAAZyi2lP58ET4SVTzH { 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.375rem;width:1.375rem;top:72.625rem;left:12.25rem;overflow:hidden;display:block; }
#mtD7u3FmucyHR8n4w8wosiHcGPAcNPJV { position:absolute;display:block;z-index:15011;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.375rem;width:1.375rem;top:77.4375rem;left:7.3125rem;overflow:hidden;display:block; }
#BpCiakOa2puzHf3HupVr6sNWmVK8OeZi { color:rgba(var(--color-tertiary-4),1);display:block;width:21.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15024;line-height:1.3;letter-spacing:0;top:76.25rem;left:9.4375rem;height:3.8997375rem;font-style:normal;display:block; }
#kH8Rv24dtUcNbb75ll3SMSyeClctq5Wd { box-sizing:content-box;height:0.125rem;width:75rem;position:absolute;display:block;z-index:15022;background-color:rgba(var(--color-tertiary-0),0);background-image:none;top:90.0625rem;left:0rem;border-top:0.0625rem dashed #cddef1;border-left:0;border-right:0;border-bottom:0;display:block; }
#ZWmT2LW7rgTbzdtECuPHQCr2RT2V8l4i { color:#5d6b6f;display:block;width:10.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15021;line-height:1.4;letter-spacing:0;top:86.9375rem;left:0rem;height:1.575rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#p0iKn01eJGDmC9GqcaPNItozE9nqD35c { color:#5d6b6f;display:block;width:6.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15015;line-height:1.4;letter-spacing:0;top:90.875rem;left:0rem;height:3.15rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#TOTpArcDmQH2qBUkd5LuhIPOtVg5TMJV { box-sizing:content-box;height:0.125rem;width:75rem;position:absolute;display:block;z-index:15016;background-color:rgba(var(--color-tertiary-0),0);background-image:none;top:94.6875rem;left:0rem;border-top:0.0625rem dashed #cddef1;border-left:0;border-right:0;border-bottom:0;display:block; }
#TpfO4orZ9pLxIcC0Tkb6dQbbX6C8HXmZ { color:#5d6b6f;display:block;width:12.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15023;line-height:1.4;letter-spacing:0;top:96.3125rem;left:0rem;height:1.575rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#gXPXCB0ufLnHwzbJHmsnq8Oyp6TfDTvl { box-sizing:content-box;height:0.125rem;width:75rem;position:absolute;display:block;z-index:15024;background-color:rgba(var(--color-tertiary-0),0);background-image:none;top:99.625rem;left:0rem;border-top:0.0625rem dashed #cddef1;border-left:0;border-right:0;border-bottom:0;display:block; }
#k6LMZZ5pML51cZIblb1LEuwFElJdVz4x { color:rgba(var(--color-tertiary-4),1);display:block;width:21.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15026;line-height:1.3;letter-spacing:0;top:85.875rem;left:13.3125rem;height:5.2rem;font-style:normal;display:block; }
#f3VNwvExV281tCIGJvX7icKt80GFHA5G { position:absolute;display:block;z-index:15013;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.375rem;width:1.375rem;top:87.0625rem;left:11.1875rem;overflow:hidden;display:block; }
#tC53h7cqEpIGKNeLIDdCIHhV4IXxlgxI { position:absolute;display:block;z-index:15015;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.375rem;width:1.375rem;top:91.6875rem;left:6.75rem;overflow:hidden;display:block; }
#TxfFH86kTiTkDgRum6oR4R8caFdoMcTV { color:rgba(var(--color-tertiary-4),1);display:block;width:21.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15028;line-height:1.3;letter-spacing:0;top:90.5rem;left:8.875rem;height:7.8rem;font-style:normal;display:block; }
#BpSXuUQTlyp3SHgJxBIMuB5p9DCXvGCT { box-sizing:content-box;height:0.125rem;width:75rem;position:absolute;display:block;z-index:15018;background-color:rgba(var(--color-tertiary-0),0);background-image:none;top:104.25rem;left:0rem;border-top:0.0625rem dashed #cddef1;border-left:0;border-right:0;border-bottom:0;display:block; }
#RwKKDTIZlw2NBCeWdIlwEdseT82ts40Q { color:#5d6b6f;display:block;width:10.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15017;line-height:1.4;letter-spacing:0;top:100.4375rem;left:0rem;height:3.15rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#MkZAWN85cH7N1pyynSO3pzr9lhGaP8I0 { box-sizing:content-box;height:0.125rem;width:75rem;position:absolute;display:block;z-index:15020;background-color:rgba(var(--color-tertiary-0),0);background-image:none;top:108.875rem;left:0rem;border-top:0.0625rem dashed #cddef1;border-left:0;border-right:0;border-bottom:0;display:block; }
#KCrLLiKC54MRmVntAKPNvPJzURXzr2Ks { color:#5d6b6f;display:block;width:12rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15019;line-height:1.4;letter-spacing:0;top:105.0625rem;left:0rem;height:3.15rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#CeeHWid5IHJMpM5BzwiZpMIOeT5XTlxr { position:absolute;display:block;z-index:15017;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.375rem;width:1.375rem;top:105.9375rem;left:12.0625rem;overflow:hidden;display:block; }
#wv9kXFwMkD6RPCK3PWqdaTXETSlEMH3q { color:rgba(var(--color-tertiary-4),1);display:block;width:21.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15030;line-height:1.3;letter-spacing:0;top:104.75rem;left:14.1875rem;height:6.5rem;font-style:normal;display:block; }
#bRf9gt8HruPSyV8H39CXPwyHMKzmZGJL { box-sizing:content-box;height:0.125rem;width:75rem;position:absolute;display:block;z-index:15026;background-color:rgba(var(--color-tertiary-0),0);background-image:none;top:113.75rem;left:0rem;border-top:0.0625rem dashed #cddef1;border-left:0;border-right:0;border-bottom:0;display:block; }
#XaNrg1o97vMc7s3TQvFCfdq4nzmp4IxL { color:#5d6b6f;display:block;width:12.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15025;line-height:1.4;letter-spacing:0;top:110.4375rem;left:0rem;height:1.575rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#I5Xix5IZrzE7bIdAUppXqIB8p8keCVxs { box-sizing:content-box;height:0.125rem;width:75rem;position:absolute;display:block;z-index:15030;background-color:rgba(var(--color-tertiary-0),0);background-image:none;top:118.6875rem;left:0rem;border-top:0.0625rem dashed #cddef1;border-left:0;border-right:0;border-bottom:0;display:block; }
#IUlIiBmmEkuGVCbdkenQWzQFZgTSrBMv { color:#5d6b6f;display:block;width:9.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15029;line-height:1.4;letter-spacing:0;top:115.625rem;left:0rem;height:1.575rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#G4c6d6SD6rpfvI5w5wxhF5vwH176a3De { position:absolute;display:block;z-index:15019;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.375rem;width:1.375rem;top:115.8125rem;left:10.0625rem;overflow:hidden;display:block; }
#V13CuSfWtgN09n7gQUHbVtPQcT4EqG0U { color:rgba(var(--color-tertiary-4),1);display:block;width:22.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15032;line-height:1.3;letter-spacing:0;top:114.625rem;left:12.1875rem;height:6.5rem;font-style:normal;display:block; }
#NNP4sbxdByEitRF9cwFSNOXiKHWUbMhx { color:#5d6b6f;display:block;width:12.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15031;line-height:1.4;letter-spacing:0;top:120.3125rem;left:0rem;height:1.575rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#Iw92oB27PpdyuVOICW4u5wWvK12hf7wJ { position:absolute;display:block;z-index:15021;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.375rem;width:1.375rem;top:120.4375rem;left:12.5rem;overflow:hidden;display:block; }
#pfsagoyAoLGIOGPJIvGBuEt6BNwqBh55 { box-sizing:content-box;height:0.124783125rem;width:75rem;position:absolute;display:block;z-index:15018;background-color:rgba(var(--color-tertiary-0),0);background-image:none;top:123.62396240234rem;left:0rem;border-top:0.0625rem dashed #cddef1;border-left:0;border-right:0;border-bottom:0;display:block; }
#AnhklJclambtgWf513BaW932ZpgmxPSV { box-sizing:content-box;height:0.124783125rem;width:75rem;position:absolute;display:block;z-index:15024;background-color:rgba(var(--color-tertiary-0),0);background-image:none;top:131.81146240234rem;left:0rem;border-top:0.0625rem dashed #cddef1;border-left:0;border-right:0;border-bottom:0;display:block; }
#gh66NKvLWXTeM9A0nTcMg8fUxOiK7OAc { color:#5d6b6f;display:block;width:11.9998125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15023;line-height:1.4;letter-spacing:0;top:124.66874694824rem;left:0rem;height:3.15rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#qJkg82qs9dTUPoVVfByo2ChPMyai7V01 { position:absolute;display:block;z-index:15023;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.37478125rem;width:1.37478125rem;top:124.86666870118rem;left:11.686458587646rem;overflow:hidden;display:block; }
#tSoH5yxK5kPqbPINJOMLIUMSVFL29Tyq { color:rgba(var(--color-tertiary-4),1);display:block;width:24.6245625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15036;line-height:1.3;letter-spacing:0;top:123.98020935059rem;left:13.811458587646rem;height:6.5rem;font-style:normal;display:block; }
#BwhXWryqKFRN11JQOByS5fTMINMXCktZ { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.375rem;height:2.25rem;text-decoration:none;z-index:15043;text-align:center;text-align-last:center;top:18.8125rem;left:0.0625rem;display:block; }
#x9AChTeoyMEfSpqy4GavlUBwiRgyw6b0 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#TvTQeieyrxZ3NNvsnFQtM45w83t7mDwZ { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.375rem;height:2.25rem;text-decoration:none;z-index:15044;text-align:center;text-align-last:center;top:18.8125rem;left:8.375rem;display:block; }
#Xi1WImCnkCLeMZWTx0Szr0WcCbFgPD3d { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#xDFPae7wqMsqKnAeKU5DevQTfowTXyri { box-sizing:content-box;height:2.125rem;width:16.6875rem;position:absolute;display:block;z-index:15039;background-color:transparent;background-image:none;top:18.8125rem;left:0rem;border-top:0.0625rem solid #72a4cf;border-left:0.0625rem solid #72a4cf;border-right:0.0625rem solid #72a4cf;border-bottom:0.0625rem solid #72a4cf;border-top-right-radius:6.25rem;border-bottom-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-top-left-radius:6.25rem;display:block; }
#LACIOuVp3ys09RBWRKcwfSXoXWgXzKWT { color:rgba(var(--color-primary-4),1);display:block;width:7.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15042;line-height:1.3;letter-spacing:0;top:19.25rem;left:0.4375rem;height:1.3rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#MnyxNIRL1SrPftz80H5W0Ds3hsTNqX7Z { color:rgba(var(--color-primary-4),1);display:block;width:7.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15041;line-height:1.3;letter-spacing:0;top:19.25rem;left:8.75rem;height:1.3rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#gWF3BlZE9yo7qSU0T38qnCuIIiw68NnS { box-sizing:content-box;height:2.25rem;width:8.375rem;position:absolute;display:block;z-index:15040;background-color:rgba(var(--color-primary-4),1);background-image:none;top:18.8125rem;left:0rem;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:6.25rem;border-bottom-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-top-left-radius:6.25rem;display:block; }
#OXx1lSrPeRfTa1vCndlsc7AuLM0nG1yK { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.125rem;width:1.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15045;opacity:1;top:22.25rem;left:0rem; }
#SIlHO1noREgNNqX8Ub9s9w2oItWEOVk5 { color:#58595b;display:block;width:17.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:300;z-index:15004;line-height:1.2;letter-spacing:0;top:22.4375rem;left:1.375rem;height:2.7rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#OMfzgLSaHIq6CdoAanwqsSJD0xDsAkfF { color:#58595b;display:block;width:17.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:300;z-index:15005;line-height:1.2;letter-spacing:0;top:22.4375rem;left:1.375rem;height:3.6rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#nyr1gmmQMIR36Ly7SN8s4RAWxBMUd84C { box-sizing:content-box;height:12.5rem;width:12.5rem;position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;display:none; }
#X28McCEL49qGhqiTO0f41sTm0TT80qBD { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#efefef;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#X28McCEL49qGhqiTO0f41sTm0TT80qBD > .row .container { background-color: transparent; background-image: none; }#X28McCEL49qGhqiTO0f41sTm0TT80qBD::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#X28McCEL49qGhqiTO0f41sTm0TT80qBD > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#X28McCEL49qGhqiTO0f41sTm0TT80qBD > .row .container > .video-iframe-container { display: none; }#X28McCEL49qGhqiTO0f41sTm0TT80qBD > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#X28McCEL49qGhqiTO0f41sTm0TT80qBD > .row > .video-iframe-container { display: none; }#X28McCEL49qGhqiTO0f41sTm0TT80qBD > .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); }#X28McCEL49qGhqiTO0f41sTm0TT80qBD > .row .container { border-width: 0; border-radius: 0; }#X28McCEL49qGhqiTO0f41sTm0TT80qBD > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#X28McCEL49qGhqiTO0f41sTm0TT80qBD > .row .container { font-size:0.875rem;font-family:arial;height:8.9375rem;width:75rem;position:relative;display:block; }#l6AxWtuFtDUPTWS8CKVwnb4wWEBQckbI { box-sizing:content-box;height:2.875rem;width:10.75rem;position:absolute;display:block;z-index:15005;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:0.625rem;left:0rem;border-top:0.0625rem solid #79a8d2;border-left:0.0625rem solid #79a8d2;border-right:0.0625rem solid #79a8d2;border-bottom:0.0625rem solid #79a8d2;border-top-right-radius:6.25rem;border-bottom-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-top-left-radius:6.25rem;display:block; }
#Sr9MltdXwBer1PNCe7RxdUuxeZh9ylKK { box-sizing:content-box;height:0.0625rem;width:75rem;position:absolute;display:block;z-index:15001;background-color:rgba(var(--color-primary-1),1);background-image:none;top:2.09375rem;left:0rem;display:block; }
#Xxf9HT16VsCPukniPgcqz6pAH8WlWsKS { box-sizing:content-box;height:2.0625rem;width:16.3125rem;position:absolute;display:block;z-index:15003;background-color:#efefef;background-image:none;top:0rem;left:0rem;display:block; }
#GqMkNLKtPZx02PaKMgTUqh5xWzmz87eC { box-sizing:content-box;height:2.125rem;width:75rem;position:absolute;display:block;z-index:15004;background-color:#efefef;background-image:none;top:2.15625rem;left:0rem;display:block; }
#v4dsbhacybulFiH1pmBd1zp8tC09euD6 { color:#003e4f;display:block;width:8.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:1.4937496185302rem;left:0.6875rem;height:1.1375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ZoBVE5C6S6CuSVkvcOqoZVBXumAnXmTU { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;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:15007;opacity:1;top:1.65625rem;left:8.6875rem; }
#SaTTf2rKA38biJ501AiDvc8hOzskckNg { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10.75rem;height:2.875rem;text-decoration:none;z-index:15008;text-align:center;text-align-last:center;top:0.6875rem;left:0rem;display:block; }
#eLS1p7CiMdKcFZARPqHfGhaZ1RpIHves { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ng7Scuxdghu6TJ7HgxHeiJJP6MlD9Ttz { box-sizing:content-box;height:0.625rem;width:0.625rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15009;background-color:rgba(var(--color-primary-4),1);background-image:none;top:3.75rem;left:47.875rem;border-top:0.0625rem solid rgba(var(--color-primary-4),1);border-left:0.0625rem solid rgba(var(--color-primary-4),1);border-right:0.0625rem solid rgba(var(--color-primary-4),1);border-bottom:0.0625rem solid rgba(var(--color-primary-4),1);display:block; }
#c1Z1pv1172DBXIUmKg3BrkRw09MPnMvL { box-sizing:content-box;height:0.625rem;width:0.625rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15010;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:3.75rem;left:49rem;border-top:0.0625rem solid rgba(var(--color-primary-4),1);border-left:0.0625rem solid rgba(var(--color-primary-4),1);border-right:0.0625rem solid rgba(var(--color-primary-4),1);border-bottom:0.0625rem solid rgba(var(--color-primary-4),1);display:block; }
#mJW9smkuQ3vv6BOuTi4uwrssAAHt3Jvn { box-sizing:content-box;height:0.625rem;width:0.625rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15011;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:3.75rem;left:50.125rem;border-top:0.0625rem solid rgba(var(--color-primary-4),1);border-left:0.0625rem solid rgba(var(--color-primary-4),1);border-right:0.0625rem solid rgba(var(--color-primary-4),1);border-bottom:0.0625rem solid rgba(var(--color-primary-4),1);display:block; }
#LcADmTaNkPBIlHne1sAZzrXHzOxRigRg { box-sizing:content-box;height:0.625rem;width:0.625rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15012;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:3.75rem;left:51.25rem;border-top:0.0625rem solid rgba(var(--color-primary-4),1);border-left:0.0625rem solid rgba(var(--color-primary-4),1);border-right:0.0625rem solid rgba(var(--color-primary-4),1);border-bottom:0.0625rem solid rgba(var(--color-primary-4),1);display:block; }
#qf3z9ubiQNMsIgJLQTZdw6qQzdWn34dQ { box-sizing:content-box;height:0.625rem;width:0.625rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15013;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:3.75rem;left:52.375rem;border-top:0.0625rem solid rgba(var(--color-primary-4),1);border-left:0.0625rem solid rgba(var(--color-primary-4),1);border-right:0.0625rem solid rgba(var(--color-primary-4),1);border-bottom:0.0625rem solid rgba(var(--color-primary-4),1);display:block; }
#TNFz7T5pxgJVEWvQtawnDz3roMPeNUu7 { position:relative;display:none; }#TNFz7T5pxgJVEWvQtawnDz3roMPeNUu7 { border-width: 0; border-radius: 0; }#TNFz7T5pxgJVEWvQtawnDz3roMPeNUu7 > .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; }#TNFz7T5pxgJVEWvQtawnDz3roMPeNUu7 > .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:0.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:none; }#AwqJQ1g3DqXu6aeNzHtT6tB6bLrxTBfA { box-sizing:content-box;height:25.75rem;width:18.75rem;position:absolute;display:block;z-index:15012;background-color:rgba(var(--color-primary-0),1);background-image:none;top:4.625rem;left:36.6875rem;border-top-right-radius:0.875rem;border-bottom-right-radius:0.875rem;border-bottom-left-radius:0.875rem;border-top-left-radius:0.875rem;border-top:0.0625rem solid #eef2fc;border-left:0.0625rem solid #eef2fc;border-right:0.0625rem solid #eef2fc;border-bottom:0.0625rem solid #eef2fc;display:none; }
#LVClna831AHAJS4OlOmrw8wzcBKMdRla { color:rgba(var(--color-tertiary-4),1);display:block;width:15.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.625rem;font-weight:700;z-index:15014;line-height:1.3;letter-spacing:0;top:7.625rem;left:38.375rem;height:0;font-style:normal;display:none; }
#PE9I3MxBZI6REaXptzEEBN1UD2vTif32 { color:rgba(var(--color-tertiary-4),1);display:block;width:15rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:300;z-index:15015;line-height:1.6;letter-spacing:0;top:14.03750038147rem;left:38.375rem;height:0;font-style:normal;display:none; }
#DPvTEbfCgIHit7qQgzdRvnq3ykCvR59x { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.875rem;width:3.875rem;display:none; }
#FUUvgFI5Rz0oM5iWEMAz41t6OTBykTJF { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.875rem;border-top-right-radius:0.875rem;border-bottom-left-radius:0.875rem;border-bottom-right-radius:0.875rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:18.75rem;height:25.75rem;text-decoration:none;z-index:15024;text-align:center;text-align-last:center;top:4.6875rem;left:36.75rem;display:none; }
#LJKAn6crk06039Wa2IZ48PQzlZUzsE9D { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#dbmazz2HyfLFDbQR48XH4rglMOq1U1Tn { position:relative;display:none; }#dbmazz2HyfLFDbQR48XH4rglMOq1U1Tn { border-width: 0; border-radius: 0; }#dbmazz2HyfLFDbQR48XH4rglMOq1U1Tn > .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; }#dbmazz2HyfLFDbQR48XH4rglMOq1U1Tn > .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:0.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:none; }#L9dfmxy4qlP5Lg5pNTPsUCguJkJxCBxb { box-sizing:content-box;height:25.75rem;width:18.75rem;position:absolute;display:block;z-index:15013;background-color:rgba(var(--color-primary-0),1);background-image:none;top:4.625rem;left:57.125rem;border-top-right-radius:0.875rem;border-bottom-right-radius:0.875rem;border-bottom-left-radius:0.875rem;border-top-left-radius:0.875rem;border-top:0.0625rem solid #eef2fc;border-left:0.0625rem solid #eef2fc;border-right:0.0625rem solid #eef2fc;border-bottom:0.0625rem solid #eef2fc;display:none; }
#Xvly6AJsQT25Tuz8KIt5x1mLHC0T5gW8 { color:rgba(var(--color-tertiary-4),1);display:block;width:15.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:300;z-index:15017;line-height:1.6;letter-spacing:0;top:16.5625rem;left:58.9375rem;height:0;font-style:normal;display:none; }
#TUXJOJiiC5BiWysmyaoVvDalrCqcLzhs { color:rgba(var(--color-tertiary-4),1);display:block;width:15.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.625rem;font-weight:700;z-index:15016;line-height:1.3;letter-spacing:0;top:7.625rem;left:58.9375rem;height:0;font-style:normal;display:none; }
#cTG8UcJyGG4Ovgk5HbBXhCoyCMQUfVei { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.875rem;width:3.875rem;display:none; }
#DLvSekOXTE5ohS8Sq0W12XW4hFEy4m55 { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.875rem;width:3.875rem;display:none; }
#gAFBp9xxDCSWAGSbqRPTsKCS03ySFi6g { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.875rem;border-top-right-radius:0.875rem;border-bottom-left-radius:0.875rem;border-bottom-right-radius:0.875rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:18.75rem;height:25.75rem;text-decoration:none;z-index:15024;text-align:center;text-align-last:center;top:4.6875rem;left:36.75rem;display:none; }
#OqTAM78r7rqRhRZJbW4hz5oFOI6NLLv1 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#HkIh3PNbKqss3DvtSbZugi9WIxioeFTI { position:relative;display:none; }#HkIh3PNbKqss3DvtSbZugi9WIxioeFTI { border-width: 0; border-radius: 0; }#HkIh3PNbKqss3DvtSbZugi9WIxioeFTI > .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; }#HkIh3PNbKqss3DvtSbZugi9WIxioeFTI > .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:0.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:none; }#H4xIXza9Eq4ORtdTbOAqBX3R4RNk04WG { box-sizing:content-box;height:30.25rem;width:18.75rem;position:absolute;display:block;z-index:15018;background-color:rgba(var(--color-primary-0),1);background-image:none;top:32.1875rem;left:36.6875rem;border-top-right-radius:0.875rem;border-bottom-right-radius:0.875rem;border-bottom-left-radius:0.875rem;border-top-left-radius:0.875rem;border-top:0.0625rem solid #eef2fc;border-left:0.0625rem solid #eef2fc;border-right:0.0625rem solid #eef2fc;border-bottom:0.0625rem solid #eef2fc;display:none; }
#VC9JKzPLFx1EF7eeXGSELBT5M1S5dcQv { color:rgba(var(--color-tertiary-4),1);display:block;width:14.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.625rem;font-weight:700;z-index:15020;line-height:1.3;letter-spacing:0;top:35.1875rem;left:38.375rem;height:0;font-style:normal;display:none; }
#oF22WS0AkWfGmcG8bdLryG8MSbd9kJLm { color:rgba(var(--color-tertiary-4),1);display:block;width:15rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:300;z-index:15021;line-height:1.6;letter-spacing:0;top:41.625rem;left:38.375rem;height:0;font-style:normal;display:none; }
#dc3FDs3RKUehTB7f2cgpTf2mph4T3mrd { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.875rem;width:3.875rem;display:none; }
#iJOBLOXfxnmrCL0OuuGfhSvplelqyAzS { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.875rem;width:3.875rem;display:none; }
#NGfezZLIk55kRla7ibm9x7fyEPsyDFnn { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.875rem;border-top-right-radius:0.875rem;border-bottom-left-radius:0.875rem;border-bottom-right-radius:0.875rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:18.75rem;height:25.75rem;text-decoration:none;z-index:15024;text-align:center;text-align-last:center;top:4.6875rem;left:36.75rem;display:none; }
#No0xnDBeLHvqbcZoEHr6MUccuOReQy8F { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#e5eL9PguKWDR500OXDx7Scr8DB2f8hCR { position:relative;display:none; }#e5eL9PguKWDR500OXDx7Scr8DB2f8hCR { border-width: 0; border-radius: 0; }#e5eL9PguKWDR500OXDx7Scr8DB2f8hCR > .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; }#e5eL9PguKWDR500OXDx7Scr8DB2f8hCR > .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:0.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:none; }#oB5DEzusUF3nqAAaiBkmAkUwG9DaSmWc { box-sizing:content-box;height:30.25rem;width:18.75rem;position:absolute;display:block;z-index:15019;background-color:rgba(var(--color-primary-0),1);background-image:none;top:32.1875rem;left:57.125rem;border-top-right-radius:0.875rem;border-bottom-right-radius:0.875rem;border-bottom-left-radius:0.875rem;border-top-left-radius:0.875rem;border-top:0.0625rem solid #eef2fc;border-left:0.0625rem solid #eef2fc;border-right:0.0625rem solid #eef2fc;border-bottom:0.0625rem solid #eef2fc;display:none; }
#bTXiZXa0PgF5Bbd81ZHwElAzPIWxrKOC { color:rgba(var(--color-tertiary-4),1);display:block;width:15.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:300;z-index:15023;line-height:1.6;letter-spacing:0;top:44.125rem;left:59rem;height:0;font-style:normal;display:none; }
#OgfgwfAO7Mi6CzZKn5pynCi41Rl1ILhH { color:rgba(var(--color-tertiary-4),1);display:block;width:16.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.625rem;font-weight:700;z-index:15022;line-height:1.3;letter-spacing:0;top:35.1875rem;left:58.9375rem;height:0;font-style:normal;display:none; }
#qFkTivpUGMt1J9tEhHaDnetiVR2WAsFT { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.875rem;width:3.875rem;display:none; }
#owgTPnGJPcKUnXxW6NTqVMPTOIbuxakJ { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.875rem;border-top-right-radius:0.875rem;border-bottom-left-radius:0.875rem;border-bottom-right-radius:0.875rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:18.75rem;height:25.75rem;text-decoration:none;z-index:15024;text-align:center;text-align-last:center;top:4.6875rem;left:36.75rem;display:none; }
#E6TZD5smCL1XQlackslPFmrGsf4r62W9 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Vi6RmzIW1rTsQLN5LIK1TGlbq22tmide { position:relative;display:none; }#Vi6RmzIW1rTsQLN5LIK1TGlbq22tmide { border-width: 0; border-radius: 0; }#Vi6RmzIW1rTsQLN5LIK1TGlbq22tmide > .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; }#Vi6RmzIW1rTsQLN5LIK1TGlbq22tmide > .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:0.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:none; }#SNwfIrxxKkZH1iCEUGTqeNCJaJg7pTwT { box-sizing:content-box;height:12.5rem;width:12.5rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;display:none; }
#yKdnCKThzbQCfwXTNkUQVfh4mKe9qJJA { box-sizing:content-box;height:12.5rem;width:12.5rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;display:none; }
#Xrq1PtLVWwOzlLOMV6JT28daZDLOkoiS { box-sizing:content-box;height:12.5rem;width:12.5rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;display:none; }
#sVHD1s487g7zrP7GVBLxNTsT6LdkCPM4 { box-sizing:content-box;height:12.5rem;width:12.5rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;display:none; }
#vOnKzFp6RfmTTJVORqteUwwUIvfgkhTl { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#efefef;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#vOnKzFp6RfmTTJVORqteUwwUIvfgkhTl > .row .container { background-color: transparent; background-image: none; }#vOnKzFp6RfmTTJVORqteUwwUIvfgkhTl::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vOnKzFp6RfmTTJVORqteUwwUIvfgkhTl > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vOnKzFp6RfmTTJVORqteUwwUIvfgkhTl > .row .container > .video-iframe-container { display: none; }#vOnKzFp6RfmTTJVORqteUwwUIvfgkhTl > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vOnKzFp6RfmTTJVORqteUwwUIvfgkhTl > .row > .video-iframe-container { display: none; }#vOnKzFp6RfmTTJVORqteUwwUIvfgkhTl > .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); }#vOnKzFp6RfmTTJVORqteUwwUIvfgkhTl > .row .container { border-width: 0; border-radius: 0; }#vOnKzFp6RfmTTJVORqteUwwUIvfgkhTl > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#vOnKzFp6RfmTTJVORqteUwwUIvfgkhTl > .row .container { font-size:0.875rem;font-family:arial;height:51.5rem;width:75rem;position:relative;display:block; }#i4Lop5p8InTrEzTrXJU0q5cUU9ssr8Ko { position:absolute;display:block;z-index:15000;height:46.375rem;width:75rem;top:0rem;left:0rem;display:block; }
#yfpyzPUmtwT1JSXim6u9wDx4TwEz6xzB { position:absolute;display:block;z-index:15016;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.4375rem;width:3.4375rem;top:12.78125rem;left:-5.625rem;overflow:hidden;display:block; }
#C1vSLK1v1NBfsMTlnm98ZsiTmLeMRbz0 { position:absolute;display:block;z-index:15018;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.4375rem;width:3.4375rem;top:12.78125rem;left:77.125rem;overflow:hidden;display:block; }
#X4ICuO3WJJ4P6KcnRX3pUPplSniZcoWc { box-sizing:content-box;height:3.4375rem;width:3.4375rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15014;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:18.824996948243rem;left:26.1875rem;display:none; }
#bBqKqr50tLx5tgsF7qxP7HraMnNHNRLq { box-sizing:content-box;height:3.4375rem;width:3.4375rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15014;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:18.824996948243rem;left:26.1875rem;display:none; }
#LnJndmWNa3uNA9eoTmKVEpewEnMXySXh { color:rgba(var(--color-tertiary-4),1);display:block;width:17.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15037;line-height:1.3;letter-spacing:0;top:0.5rem;left:51.125rem;height:4.55rem;font-style:normal;display:block; }
#CP8msw8mEtV6i58vv2k35LKmlDI6MU6N { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-4),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#CP8msw8mEtV6i58vv2k35LKmlDI6MU6N > .row .container { background-color: transparent; background-image: none; }#CP8msw8mEtV6i58vv2k35LKmlDI6MU6N::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CP8msw8mEtV6i58vv2k35LKmlDI6MU6N > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CP8msw8mEtV6i58vv2k35LKmlDI6MU6N > .row .container > .video-iframe-container { display: none; }#CP8msw8mEtV6i58vv2k35LKmlDI6MU6N > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CP8msw8mEtV6i58vv2k35LKmlDI6MU6N > .row > .video-iframe-container { display: none; }#CP8msw8mEtV6i58vv2k35LKmlDI6MU6N > .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); }#CP8msw8mEtV6i58vv2k35LKmlDI6MU6N > .row .container { border-width: 0; border-radius: 0; }#CP8msw8mEtV6i58vv2k35LKmlDI6MU6N > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#CP8msw8mEtV6i58vv2k35LKmlDI6MU6N > .row .container { font-size:0.875rem;font-family:arial;height:49.5rem;width:75rem;position:relative;display:block; }#mhn1CZ9kNQSEKK7E62ueHTp543NlJaOq { color:rgba(var(--color-tertiary-0),1);display:block;width:51rem;position:absolute;font-family:var(--headlines-font-family);font-size:3rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:6.1875rem;left:12rem;height:7.8rem;text-align:center;text-align-last:center;display:block; }
#Eb1FsSX31Hc7y7kRBhGR021VZJuzAKP1 { color:rgba(var(--color-tertiary-0),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:19.60000038147rem;left:7.1875rem;height:1.4625rem;text-align:center;text-align-last:center;display:block; }
#WMwNufESRBNlrx3vUZ4Jbqdt012l1mTN { color:rgba(var(--color-tertiary-0),1);display:block;width:18.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:21.75rem;left:4.28125rem;height:2.4375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ErRGLU3kMU2iPXf0xhNFNldHwcJuPkmv { color:rgba(var(--color-tertiary-0),1);display:block;width:15.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15005;line-height:1.7;letter-spacing:0;top:24.9375rem;left:5.65625rem;height:7.65rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#wJZnvKnVmGDzKDQ3KvLiDD1tcBpaZmmV { color:rgba(var(--color-tertiary-0),1);display:block;width:13.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15009;line-height:1.7;letter-spacing:0;top:24.9375rem;left:30.9375rem;height:7.65rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#okacIVRBHeh34e665ZSUvdEkQUDOo2Jv { color:rgba(var(--color-tertiary-0),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:21.75rem;left:31.25rem;height:2.4375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#SyyvCkJy4qrPouX8R7eTUalrK3dUqNXa { color:rgba(var(--color-tertiary-0),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:19.60000038147rem;left:31.25rem;height:1.4625rem;text-align:center;text-align-last:center;display:block; }
#I6PGAefiwsih7X6CE4sv1075oTX40pki { color:rgba(var(--color-tertiary-0),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:19.60000038147rem;left:55.71875rem;height:1.4625rem;text-align:center;text-align-last:center;display:block; }
#TX36qxh6TAwC6uydRawWPghSp0TNMQND { color:rgba(var(--color-tertiary-0),1);display:block;width:18.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.625rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:21.91250038147rem;left:52.84375rem;height:2.1125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#GuSWpEEfgEAb9fX3XuX3RtiEHAEr1EBk { color:rgba(var(--color-tertiary-0),1);display:block;width:14.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15009;line-height:1.7;letter-spacing:0;top:24.9375rem;left:54.84375rem;height:5.7375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#dCmTmXwaTCTa5iD1Pfa9XSGXmA2i2FI2 { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.6875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:20.5625rem;height:4rem;text-decoration:none;z-index:15018;text-align:center;text-align-last:center;top:35.625rem;left:27.1875rem;display:block; }
#LeTHF2ruc5i6Bqn4TPWrAU0WWT9IHwML { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#p6R3yxbpKlDpIbdKnLWETwv5i6ECqpdz { box-sizing:content-box;height:4rem;width:20.5625rem;position:absolute;display:block;z-index:15014;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:35.5625rem;left:27.125rem;border-top-right-radius:6.25rem;border-bottom-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-top-left-radius:6.25rem;border-top:0.0625rem solid rgba(var(--color-primary-3),1);border-left:0.0625rem solid rgba(var(--color-primary-3),1);border-right:0.0625rem solid rgba(var(--color-primary-3),1);border-bottom:0.0625rem solid rgba(var(--color-primary-3),1);display:block; }
#KOsJUNl1PzPsLvGKffJOn3ximarKarAw { color:rgba(var(--color-primary-3),1);display:block;width:18.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:700;z-index:15015;line-height:1.3;letter-spacing:0;top:36.75rem;left:29.4375rem;height:1.7875rem;font-style:normal;display:block; }
#WhcUmCVtqgcgrJk6ucmA8WZppthvDVcv { box-sizing:content-box;color:#5d92ff;font-size:1.5rem;font-weight:400;line-height:1;height:1.625rem;width:1.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15016;opacity:1;top:36.8125rem;left:44.8125rem; }
#t0J4K0H1tOMiReNFMb6zD566yW4M0LF3 { position:absolute;display:block;z-index:15019;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.0625rem;width:1.625rem;top:17.125rem;left:12.625rem;overflow:hidden;display:block; }
#p98pJ2NxsQOCuKb4eiqBPNN5wpfupQdb { position:absolute;display:block;z-index:15020;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.5625rem;width:1.5625rem;top:16.875rem;left:36.71875rem;overflow:hidden;display:block; }
#tPUbp3NkcmcVawq8RCnEDU4LVvqOTJVi { position:absolute;display:block;z-index:15021;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.5625rem;width:2.1875rem;top:16.875rem;left:60.875rem;overflow:hidden;display:block; }
#ylibMtfngwJ8Dd3Igw7kQNphcBx5DaQu { position:relative;display:block; }#ylibMtfngwJ8Dd3Igw7kQNphcBx5DaQu { background-color: transparent; background-image: none; }#ylibMtfngwJ8Dd3Igw7kQNphcBx5DaQu::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ylibMtfngwJ8Dd3Igw7kQNphcBx5DaQu > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ylibMtfngwJ8Dd3Igw7kQNphcBx5DaQu > .row .container > .video-iframe-container { display: none; }#ylibMtfngwJ8Dd3Igw7kQNphcBx5DaQu > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ylibMtfngwJ8Dd3Igw7kQNphcBx5DaQu > .row > .video-iframe-container { display: none; }#ylibMtfngwJ8Dd3Igw7kQNphcBx5DaQu > .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); }#ylibMtfngwJ8Dd3Igw7kQNphcBx5DaQu { border-width: 0; border-radius: 0; }#ylibMtfngwJ8Dd3Igw7kQNphcBx5DaQu > .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; }#ylibMtfngwJ8Dd3Igw7kQNphcBx5DaQu > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:43.1875rem;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; }#b5V9ncoA0qT1ptT9pgeJgBnKpb7s4eoT { color:#121040;display:block;width:75rem;position:absolute;font-family:var(--headlines-font-family);font-size:3rem;font-weight:700;z-index:15003;line-height:1.1;letter-spacing:0;top:4.75rem;left:0rem;height:3.3rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#ilAXZ6W4dUhT3uG0WlHv8UJO1fU8qFsF .accordion-element-container { border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;flex-direction:column;align-items:center;background-color:transparent;background-image:none;vertical-align:top;border-top:0;border-left:0;border-right:0;border-bottom:0.0625rem solid #f0f3f7; }
#ilAXZ6W4dUhT3uG0WlHv8UJO1fU8qFsF .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; }
#ilAXZ6W4dUhT3uG0WlHv8UJO1fU8qFsF .accordion-heading-text { display:block;position:relative;width:100%;font-weight:700;font-size:1.125rem;font-family:var(--paragraphs-font-family);color:#101828;height:auto;line-height:1.5;overflow:hidden; }
#ilAXZ6W4dUhT3uG0WlHv8UJO1fU8qFsF .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);font-weight:300;font-style:normal;color:#4c596b;line-height:1.5;overflow:hidden;height:auto; }
#ilAXZ6W4dUhT3uG0WlHv8UJO1fU8qFsF .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_b21eb6f60a79178cf6b36ccc9e8a89ef.svg");background-size:contain !important; }#ilAXZ6W4dUhT3uG0WlHv8UJO1fU8qFsF .accordion-trigger.adaptive-delivery-prevent-bg, #ilAXZ6W4dUhT3uG0WlHv8UJO1fU8qFsF .accordion-trigger.lazyload, #ilAXZ6W4dUhT3uG0WlHv8UJO1fU8qFsF .accordion-trigger.lazyloading { background-image: none; }
#ilAXZ6W4dUhT3uG0WlHv8UJO1fU8qFsF { box-sizing:content-box;height:auto;width:50.9375rem;position:absolute;display:flex;flex-direction:column;gap:0.625rem;z-index:15004;background-color:transparent;background-image:none;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;top:10.75rem;left:12.0625rem; }
#ilAXZ6W4dUhT3uG0WlHv8UJO1fU8qFsF .accordion-element-container:first-of-type .accordion-desc-text { display: none; }#ilAXZ6W4dUhT3uG0WlHv8UJO1fU8qFsF #UvhltuZmWzHCzLbkyJbokroh1A2gtK1N { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#ilAXZ6W4dUhT3uG0WlHv8UJO1fU8qFsF #kMuCZBAtOZRTWXFfszUmAJ1RAWKmSPkN { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#ilAXZ6W4dUhT3uG0WlHv8UJO1fU8qFsF #yTrMkrn9DF53HiBcirNHosD3fFSvhAAA { display:block;position:relative; }
#ilAXZ6W4dUhT3uG0WlHv8UJO1fU8qFsF #hN6AvQQNkZdxaibI8iQlO461uNN9cdcw {  }
#ilAXZ6W4dUhT3uG0WlHv8UJO1fU8qFsF #NpGiTA72PbvXI6NABIw2okM0VEfkkxm5 {  }
#ilAXZ6W4dUhT3uG0WlHv8UJO1fU8qFsF #GRXV0eJMLt04PU7eNWRH8CHcmX468exX { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#ilAXZ6W4dUhT3uG0WlHv8UJO1fU8qFsF #qEUoRAo5Cl5q4mdNTZC8UQEWfRyVanpI { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#ilAXZ6W4dUhT3uG0WlHv8UJO1fU8qFsF #c9C9yTM4PAi8HyCt2o3KzMIOwAe5nVg3 { display:block;position:relative; }
#ilAXZ6W4dUhT3uG0WlHv8UJO1fU8qFsF #NK4No59v9dD0zebv0J0iUcVobvr2hlOB {  }
#ilAXZ6W4dUhT3uG0WlHv8UJO1fU8qFsF #Vn7fWryDu5txSRmERX4zrQiN2qECRyP3 { display:none; }
#ilAXZ6W4dUhT3uG0WlHv8UJO1fU8qFsF #inEdGfVxEeE9lTWs4o93gEBqgWhsb7zZ { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#ilAXZ6W4dUhT3uG0WlHv8UJO1fU8qFsF #ftoHODnMznSKz171WXp7r71ddQc9e4T9 { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#ilAXZ6W4dUhT3uG0WlHv8UJO1fU8qFsF #WVgiHsbUPxbPQGL0fxCFmF5CwvxDATq3 { display:block;position:relative; }
#ilAXZ6W4dUhT3uG0WlHv8UJO1fU8qFsF #vAMCxKMu9D4KdFeONQlm2qUNRV7K0ZdD {  }
#ilAXZ6W4dUhT3uG0WlHv8UJO1fU8qFsF #bb93e5mTi4u7PNterpvKegwFTCFnDCy2 { display:none; }
#ilAXZ6W4dUhT3uG0WlHv8UJO1fU8qFsF #hDLeTUR0k8ITgDtt5NkBC0dwNPqImDew { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#ilAXZ6W4dUhT3uG0WlHv8UJO1fU8qFsF #oCC4SVTiGlFqWWnIwkf0sT3XCbbWPNFQ { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#ilAXZ6W4dUhT3uG0WlHv8UJO1fU8qFsF #G8wk7w5H0QUZoZu3sCE72tZNG2xkRIFp { display:block;position:relative; }
#ilAXZ6W4dUhT3uG0WlHv8UJO1fU8qFsF #EMOoTw9pVnpllPVFv68f2AD2BX2aZnWE {  }
#ilAXZ6W4dUhT3uG0WlHv8UJO1fU8qFsF #lqPrm45WPNgAPg0DneTID9niB5hksyJS { display:none; }
#ilAXZ6W4dUhT3uG0WlHv8UJO1fU8qFsF #Chs3zE4pdwd1JEmuu7TtLoUFgShevpkI { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#ilAXZ6W4dUhT3uG0WlHv8UJO1fU8qFsF #CR37Z7s7DgaPuquZzg1ePgWfT8dO1wC9 { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#ilAXZ6W4dUhT3uG0WlHv8UJO1fU8qFsF #Q64sBmWqsKZKA2ch8WEPgbGktHtELRho { display:block;position:relative; }
#ilAXZ6W4dUhT3uG0WlHv8UJO1fU8qFsF #n00SsfVeAfg32cwdWWtxJpUF37fGBrbq {  }
#ilAXZ6W4dUhT3uG0WlHv8UJO1fU8qFsF #o1FTp4sgowB96Ui57AWtqyswE9O5vdRA { display:none; }
#VtxJe2TWxMEqcKBJockK5DHsZB1GgXTk { position:relative;display:block; }#VtxJe2TWxMEqcKBJockK5DHsZB1GgXTk { background-color: transparent; background-image: none; }#VtxJe2TWxMEqcKBJockK5DHsZB1GgXTk::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VtxJe2TWxMEqcKBJockK5DHsZB1GgXTk > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VtxJe2TWxMEqcKBJockK5DHsZB1GgXTk > .row .container > .video-iframe-container { display: none; }#VtxJe2TWxMEqcKBJockK5DHsZB1GgXTk > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VtxJe2TWxMEqcKBJockK5DHsZB1GgXTk > .row > .video-iframe-container { display: none; }#VtxJe2TWxMEqcKBJockK5DHsZB1GgXTk > .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); }#VtxJe2TWxMEqcKBJockK5DHsZB1GgXTk { border-width: 0; border-radius: 0; }#VtxJe2TWxMEqcKBJockK5DHsZB1GgXTk > .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; }#VtxJe2TWxMEqcKBJockK5DHsZB1GgXTk > .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:61.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; }#gJib6aJTEf8wb4M0q8d61sVoMU1XBdNg { color:rgba(var(--color-primary-3),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:2.9375rem;left:0rem;height:1.625rem;font-style:normal;display:block; }
#rPrNqui2ivH9lFGOfUTPhpBgdlhtvHPy { color:rgba(var(--color-tertiary-4),1);display:block;width:46.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:3rem;font-weight:400;z-index:15002;line-height:1.3;letter-spacing:0;top:5.3125rem;left:0rem;height:;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#JbIqF5v5zb14koPrspdqiPc3EGCbJWav { box-sizing:content-box;height:34.75rem;width:46.75rem;position:absolute;display:block;z-index:15003;background-color:#f6faff;background-image:none;top:18.9375rem;left:0rem;border-top-right-radius:1.25rem;border-bottom-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-top-left-radius:1.25rem;display:block; }
#rIHbumPk3EETpQPUez5AuUBWGXVJZqPk { color:rgba(var(--color-tertiary-3),1);display:block;width:41.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:22.375rem;left:3.25rem;height:17.94375rem;overflow:hidden;display:block; }#rIHbumPk3EETpQPUez5AuUBWGXVJZqPk li:not(:first-child){ padding-top:1rem;padding-right:0;padding-bottom:0;padding-left:0; }#rIHbumPk3EETpQPUez5AuUBWGXVJZqPk li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/b8cb0a63-5f2b-4fe8-b72e-09466a7dbc47/akaricons_arrowright.svg); }
#MP2T5Eh07fe2nFxx13Mryvq8AQTrRbip { box-sizing:content-box;height:4rem;width:20.5625rem;position:absolute;display:block;z-index:15013;background-color:rgba(var(--color-primary-3),1);background-image:none;top:45.4375rem;left:3.25rem;border-top-right-radius:6.25rem;border-bottom-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-top-left-radius:6.25rem;display:block; }
#T2AVxJ9CyfzNe5amgFxJ9kwmRfGpIhqG { box-sizing:content-box;color:#5d92ff;font-size:1.5rem;font-weight:400;line-height:1;height:1.6875rem;width:1.6875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15015;opacity:1;top:46.5625rem;left:20.875rem; }
#ma9mFsT1O84b3ZIvpkpQPOKeJzAUOW3Z { color:rgba(var(--color-tertiary-0),1);display:block;width:18.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:700;z-index:15014;line-height:1.3;letter-spacing:0;top:46.5625rem;left:5.375rem;height:1.70625rem;font-style:normal;display:block; }
#LNSfPZZAJ6ro7sHIagIM5G7xeBMZ82lD { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.6875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:20.5625rem;height:4rem;text-decoration:none;z-index:15015;text-align:center;text-align-last:center;top:45.4375rem;left:3.3125rem;display:block; }
#i4rGvyyVGXrVxQqT38t0afTTJz2zZ5H3 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#CDgqMkUpA4FrOHh1kS8LDztKtKfDivFB { box-sizing:content-box;height:49.125rem;width:27.25rem;position:absolute;display:block;z-index:15016;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/84a9c66f-c36e-4173-a0db-6170064358a1/Maskgroup.webp");background-position:center right !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:4.5625rem;left:48.625rem;border-top-left-radius:1.125rem;border-top-right-radius:1.125rem;border-bottom-left-radius:1.125rem;border-bottom-right-radius:1.125rem;display:block; }#CDgqMkUpA4FrOHh1kS8LDztKtKfDivFB.adaptive-delivery-prevent-bg, #CDgqMkUpA4FrOHh1kS8LDztKtKfDivFB.lazyload, #CDgqMkUpA4FrOHh1kS8LDztKtKfDivFB.lazyloading { background-image: none; }
#RqV48Nu2O0B12RhdpRo2kFLR7gd9UA7t { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:46.75rem;width:45.25rem;display:none; }
#mz6LWT8Xes6Ls039gVb0mVJIpXOessbn { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#121040;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; }#mz6LWT8Xes6Ls039gVb0mVJIpXOessbn > .row .container { background-color: transparent; background-image: none; }#mz6LWT8Xes6Ls039gVb0mVJIpXOessbn::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mz6LWT8Xes6Ls039gVb0mVJIpXOessbn > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mz6LWT8Xes6Ls039gVb0mVJIpXOessbn > .row .container > .video-iframe-container { display: none; }#mz6LWT8Xes6Ls039gVb0mVJIpXOessbn > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mz6LWT8Xes6Ls039gVb0mVJIpXOessbn > .row > .video-iframe-container { display: none; }#mz6LWT8Xes6Ls039gVb0mVJIpXOessbn > .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); }#mz6LWT8Xes6Ls039gVb0mVJIpXOessbn > .row .container { border-width: 0; border-radius: 0; }#mz6LWT8Xes6Ls039gVb0mVJIpXOessbn > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#mz6LWT8Xes6Ls039gVb0mVJIpXOessbn > .row .container { font-size:0.875rem;font-family:arial;height:13.75rem;width:75rem;position:relative;display:block; }#xNcpRf6NyzUFUH5EJl90S4C2eu5GvcNt { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.4375rem;width:9.4375rem;top:4.65625rem;left:0rem;overflow:hidden;display:block; }
#ZPc3b2KcsIATA3NeMLzP0TcqLn9mm6Al { color:rgba(var(--color-tertiary-0),0.7);display:block;width:14.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15001;line-height:1.3;letter-spacing:0;top:4.875rem;left:60.4375rem;height:1.4625rem;text-align:right;text-align-last:right;font-style:normal;display:block; }
#S4eId2v8RFczDRDRQeDasyWBK7FoKpFB { color:rgba(var(--color-tertiary-0),0.7);display:block;width:30.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:300;z-index:15002;line-height:1.3;letter-spacing:0;top:7.5625rem;left:44.0625rem;height:0.975rem;text-align:right;text-align-last:right;font-style:normal;display:block; }
#Te3GkifKXz8hJ6iRuCNGEmTz5PRisIXk { color:rgba(var(--color-tertiary-0),0.7);display:block;width:0.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15002;line-height:1.3;letter-spacing:0;top:4.84375rem;left:59rem;height:1.4625rem;text-align:right;text-align-last:right;font-style:normal;display:block; }
#LuVo0sGrQKRyRcrB6GtJme2Rvb8bE4xw { color:rgba(var(--color-tertiary-0),0.7);display:block;width:14.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15003;line-height:1.3;letter-spacing:0;top:4.84375rem;left:44.25rem;height:1.4625rem;text-align:right;text-align-last:right;font-style:normal;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #y8JBX8qOspIdJoOCnR17sJfuoE2L2sDm { display:block; }#y8JBX8qOspIdJoOCnR17sJfuoE2L2sDm > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TzDsh8zbMUEOcoq0sFh1zVwlVl9lGMGh { top:2.6875rem;left:0rem;width:30.75rem;height:9.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #pT3SBgqBryRrPeefOKTWJHvVlTdT3aa1 { top:7.625rem;left:0rem;width:30.75rem;height:10.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xulKTpqbxMZXzUanrKTeDqE5iR3tiRi4 { top:11.375rem;left:0rem;width:30.75rem;height:15.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #snHH8LJ8SNS3OdQERlMtUlbe3rGNseUs { top:4.375rem;left:0rem;width:27rem;height:5.625rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #gJbyB0vHvzPGNZnBafT0kS0waoyaxXqK { top:12.8125rem;left:0rem;width:21.5625rem;height:;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #B3cyuyAyFAqzwAdeK6AEORTu1dynTDUL { width:30.75rem;height:4.875rem;top:28.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #rQVMfRJKEGlPA7uASorsntg7LxtSkh30 { display:block; }
 }@media only screen and (max-width: 763px) { #x8v7bKw86OL8OoTe7Lz5sNP0JcXwJs1h { width:30.75rem;height:4.875rem;top:28.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #kTiAqHWd9eJSvlyPgO1UqNlmDCDgsOJT { width:18.4375rem;height:2.1875rem;top:30.25rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #UBCDD9xtLZJDylNpsNngQlN22ibcX4pB { width:2.1875rem;height:2.1875rem;top:30.25rem;left:12.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZnThz74UneKAE0ByteIUqDWiM3IrUWE9 { width:10.375rem;height:4.9375rem;top:20.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #fBskx9QR1nqBtJIG4wI7H13yho0d7wiu { display:block; }#fBskx9QR1nqBtJIG4wI7H13yho0d7wiu > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TQvKX11aHTlDSDAkLVo0efhRB5mzP90Q { top:4.8125rem;left:0rem;width:34.9375rem;height:;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GZg7AemTawMMW0GGTrAgTw63EEoIEUZA { top:17.375rem;left:0rem;width:34.25rem;height:;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #GGSWhhQmqhJEJoTEyCFZ1RprUpP1rQmf { top:25.1875rem;left:0rem;width:34.9375rem;height:;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #UBb5SNF2cdJlaOlC8hqIXiUrpEf5qOMn { width:24.75rem;height:4.875rem;top:38.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #sSygv3vVqGBFwrz1almgDo0Odh03pcMr { width:2.1875rem;height:2.1875rem;top:40.125rem;left:7.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #sPg2MTVFyqBTQT3pi0uVDip5W9VQgDSm { width:18.4375rem;height:2.1875rem;top:40.125rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #zw2ikGQfKreyc6Eakx8e7PQo4dT0DOea { width:24.75rem;height:4.875rem;top:38.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TGyEbTdJ9IRqt8ANLUrl1nT0PeTTlpA6 { display:block; }
 }@media only screen and (max-width: 763px) { #XlBbCpXprX7WRkSpzebkiuQxebCMHqPk { top:4.625rem;left:23.0625rem;width:18.75rem;height:29.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ih8RMsT8HJso6TlqOCG3tqRL0ZxuCn0N { top:4.625rem;left:28.875rem;width:18.75rem;height:29.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ifw6NK3GNkpTeTsJUqbLuw4QBGypb1oE { top:7.625rem;left:24.75rem;width:14.375rem;height:4.25rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #QMvHxyz8p9mgA9WIUXKe5L1S2DFdRIha { top:14rem;left:24.75rem;width:15rem;height:7.5625rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qs1qQqfu5thhWvLUDyTHr8AvTORC72hf { top:14rem;left:32.375rem;width:15.375rem;height:17.0625rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rnTR9yVPCVGW1C0DuB3NHDiULq0qPRy7 { top:7.625rem;left:32rem;width:15.75rem;height:4.1875rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #cGq9xhs1atCxHJMvBfnTtGKBVyMvenzt { top:36.0625rem;left:23.0625rem;width:18.75rem;height:24.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #t59JFt1T8lbNQXZW05WL3oTkCAGQnbrB { top:39.0625rem;left:24.75rem;width:14.375rem;height:6.3125rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #bTHX3lfWZOuyLlMTHA2dsUelidkysOGX { top:47.5625rem;left:24.75rem;width:15rem;height:9.5rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #sXwdDDqRqZS0szb4f9Fqkc1EorRTzcxJ { top:36.0625rem;left:28.875rem;width:18.75rem;height:24.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ii8xF05cXm5cPwagThI5uWquIptDlIf8 { top:47.5625rem;left:31.9375rem;width:15.8125rem;height:9.5rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QnV6fSDgLg1qldVb61s7RvqB9JfyFDKJ { top:39.0625rem;left:32.0625rem;width:15.6875rem;height:6.3125rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #oIbdZPUXFXaeQuFNWfRaVobNSuA18KJ6 { width:18.75rem;height:29.6875rem;top:4.6875rem;left:23.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #izZCQJvsT26Cp6fiGq99BRl6z7XLRl75 { display:block; }
 }@media only screen and (max-width: 763px) { #CnD4wpPlqFXeuJhHnBCS2RV2HmhS2eKg { width:18.75rem;height:29.6875rem;top:4.6875rem;left:29rem;display:block; }
 }@media only screen and (max-width: 763px) { #cIsNTKkFpmrqJ0MJQn0R9eRD8vM4pP1p { display:block; }
 }@media only screen and (max-width: 763px) { #R50rTNwRJKMEAdKzVXxRB5m7W7El6baJ { width:18.75rem;height:24.6875rem;top:36.125rem;left:23.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DW15gNs3aTEqJXUu1MT4wrCUTTTrpk9H { display:block; }
 }@media only screen and (max-width: 763px) { #RtJpU7tkkkg2yASCPrKv37FNFboKzCxH { width:18.75rem;height:24.6875rem;top:36.125rem;left:29rem;display:block; }
 }@media only screen and (max-width: 763px) { #bffTrHoGzlabKvTVyUNsb6tM2M9fPJkG { display:block; }
 }@media only screen and (max-width: 763px) { #rfDdITtgwAbek8SCm8Sw5tDmmJJVRssl { display:block; }#rfDdITtgwAbek8SCm8Sw5tDmmJJVRssl > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GOpHmbryD7U8ZVT8IqIIyXT1QTTD3e1Q { display:block; }#GOpHmbryD7U8ZVT8IqIIyXT1QTTD3e1Q > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JDmIfzDHiIgMEMSBLfUEkJpnSTwXVFcA { width:26.625rem;height:6.75rem;top:0rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #XdEubLaD5uMkoyRVXoPhHD7zxsqxqrLW { width:22.5625rem;height:4.1875rem;top:7.1875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #mcTOLpCNP0xRfzNG8etkxSwSTxBZciWg { width:47.75rem;height:0.0625rem;top:27.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z0Et1huRTstbs08M94ZM24aid7eqEKlq { width:15.5625rem;height:3.125rem;top:29.0625rem;left:0rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZR2qThPBg03aIu60AGABI570y1vIbT8W { width:47.75rem;height:0.125rem;top:33rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #fQlTAsOKdTEOolWIDODPLCwHD3e9741z { width:11.1875rem;height:3.125rem;top:33.75rem;left:0rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nbOkRkrLLpPxmMVZvvGIc0LISETRdOJg { width:47.75rem;height:0.125rem;top:37.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #kvXBAE4sxAwqAy6QdJgDdPm99kAQcxzk { width:16.125rem;height:3.125rem;top:38.4375rem;left:0rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #I26wS7Uo8bRigPgaKyN3rz2VGhOU83bT { width:47.75rem;height:0.125rem;top:42.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #aEpiOiDTHxe7AA7ZTT21ayCzKCb5Nvu1 { width:47.75rem;height:0.125rem;top:47.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ulh9XcTx4EGZb4GTE4HzrtRwcXs0PDlP { width:16.4375rem;height:3.125rem;top:43.1875rem;left:0rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qiLEkAOsKxpsXA7WGoM5nyTmXQ87pFfA { width:47.75rem;height:0.125rem;top:51.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Sx4vUquhXz4TBdVREzpxxZv6XRxbhRRF { width:14.5625rem;height:3.125rem;top:47.9375rem;left:0rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qDMLJZMqXx9xqLPZAbHaNTgHaB19QvDU { width:46.625rem;height:126.0625rem;top:9.5625rem;left:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RekMBXgxmr5T22AfSHNobz5VmmR88nw6 { width:3.4375rem;height:3.4375rem;top:18.8125rem;left:11.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rietQw8cwq9a7p0OZSPHwmCJ2wspc3FS { width:3.4375rem;height:3.4375rem;top:18.8125rem;left:11.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ucFEdudTg7aCEDZcJ0c4vqWZPtxWTtmi { width:3.4375rem;height:3.4375rem;top:18.8125rem;left:44.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Bg0GwtzAGyEavRTw4NozGoODENVI1VOT { width:3.4375rem;height:3.4375rem;top:18.8125rem;left:44.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z9aI46LQ5eK32QJCOs94THLUH5r3OFv8 { width:1.375rem;height:1.375rem;top:29.875rem;left:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #kxPv4HObyf33wNH5pfomMzOiyvSJhzCq { width:16.4375rem;height:3.875rem;top:28.6875rem;left:3.1875rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #cw5eTSxOnHffWU1dsP1Obemlhn9vMCgS { width:1.375rem;height:1.375rem;top:40.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #PPTih3pMingtmwxanLLa5kteA5bHQZqZ { width:17.3125rem;height:14.25rem;top:38.25rem;left:0.75rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #BVZgXa7pIbTp3yvOiqwEwmPEMKRVhV8H { width:12.5rem;height:12.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #hE7S7kTVodBu2JIss5Q1EUSdTQRzTD2l { width:1.375rem;height:1.375rem;top:44.3125rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #LlVvxiUi41vkP4G4JwAoi62KIqP8dZ7T { width:17.8125rem;height:10.375rem;top:43.125rem;left:3.375rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #tWQ1u2UDxucCaSHsLPkTuoHK1wfWRWgX { width:47.75rem;height:0.125rem;top:56.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #buaI69ICOTgQLRkHelVDEL0KK5HHUBM4 { width:10.125rem;height:3.125rem;top:52.75rem;left:0rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gA23Z79nElvK06HETTnhlUQwGpxVy5sZ { width:47.75rem;height:0.125rem;top:61.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #onkML93ppBnUL1E6h22tyR7S7Vy4wCAU { width:13rem;height:3.8125rem;top:57.25rem;left:0rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GTWJEVu4mrG9RWbzXrPEt2zPmpVTZhqS { width:17.625rem;height:3.8125rem;top:61.875rem;left:0rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JLnAEyIM0x7IB9CrPefaOMxo1AbCbGW2 { width:47.75rem;height:0.125rem;top:66.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #rq4l1ffHT75ed7AnoWbzEUOL1EEi6v9p { width:10.125rem;height:1.5625rem;top:67.625rem;left:0rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #F0ZzT9ruSy78C399TOpV6vADwzTrwtEb { width:47.75rem;height:0.125rem;top:70.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ODAUXLUMwJp6V8Cnex63LUNkxpKS5p4v { width:12.3125rem;height:3.125rem;top:71.6875rem;left:0rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vGIhEtXqynICuaAN64q4TnT98dO9wKsk { width:47.75rem;height:0.125rem;top:75.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #rTEqyK0U9nssxvpPAHUszhUFg5oflcSx { width:47.75rem;height:0.125rem;top:80.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #tg0oCHEXNDU1f47GKq6qrRXs6QmWC89E { width:7.25rem;height:1.5625rem;top:77.1875rem;left:0rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xp7iqUQMJfx4SuttxwM7rp5SASSAvXxS { width:47.75rem;height:0.125rem;top:85.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #w3ZVO4zWT65WVGlHBpzhSLiy66RxkAFa { width:12.3125rem;height:1.5625rem;top:82.0625rem;left:0rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #F7MbGEbaoIuEx9ASqo9ykonOCt2CaNQT { width:21.5625rem;height:14.3125rem;top:71.4375rem;left:0.75rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #SLl8WhSL5LM8MVAAZyi2lP58ET4SVTzH { width:1.375rem;height:1.375rem;top:72.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #mtD7u3FmucyHR8n4w8wosiHcGPAcNPJV { width:1.375rem;height:1.375rem;top:77.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #BpCiakOa2puzHf3HupVr6sNWmVK8OeZi { width:21.5625rem;height:3.875rem;top:76.25rem;left:0rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #kH8Rv24dtUcNbb75ll3SMSyeClctq5Wd { width:47.75rem;height:0.125rem;top:90.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZWmT2LW7rgTbzdtECuPHQCr2RT2V8l4i { width:10.9375rem;height:1.5625rem;top:86.9375rem;left:0rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #p0iKn01eJGDmC9GqcaPNItozE9nqD35c { width:6.375rem;height:3.125rem;top:90.875rem;left:0rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TOTpArcDmQH2qBUkd5LuhIPOtVg5TMJV { width:47.75rem;height:0.125rem;top:94.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TpfO4orZ9pLxIcC0Tkb6dQbbX6C8HXmZ { width:12.3125rem;height:1.5625rem;top:96.3125rem;left:0rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gXPXCB0ufLnHwzbJHmsnq8Oyp6TfDTvl { width:47.75rem;height:0.125rem;top:99.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #k6LMZZ5pML51cZIblb1LEuwFElJdVz4x { width:21.5625rem;height:5.1875rem;top:85.875rem;left:0rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #f3VNwvExV281tCIGJvX7icKt80GFHA5G { width:1.375rem;height:1.375rem;top:87.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #tC53h7cqEpIGKNeLIDdCIHhV4IXxlgxI { width:1.375rem;height:1.375rem;top:91.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TxfFH86kTiTkDgRum6oR4R8caFdoMcTV { width:21.5625rem;height:9.0625rem;top:90.5rem;left:0rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #BpSXuUQTlyp3SHgJxBIMuB5p9DCXvGCT { width:47.75rem;height:0.125rem;top:104.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #RwKKDTIZlw2NBCeWdIlwEdseT82ts40Q { width:10.75rem;height:3.125rem;top:100.4375rem;left:0rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MkZAWN85cH7N1pyynSO3pzr9lhGaP8I0 { width:47.75rem;height:0.125rem;top:108.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #KCrLLiKC54MRmVntAKPNvPJzURXzr2Ks { width:12rem;height:3.125rem;top:105.0625rem;left:0rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CeeHWid5IHJMpM5BzwiZpMIOeT5XTlxr { width:1.375rem;height:1.375rem;top:105.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #wv9kXFwMkD6RPCK3PWqdaTXETSlEMH3q { width:21.5625rem;height:6.4375rem;top:104.75rem;left:0.5625rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #bRf9gt8HruPSyV8H39CXPwyHMKzmZGJL { width:47.75rem;height:0.125rem;top:113.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #XaNrg1o97vMc7s3TQvFCfdq4nzmp4IxL { width:12.3125rem;height:1.5625rem;top:110.4375rem;left:0rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #I5Xix5IZrzE7bIdAUppXqIB8p8keCVxs { width:47.75rem;height:0.125rem;top:118.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #IUlIiBmmEkuGVCbdkenQWzQFZgTSrBMv { width:9.75rem;height:1.5625rem;top:115.625rem;left:0rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #G4c6d6SD6rpfvI5w5wxhF5vwH176a3De { width:1.375rem;height:1.375rem;top:115.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #V13CuSfWtgN09n7gQUHbVtPQcT4EqG0U { width:22.625rem;height:6.5rem;top:114.625rem;left:0rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #NNP4sbxdByEitRF9cwFSNOXiKHWUbMhx { width:12.5625rem;height:1.5625rem;top:120.3125rem;left:0rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Iw92oB27PpdyuVOICW4u5wWvK12hf7wJ { width:1.375rem;height:1.375rem;top:120.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #pfsagoyAoLGIOGPJIvGBuEt6BNwqBh55 { width:47.75rem;height:0.0625rem;top:123.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #AnhklJclambtgWf513BaW932ZpgmxPSV { width:47.75rem;height:0.0625rem;top:131.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #gh66NKvLWXTeM9A0nTcMg8fUxOiK7OAc { width:11.9375rem;height:3.125rem;top:124.625rem;left:0rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qJkg82qs9dTUPoVVfByo2ChPMyai7V01 { width:1.3125rem;height:1.3125rem;top:124.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #tSoH5yxK5kPqbPINJOMLIUMSVFL29Tyq { width:24.5625rem;height:6.4375rem;top:123.9375rem;left:0.18645858764649rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #BwhXWryqKFRN11JQOByS5fTMINMXCktZ { width:8.375rem;height:2.25rem;top:18.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #x9AChTeoyMEfSpqy4GavlUBwiRgyw6b0 { display:block; }
 }@media only screen and (max-width: 763px) { #TvTQeieyrxZ3NNvsnFQtM45w83t7mDwZ { width:8.375rem;height:2.25rem;top:18.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xi1WImCnkCLeMZWTx0Szr0WcCbFgPD3d { display:block; }
 }@media only screen and (max-width: 763px) { #xDFPae7wqMsqKnAeKU5DevQTfowTXyri { top:18.8125rem;left:0rem;width:16.6875rem;height:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LACIOuVp3ys09RBWRKcwfSXoXWgXzKWT { top:19.25rem;left:0rem;width:7.625rem;height:0;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #MnyxNIRL1SrPftz80H5W0Ds3hsTNqX7Z { top:19.25rem;left:0rem;width:7.625rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #gWF3BlZE9yo7qSU0T38qnCuIIiw68NnS { top:18.8125rem;left:0rem;width:8.375rem;height:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #OXx1lSrPeRfTa1vCndlsc7AuLM0nG1yK { top:22.25rem;left:0rem;width:1.125rem;height:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SIlHO1noREgNNqX8Ub9s9w2oItWEOVk5 { width:17.75rem;height:2.6875rem;top:22.4375rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #OMfzgLSaHIq6CdoAanwqsSJD0xDsAkfF { width:17.1875rem;height:3.5625rem;top:22.4375rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #nyr1gmmQMIR36Ly7SN8s4RAWxBMUd84C { display:none; }
 }@media only screen and (max-width: 763px) { #X28McCEL49qGhqiTO0f41sTm0TT80qBD { display:block; }#X28McCEL49qGhqiTO0f41sTm0TT80qBD > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #l6AxWtuFtDUPTWS8CKVwnb4wWEBQckbI { width:10.75rem;height:2.875rem;top:0.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Sr9MltdXwBer1PNCe7RxdUuxeZh9ylKK { width:47.75rem;height:0.0625rem;top:2.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xxf9HT16VsCPukniPgcqz6pAH8WlWsKS { width:16.3125rem;height:2.0625rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #GqMkNLKtPZx02PaKMgTUqh5xWzmz87eC { width:47.75rem;height:2.125rem;top:2.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #v4dsbhacybulFiH1pmBd1zp8tC09euD6 { width:8.25rem;height:1.125rem;top:1.4375rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZoBVE5C6S6CuSVkvcOqoZVBXumAnXmTU { width:0.9375rem;height:0.9375rem;top:1.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #SaTTf2rKA38biJ501AiDvc8hOzskckNg { width:10.75rem;height:2.875rem;top:0.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #eLS1p7CiMdKcFZARPqHfGhaZ1RpIHves { display:block; }
 }@media only screen and (max-width: 763px) { #ng7Scuxdghu6TJ7HgxHeiJJP6MlD9Ttz { width:0.625rem;height:0.625rem;top:3.75rem;left:34.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #c1Z1pv1172DBXIUmKg3BrkRw09MPnMvL { width:0.625rem;height:0.625rem;top:3.75rem;left:35.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #mJW9smkuQ3vv6BOuTi4uwrssAAHt3Jvn { width:0.625rem;height:0.625rem;top:3.75rem;left:36.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #LcADmTaNkPBIlHne1sAZzrXHzOxRigRg { width:0.625rem;height:0.625rem;top:3.75rem;left:37.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qf3z9ubiQNMsIgJLQTZdw6qQzdWn34dQ { width:0.625rem;height:0.625rem;top:3.75rem;left:38.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #TNFz7T5pxgJVEWvQtawnDz3roMPeNUu7 { display:none; }#TNFz7T5pxgJVEWvQtawnDz3roMPeNUu7 > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #AwqJQ1g3DqXu6aeNzHtT6tB6bLrxTBfA { top:4.625rem;left:23.0625rem;width:18.75rem;height:25.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #LVClna831AHAJS4OlOmrw8wzcBKMdRla { top:3.5rem;left:0rem;width:14.3125rem;height:3.5625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #PE9I3MxBZI6REaXptzEEBN1UD2vTif32 { top:9.25rem;left:0rem;width:12.3125rem;height:8.5rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DPvTEbfCgIHit7qQgzdRvnq3ykCvR59x { width:3.875rem;height:3.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #FUUvgFI5Rz0oM5iWEMAz41t6OTBykTJF { width:18.75rem;height:25.75rem;top:4.6875rem;left:23.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #LJKAn6crk06039Wa2IZ48PQzlZUzsE9D { display:block; }
 }@media only screen and (max-width: 763px) { #dbmazz2HyfLFDbQR48XH4rglMOq1U1Tn { display:none; }#dbmazz2HyfLFDbQR48XH4rglMOq1U1Tn > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #L9dfmxy4qlP5Lg5pNTPsUCguJkJxCBxb { top:4.625rem;left:28.875rem;width:18.75rem;height:25.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xvly6AJsQT25Tuz8KIt5x1mLHC0T5gW8 { top:9.25rem;left:0rem;width:12.6875rem;height:17rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TUXJOJiiC5BiWysmyaoVvDalrCqcLzhs { top:3.5rem;left:0rem;width:13.9375rem;height:3.5625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #cTG8UcJyGG4Ovgk5HbBXhCoyCMQUfVei { width:3.875rem;height:3.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #DLvSekOXTE5ohS8Sq0W12XW4hFEy4m55 { width:3.875rem;height:3.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #gAFBp9xxDCSWAGSbqRPTsKCS03ySFi6g { width:18.75rem;height:25.75rem;top:4.6875rem;left:23.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #OqTAM78r7rqRhRZJbW4hz5oFOI6NLLv1 { display:block; }
 }@media only screen and (max-width: 763px) { #HkIh3PNbKqss3DvtSbZugi9WIxioeFTI { display:none; }#HkIh3PNbKqss3DvtSbZugi9WIxioeFTI > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #H4xIXza9Eq4ORtdTbOAqBX3R4RNk04WG { top:32.1875rem;left:23.0625rem;width:18.75rem;height:30.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #VC9JKzPLFx1EF7eeXGSELBT5M1S5dcQv { top:3.5rem;left:0rem;width:14.4375rem;height:3.5625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #oF22WS0AkWfGmcG8bdLryG8MSbd9kJLm { top:7.5rem;left:0rem;width:12.8125rem;height:8.5rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dc3FDs3RKUehTB7f2cgpTf2mph4T3mrd { width:3.875rem;height:3.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #iJOBLOXfxnmrCL0OuuGfhSvplelqyAzS { width:3.875rem;height:3.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #NGfezZLIk55kRla7ibm9x7fyEPsyDFnn { width:18.75rem;height:25.75rem;top:4.6875rem;left:23.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #No0xnDBeLHvqbcZoEHr6MUccuOReQy8F { display:block; }
 }@media only screen and (max-width: 763px) { #e5eL9PguKWDR500OXDx7Scr8DB2f8hCR { display:none; }#e5eL9PguKWDR500OXDx7Scr8DB2f8hCR > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #oB5DEzusUF3nqAAaiBkmAkUwG9DaSmWc { top:32.1875rem;left:28.875rem;width:18.75rem;height:30.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #bTXiZXa0PgF5Bbd81ZHwElAzPIWxrKOC { top:11.4375rem;left:0rem;width:14.125rem;height:6rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #OgfgwfAO7Mi6CzZKn5pynCi41Rl1ILhH { top:3.5rem;left:0rem;width:14rem;height:3.5625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qFkTivpUGMt1J9tEhHaDnetiVR2WAsFT { width:3.875rem;height:3.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #owgTPnGJPcKUnXxW6NTqVMPTOIbuxakJ { width:18.75rem;height:25.75rem;top:4.6875rem;left:23.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #E6TZD5smCL1XQlackslPFmrGsf4r62W9 { display:block; }
 }@media only screen and (max-width: 763px) { #Vi6RmzIW1rTsQLN5LIK1TGlbq22tmide { display:none; }#Vi6RmzIW1rTsQLN5LIK1TGlbq22tmide > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #SNwfIrxxKkZH1iCEUGTqeNCJaJg7pTwT { display:none; }
 }@media only screen and (max-width: 763px) { #yKdnCKThzbQCfwXTNkUQVfh4mKe9qJJA { display:none; }
 }@media only screen and (max-width: 763px) { #Xrq1PtLVWwOzlLOMV6JT28daZDLOkoiS { display:none; }
 }@media only screen and (max-width: 763px) { #sVHD1s487g7zrP7GVBLxNTsT6LdkCPM4 { display:none; }
 }@media only screen and (max-width: 763px) { #vOnKzFp6RfmTTJVORqteUwwUIvfgkhTl { display:block; }#vOnKzFp6RfmTTJVORqteUwwUIvfgkhTl > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #i4Lop5p8InTrEzTrXJU0q5cUU9ssr8Ko { width:47.75rem;height:46.375rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #yfpyzPUmtwT1JSXim6u9wDx4TwEz6xzB { width:3.4375rem;height:3.4375rem;top:12.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #C1vSLK1v1NBfsMTlnm98ZsiTmLeMRbz0 { width:3.4375rem;height:3.4375rem;top:12.75rem;left:44.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #X4ICuO3WJJ4P6KcnRX3pUPplSniZcoWc { width:3.4375rem;height:3.4375rem;top:18.8125rem;left:12.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #bBqKqr50tLx5tgsF7qxP7HraMnNHNRLq { width:3.4375rem;height:3.4375rem;top:18.8125rem;left:12.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #LnJndmWNa3uNA9eoTmKVEpewEnMXySXh { width:17.125rem;height:5.625rem;top:0.5rem;left:30.625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #CP8msw8mEtV6i58vv2k35LKmlDI6MU6N { display:block; }#CP8msw8mEtV6i58vv2k35LKmlDI6MU6N > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mhn1CZ9kNQSEKK7E62ueHTp543NlJaOq { width:47.75rem;height:7.75rem;top:6.1875rem;left:0rem;font-size:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #Eb1FsSX31Hc7y7kRBhGR021VZJuzAKP1 { width:12.5rem;height:1.4375rem;top:19.5625rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WMwNufESRBNlrx3vUZ4Jbqdt012l1mTN { width:18.3125rem;height:2.4375rem;top:21.75rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ErRGLU3kMU2iPXf0xhNFNldHwcJuPkmv { width:15.5625rem;height:7.625rem;top:24.9375rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wJZnvKnVmGDzKDQ3KvLiDD1tcBpaZmmV { width:13.125rem;height:7.625rem;top:24.9375rem;left:17.3125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #okacIVRBHeh34e665ZSUvdEkQUDOo2Jv { width:12.5rem;height:2.4375rem;top:21.75rem;left:17.625rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SyyvCkJy4qrPouX8R7eTUalrK3dUqNXa { width:12.5rem;height:1.4375rem;top:19.5625rem;left:17.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #I6PGAefiwsih7X6CE4sv1075oTX40pki { width:12.5rem;height:1.4375rem;top:19.5625rem;left:35.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TX36qxh6TAwC6uydRawWPghSp0TNMQND { width:18.25rem;height:2.0625rem;top:21.875rem;left:29.5rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #GuSWpEEfgEAb9fX3XuX3RtiEHAEr1EBk { width:14.25rem;height:5.6875rem;top:24.9375rem;left:33.5rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dCmTmXwaTCTa5iD1Pfa9XSGXmA2i2FI2 { width:20.5625rem;height:4rem;top:35.625rem;left:13.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #LeTHF2ruc5i6Bqn4TPWrAU0WWT9IHwML { display:block; }
 }@media only screen and (max-width: 763px) { #p6R3yxbpKlDpIbdKnLWETwv5i6ECqpdz { width:20.5625rem;height:4rem;top:35.5625rem;left:13.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #KOsJUNl1PzPsLvGKffJOn3ximarKarAw { width:18.4375rem;height:1.75rem;top:36.75rem;left:15.8125rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WhcUmCVtqgcgrJk6ucmA8WZppthvDVcv { width:1.625rem;height:1.625rem;top:36.8125rem;left:31.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #t0J4K0H1tOMiReNFMb6zD566yW4M0LF3 { top:17.125rem;left:0rem;width:1.625rem;height:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #p98pJ2NxsQOCuKb4eiqBPNN5wpfupQdb { top:16.875rem;left:23.09375rem;width:1.5625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #tPUbp3NkcmcVawq8RCnEDU4LVvqOTJVi { top:16.875rem;left:45.5625rem;width:2.1875rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ylibMtfngwJ8Dd3Igw7kQNphcBx5DaQu { display:block; }#ylibMtfngwJ8Dd3Igw7kQNphcBx5DaQu > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #b5V9ncoA0qT1ptT9pgeJgBnKpb7s4eoT { width:47.75rem;height:3.25rem;top:4.75rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ilAXZ6W4dUhT3uG0WlHv8UJO1fU8qFsF .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#ilAXZ6W4dUhT3uG0WlHv8UJO1fU8qFsF { display:flex;height:auto;width:47.75rem;top:6.6875rem;left:0rem; }
#ilAXZ6W4dUhT3uG0WlHv8UJO1fU8qFsF .accordion-element-container:first-of-type .accordion-desc-text { display: none; } }@media only screen and (max-width: 763px) { #ilAXZ6W4dUhT3uG0WlHv8UJO1fU8qFsF #UvhltuZmWzHCzLbkyJbokroh1A2gtK1N {  }
 }@media only screen and (max-width: 763px) { #ilAXZ6W4dUhT3uG0WlHv8UJO1fU8qFsF #kMuCZBAtOZRTWXFfszUmAJ1RAWKmSPkN {  }
 }@media only screen and (max-width: 763px) { #ilAXZ6W4dUhT3uG0WlHv8UJO1fU8qFsF #yTrMkrn9DF53HiBcirNHosD3fFSvhAAA {  }
 }@media only screen and (max-width: 763px) { #ilAXZ6W4dUhT3uG0WlHv8UJO1fU8qFsF #hN6AvQQNkZdxaibI8iQlO461uNN9cdcw {  }
 }@media only screen and (max-width: 763px) { #ilAXZ6W4dUhT3uG0WlHv8UJO1fU8qFsF #NpGiTA72PbvXI6NABIw2okM0VEfkkxm5 {  }
 }@media only screen and (max-width: 763px) { #ilAXZ6W4dUhT3uG0WlHv8UJO1fU8qFsF #GRXV0eJMLt04PU7eNWRH8CHcmX468exX {  }
 }@media only screen and (max-width: 763px) { #ilAXZ6W4dUhT3uG0WlHv8UJO1fU8qFsF #qEUoRAo5Cl5q4mdNTZC8UQEWfRyVanpI {  }
 }@media only screen and (max-width: 763px) { #ilAXZ6W4dUhT3uG0WlHv8UJO1fU8qFsF #c9C9yTM4PAi8HyCt2o3KzMIOwAe5nVg3 {  }
 }@media only screen and (max-width: 763px) { #ilAXZ6W4dUhT3uG0WlHv8UJO1fU8qFsF #NK4No59v9dD0zebv0J0iUcVobvr2hlOB {  }
 }@media only screen and (max-width: 763px) { #ilAXZ6W4dUhT3uG0WlHv8UJO1fU8qFsF #Vn7fWryDu5txSRmERX4zrQiN2qECRyP3 {  }
 }@media only screen and (max-width: 763px) { #ilAXZ6W4dUhT3uG0WlHv8UJO1fU8qFsF #inEdGfVxEeE9lTWs4o93gEBqgWhsb7zZ {  }
 }@media only screen and (max-width: 763px) { #ilAXZ6W4dUhT3uG0WlHv8UJO1fU8qFsF #ftoHODnMznSKz171WXp7r71ddQc9e4T9 {  }
 }@media only screen and (max-width: 763px) { #ilAXZ6W4dUhT3uG0WlHv8UJO1fU8qFsF #WVgiHsbUPxbPQGL0fxCFmF5CwvxDATq3 {  }
 }@media only screen and (max-width: 763px) { #ilAXZ6W4dUhT3uG0WlHv8UJO1fU8qFsF #vAMCxKMu9D4KdFeONQlm2qUNRV7K0ZdD {  }
 }@media only screen and (max-width: 763px) { #ilAXZ6W4dUhT3uG0WlHv8UJO1fU8qFsF #bb93e5mTi4u7PNterpvKegwFTCFnDCy2 {  }
 }@media only screen and (max-width: 763px) { #ilAXZ6W4dUhT3uG0WlHv8UJO1fU8qFsF #hDLeTUR0k8ITgDtt5NkBC0dwNPqImDew {  }
 }@media only screen and (max-width: 763px) { #ilAXZ6W4dUhT3uG0WlHv8UJO1fU8qFsF #oCC4SVTiGlFqWWnIwkf0sT3XCbbWPNFQ {  }
 }@media only screen and (max-width: 763px) { #ilAXZ6W4dUhT3uG0WlHv8UJO1fU8qFsF #G8wk7w5H0QUZoZu3sCE72tZNG2xkRIFp {  }
 }@media only screen and (max-width: 763px) { #ilAXZ6W4dUhT3uG0WlHv8UJO1fU8qFsF #EMOoTw9pVnpllPVFv68f2AD2BX2aZnWE {  }
 }@media only screen and (max-width: 763px) { #ilAXZ6W4dUhT3uG0WlHv8UJO1fU8qFsF #lqPrm45WPNgAPg0DneTID9niB5hksyJS {  }
 }@media only screen and (max-width: 763px) { #ilAXZ6W4dUhT3uG0WlHv8UJO1fU8qFsF #Chs3zE4pdwd1JEmuu7TtLoUFgShevpkI {  }
 }@media only screen and (max-width: 763px) { #ilAXZ6W4dUhT3uG0WlHv8UJO1fU8qFsF #CR37Z7s7DgaPuquZzg1ePgWfT8dO1wC9 {  }
 }@media only screen and (max-width: 763px) { #ilAXZ6W4dUhT3uG0WlHv8UJO1fU8qFsF #Q64sBmWqsKZKA2ch8WEPgbGktHtELRho {  }
 }@media only screen and (max-width: 763px) { #ilAXZ6W4dUhT3uG0WlHv8UJO1fU8qFsF #n00SsfVeAfg32cwdWWtxJpUF37fGBrbq {  }
 }@media only screen and (max-width: 763px) { #ilAXZ6W4dUhT3uG0WlHv8UJO1fU8qFsF #o1FTp4sgowB96Ui57AWtqyswE9O5vdRA {  }
 }@media only screen and (max-width: 763px) { #VtxJe2TWxMEqcKBJockK5DHsZB1GgXTk { display:block; }#VtxJe2TWxMEqcKBJockK5DHsZB1GgXTk > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gJib6aJTEf8wb4M0q8d61sVoMU1XBdNg { top:2.9375rem;left:0rem;width:12.5rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #rPrNqui2ivH9lFGOfUTPhpBgdlhtvHPy { top:5.3125rem;left:0rem;width:46.625rem;height:;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JbIqF5v5zb14koPrspdqiPc3EGCbJWav { top:18.9375rem;left:0rem;width:46.75rem;height:34.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #rIHbumPk3EETpQPUez5AuUBWGXVJZqPk { top:22.375rem;left:0rem;width:41.4375rem;height:19.625rem;font-size:1.1875rem;display:block; }#rIHbumPk3EETpQPUez5AuUBWGXVJZqPk li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/b8cb0a63-5f2b-4fe8-b72e-09466a7dbc47/akaricons_arrowright.svg); }
 }@media only screen and (max-width: 763px) { #MP2T5Eh07fe2nFxx13Mryvq8AQTrRbip { width:20.5625rem;height:4rem;top:45.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #T2AVxJ9CyfzNe5amgFxJ9kwmRfGpIhqG { width:1.6875rem;height:1.6875rem;top:46.5625rem;left:7.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ma9mFsT1O84b3ZIvpkpQPOKeJzAUOW3Z { width:18.4375rem;height:1.6875rem;top:46.5625rem;left:0rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LNSfPZZAJ6ro7sHIagIM5G7xeBMZ82lD { width:20.5625rem;height:4rem;top:45.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #i4rGvyyVGXrVxQqT38t0afTTJz2zZ5H3 { display:block; }
 }@media only screen and (max-width: 763px) { #CDgqMkUpA4FrOHh1kS8LDztKtKfDivFB { top:4.5625rem;left:20.5rem;width:27.25rem;height:49.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RqV48Nu2O0B12RhdpRo2kFLR7gd9UA7t { width:45.25rem;height:46.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #mz6LWT8Xes6Ls039gVb0mVJIpXOessbn { display:block; }#mz6LWT8Xes6Ls039gVb0mVJIpXOessbn > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xNcpRf6NyzUFUH5EJl90S4C2eu5GvcNt { width:9.4375rem;height:4.4375rem;top:4.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZPc3b2KcsIATA3NeMLzP0TcqLn9mm6Al { width:14.5625rem;height:1.4375rem;top:4.875rem;left:16.8125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #S4eId2v8RFczDRDRQeDasyWBK7FoKpFB { width:30.9375rem;height:0.9375rem;top:7.5625rem;left:16.8125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Te3GkifKXz8hJ6iRuCNGEmTz5PRisIXk { width:0.9375rem;height:1.4375rem;top:4.8125rem;left:45.375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #LuVo0sGrQKRyRcrB6GtJme2Rvb8bE4xw { width:14.125rem;height:1.4375rem;top:4.8125rem;left:30.625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;background-color:#ffffff;background-image:none;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); } }@media only screen and (max-width: 763px) { #y8JBX8qOspIdJoOCnR17sJfuoE2L2sDm { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/0901e71a-35f1-44bd-84e6-75c572b37216/bgmob3.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#y8JBX8qOspIdJoOCnR17sJfuoE2L2sDm.adaptive-delivery-prevent-bg, #y8JBX8qOspIdJoOCnR17sJfuoE2L2sDm.lazyload, #y8JBX8qOspIdJoOCnR17sJfuoE2L2sDm.lazyloading { background-image: none; }#y8JBX8qOspIdJoOCnR17sJfuoE2L2sDm > .row .container { background-color: transparent; background-image: none; }#y8JBX8qOspIdJoOCnR17sJfuoE2L2sDm::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#y8JBX8qOspIdJoOCnR17sJfuoE2L2sDm > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#y8JBX8qOspIdJoOCnR17sJfuoE2L2sDm > .row .container > .video-iframe-container { display: none; }#y8JBX8qOspIdJoOCnR17sJfuoE2L2sDm > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#y8JBX8qOspIdJoOCnR17sJfuoE2L2sDm > .row > .video-iframe-container { display: none; }#y8JBX8qOspIdJoOCnR17sJfuoE2L2sDm > .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); }#y8JBX8qOspIdJoOCnR17sJfuoE2L2sDm > .row .container { width:20rem;height:40.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TzDsh8zbMUEOcoq0sFh1zVwlVl9lGMGh { width:17.875rem;height:5.75rem;top:15.5rem;left:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #pT3SBgqBryRrPeefOKTWJHvVlTdT3aa1 { width:17.875rem;height:8.6875rem;top:17.625rem;left:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xulKTpqbxMZXzUanrKTeDqE5iR3tiRi4 { width:17.875rem;height:9.625rem;top:22.1875rem;left:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #snHH8LJ8SNS3OdQERlMtUlbe3rGNseUs { width:14.375rem;height:3.45rem;top:16.5625rem;left:2.5rem;font-size:1.4375rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #gJbyB0vHvzPGNZnBafT0kS0waoyaxXqK { width:15.5625rem;height:3.0875rem;top:22.1875rem;left:2.21875rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #B3cyuyAyFAqzwAdeK6AEORTu1dynTDUL { width:17.875rem;height:4.3125rem;top:33.125rem;left:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rQVMfRJKEGlPA7uASorsntg7LxtSkh30 { display:block; }
 }@media only screen and (max-width: 763px) { #x8v7bKw86OL8OoTe7Lz5sNP0JcXwJs1h { width:17.875rem;height:4.3125rem;top:33.125rem;left:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #kTiAqHWd9eJSvlyPgO1UqNlmDCDgsOJT { width:15.4375rem;height:1.625rem;top:34.4375rem;left:2.6875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #UBCDD9xtLZJDylNpsNngQlN22ibcX4pB { display:flex;width:1.4375rem;height:1.4375rem;top:34.5625rem;left:16.375rem; }
 }@media only screen and (max-width: 763px) { #ZnThz74UneKAE0ByteIUqDWiM3IrUWE9 { width:7.6875rem;height:3.5625rem;top:27.25rem;left:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #fBskx9QR1nqBtJIG4wI7H13yho0d7wiu { display:block; }#fBskx9QR1nqBtJIG4wI7H13yho0d7wiu > .row .container { width:20rem;height:44.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TQvKX11aHTlDSDAkLVo0efhRB5mzP90Q { width:20rem;height:7.3125rem;top:3.1875rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GZg7AemTawMMW0GGTrAgTw63EEoIEUZA { width:20rem;height:6.3rem;top:10.862499237061rem;left:0rem;font-size:1.75rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #GGSWhhQmqhJEJoTEyCFZ1RprUpP1rQmf { width:20rem;height:14.4375rem;top:18.900001525879rem;left:0rem;font-size:1.375rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #UBb5SNF2cdJlaOlC8hqIXiUrpEf5qOMn { width:20rem;height:4.875rem;top:35.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #sSygv3vVqGBFwrz1almgDo0Odh03pcMr { display:flex;width:2.1875rem;height:2.1875rem;top:37.125rem;left:16.5625rem; }
 }@media only screen and (max-width: 763px) { #sPg2MTVFyqBTQT3pi0uVDip5W9VQgDSm { width:17.75rem;height:1.625rem;top:37.375rem;left:2.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #zw2ikGQfKreyc6Eakx8e7PQo4dT0DOea { width:20rem;height:4.875rem;top:35.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TGyEbTdJ9IRqt8ANLUrl1nT0PeTTlpA6 { display:block; }
 }@media only screen and (max-width: 763px) { #XlBbCpXprX7WRkSpzebkiuQxebCMHqPk { width:18.75rem;height:25.75rem;top:42.6875rem;left:0.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #ih8RMsT8HJso6TlqOCG3tqRL0ZxuCn0N { width:18.75rem;height:25.75rem;top:69.8125rem;left:0.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #Ifw6NK3GNkpTeTsJUqbLuw4QBGypb1oE { width:15.75rem;height:0;top:45.6875rem;left:2.25rem;font-size:1.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #QMvHxyz8p9mgA9WIUXKe5L1S2DFdRIha { width:15rem;height:0;top:52.10000038147rem;left:2.25rem;font-size:1.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #Qs1qQqfu5thhWvLUDyTHr8AvTORC72hf { width:15.375rem;height:0;top:81.75rem;left:2.375rem;font-size:1.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #rnTR9yVPCVGW1C0DuB3NHDiULq0qPRy7 { width:15.75rem;height:0;top:72.8125rem;left:2.375rem;font-size:1.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #cGq9xhs1atCxHJMvBfnTtGKBVyMvenzt { width:18.75rem;height:30.25rem;top:109.1875rem;left:0.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #t59JFt1T8lbNQXZW05WL3oTkCAGQnbrB { width:14.4375rem;height:0;top:112.1875rem;left:2.25rem;font-size:1.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #bTHX3lfWZOuyLlMTHA2dsUelidkysOGX { width:15rem;height:0;top:118.625rem;left:2.25rem;font-size:1.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #sXwdDDqRqZS0szb4f9Fqkc1EorRTzcxJ { width:18.75rem;height:30.25rem;top:140.8125rem;left:0.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #ii8xF05cXm5cPwagThI5uWquIptDlIf8 { width:15.8125rem;height:0;top:152.75rem;left:2.4375rem;font-size:1.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #QnV6fSDgLg1qldVb61s7RvqB9JfyFDKJ { width:16.3125rem;height:0;top:143.8125rem;left:2.375rem;font-size:1.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #oIbdZPUXFXaeQuFNWfRaVobNSuA18KJ6 { width:18.75rem;height:29.6875rem;top:4.6875rem;left:0.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #izZCQJvsT26Cp6fiGq99BRl6z7XLRl75 { display:block; }
 }@media only screen and (max-width: 763px) { #CnD4wpPlqFXeuJhHnBCS2RV2HmhS2eKg { width:18.75rem;height:29.6875rem;top:4.6875rem;left:0.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #cIsNTKkFpmrqJ0MJQn0R9eRD8vM4pP1p { display:block; }
 }@media only screen and (max-width: 763px) { #R50rTNwRJKMEAdKzVXxRB5m7W7El6baJ { width:18.75rem;height:24.6875rem;top:36.125rem;left:0.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #DW15gNs3aTEqJXUu1MT4wrCUTTTrpk9H { display:block; }
 }@media only screen and (max-width: 763px) { #RtJpU7tkkkg2yASCPrKv37FNFboKzCxH { width:18.75rem;height:24.6875rem;top:36.125rem;left:0.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #bffTrHoGzlabKvTVyUNsb6tM2M9fPJkG { display:block; }
 }@media only screen and (max-width: 763px) { #rfDdITtgwAbek8SCm8Sw5tDmmJJVRssl { display:block; }#rfDdITtgwAbek8SCm8Sw5tDmmJJVRssl > .row .container { width:20rem;height:2rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GOpHmbryD7U8ZVT8IqIIyXT1QTTD3e1Q { display:block; }#GOpHmbryD7U8ZVT8IqIIyXT1QTTD3e1Q > .row .container { width:20rem;height:111.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JDmIfzDHiIgMEMSBLfUEkJpnSTwXVFcA { width:20rem;height:3.75rem;top:1.25rem;left:0rem;font-size:1.5625rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
 }@media only screen and (max-width: 763px) { #XdEubLaD5uMkoyRVXoPhHD7zxsqxqrLW { width:15.875rem;height:2.8rem;top:5.6124992370606rem;left:2.0625rem;font-size:1rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
 }@media only screen and (max-width: 763px) { #mcTOLpCNP0xRfzNG8etkxSwSTxBZciWg { width:17.6875rem;height:0.0625rem;top:27.60000038147rem;left:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z0Et1huRTstbs08M94ZM24aid7eqEKlq { width:6.1875rem;height:2.26875rem;top:28.53750038147rem;left:2.1875rem;font-size:0.6875rem;text-align:left;text-align-last:left;line-height:1.1;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
 }@media only screen and (max-width: 763px) { #ZR2qThPBg03aIu60AGABI570y1vIbT8W { width:17.6875rem;height:0.125rem;top:31.5625rem;left:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fQlTAsOKdTEOolWIDODPLCwHD3e9741z { width:6rem;height:1.5125rem;top:32.625rem;left:2.1875rem;font-size:0.6875rem;text-align:left;text-align-last:left;line-height:1.1;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
 }@media only screen and (max-width: 763px) { #nbOkRkrLLpPxmMVZvvGIc0LISETRdOJg { width:17.6875rem;height:0.125rem;top:35.375rem;left:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kvXBAE4sxAwqAy6QdJgDdPm99kAQcxzk { width:7.3125rem;height:2.26875rem;top:36.375rem;left:2.1875rem;font-size:0.6875rem;text-align:left;text-align-last:left;line-height:1.1;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
 }@media only screen and (max-width: 763px) { #I26wS7Uo8bRigPgaKyN3rz2VGhOU83bT { width:17.6875rem;height:0.125rem;top:39.1875rem;left:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #aEpiOiDTHxe7AA7ZTT21ayCzKCb5Nvu1 { width:17.6875rem;height:0.125rem;top:43.0625rem;left:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ulh9XcTx4EGZb4GTE4HzrtRwcXs0PDlP { width:6.3125rem;height:2.26875rem;top:39.8125rem;left:2.125rem;font-size:0.6875rem;text-align:left;text-align-last:left;line-height:1.1;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
 }@media only screen and (max-width: 763px) { #qiLEkAOsKxpsXA7WGoM5nyTmXQ87pFfA { width:17.6875rem;height:0.125rem;top:46.8125rem;left:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Sx4vUquhXz4TBdVREzpxxZv6XRxbhRRF { width:6.0625rem;height:1.5125rem;top:44.1875rem;left:2.25rem;font-size:0.6875rem;text-align:left;text-align-last:left;line-height:1.1;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
 }@media only screen and (max-width: 763px) { #qDMLJZMqXx9xqLPZAbHaNTgHaB19QvDU { width:18.5625rem;height:29.0625rem;top:18.77499961853rem;left:0.71875rem;z-index:14993;display:block; }
 }@media only screen and (max-width: 763px) { #RekMBXgxmr5T22AfSHNobz5VmmR88nw6 { width:3.125rem;height:3.125rem;top:22.75rem;left:0rem;z-index:15047;display:block; }
 }@media only screen and (max-width: 763px) { #rietQw8cwq9a7p0OZSPHwmCJ2wspc3FS { width:3.125rem;height:3.125rem;top:22.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ucFEdudTg7aCEDZcJ0c4vqWZPtxWTtmi { width:3.125rem;height:3.125rem;top:22.75rem;left:16.875rem;z-index:15048;display:block; }
 }@media only screen and (max-width: 763px) { #Bg0GwtzAGyEavRTw4NozGoODENVI1VOT { width:3.125rem;height:3.125rem;top:22.75rem;left:16.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z9aI46LQ5eK32QJCOs94THLUH5r3OFv8 { width:1rem;height:1rem;top:29.984375rem;left:8.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kxPv4HObyf33wNH5pfomMzOiyvSJhzCq { width:9.1875rem;height:2.0625rem;top:31.11874961853rem;left:4.03125rem;font-size:0.625rem;text-align:left;text-align-last:left;line-height:1.1;z-index:15037;display:block; }
 }@media only screen and (max-width: 763px) { #cw5eTSxOnHffWU1dsP1Obemlhn9vMCgS { width:1rem;height:1rem;top:37.724998474121rem;left:5.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #PPTih3pMingtmwxanLLa5kteA5bHQZqZ { width:10.8125rem;height:7.5625rem;top:38.4375rem;left:0.9375rem;font-size:0.625rem;line-height:1.1;z-index:15038;display:block; }
 }@media only screen and (max-width: 763px) { #BVZgXa7pIbTp3yvOiqwEwmPEMKRVhV8H { top:18.75rem;left:1.15625rem;width:17.6875rem;height:8.9375rem;z-index:14992;background-color:#e5eef8;background-image:none;border-top-right-radius:2rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;border-top-left-radius:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #hE7S7kTVodBu2JIss5Q1EUSdTQRzTD2l { width:1rem;height:1rem;top:41.331249237061rem;left:6.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LlVvxiUi41vkP4G4JwAoi62KIqP8dZ7T { width:13.25rem;height:4.8125rem;top:42.625rem;left:0rem;font-size:0.625rem;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #tWQ1u2UDxucCaSHsLPkTuoHK1wfWRWgX { width:17.6875rem;height:0.125rem;top:50.625rem;left:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #buaI69ICOTgQLRkHelVDEL0KK5HHUBM4 { width:5rem;height:1.5125rem;top:48.086456298828rem;left:2.0625rem;font-size:0.6875rem;text-align:left;text-align-last:left;line-height:1.1;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
 }@media only screen and (max-width: 763px) { #gA23Z79nElvK06HETTnhlUQwGpxVy5sZ { width:17.6875rem;height:0.125rem;top:54.375rem;left:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #onkML93ppBnUL1E6h22tyR7S7Vy4wCAU { width:7rem;height:2.0625rem;top:51.530208587646rem;left:2.0625rem;font-size:0.6875rem;text-align:left;text-align-last:left;line-height:1;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
 }@media only screen and (max-width: 763px) { #GTWJEVu4mrG9RWbzXrPEt2zPmpVTZhqS { width:7.6875rem;height:2.75rem;top:55rem;left:2.0625rem;font-size:0.6875rem;text-align:left;text-align-last:left;line-height:1;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
 }@media only screen and (max-width: 763px) { #JLnAEyIM0x7IB9CrPefaOMxo1AbCbGW2 { width:17.6875rem;height:0.125rem;top:58.3125rem;left:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rq4l1ffHT75ed7AnoWbzEUOL1EEi6v9p { width:10.125rem;height:0.75625rem;top:59.851043701172rem;left:2.0625rem;font-size:0.6875rem;text-align:left;text-align-last:left;line-height:1.1;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
 }@media only screen and (max-width: 763px) { #F0ZzT9ruSy78C399TOpV6vADwzTrwtEb { width:17.6875rem;height:0.125rem;top:62.125rem;left:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ODAUXLUMwJp6V8Cnex63LUNkxpKS5p4v { width:7.5rem;height:1.5125rem;top:63.293750762937rem;left:2.0625rem;font-size:0.6875rem;text-align:left;text-align-last:left;line-height:1.1;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;z-index:14997;display:block; }
 }@media only screen and (max-width: 763px) { #vGIhEtXqynICuaAN64q4TnT98dO9wKsk { width:17.6875rem;height:0.125rem;top:65.8125rem;left:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rTEqyK0U9nssxvpPAHUszhUFg5oflcSx { width:17.6875rem;height:0.125rem;top:69.75rem;left:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tg0oCHEXNDU1f47GKq6qrRXs6QmWC89E { width:4.125rem;height:0.75625rem;top:67.362499237062rem;left:2.0625rem;font-size:0.6875rem;text-align:left;text-align-last:left;line-height:1.1;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
 }@media only screen and (max-width: 763px) { #xp7iqUQMJfx4SuttxwM7rp5SASSAvXxS { width:17.6875rem;height:0.125rem;top:73.5rem;left:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #w3ZVO4zWT65WVGlHBpzhSLiy66RxkAFa { width:12.3125rem;height:0.75625rem;top:71.25rem;left:2.0625rem;font-size:0.6875rem;text-align:left;text-align-last:left;line-height:1.1;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
 }@media only screen and (max-width: 763px) { #F7MbGEbaoIuEx9ASqo9ykonOCt2CaNQT { width:15rem;height:6.875rem;top:65.25rem;left:-1.1875rem;font-size:0.625rem;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #SLl8WhSL5LM8MVAAZyi2lP58ET4SVTzH { width:1rem;height:1rem;top:64.118751525881rem;left:5.34375rem;display:block; }
 }@media only screen and (max-width: 763px) { #mtD7u3FmucyHR8n4w8wosiHcGPAcNPJV { width:1rem;height:1rem;top:67.240623474119rem;left:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #BpCiakOa2puzHf3HupVr6sNWmVK8OeZi { width:12.5625rem;height:2.0625rem;top:68.375rem;left:0.1875rem;font-size:0.625rem;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #kH8Rv24dtUcNbb75ll3SMSyeClctq5Wd { width:17.6875rem;height:0.125rem;top:77.375rem;left:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZWmT2LW7rgTbzdtECuPHQCr2RT2V8l4i { width:3.8125rem;height:1.5125rem;top:74.6875rem;left:2.0625rem;font-size:0.6875rem;text-align:left;text-align-last:left;line-height:1.1;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;z-index:15049;display:block; }
 }@media only screen and (max-width: 763px) { #p0iKn01eJGDmC9GqcaPNItozE9nqD35c { width:6.375rem;height:1.5125rem;top:78.5625rem;left:2.0625rem;font-size:0.6875rem;text-align:left;text-align-last:left;line-height:1.1;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
 }@media only screen and (max-width: 763px) { #TOTpArcDmQH2qBUkd5LuhIPOtVg5TMJV { width:17.6875rem;height:0.125rem;top:81.1875rem;left:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TpfO4orZ9pLxIcC0Tkb6dQbbX6C8HXmZ { width:7.125rem;height:0.75625rem;top:82.75rem;left:2.0625rem;font-size:0.6875rem;text-align:left;text-align-last:left;line-height:1.1;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
 }@media only screen and (max-width: 763px) { #gXPXCB0ufLnHwzbJHmsnq8Oyp6TfDTvl { width:17.6875rem;height:0.125rem;top:84.9375rem;left:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #k6LMZZ5pML51cZIblb1LEuwFElJdVz4x { width:13.3125rem;height:2.75rem;top:76.53125rem;left:0.75rem;font-size:0.625rem;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #f3VNwvExV281tCIGJvX7icKt80GFHA5G { width:1rem;height:1rem;top:75.381250381469rem;left:5.15625rem;display:block; }
 }@media only screen and (max-width: 763px) { #tC53h7cqEpIGKNeLIDdCIHhV4IXxlgxI { width:1rem;height:1rem;top:79.256248474119rem;left:5.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TxfFH86kTiTkDgRum6oR4R8caFdoMcTV { width:12.0625rem;height:4.8125rem;top:80.387496948244rem;left:0.71875rem;font-size:0.625rem;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #BpSXuUQTlyp3SHgJxBIMuB5p9DCXvGCT { width:17.6875rem;height:0.125rem;top:88.8125rem;left:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RwKKDTIZlw2NBCeWdIlwEdseT82ts40Q { width:7.5rem;height:1.5125rem;top:86.1875rem;left:2.0625rem;font-size:0.6875rem;text-align:left;text-align-last:left;line-height:1.1;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
 }@media only screen and (max-width: 763px) { #MkZAWN85cH7N1pyynSO3pzr9lhGaP8I0 { width:17.6875rem;height:0.125rem;top:92.5rem;left:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KCrLLiKC54MRmVntAKPNvPJzURXzr2Ks { width:7.125rem;height:1.5125rem;top:89.868751525881rem;left:2.0625rem;font-size:0.6875rem;text-align:left;text-align-last:left;line-height:1.1;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;z-index:14994;display:block; }
 }@media only screen and (max-width: 763px) { #CeeHWid5IHJMpM5BzwiZpMIOeT5XTlxr { width:1rem;height:1rem;top:90.756248474119rem;left:6.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wv9kXFwMkD6RPCK3PWqdaTXETSlEMH3q { width:13.0625rem;height:3.4375rem;top:91.943748474119rem;left:0.6875rem;font-size:0.625rem;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #bRf9gt8HruPSyV8H39CXPwyHMKzmZGJL { width:17.6875rem;height:0.125rem;top:96.375rem;left:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XaNrg1o97vMc7s3TQvFCfdq4nzmp4IxL { width:12.3125rem;height:0.75625rem;top:94.0625rem;left:2.0625rem;font-size:0.6875rem;text-align:left;text-align-last:left;line-height:1.1;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
 }@media only screen and (max-width: 763px) { #I5Xix5IZrzE7bIdAUppXqIB8p8keCVxs { width:17.6875rem;height:0.125rem;top:99.7500038147rem;left:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IUlIiBmmEkuGVCbdkenQWzQFZgTSrBMv { width:5.9375rem;height:0.75625rem;top:97.5000038147rem;left:2.0625rem;font-size:0.6875rem;text-align:left;text-align-last:left;line-height:1.1;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
 }@media only screen and (max-width: 763px) { #G4c6d6SD6rpfvI5w5wxhF5vwH176a3De { width:1rem;height:1rem;top:97.378128051756rem;left:8.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #V13CuSfWtgN09n7gQUHbVtPQcT4EqG0U { width:14.125rem;height:3.4375rem;top:98.565628051756rem;left:1.6875rem;font-size:0.625rem;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #NNP4sbxdByEitRF9cwFSNOXiKHWUbMhx { width:7.5625rem;height:0.75625rem;top:101.2500038147rem;left:2.0625rem;font-size:0.6875rem;text-align:left;text-align-last:left;line-height:1.1;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
 }@media only screen and (max-width: 763px) { #Iw92oB27PpdyuVOICW4u5wWvK12hf7wJ { width:1rem;height:1rem;top:101.06562805176rem;left:9.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pfsagoyAoLGIOGPJIvGBuEt6BNwqBh55 { width:17.6875rem;height:0.125rem;top:103.6250038147rem;left:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #AnhklJclambtgWf513BaW932ZpgmxPSV { width:17.6875rem;height:0.125rem;top:110.125rem;left:1.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #gh66NKvLWXTeM9A0nTcMg8fUxOiK7OAc { width:6.9375rem;height:1.5125rem;top:104.5625038147rem;left:2.0625rem;font-size:0.6875rem;text-align:left;text-align-last:left;line-height:1.1;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
 }@media only screen and (max-width: 763px) { #qJkg82qs9dTUPoVVfByo2ChPMyai7V01 { width:1rem;height:1rem;top:105.38750267029rem;left:6.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #tSoH5yxK5kPqbPINJOMLIUMSVFL29Tyq { width:15rem;height:3.4375rem;top:106.38646125794rem;left:0rem;font-size:0.625rem;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #BwhXWryqKFRN11JQOByS5fTMINMXCktZ { width:8rem;height:2.25rem;top:10.125rem;left:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #x9AChTeoyMEfSpqy4GavlUBwiRgyw6b0 { display:block; }
 }@media only screen and (max-width: 763px) { #TvTQeieyrxZ3NNvsnFQtM45w83t7mDwZ { width:8rem;height:2.25rem;top:10.125rem;left:10.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xi1WImCnkCLeMZWTx0Szr0WcCbFgPD3d { display:block; }
 }@media only screen and (max-width: 763px) { #xDFPae7wqMsqKnAeKU5DevQTfowTXyri { width:16rem;height:2.125rem;top:10.125rem;left:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #LACIOuVp3ys09RBWRKcwfSXoXWgXzKWT { width:7.625rem;height:1.3rem;top:10.5625rem;left:2.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #MnyxNIRL1SrPftz80H5W0Ds3hsTNqX7Z { width:7.625rem;height:1.3rem;top:10.5625rem;left:10.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #gWF3BlZE9yo7qSU0T38qnCuIIiw68NnS { width:8rem;height:2.25rem;top:10.125rem;left:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #OXx1lSrPeRfTa1vCndlsc7AuLM0nG1yK { display:flex;width:1.125rem;height:1.125rem;top:13.375rem;left:1rem; }
 }@media only screen and (max-width: 763px) { #SIlHO1noREgNNqX8Ub9s9w2oItWEOVk5 { width:16.625rem;height:2.475rem;top:13.5625rem;left:2.4375rem;font-size:0.75rem;text-align:left;text-align-last:left;line-height:1.1;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
 }@media only screen and (max-width: 763px) { #OMfzgLSaHIq6CdoAanwqsSJD0xDsAkfF { width:17.1875rem;height:3.3rem;top:13.5625rem;left:2.4375rem;font-size:0.75rem;text-align:left;text-align-last:left;line-height:1.1;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
 }@media only screen and (max-width: 763px) { #nyr1gmmQMIR36Ly7SN8s4RAWxBMUd84C { top:17.5rem;left:1.21875rem;width:17.5625rem;height:1rem;z-index:15046;background-color:rgba(239,239,239,0.8);background-image:none;border-top-right-radius:2rem;border-bottom-right-radius:2rem;border-bottom-left-radius:2rem;border-top-left-radius:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #X28McCEL49qGhqiTO0f41sTm0TT80qBD { display:block; }#X28McCEL49qGhqiTO0f41sTm0TT80qBD > .row .container { width:20rem;height:5.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #l6AxWtuFtDUPTWS8CKVwnb4wWEBQckbI { width:9.625rem;height:2.5rem;top:0rem;left:5.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Sr9MltdXwBer1PNCe7RxdUuxeZh9ylKK { width:20rem;height:0.0625rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xxf9HT16VsCPukniPgcqz6pAH8WlWsKS { width:20rem;height:2.125rem;top:4.90625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #GqMkNLKtPZx02PaKMgTUqh5xWzmz87eC { width:20rem;height:4.0625rem;top:1.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #v4dsbhacybulFiH1pmBd1zp8tC09euD6 { width:8.25rem;height:0.975rem;top:0.82500076293944rem;left:5.375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZoBVE5C6S6CuSVkvcOqoZVBXumAnXmTU { display:flex;width:0.9375rem;height:0.9375rem;top:0.84375rem;left:12.875rem; }
 }@media only screen and (max-width: 763px) { #SaTTf2rKA38biJ501AiDvc8hOzskckNg { width:9.625rem;height:2.5rem;top:0.0625rem;left:5.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #eLS1p7CiMdKcFZARPqHfGhaZ1RpIHves { display:block; }
 }@media only screen and (max-width: 763px) { #ng7Scuxdghu6TJ7HgxHeiJJP6MlD9Ttz { width:0.625rem;height:0.625rem;top:2.90625rem;left:19.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #c1Z1pv1172DBXIUmKg3BrkRw09MPnMvL { width:0.625rem;height:0.625rem;top:2.90625rem;left:19.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #mJW9smkuQ3vv6BOuTi4uwrssAAHt3Jvn { width:0.625rem;height:0.625rem;top:2.90625rem;left:19.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #LcADmTaNkPBIlHne1sAZzrXHzOxRigRg { width:0.625rem;height:0.625rem;top:2.90625rem;left:19.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #qf3z9ubiQNMsIgJLQTZdw6qQzdWn34dQ { width:0.625rem;height:0.625rem;top:2.90625rem;left:19.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #TNFz7T5pxgJVEWvQtawnDz3roMPeNUu7 { background-color:#efefef;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#TNFz7T5pxgJVEWvQtawnDz3roMPeNUu7 > .row .container { background-color: transparent; background-image: none; }#TNFz7T5pxgJVEWvQtawnDz3roMPeNUu7::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TNFz7T5pxgJVEWvQtawnDz3roMPeNUu7 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TNFz7T5pxgJVEWvQtawnDz3roMPeNUu7 > .row .container > .video-iframe-container { display: none; }#TNFz7T5pxgJVEWvQtawnDz3roMPeNUu7 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TNFz7T5pxgJVEWvQtawnDz3roMPeNUu7 > .row > .video-iframe-container { display: none; }#TNFz7T5pxgJVEWvQtawnDz3roMPeNUu7 > .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); }#TNFz7T5pxgJVEWvQtawnDz3roMPeNUu7 > .row .container { border-width: 0; border-radius: 0; }#TNFz7T5pxgJVEWvQtawnDz3roMPeNUu7 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#TNFz7T5pxgJVEWvQtawnDz3roMPeNUu7 > .row .container { width:20rem;height:28.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #AwqJQ1g3DqXu6aeNzHtT6tB6bLrxTBfA { width:18.5625rem;height:24.6875rem;top:1.6875rem;left:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LVClna831AHAJS4OlOmrw8wzcBKMdRla { width:12.5rem;height:3.575rem;top:5.1875rem;left:3.875rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #PE9I3MxBZI6REaXptzEEBN1UD2vTif32 { width:12.3125rem;height:8.5rem;top:10.9375rem;left:3.875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DPvTEbfCgIHit7qQgzdRvnq3ykCvR59x { top:12.5625rem;left:16.875rem;width:3.125rem;height:3.125rem;z-index:15027;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #FUUvgFI5Rz0oM5iWEMAz41t6OTBykTJF { width:18.5625rem;height:24.6875rem;top:1.6875rem;left:0.71875rem;z-index:15026;display:block; }
 }@media only screen and (max-width: 763px) { #LJKAn6crk06039Wa2IZ48PQzlZUzsE9D { display:block; }
 }@media only screen and (max-width: 763px) { #dbmazz2HyfLFDbQR48XH4rglMOq1U1Tn { background-color:#efefef;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#dbmazz2HyfLFDbQR48XH4rglMOq1U1Tn > .row .container { background-color: transparent; background-image: none; }#dbmazz2HyfLFDbQR48XH4rglMOq1U1Tn::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dbmazz2HyfLFDbQR48XH4rglMOq1U1Tn > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dbmazz2HyfLFDbQR48XH4rglMOq1U1Tn > .row .container > .video-iframe-container { display: none; }#dbmazz2HyfLFDbQR48XH4rglMOq1U1Tn > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dbmazz2HyfLFDbQR48XH4rglMOq1U1Tn > .row > .video-iframe-container { display: none; }#dbmazz2HyfLFDbQR48XH4rglMOq1U1Tn > .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); }#dbmazz2HyfLFDbQR48XH4rglMOq1U1Tn > .row .container { border-width: 0; border-radius: 0; }#dbmazz2HyfLFDbQR48XH4rglMOq1U1Tn > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#dbmazz2HyfLFDbQR48XH4rglMOq1U1Tn > .row .container { width:20rem;height:28.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #L9dfmxy4qlP5Lg5pNTPsUCguJkJxCBxb { width:18.5625rem;height:24.6875rem;top:1.625rem;left:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xvly6AJsQT25Tuz8KIt5x1mLHC0T5gW8 { width:12.6875rem;height:12rem;top:10.875rem;left:3.875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TUXJOJiiC5BiWysmyaoVvDalrCqcLzhs { width:13.9375rem;height:3.575rem;top:5.125rem;left:3.875rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #cTG8UcJyGG4Ovgk5HbBXhCoyCMQUfVei { top:12.5rem;left:0rem;width:3.125rem;height:3.125rem;z-index:15028;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #DLvSekOXTE5ohS8Sq0W12XW4hFEy4m55 { top:12.5rem;left:16.875rem;width:3.125rem;height:3.125rem;z-index:15029;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #gAFBp9xxDCSWAGSbqRPTsKCS03ySFi6g { width:18.5625rem;height:24.6875rem;top:1.6875rem;left:0.71875rem;z-index:15027;display:block; }
 }@media only screen and (max-width: 763px) { #OqTAM78r7rqRhRZJbW4hz5oFOI6NLLv1 { display:block; }
 }@media only screen and (max-width: 763px) { #HkIh3PNbKqss3DvtSbZugi9WIxioeFTI { background-color:#efefef;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#HkIh3PNbKqss3DvtSbZugi9WIxioeFTI > .row .container { background-color: transparent; background-image: none; }#HkIh3PNbKqss3DvtSbZugi9WIxioeFTI::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HkIh3PNbKqss3DvtSbZugi9WIxioeFTI > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HkIh3PNbKqss3DvtSbZugi9WIxioeFTI > .row .container > .video-iframe-container { display: none; }#HkIh3PNbKqss3DvtSbZugi9WIxioeFTI > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HkIh3PNbKqss3DvtSbZugi9WIxioeFTI > .row > .video-iframe-container { display: none; }#HkIh3PNbKqss3DvtSbZugi9WIxioeFTI > .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); }#HkIh3PNbKqss3DvtSbZugi9WIxioeFTI > .row .container { border-width: 0; border-radius: 0; }#HkIh3PNbKqss3DvtSbZugi9WIxioeFTI > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#HkIh3PNbKqss3DvtSbZugi9WIxioeFTI > .row .container { width:20rem;height:28.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #H4xIXza9Eq4ORtdTbOAqBX3R4RNk04WG { width:18.5625rem;height:24.6875rem;top:1.625rem;left:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VC9JKzPLFx1EF7eeXGSELBT5M1S5dcQv { width:14.4375rem;height:3.575rem;top:5.125rem;left:3.875rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #oF22WS0AkWfGmcG8bdLryG8MSbd9kJLm { width:12.8125rem;height:8.5rem;top:10.875rem;left:3.625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dc3FDs3RKUehTB7f2cgpTf2mph4T3mrd { top:12.5rem;left:0rem;width:3.125rem;height:3.125rem;z-index:15030;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #iJOBLOXfxnmrCL0OuuGfhSvplelqyAzS { top:12.5rem;left:16.875rem;width:3.125rem;height:3.125rem;z-index:15029;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #NGfezZLIk55kRla7ibm9x7fyEPsyDFnn { width:18.5625rem;height:24.6875rem;top:1.6875rem;left:0.71875rem;z-index:15028;display:block; }
 }@media only screen and (max-width: 763px) { #No0xnDBeLHvqbcZoEHr6MUccuOReQy8F { display:block; }
 }@media only screen and (max-width: 763px) { #e5eL9PguKWDR500OXDx7Scr8DB2f8hCR { background-color:#efefef;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#e5eL9PguKWDR500OXDx7Scr8DB2f8hCR > .row .container { background-color: transparent; background-image: none; }#e5eL9PguKWDR500OXDx7Scr8DB2f8hCR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#e5eL9PguKWDR500OXDx7Scr8DB2f8hCR > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#e5eL9PguKWDR500OXDx7Scr8DB2f8hCR > .row .container > .video-iframe-container { display: none; }#e5eL9PguKWDR500OXDx7Scr8DB2f8hCR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#e5eL9PguKWDR500OXDx7Scr8DB2f8hCR > .row > .video-iframe-container { display: none; }#e5eL9PguKWDR500OXDx7Scr8DB2f8hCR > .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); }#e5eL9PguKWDR500OXDx7Scr8DB2f8hCR > .row .container { border-width: 0; border-radius: 0; }#e5eL9PguKWDR500OXDx7Scr8DB2f8hCR > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#e5eL9PguKWDR500OXDx7Scr8DB2f8hCR > .row .container { width:20rem;height:28.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #oB5DEzusUF3nqAAaiBkmAkUwG9DaSmWc { width:18.5625rem;height:24.6875rem;top:1.625rem;left:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #bTXiZXa0PgF5Bbd81ZHwElAzPIWxrKOC { width:14.125rem;height:8.5rem;top:10.875rem;left:3.875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #OgfgwfAO7Mi6CzZKn5pynCi41Rl1ILhH { width:14rem;height:3.575rem;top:5.125rem;left:3.875rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qFkTivpUGMt1J9tEhHaDnetiVR2WAsFT { top:12.5rem;left:0rem;width:3.125rem;height:3.125rem;z-index:15030;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #owgTPnGJPcKUnXxW6NTqVMPTOIbuxakJ { width:18.5625rem;height:24.6875rem;top:1.6875rem;left:0.71875rem;z-index:15029;display:block; }
 }@media only screen and (max-width: 763px) { #E6TZD5smCL1XQlackslPFmrGsf4r62W9 { display:block; }
 }@media only screen and (max-width: 763px) { #Vi6RmzIW1rTsQLN5LIK1TGlbq22tmide { background-color:#efefef;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#Vi6RmzIW1rTsQLN5LIK1TGlbq22tmide > .row .container { background-color: transparent; background-image: none; }#Vi6RmzIW1rTsQLN5LIK1TGlbq22tmide::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Vi6RmzIW1rTsQLN5LIK1TGlbq22tmide > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Vi6RmzIW1rTsQLN5LIK1TGlbq22tmide > .row .container > .video-iframe-container { display: none; }#Vi6RmzIW1rTsQLN5LIK1TGlbq22tmide > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Vi6RmzIW1rTsQLN5LIK1TGlbq22tmide > .row > .video-iframe-container { display: none; }#Vi6RmzIW1rTsQLN5LIK1TGlbq22tmide > .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); }#Vi6RmzIW1rTsQLN5LIK1TGlbq22tmide > .row .container { border-width: 0; border-radius: 0; }#Vi6RmzIW1rTsQLN5LIK1TGlbq22tmide > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Vi6RmzIW1rTsQLN5LIK1TGlbq22tmide > .row .container { width:20rem;height:6.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SNwfIrxxKkZH1iCEUGTqeNCJaJg7pTwT { top:1.875rem;left:6.8125rem;width:1.1875rem;height:1.1875rem;z-index:15000;background-color:#005aa9;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #yKdnCKThzbQCfwXTNkUQVfh4mKe9qJJA { top:1.875rem;left:8.5625rem;width:1.1875rem;height:1.1875rem;z-index:15001;background-color:#d9d9d9;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #Xrq1PtLVWwOzlLOMV6JT28daZDLOkoiS { top:1.875rem;left:10.3125rem;width:1.1875rem;height:1.1875rem;z-index:15002;background-color:#d9d9d9;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #sVHD1s487g7zrP7GVBLxNTsT6LdkCPM4 { top:1.875rem;left:12.0625rem;width:1.1875rem;height:1.1875rem;z-index:15003;background-color:#d9d9d9;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #vOnKzFp6RfmTTJVORqteUwwUIvfgkhTl { display:block; }#vOnKzFp6RfmTTJVORqteUwwUIvfgkhTl > .row .container { width:20rem;height:76.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #i4Lop5p8InTrEzTrXJU0q5cUU9ssr8Ko { width:18.5625rem;height:62.5625rem;top:0rem;left:0.71875rem;display:block; }
 }@media only screen and (max-width: 763px) { #yfpyzPUmtwT1JSXim6u9wDx4TwEz6xzB { width:3.125rem;height:3.125rem;top:10.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #C1vSLK1v1NBfsMTlnm98ZsiTmLeMRbz0 { width:3.125rem;height:3.125rem;top:10.4375rem;left:16.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #X4ICuO3WJJ4P6KcnRX3pUPplSniZcoWc { width:3.125rem;height:3.125rem;top:10.4375rem;left:0rem;z-index:15015;display:block; }
 }@media only screen and (max-width: 763px) { #bBqKqr50tLx5tgsF7qxP7HraMnNHNRLq { width:3.125rem;height:3.125rem;top:10.4375rem;left:16.875rem;z-index:15016;display:block; }
 }@media only screen and (max-width: 763px) { #LnJndmWNa3uNA9eoTmKVEpewEnMXySXh { width:11.6875rem;height:4.125rem;top:10.4375rem;left:3.46875rem;font-size:0.75rem;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #CP8msw8mEtV6i58vv2k35LKmlDI6MU6N { display:block; }#CP8msw8mEtV6i58vv2k35LKmlDI6MU6N > .row .container { width:20rem;height:69.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mhn1CZ9kNQSEKK7E62ueHTp543NlJaOq { width:19.4375rem;height:11.25rem;top:2.5625rem;left:0.28125rem;font-size:1.875rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #Eb1FsSX31Hc7y7kRBhGR021VZJuzAKP1 { width:12.5rem;height:1.1375rem;top:19.08749961853rem;left:3.75rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #WMwNufESRBNlrx3vUZ4Jbqdt012l1mTN { width:16.4375rem;height:2.1125rem;top:20.60000038147rem;left:1.78125rem;font-size:1.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ErRGLU3kMU2iPXf0xhNFNldHwcJuPkmv { width:15.4375rem;height:6.375rem;top:23.5625rem;left:2.28125rem;font-size:1.0625rem;text-align:center;text-align-last:center;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #wJZnvKnVmGDzKDQ3KvLiDD1tcBpaZmmV { width:17.5rem;height:4.78125rem;top:39.637499809265rem;left:1.25rem;font-size:1.0625rem;line-height:1.5;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #okacIVRBHeh34e665ZSUvdEkQUDOo2Jv { width:12.5rem;height:2.1125rem;top:36.64999961853rem;left:3.75rem;font-size:1.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #SyyvCkJy4qrPouX8R7eTUalrK3dUqNXa { width:12.5rem;height:1.1375rem;top:35.125rem;left:3.75rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #I6PGAefiwsih7X6CE4sv1075oTX40pki { width:12.5rem;height:1.1375rem;top:49.4375rem;left:3.75rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TX36qxh6TAwC6uydRawWPghSp0TNMQND { width:18.25rem;height:2.1125rem;top:51rem;left:0.875rem;font-size:1.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #GuSWpEEfgEAb9fX3XuX3RtiEHAEr1EBk { width:18.125rem;height:3.1875rem;top:53.9375rem;left:0.9375rem;font-size:1.0625rem;line-height:1.5;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #dCmTmXwaTCTa5iD1Pfa9XSGXmA2i2FI2 { width:20rem;height:4.3125rem;top:60.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #LeTHF2ruc5i6Bqn4TPWrAU0WWT9IHwML { display:block; }
 }@media only screen and (max-width: 763px) { #p6R3yxbpKlDpIbdKnLWETwv5i6ECqpdz { width:19.875rem;height:4.3125rem;top:60.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #KOsJUNl1PzPsLvGKffJOn3ximarKarAw { width:13.125rem;height:1.54375rem;top:62rem;left:2.125rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WhcUmCVtqgcgrJk6ucmA8WZppthvDVcv { display:flex;width:1.4375rem;height:1.4375rem;top:62.0625rem;left:16.9375rem; }
 }@media only screen and (max-width: 763px) { #t0J4K0H1tOMiReNFMb6zD566yW4M0LF3 { width:1.625rem;height:1.0625rem;top:16.9375rem;left:9.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #p98pJ2NxsQOCuKb4eiqBPNN5wpfupQdb { width:1.5625rem;height:1.5625rem;top:32.625rem;left:9.21875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tPUbp3NkcmcVawq8RCnEDU4LVvqOTJVi { width:2.1875rem;height:1.5625rem;top:46.8125rem;left:8.90625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ylibMtfngwJ8Dd3Igw7kQNphcBx5DaQu { display:block; }#ylibMtfngwJ8Dd3Igw7kQNphcBx5DaQu > .row .container { width:20rem;height:37.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #b5V9ncoA0qT1ptT9pgeJgBnKpb7s4eoT { width:20rem;height:1.875rem;top:2.375rem;left:0rem;font-size:1.5625rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #ilAXZ6W4dUhT3uG0WlHv8UJO1fU8qFsF .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#ilAXZ6W4dUhT3uG0WlHv8UJO1fU8qFsF .accordion-heading-text { font-size:1rem;height:auto;line-height:1.3;overflow:hidden; }
#ilAXZ6W4dUhT3uG0WlHv8UJO1fU8qFsF .accordion-desc-text { font-size:0.875rem;height:auto; }
#ilAXZ6W4dUhT3uG0WlHv8UJO1fU8qFsF { display:flex;height:auto;width:20rem;top:4.9375rem;left:0rem; }
#ilAXZ6W4dUhT3uG0WlHv8UJO1fU8qFsF .accordion-element-container:first-of-type .accordion-desc-text { display: none; } }@media only screen and (max-width: 763px) { #ilAXZ6W4dUhT3uG0WlHv8UJO1fU8qFsF #UvhltuZmWzHCzLbkyJbokroh1A2gtK1N {  }
 }@media only screen and (max-width: 763px) { #ilAXZ6W4dUhT3uG0WlHv8UJO1fU8qFsF #kMuCZBAtOZRTWXFfszUmAJ1RAWKmSPkN {  }
 }@media only screen and (max-width: 763px) { #ilAXZ6W4dUhT3uG0WlHv8UJO1fU8qFsF #yTrMkrn9DF53HiBcirNHosD3fFSvhAAA {  }
 }@media only screen and (max-width: 763px) { #ilAXZ6W4dUhT3uG0WlHv8UJO1fU8qFsF #hN6AvQQNkZdxaibI8iQlO461uNN9cdcw {  }
 }@media only screen and (max-width: 763px) { #ilAXZ6W4dUhT3uG0WlHv8UJO1fU8qFsF #NpGiTA72PbvXI6NABIw2okM0VEfkkxm5 {  }
 }@media only screen and (max-width: 763px) { #ilAXZ6W4dUhT3uG0WlHv8UJO1fU8qFsF #GRXV0eJMLt04PU7eNWRH8CHcmX468exX {  }
 }@media only screen and (max-width: 763px) { #ilAXZ6W4dUhT3uG0WlHv8UJO1fU8qFsF #qEUoRAo5Cl5q4mdNTZC8UQEWfRyVanpI {  }
 }@media only screen and (max-width: 763px) { #ilAXZ6W4dUhT3uG0WlHv8UJO1fU8qFsF #c9C9yTM4PAi8HyCt2o3KzMIOwAe5nVg3 {  }
 }@media only screen and (max-width: 763px) { #ilAXZ6W4dUhT3uG0WlHv8UJO1fU8qFsF #NK4No59v9dD0zebv0J0iUcVobvr2hlOB {  }
 }@media only screen and (max-width: 763px) { #ilAXZ6W4dUhT3uG0WlHv8UJO1fU8qFsF #Vn7fWryDu5txSRmERX4zrQiN2qECRyP3 {  }
 }@media only screen and (max-width: 763px) { #ilAXZ6W4dUhT3uG0WlHv8UJO1fU8qFsF #inEdGfVxEeE9lTWs4o93gEBqgWhsb7zZ {  }
 }@media only screen and (max-width: 763px) { #ilAXZ6W4dUhT3uG0WlHv8UJO1fU8qFsF #ftoHODnMznSKz171WXp7r71ddQc9e4T9 {  }
 }@media only screen and (max-width: 763px) { #ilAXZ6W4dUhT3uG0WlHv8UJO1fU8qFsF #WVgiHsbUPxbPQGL0fxCFmF5CwvxDATq3 {  }
 }@media only screen and (max-width: 763px) { #ilAXZ6W4dUhT3uG0WlHv8UJO1fU8qFsF #vAMCxKMu9D4KdFeONQlm2qUNRV7K0ZdD {  }
 }@media only screen and (max-width: 763px) { #ilAXZ6W4dUhT3uG0WlHv8UJO1fU8qFsF #bb93e5mTi4u7PNterpvKegwFTCFnDCy2 {  }
 }@media only screen and (max-width: 763px) { #ilAXZ6W4dUhT3uG0WlHv8UJO1fU8qFsF #hDLeTUR0k8ITgDtt5NkBC0dwNPqImDew {  }
 }@media only screen and (max-width: 763px) { #ilAXZ6W4dUhT3uG0WlHv8UJO1fU8qFsF #oCC4SVTiGlFqWWnIwkf0sT3XCbbWPNFQ {  }
 }@media only screen and (max-width: 763px) { #ilAXZ6W4dUhT3uG0WlHv8UJO1fU8qFsF #G8wk7w5H0QUZoZu3sCE72tZNG2xkRIFp {  }
 }@media only screen and (max-width: 763px) { #ilAXZ6W4dUhT3uG0WlHv8UJO1fU8qFsF #EMOoTw9pVnpllPVFv68f2AD2BX2aZnWE {  }
 }@media only screen and (max-width: 763px) { #ilAXZ6W4dUhT3uG0WlHv8UJO1fU8qFsF #lqPrm45WPNgAPg0DneTID9niB5hksyJS {  }
 }@media only screen and (max-width: 763px) { #ilAXZ6W4dUhT3uG0WlHv8UJO1fU8qFsF #Chs3zE4pdwd1JEmuu7TtLoUFgShevpkI {  }
 }@media only screen and (max-width: 763px) { #ilAXZ6W4dUhT3uG0WlHv8UJO1fU8qFsF #CR37Z7s7DgaPuquZzg1ePgWfT8dO1wC9 {  }
 }@media only screen and (max-width: 763px) { #ilAXZ6W4dUhT3uG0WlHv8UJO1fU8qFsF #Q64sBmWqsKZKA2ch8WEPgbGktHtELRho {  }
 }@media only screen and (max-width: 763px) { #ilAXZ6W4dUhT3uG0WlHv8UJO1fU8qFsF #n00SsfVeAfg32cwdWWtxJpUF37fGBrbq {  }
 }@media only screen and (max-width: 763px) { #ilAXZ6W4dUhT3uG0WlHv8UJO1fU8qFsF #o1FTp4sgowB96Ui57AWtqyswE9O5vdRA {  }
 }@media only screen and (max-width: 763px) { #VtxJe2TWxMEqcKBJockK5DHsZB1GgXTk { display:block; }#VtxJe2TWxMEqcKBJockK5DHsZB1GgXTk > .row .container { width:20rem;height:84.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gJib6aJTEf8wb4M0q8d61sVoMU1XBdNg { width:12.5rem;height:1.625rem;top:24.1875rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #rPrNqui2ivH9lFGOfUTPhpBgdlhtvHPy { width:20rem;height:9.425rem;top:26.375rem;left:0rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JbIqF5v5zb14koPrspdqiPc3EGCbJWav { width:20rem;height:39.5rem;top:37.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #rIHbumPk3EETpQPUez5AuUBWGXVJZqPk { width:18.0625rem;height:35.925rem;top:39.0625rem;left:1rem;font-size:1.1875rem;line-height:1.4;display:block; }#rIHbumPk3EETpQPUez5AuUBWGXVJZqPk li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/b8cb0a63-5f2b-4fe8-b72e-09466a7dbc47/akaricons_arrowright.svg); }
 }@media only screen and (max-width: 763px) { #MP2T5Eh07fe2nFxx13Mryvq8AQTrRbip { width:18.0625rem;height:4rem;top:78.3125rem;left:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #T2AVxJ9CyfzNe5amgFxJ9kwmRfGpIhqG { display:flex;width:1.6875rem;height:1.6875rem;top:79.4375rem;left:16.4375rem; }
 }@media only screen and (max-width: 763px) { #ma9mFsT1O84b3ZIvpkpQPOKeJzAUOW3Z { width:14.875rem;height:1.70625rem;top:79.4375rem;left:2.5rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LNSfPZZAJ6ro7sHIagIM5G7xeBMZ82lD { width:18.0625rem;height:4rem;top:78.3125rem;left:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #i4rGvyyVGXrVxQqT38t0afTTJz2zZ5H3 { display:block; }
 }@media only screen and (max-width: 763px) { #CDgqMkUpA4FrOHh1kS8LDztKtKfDivFB { width:20rem;height:49.125rem;top:59.775rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #RqV48Nu2O0B12RhdpRo2kFLR7gd9UA7t { top:1.6875rem;left:0rem;width:20rem;height:20.625rem;z-index:15017;overflow:hidden;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #mz6LWT8Xes6Ls039gVb0mVJIpXOessbn { background-color:#121040;background-image:none;display:block; }#mz6LWT8Xes6Ls039gVb0mVJIpXOessbn > .row .container { background-color: transparent; background-image: none; }#mz6LWT8Xes6Ls039gVb0mVJIpXOessbn::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mz6LWT8Xes6Ls039gVb0mVJIpXOessbn > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mz6LWT8Xes6Ls039gVb0mVJIpXOessbn > .row .container > .video-iframe-container { display: none; }#mz6LWT8Xes6Ls039gVb0mVJIpXOessbn > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mz6LWT8Xes6Ls039gVb0mVJIpXOessbn > .row > .video-iframe-container { display: none; }#mz6LWT8Xes6Ls039gVb0mVJIpXOessbn > .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); }#mz6LWT8Xes6Ls039gVb0mVJIpXOessbn > .row .container { width:20rem;height:6.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xNcpRf6NyzUFUH5EJl90S4C2eu5GvcNt { width:5.1875rem;height:2.375rem;top:2.0625rem;left:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZPc3b2KcsIATA3NeMLzP0TcqLn9mm6Al { width:9.5rem;height:0.975rem;top:3.375rem;left:10.5rem;font-size:0.75rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #S4eId2v8RFczDRDRQeDasyWBK7FoKpFB { width:14.1875rem;height:0;top:11.737499237061rem;left:2.90625rem;font-size:0.875rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #Te3GkifKXz8hJ6iRuCNGEmTz5PRisIXk { width:0.9375rem;height:0.975rem;top:2.1875rem;left:17.9375rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #LuVo0sGrQKRyRcrB6GtJme2Rvb8bE4xw { width:8.5rem;height:0.975rem;top:2.1875rem;left:10.5625rem;font-size:0.75rem;text-align:left;text-align-last:left;display:block; }
 }