.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:221,217,244;--color-primary-1:143,128,217;--color-primary-2:31,0,179;--color-primary-3:16,0,90;--color-primary-4:5,0,27;--color-secondary-0:255,255,255;--color-secondary-1:227,227,227;--color-secondary-2:204,204,204;--color-secondary-3:122,122,122;--color-secondary-4:0,0,0;--color-tertiary-0:255,255,255;--color-tertiary-1:224,224,224;--color-tertiary-2:204,204,204;--color-tertiary-3:106,106,106;--color-tertiary-4:0,0,0;--headlines-font-family:"Roboto";--paragraphs-font-family:"Roboto"; }@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:transparent;background-image:none;position:relative;display:block; }
#srPHFOXbtJ8lEMwyloy6yUFHT2qs1zGm::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#srPHFOXbtJ8lEMwyloy6yUFHT2qs1zGm > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#srPHFOXbtJ8lEMwyloy6yUFHT2qs1zGm > .row > .video-iframe-container { display: none; }#srPHFOXbtJ8lEMwyloy6yUFHT2qs1zGm > .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); }#owrpCO4mJEGO7SFX4pu20MlVyD0HbxDo { background-color:rgba(var(--color-primary-3),1);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; }#owrpCO4mJEGO7SFX4pu20MlVyD0HbxDo > .row .container { background-color: transparent; background-image: none; }#owrpCO4mJEGO7SFX4pu20MlVyD0HbxDo::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#owrpCO4mJEGO7SFX4pu20MlVyD0HbxDo > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#owrpCO4mJEGO7SFX4pu20MlVyD0HbxDo > .row .container > .video-iframe-container { display: none; }#owrpCO4mJEGO7SFX4pu20MlVyD0HbxDo > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#owrpCO4mJEGO7SFX4pu20MlVyD0HbxDo > .row > .video-iframe-container { display: none; }#owrpCO4mJEGO7SFX4pu20MlVyD0HbxDo > .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); }#owrpCO4mJEGO7SFX4pu20MlVyD0HbxDo > .row .container { border-width: 0; border-radius: 0; }#owrpCO4mJEGO7SFX4pu20MlVyD0HbxDo > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#owrpCO4mJEGO7SFX4pu20MlVyD0HbxDo > .row .container { width:75rem;height:30.125rem;font-size:0.875rem;font-family:arial;position:relative;display:block; }#nbdeSqhn4x11hRX07PcTKhazp9ZoTdwy { color:rgba(var(--color-secondary-0),1);display:block;width:34.8125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.3125rem;font-weight:700;z-index:15002;line-height:1.1;letter-spacing:0;top:7.21875rem;left:5.84375rem;height:5rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#hhZXE7yWTrTSuKbDUQMsKp8rMi5s6xtn { position:absolute;display:block;z-index:15013;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:17.4375rem;width:31.3125rem;top:7.5rem;left:41.875rem;display:block; }
#QOXBux2V8wizVcAJHveZ3HQ8M8BWO0Ff { color:rgba(var(--color-secondary-0),1);display:block;width:27.5625rem;position:absolute;font-family:montserrat;font-size:1.3125rem;font-weight:700;z-index:15003;line-height:1.2;letter-spacing:0;top:14.25rem;left:8.375rem;height:0;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#upTuPkbFaRh5LecQ0GiF4Gmy8xcofRyx { color:rgba(var(--color-secondary-0),1);display:block;width:32.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.9375rem;font-weight:300;z-index:15003;line-height:1.4;letter-spacing:0;top:12.9375rem;left:5.84375rem;height:6.5625rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#CnDhLg85OorGyJI8gwa8VMl60wGz7S6W { position:absolute;display:block;z-index:15015;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.4375rem;width:5.9375rem;top:4.3125rem;left:5.84375rem;overflow:hidden;display:block; }
#uC1asyHT1eCmyRkKngMEkTn1SrJAKeIL { color:rgba(var(--color-secondary-0),1);display:block;width:28.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.75rem;font-weight:300;z-index:15004;line-height:1.2;letter-spacing:0;top:4.65625rem;left:11.78125rem;height:0.875rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#ecr58CaANTlJzNuMb8TKaKTWvUMrRaTT { z-index:15003;top:22.4375rem;left:5.84375rem;background-color:transparent;background-image:none;border-top:0.0625rem solid #ffffff;border-left:0.0625rem solid #ffffff;border-right:0.0625rem solid #ffffff;border-bottom:0.0625rem solid #ffffff;border-top-left-radius:2.4375rem;border-top-right-radius:2.4375rem;border-bottom-left-radius:2.4375rem;border-bottom-right-radius:2.4375rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-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:0.9375rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.9375rem;height:1.875rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#SFb3CdT8CZQZhwDLXe2DULEohI2UTSMP { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#hAghTpJz6XK0VEFaR0Pcp97cETL2J6q2 { color:rgba(var(--color-secondary-0),1);display:block;width:28.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.6875rem;font-weight:300;z-index:15005;line-height:1.2;letter-spacing:0;top:26.8125rem;left:5.84375rem;height:0.8125rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#WWCUvy8wE45srPgcmLOBgzez4NaEzuDt { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#WWCUvy8wE45srPgcmLOBgzez4NaEzuDt > .row .container { background-color: transparent; background-image: none; }#WWCUvy8wE45srPgcmLOBgzez4NaEzuDt::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WWCUvy8wE45srPgcmLOBgzez4NaEzuDt > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WWCUvy8wE45srPgcmLOBgzez4NaEzuDt > .row .container > .video-iframe-container { display: none; }#WWCUvy8wE45srPgcmLOBgzez4NaEzuDt > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WWCUvy8wE45srPgcmLOBgzez4NaEzuDt > .row > .video-iframe-container { display: none; }#WWCUvy8wE45srPgcmLOBgzez4NaEzuDt > .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); }#WWCUvy8wE45srPgcmLOBgzez4NaEzuDt > .row .container { border-width: 0; border-radius: 0; }#WWCUvy8wE45srPgcmLOBgzez4NaEzuDt > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#WWCUvy8wE45srPgcmLOBgzez4NaEzuDt > .row .container { font-size:0.875rem;font-family:arial;height:27.3125rem;width:75rem;position:relative;display:block; }#p1r2U4mtW2aBxKIaUI9fWWQDhdfbUSi0 { color:#160464;display:block;width:24.8125rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:300;z-index:15007;line-height:1.4;letter-spacing:0;top:7.1875rem;left:45.90625rem;height:15.125rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#nozrZa8h6qpJNAX6MbQR5HnT5CIfvcqd { position:absolute;display:block;z-index:15008;border-top:0.1875rem solid rgba(var(--color-primary-3),1);border-left:0.1875rem solid rgba(var(--color-primary-3),1);border-right:0.1875rem solid rgba(var(--color-primary-3),1);border-bottom:0.1875rem solid rgba(var(--color-primary-3),1);border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:19.6875rem;width:34.9375rem;top:3.8125rem;left:5.1875rem;overflow:hidden;display:block; }
#FSTuUflX0cmR49U9XsD2g58Tw8IcZU7T { color:#0f0053;display:block;width:26.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.125rem;font-weight:700;z-index:15010;line-height:1.6;letter-spacing:0;top:3.8125rem;left:45.90625rem;height:3.375rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#Eb2JbpvrIuKuD66x51bxUbNLazMi6a6S { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:4.3125rem;width:4.3125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15011;opacity:1;top:20.125rem;left:40.125rem; }
#JyqvQqtELkfqA2kqW4JFkWBXiqnmIBh8 { color:#160464;display:block;width:28.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.625rem;font-weight:400;z-index:15008;line-height:1.6;letter-spacing:0;top:24.0625rem;left:44.125rem;height:1rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#nbOQhcCkBp13tIn2oNlUdfyIb8NZB4Mx { color:#0f0053;display:block;width:23.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.125rem;font-weight:700;z-index:15010;line-height:1.6;letter-spacing:0;top:6.71875rem;left:45.90625rem;height:3.375rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:none; }
#klg2NWFX8RVAwR3O49kyx0LStECPIHUR { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-3),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; }#klg2NWFX8RVAwR3O49kyx0LStECPIHUR > .row .container { background-color: transparent; background-image: none; }#klg2NWFX8RVAwR3O49kyx0LStECPIHUR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#klg2NWFX8RVAwR3O49kyx0LStECPIHUR > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#klg2NWFX8RVAwR3O49kyx0LStECPIHUR > .row .container > .video-iframe-container { display: none; }#klg2NWFX8RVAwR3O49kyx0LStECPIHUR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#klg2NWFX8RVAwR3O49kyx0LStECPIHUR > .row > .video-iframe-container { display: none; }#klg2NWFX8RVAwR3O49kyx0LStECPIHUR > .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); }#klg2NWFX8RVAwR3O49kyx0LStECPIHUR > .row .container { border-width: 0; border-radius: 0; }#klg2NWFX8RVAwR3O49kyx0LStECPIHUR > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#klg2NWFX8RVAwR3O49kyx0LStECPIHUR > .row .container { font-size:0.875rem;font-family:arial;height:28.6875rem;width:75rem;position:relative;display:block; }#qSZid93WbACGORw4IHW4tCwDLxLv0PUT { box-sizing:content-box;height:23.8125rem;width:19.9375rem;position:absolute;display:block;z-index:15000;background-color:#08003f;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:2.4375rem;left:6.25rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;display:block; }
#iRqCOXVmkTWJIGd0LU9sOvuvLpInMoPA { box-sizing:content-box;height:23.8125rem;width:19.9375rem;position:absolute;display:block;z-index:15001;background-color:#08003f;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:2.4375rem;left:28.75rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;display:block; }
#bWGURVZhUvyw3D4nzH3Tonxq7t1sTAeI { box-sizing:content-box;height:23.8125rem;width:19.875rem;position:absolute;display:block;z-index:15002;background-color:#08003f;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:2.4375rem;left:51.375rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;display:block; }
#GiLQsA4dcoof2zDdAoihDawOJzDNryrT { box-sizing:content-box;color:#5d92ff;font-size:1.1875rem;font-weight:400;line-height:1;height:1.75rem;width:1.75rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15003;opacity:1;top:3.21875rem;left:15.34375rem; }
#NNZD531FKgcyOfw0s2UQGWUc4pZSoASN { color:rgba(var(--color-secondary-0),1);display:block;width:16.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:300;z-index:15007;line-height:1.6;letter-spacing:0;top:8.6875rem;left:8.1875rem;height:16.5rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#uadS6VOrsgl44h5ekH8QeABdGQlhrMiW { color:rgba(var(--color-secondary-0),1);display:block;width:17.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:700;z-index:15008;line-height:1.6;letter-spacing:0;top:5.4375rem;left:7.5rem;height:2rem;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; }
#KvWDvCDDazoesXJPgaFOZx6TsBSupONW { color:rgba(var(--color-secondary-0),1);display:block;width:16.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:300;z-index:15007;line-height:1.6;letter-spacing:0;top:8.6875rem;left:30.5625rem;height:16.5rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#lJ4yFA8q7idrStXhoLNBu80SaMV12WBN { box-sizing:content-box;color:#5d92ff;font-size:1.125rem;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:15009;opacity:1;top:3.25rem;left:37.875rem; }
#r8H3EmQhgNxGmPNmuKZwzAT0PtcfU8ta { color:rgba(var(--color-secondary-0),1);display:block;width:17.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:700;z-index:15009;line-height:1.6;letter-spacing:0;top:5.4375rem;left:30rem;height:2rem;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; }
#sn77ptOZVyEuy6KT8z4d1VwloHDipeJU { color:rgba(var(--color-secondary-0),1);display:block;width:16.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:300;z-index:15007;line-height:1.6;letter-spacing:0;top:8.6875rem;left:53.1875rem;height:16.5rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#ywcvxk0zRGihVA8ZfOVd0rg3FhWTP1im { color:rgba(var(--color-secondary-0),1);display:block;width:17.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:700;z-index:15010;line-height:1.6;letter-spacing:0;top:5.4375rem;left:52.5rem;height:2rem;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; }
#sVhgETs997dt5EE2fQV9AHzRXSoxw0Ze { box-sizing:content-box;color:#5d92ff;font-size:1.125rem;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:15011;opacity:1;top:3.28125rem;left:60.5rem; }
#igMIyKCrkWCS5TQDhnq2pHq2U6CEylws { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#igMIyKCrkWCS5TQDhnq2pHq2U6CEylws > .row .container { background-color: transparent; background-image: none; }#igMIyKCrkWCS5TQDhnq2pHq2U6CEylws::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#igMIyKCrkWCS5TQDhnq2pHq2U6CEylws > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#igMIyKCrkWCS5TQDhnq2pHq2U6CEylws > .row .container > .video-iframe-container { display: none; }#igMIyKCrkWCS5TQDhnq2pHq2U6CEylws > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#igMIyKCrkWCS5TQDhnq2pHq2U6CEylws > .row > .video-iframe-container { display: none; }#igMIyKCrkWCS5TQDhnq2pHq2U6CEylws > .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); }#igMIyKCrkWCS5TQDhnq2pHq2U6CEylws > .row .container { border-width: 0; border-radius: 0; }#igMIyKCrkWCS5TQDhnq2pHq2U6CEylws > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#igMIyKCrkWCS5TQDhnq2pHq2U6CEylws > .row .container { font-size:0.875rem;font-family:arial;height:17.875rem;width:75rem;position:relative;display:block; }#CmCsekMrpVoRkWXmL9r35KxovCAREamZ { color:rgba(var(--color-primary-3),1);display:block;width:35.5625rem;position:absolute;font-family:roboto;font-size:1.25rem;font-weight:300;z-index:15007;line-height:1.4;letter-spacing:0;top:4.5625rem;left:29.40625rem;height:8.75rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#pKaietMKnxdXC14sL5qgSryy1dcleNbX { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:6.75rem;width:6.75rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15008;opacity:1;top:5.5625rem;left:15.9375rem; }
#DMWaCKHg75p70AxTkaxycC7Meds08ckV { 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:15010;opacity:1;top:4.9375rem;left:28.21875rem; }
#IFvaxFepV6q3TEqt1MIWkhTfhaeKKxOJ { 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:15011;opacity:1;top:6.6875rem;left:28.21875rem; }
#znfkaldsPUEhfCpzT4bMwXgdDVGNNNUB { 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:15012;opacity:1;top:8.375rem;left:28.21875rem; }
#qQJK4uUHgfPh4i3uv0Pd2TsJQTqQhico { 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:15013;opacity:1;top:10.25rem;left:28.21875rem; }
#LIWhWpTGhaTzz89swUmnJq3ywtqiEhSW { 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:15014;opacity:1;top:12rem;left:28.21875rem; }
#uOZfhhXxFgBkG9rNTMkv1Ckr6B9nOlt5 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-3),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; }#uOZfhhXxFgBkG9rNTMkv1Ckr6B9nOlt5 > .row .container { background-color: transparent; background-image: none; }#uOZfhhXxFgBkG9rNTMkv1Ckr6B9nOlt5::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uOZfhhXxFgBkG9rNTMkv1Ckr6B9nOlt5 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uOZfhhXxFgBkG9rNTMkv1Ckr6B9nOlt5 > .row .container > .video-iframe-container { display: none; }#uOZfhhXxFgBkG9rNTMkv1Ckr6B9nOlt5 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uOZfhhXxFgBkG9rNTMkv1Ckr6B9nOlt5 > .row > .video-iframe-container { display: none; }#uOZfhhXxFgBkG9rNTMkv1Ckr6B9nOlt5 > .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); }#uOZfhhXxFgBkG9rNTMkv1Ckr6B9nOlt5 > .row .container { border-width: 0; border-radius: 0; }#uOZfhhXxFgBkG9rNTMkv1Ckr6B9nOlt5 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#uOZfhhXxFgBkG9rNTMkv1Ckr6B9nOlt5 > .row .container { font-size:0.875rem;font-family:arial;height:54.75rem;width:75rem;position:relative;display:block; }#vdD5JwvXcTVaWuPHMBZuMiuTNrtoeWm2 { color:rgba(var(--color-secondary-0),1);display:block;width:15.875rem;position:absolute;font-family:montserrat;font-size:2.125rem;font-weight:700;z-index:15003;line-height:1.2;letter-spacing:0;top:1.21875rem;left:31.25rem;height:2.5rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#mabSgurewbG1PEetdC0WlTkayUPCViJe { position:absolute;display:block;z-index:15004;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:18.6875rem;width:18.6875rem;top:6.0625rem;left:6.25rem;overflow:hidden;display:block; }
#JgT53vvuHqltFhkwbCkJZMiL3ZpbiWFW { position:absolute;display:block;z-index:15009;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:18.5625rem;width:18.5625rem;top:6.0625rem;left:52.625rem;overflow:hidden;display:block; }
#oJRMRhQgZMwReSuxtUHmFzufTT0qfb0l { position:absolute;display:block;z-index:15005;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:18.625rem;width:18.625rem;top:6.0625rem;left:29.4375rem;overflow:hidden;display:block; }
#UCun3cSyKVuk7ePWix1DCO4kxkdNfcN0 { position:absolute;display:block;z-index:15005;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:18.6875rem;width:18.6875rem;top:29.25rem;left:6.25rem;overflow:hidden;display:block; }
#XgTPmu0xWQGStE3CFUfaTE9miqz9aELf { position:absolute;display:block;z-index:15006;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:18.6875rem;width:18.6875rem;top:29.25rem;left:29.4375rem;overflow:hidden;display:block; }
#HuW5wk1AEQiddXcaUumE5th5nSaxvPS3 { position:absolute;display:block;z-index:15007;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:18.6875rem;width:18.6875rem;top:29.25rem;left:52.5rem;overflow:hidden;display:block; }
#Nt5oxKyC2clOtVdDP2l7xtEk3gOfXFxq { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#Nt5oxKyC2clOtVdDP2l7xtEk3gOfXFxq > .row .container { background-color: transparent; background-image: none; }#Nt5oxKyC2clOtVdDP2l7xtEk3gOfXFxq::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Nt5oxKyC2clOtVdDP2l7xtEk3gOfXFxq > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Nt5oxKyC2clOtVdDP2l7xtEk3gOfXFxq > .row .container > .video-iframe-container { display: none; }#Nt5oxKyC2clOtVdDP2l7xtEk3gOfXFxq > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Nt5oxKyC2clOtVdDP2l7xtEk3gOfXFxq > .row > .video-iframe-container { display: none; }#Nt5oxKyC2clOtVdDP2l7xtEk3gOfXFxq > .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); }#Nt5oxKyC2clOtVdDP2l7xtEk3gOfXFxq > .row .container { border-width: 0; border-radius: 0; }#Nt5oxKyC2clOtVdDP2l7xtEk3gOfXFxq > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Nt5oxKyC2clOtVdDP2l7xtEk3gOfXFxq > .row .container { font-size:0.875rem;font-family:arial;height:67.375rem;width:75rem;position:relative;display:block; }#un8MckZVcTF9DLmBhrW3q8kAG16fwThn { color:#090033;display:block;width:13.125rem;position:absolute;font-family:montserrat;font-size:2.125rem;font-weight:700;z-index:15003;line-height:1.2;letter-spacing:0;top:3.0625rem;left:32.375rem;height:2.5rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#GycbX2UslcRqobZEz5RPeKBQ36qwJPUB { color:#0f0054;display:block;width:48.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:15008;line-height:1.6;letter-spacing:0;top:7.3125rem;left:14.625rem;height:6rem;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; }
#FvflI2XAyIV5NUSoVy7Q9t41QN75RwMv { box-sizing:content-box;height:0.125rem;width:31.25rem;position:absolute;display:block;z-index:15009;background-color:rgba(var(--color-primary-3),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:14.0625rem;left:23.9375rem;display:block; }
#Jcsn5GJ3vFE6N0sskkyEAT3fRpEXAeO0 { color:#0f0054;display:block;width:48.625rem;position:absolute;font-family:roboto;font-size:1.25rem;font-weight:300;z-index:15009;line-height:1.6;letter-spacing:0;top:14.9375rem;left:14.625rem;height:6rem;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; }
#ZD5q8ufLBzba550ozWh9NAc390cUhDTK { box-sizing:content-box;height:0.125rem;width:31.25rem;position:absolute;display:block;z-index:15010;background-color:rgba(var(--color-primary-3),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:21.5rem;left:23.9375rem;display:block; }
#ReRKzSP9gT6Kc1D0W4MuVdJ2nvkXFIWO { color:#0f0054;display:block;width:48.625rem;position:absolute;font-family:roboto;font-size:1.25rem;font-weight:300;z-index:15010;line-height:1.6;letter-spacing:0;top:21.9375rem;left:15.25rem;height:6rem;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; }
#F29lbBclrLLSorRaEPesuh6AztscfPND { box-sizing:content-box;height:0.125rem;width:31.25rem;position:absolute;display:block;z-index:15011;background-color:rgba(var(--color-primary-3),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:29.125rem;left:23.9375rem;display:block; }
#NEuofLBGMwLty9N6qgFqyIVlgnsofzVo { color:#0f0054;display:block;width:48.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:15011;line-height:1.6;letter-spacing:0;top:29.90625rem;left:15.25rem;height:6rem;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; }
#AULS8TzmIFVL1Te2oJHOxeMq5kk3iXuL { box-sizing:content-box;height:0.125rem;width:31.25rem;position:absolute;display:block;z-index:15012;background-color:rgba(var(--color-primary-3),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:37.3125rem;left:23.9375rem;display:block; }
#J6SNIF4bVOQECraEFbTNXTn5KOWwiiT2 { color:#0f0054;display:block;width:48.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:300;z-index:15012;line-height:1.6;letter-spacing:0;top:38.5625rem;left:15.25rem;height:6rem;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; }
#O5HkTlVZqnsG65VIXTkvqQPQ8RI42GBT { color:#0f0054;display:block;width:48.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:15013;line-height:1.6;letter-spacing:0;top:47.125rem;left:15.25rem;height:8rem;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; }
#qfHVCwqyUtndkOUnqW8Uai3HdaWx4Bbu { box-sizing:content-box;height:0.125rem;width:31.25rem;position:absolute;display:block;z-index:15013;background-color:rgba(var(--color-primary-3),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:45.75rem;left:23.9375rem;display:block; }
#P6i7TOnt4IeUgDZdsNd2PWUqyJNQcycb { color:#0f0054;display:block;width:48.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:15014;line-height:1.6;letter-spacing:0;top:56.875rem;left:15.25rem;height:8rem;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; }
#Jwv3IPX0WH9oS7aoeUhoco1vJGeTW99r { box-sizing:content-box;height:0.125rem;width:31.25rem;position:absolute;display:block;z-index:15014;background-color:rgba(var(--color-primary-3),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:56.1875rem;left:23.3125rem;display:block; }
#k7yKvWP41KUPRLu0MeDk5CpSsPnJ7OFU { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-3),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; }#k7yKvWP41KUPRLu0MeDk5CpSsPnJ7OFU > .row .container { background-color: transparent; background-image: none; }#k7yKvWP41KUPRLu0MeDk5CpSsPnJ7OFU::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#k7yKvWP41KUPRLu0MeDk5CpSsPnJ7OFU > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#k7yKvWP41KUPRLu0MeDk5CpSsPnJ7OFU > .row .container > .video-iframe-container { display: none; }#k7yKvWP41KUPRLu0MeDk5CpSsPnJ7OFU > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#k7yKvWP41KUPRLu0MeDk5CpSsPnJ7OFU > .row > .video-iframe-container { display: none; }#k7yKvWP41KUPRLu0MeDk5CpSsPnJ7OFU > .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); }#k7yKvWP41KUPRLu0MeDk5CpSsPnJ7OFU > .row .container { border-width: 0; border-radius: 0; }#k7yKvWP41KUPRLu0MeDk5CpSsPnJ7OFU > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#k7yKvWP41KUPRLu0MeDk5CpSsPnJ7OFU > .row .container { font-size:0.875rem;font-family:arial;height:47.0625rem;width:75rem;position:relative;display:block; }#pATcrfUta2EqaRb1S4dVWivt2OxkepBL { color:rgba(var(--color-secondary-0),1);display:block;width:17.75rem;position:absolute;font-family:roboto;font-size:1.75rem;font-weight:700;z-index:15007;line-height:1.2;letter-spacing:0;top:12.875rem;left:3.625rem;height:2.0625rem;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; }
#gtoCpyg7FLrsMOIDh8GG1VXLFiByBWaK { color:rgba(var(--color-secondary-0),1);display:block;width:17.75rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:300;z-index:15008;line-height:1.6;letter-spacing:0;top:15.8125rem;left:3.625rem;height:6.25rem;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; }
#wZm84pDfJAiyP8sflVSJKcXoCBUTaTO3 { color:rgba(var(--color-primary-0),1);display:block;width:17.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.75rem;font-weight:700;z-index:15010;line-height:1.2;letter-spacing:0;top:13.0625rem;left:28.625rem;height:2.0625rem;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; }
#r7i22gSSThO6CzpVc4GU5ae6rZEaRgFh { color:rgba(var(--color-secondary-0),1);display:block;width:17.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:300;z-index:15011;line-height:1.6;letter-spacing:0;top:16rem;left:28.625rem;height:6.25rem;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; }
#LrZvKUwhVtT4rGyaryaetUTAifJkdKQh { color:rgba(var(--color-secondary-0),1);display:block;width:17.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.75rem;font-weight:700;z-index:15013;line-height:1.2;letter-spacing:0;top:13.0625rem;left:53.625rem;height:2.0625rem;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; }
#GvKpKWiRZge1kxVC62zpqQ7zAObZO96i { color:rgba(var(--color-secondary-0),1);display:block;width:17.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15014;line-height:1.6;letter-spacing:0;top:16rem;left:53.625rem;height:6.25rem;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; }
#stLSTRfKDFLdFJUU76HXTK7kB40Q1eP6 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15016;top:8.75rem;left:10.9375rem; }
#gWXU7eZBE32nOIeMvU00tVipRDFwdo1z { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15017;top:8.75rem;left:35.9375rem; }
#LqvPdAQbTL9GzsmU0rhtRv7TZVT5wtUu { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15018;top:8.75rem;left:60.9375rem; }
#Gx0Hcm7lMOeIlbZOmlNLZ9fclHI9vOqv { color:rgba(var(--color-primary-0),1);display:block;width:17.75rem;position:absolute;font-family:montserrat;font-size:1.75rem;font-weight:700;z-index:15011;line-height:1.2;letter-spacing:0;top:2rem;left:28.625rem;height:2.0625rem;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; }
#vtOvgcxbilhT8lDTtRHwVeTMPmN0akMA { color:rgba(var(--color-secondary-0),1);display:block;width:17.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:300;z-index:15011;line-height:1.6;letter-spacing:0;top:36.0625rem;left:3.625rem;height:6.25rem;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; }
#uR7UPS9Gt6V88pyfhAM8H5sNMpNg9BAF { color:rgba(var(--color-secondary-0),1);display:block;width:17.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.75rem;font-weight:700;z-index:15010;line-height:1.2;letter-spacing:0;top:33.125rem;left:3.625rem;height:2.0625rem;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; }
#MW82sSWHbgtfXRkzX0orgOcemlOJurZt { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15019;top:29rem;left:10.9375rem; }
#ulXTpEzHnaCxSUtALP7rM9H9sqElA0f4 { color:rgba(var(--color-secondary-0),1);display:block;width:17.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:300;z-index:15014;line-height:1.6;letter-spacing:0;top:36.25rem;left:28.625rem;height:6.25rem;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; }
#p02u3GTqBU9IrWrtlKO50nRPZdDDWtrR { color:rgba(var(--color-primary-0),1);display:block;width:17.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.75rem;font-weight:700;z-index:15013;line-height:1.2;letter-spacing:0;top:33.3125rem;left:28.625rem;height:2.0625rem;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; }
#OgS0XzDZECRG5N5AuLNnb0uuiwhV2M36 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15020;top:29rem;left:35.9375rem; }
#iuB9aoAGtmVF8CP5UoBdFDITmgo3nriV { color:rgba(var(--color-secondary-0),1);display:block;width:17.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:300;z-index:15017;line-height:1.6;letter-spacing:0;top:36.25rem;left:53.625rem;height:6.25rem;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; }
#QHRVTTcg8ehf1QbOuznNhUGK0FwN8Ne6 { color:rgba(var(--color-secondary-0),1);display:block;width:17.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.75rem;font-weight:700;z-index:15016;line-height:1.2;letter-spacing:0;top:33.3125rem;left:53.625rem;height:2.0625rem;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; }
#RNAfkTJL0ydd3PLqhweHSiiFUZAWGg4N { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15021;top:29rem;left:60.9375rem; }
#rB4DJvob9bscdB3GVUfzBtePKvA3TsCu { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#rB4DJvob9bscdB3GVUfzBtePKvA3TsCu > .row .container { background-color: transparent; background-image: none; }#rB4DJvob9bscdB3GVUfzBtePKvA3TsCu::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rB4DJvob9bscdB3GVUfzBtePKvA3TsCu > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rB4DJvob9bscdB3GVUfzBtePKvA3TsCu > .row .container > .video-iframe-container { display: none; }#rB4DJvob9bscdB3GVUfzBtePKvA3TsCu > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rB4DJvob9bscdB3GVUfzBtePKvA3TsCu > .row > .video-iframe-container { display: none; }#rB4DJvob9bscdB3GVUfzBtePKvA3TsCu > .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); }#rB4DJvob9bscdB3GVUfzBtePKvA3TsCu > .row .container { border-width: 0; border-radius: 0; }#rB4DJvob9bscdB3GVUfzBtePKvA3TsCu > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#rB4DJvob9bscdB3GVUfzBtePKvA3TsCu > .row .container { font-size:0.875rem;font-family:arial;height:27.6875rem;width:75rem;position:relative;display:block; }#berrgLGFZTHLMDPnXSpoTWHIZS5rLtu3 { position:absolute;display:block;z-index:15008;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:14.625rem;width:14.625rem;top:7.625rem;left:56.5rem;overflow:hidden;display:block; }
#QkziHOV0gZMaOgb94kCbsgGNhzyANE3E { color:rgba(var(--color-primary-3),1);display:block;width:17.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.75rem;font-weight:700;z-index:15012;line-height:1.2;letter-spacing:0;top:1.6875rem;left:21.1875rem;height:2.0625rem;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; }
#TKI8ZX230GCIPptiphdx4mVTfZcrd1v5 { color:rgba(var(--color-tertiary-4),1);display:block;width:46.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15007;line-height:1.6;letter-spacing:0;top:4.78125rem;left:7.6875rem;height:18.75rem;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; }
#d4onFmxW1qNc1eDGSZJvz0aD218ic92T { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-3),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; }#d4onFmxW1qNc1eDGSZJvz0aD218ic92T > .row .container { background-color: transparent; background-image: none; }#d4onFmxW1qNc1eDGSZJvz0aD218ic92T::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#d4onFmxW1qNc1eDGSZJvz0aD218ic92T > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#d4onFmxW1qNc1eDGSZJvz0aD218ic92T > .row .container > .video-iframe-container { display: none; }#d4onFmxW1qNc1eDGSZJvz0aD218ic92T > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#d4onFmxW1qNc1eDGSZJvz0aD218ic92T > .row > .video-iframe-container { display: none; }#d4onFmxW1qNc1eDGSZJvz0aD218ic92T > .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); }#d4onFmxW1qNc1eDGSZJvz0aD218ic92T > .row .container { border-width: 0; border-radius: 0; }#d4onFmxW1qNc1eDGSZJvz0aD218ic92T > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#d4onFmxW1qNc1eDGSZJvz0aD218ic92T > .row .container { font-size:0.875rem;font-family:arial;height:39.75rem;width:75rem;position:relative;display:block; }#kMT4KwdgczNdf2eiW91PGAGNGZnh6cen { color:rgba(var(--color-secondary-0),1);display:block;width:26.6875rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.8125rem;font-weight:700;z-index:15012;line-height:1.2;letter-spacing:0;top:2.125rem;left:25.4375rem;height:4.5625rem;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; }
#ltC5OkEEDDnT06tlXHFoWaHUHckceUXx { color:rgba(var(--color-secondary-0),1);display:block;width:27.125rem;position:absolute;font-family:montserrat;font-size:1.3125rem;font-weight:400;z-index:15013;line-height:1.2;letter-spacing:0;top:9.3125rem;left:18.625rem;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;text-align:center;text-align-last:center;display:block; }
#tRtnaqvJp8Rmc2iNoCvI87qVKllgpnfV { color:rgba(var(--color-secondary-0),1);display:block;width:21.5625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:300;z-index:15013;line-height:1.2;letter-spacing:0;top:8.125rem;left:27.125rem;height:;font-style:normal;text-align:left;text-align-last:left;display:block; }#tRtnaqvJp8Rmc2iNoCvI87qVKllgpnfV li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#tRtnaqvJp8Rmc2iNoCvI87qVKllgpnfV li:before{  }
#heWD5kMTqBeKgEn4VWlMxh62cfwqpA10 { color:rgba(var(--color-secondary-0),1);display:block;width:26.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15013;line-height:1.2;letter-spacing:0;top:29.875rem;left:25.59375rem;height:4rem;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:justify;text-align-last:initial;display:block; }
#TThhZarsENvD8k7bKHMpxqi7Xwxg4Xwe { box-sizing:content-box;height:13.25rem;width:26.75rem;position:absolute;display:block;z-index:15001;background-color:#08003f;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:7.34375rem;left:25.40625rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;display:block; }
#lLdWFuVG0nkNa53CiezBbPseHCkQTteT { z-index:15003;top:22.71875rem;left:29.71875rem;background-color:#f0ecf4;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.4375rem;border-top-right-radius:2.4375rem;border-bottom-left-radius:2.4375rem;border-bottom-right-radius:2.4375rem;box-shadow: 0.0625rem 0.25rem 1.25rem rgba(85,0,134,0.6) ;box-sizing:border-box;color:rgba(var(--color-primary-3),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--headlines-font-family);font-size:1.4375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:18.125rem;height:2.1875rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#Uuu47tBMOVmqEkgkooES6wL4fmAyzT8V { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#gOc4bxI7AqcByFMNgd5A5Dbm5p7CwTGt { color:rgba(var(--color-secondary-0),1);display:block;width:18.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5625rem;font-weight:700;z-index:15013;line-height:1.2;letter-spacing:0;top:27.5rem;left:29.65625rem;height:1.875rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#QidghvbVfWGodqkEQ4tB5fmgNeKTTQ7X { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#QidghvbVfWGodqkEQ4tB5fmgNeKTTQ7X > .row .container { background-color: transparent; background-image: none; }#QidghvbVfWGodqkEQ4tB5fmgNeKTTQ7X::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QidghvbVfWGodqkEQ4tB5fmgNeKTTQ7X > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QidghvbVfWGodqkEQ4tB5fmgNeKTTQ7X > .row .container > .video-iframe-container { display: none; }#QidghvbVfWGodqkEQ4tB5fmgNeKTTQ7X > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QidghvbVfWGodqkEQ4tB5fmgNeKTTQ7X > .row > .video-iframe-container { display: none; }#QidghvbVfWGodqkEQ4tB5fmgNeKTTQ7X > .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); }#QidghvbVfWGodqkEQ4tB5fmgNeKTTQ7X > .row .container { border-width: 0; border-radius: 0; }#QidghvbVfWGodqkEQ4tB5fmgNeKTTQ7X > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#QidghvbVfWGodqkEQ4tB5fmgNeKTTQ7X > .row .container { font-size:0.875rem;font-family:arial;height:42.125rem;width:75rem;position:relative;display:block; }#PpMmmPoud8AGnMTAuAXUUWHHMhTVOuQH { position:absolute;display:block;z-index:15008;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:14.625rem;width:14.625rem;top:7.625rem;left:56.5rem;overflow:hidden;display:block; }
#vtkTuZeoel1l0DT0qEQgUbFBxwqiDXLi { color:rgba(var(--color-primary-3),1);display:block;width:17.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.75rem;font-weight:700;z-index:15012;line-height:1.2;letter-spacing:0;top:1.6875rem;left:21.1875rem;height:2.0625rem;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; }
#wRpAwbhQwwVZXEJvmKq3lBTDw6oCXNJp { color:rgba(var(--color-tertiary-4),1);display:block;width:46.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15007;line-height:1.6;letter-spacing:0;top:4.78125rem;left:7.6875rem;height:32.8125rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#Cupp0cpVWnAEMhTfUhM2JPiRiKCTpW97 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-3),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; }#Cupp0cpVWnAEMhTfUhM2JPiRiKCTpW97 > .row .container { background-color: transparent; background-image: none; }#Cupp0cpVWnAEMhTfUhM2JPiRiKCTpW97::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Cupp0cpVWnAEMhTfUhM2JPiRiKCTpW97 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Cupp0cpVWnAEMhTfUhM2JPiRiKCTpW97 > .row .container > .video-iframe-container { display: none; }#Cupp0cpVWnAEMhTfUhM2JPiRiKCTpW97 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Cupp0cpVWnAEMhTfUhM2JPiRiKCTpW97 > .row > .video-iframe-container { display: none; }#Cupp0cpVWnAEMhTfUhM2JPiRiKCTpW97 > .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); }#Cupp0cpVWnAEMhTfUhM2JPiRiKCTpW97 > .row .container { border-width: 0; border-radius: 0; }#Cupp0cpVWnAEMhTfUhM2JPiRiKCTpW97 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Cupp0cpVWnAEMhTfUhM2JPiRiKCTpW97 > .row .container { font-size:0.875rem;font-family:arial;height:38.8125rem;width:75rem;position:relative;display:block; }#x7Vv0Lp2rKcRZO3ITuOgm7INX0yzcDtW { color:rgba(var(--color-secondary-0),1);display:block;width:34.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.875rem;font-weight:700;z-index:15012;line-height:1.2;letter-spacing:0;top:1.9375rem;left:20.1875rem;height:3.4375rem;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; }
#TTJK30dZ6wQm8XUPHdpDy3OCehCwIman { color:rgba(var(--color-secondary-0),1);display:block;width:27.125rem;position:absolute;font-family:montserrat;font-size:1.3125rem;font-weight:400;z-index:15013;line-height:1.2;letter-spacing:0;top:9.3125rem;left:18.625rem;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;text-align:center;text-align-last:center;display:block; }
#Pf5BBuCVeKnEDG7Fr9VgAkF3V2CQH17G .accordion-element-container { border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;flex-direction:column;align-items:center;background-color:rgba(var(--color-tertiary-0),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;vertical-align:top; }
#Pf5BBuCVeKnEDG7Fr9VgAkF3V2CQH17G .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; }
#Pf5BBuCVeKnEDG7Fr9VgAkF3V2CQH17G .accordion-heading-text { display:block;position:relative;width:100%;font-family:var(--headlines-font-family);font-weight:700;font-size:1.25rem;color:rgba(var(--color-tertiary-4),1); }
#Pf5BBuCVeKnEDG7Fr9VgAkF3V2CQH17G .accordion-desc-text { display:block;position:relative;width:100%;padding-top:1.25rem;padding-right:0;padding-bottom:0;padding-left:0;font-size:1rem;font-family:var(--paragraphs-font-family);color:rgba(var(--color-tertiary-4),1); }
#Pf5BBuCVeKnEDG7Fr9VgAkF3V2CQH17G .accordion-trigger { width:1.25rem;min-width:1.25rem;height:1.25rem;display:block;position:relative;background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-size:auto !important;background-image:url("https://icons.assets-landingi.com/icon_02e247896c3ae247f9d053076ef9cefb.svg");background-size:contain !important; }#Pf5BBuCVeKnEDG7Fr9VgAkF3V2CQH17G .accordion-trigger.adaptive-delivery-prevent-bg, #Pf5BBuCVeKnEDG7Fr9VgAkF3V2CQH17G .accordion-trigger.lazyload, #Pf5BBuCVeKnEDG7Fr9VgAkF3V2CQH17G .accordion-trigger.lazyloading { background-image: none; }
#Pf5BBuCVeKnEDG7Fr9VgAkF3V2CQH17G { box-sizing:content-box;height:auto;width:32.625rem;position:absolute;display:flex;flex-direction:column;gap:0.125rem;z-index:15014;background-color:rgba(var(--color-secondary-0),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;top:8.75rem;left:19.9375rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem; }
#Pf5BBuCVeKnEDG7Fr9VgAkF3V2CQH17G .accordion-element-container:first-of-type .accordion-desc-text { display: none; }#Pf5BBuCVeKnEDG7Fr9VgAkF3V2CQH17G #g0DzWRB2kir1nXq59B6d6PJZLWA1bRNg { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#Pf5BBuCVeKnEDG7Fr9VgAkF3V2CQH17G #sqrhF1yAPdPxSaXV4OaEXxSuyeN4QTG3 { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#Pf5BBuCVeKnEDG7Fr9VgAkF3V2CQH17G #G1tkh0cHn2gTE1psoBPmEcMHs5yW28yp { display:block;position:relative; }
#Pf5BBuCVeKnEDG7Fr9VgAkF3V2CQH17G #yTQTqxs0vx7ast0BmVzEPmuGbEnhX7GA {  }
#Pf5BBuCVeKnEDG7Fr9VgAkF3V2CQH17G #TMhWDXWcxWoGAOaOTgL2pmFiRPG4Lsc6 {  }
#Pf5BBuCVeKnEDG7Fr9VgAkF3V2CQH17G #XLGMeVqtTZzw1MOCf8ilsWATuu8CnT35 { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#Pf5BBuCVeKnEDG7Fr9VgAkF3V2CQH17G #Bmdw1SkNFDqprTxG6t08ClZ6OmyF3uZk { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#Pf5BBuCVeKnEDG7Fr9VgAkF3V2CQH17G #paDoG8b2nbizy7FbNVWy86A6gs1GzSoq { display:block;position:relative; }
#Pf5BBuCVeKnEDG7Fr9VgAkF3V2CQH17G #OqPKT9a7gEXNQ7fEsnaXK4NTn0rCSIkO {  }
#Pf5BBuCVeKnEDG7Fr9VgAkF3V2CQH17G #wg2SgQfSWHPMapT641dasf4zbW4SITv6 { display:none; }
#Pf5BBuCVeKnEDG7Fr9VgAkF3V2CQH17G #PKRaw0EDs3a8yX3bzkwEobd43XTSvOqS { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#Pf5BBuCVeKnEDG7Fr9VgAkF3V2CQH17G #mSSyDGxFy9NwqFLiJWTuDqG7kORdR6gF { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#Pf5BBuCVeKnEDG7Fr9VgAkF3V2CQH17G #hRF57NhXdDHi3GCMfdyraXTdTTIooWmU { display:block;position:relative; }
#Pf5BBuCVeKnEDG7Fr9VgAkF3V2CQH17G #KWgttMxnsHa39Ge0wT2zKPWQfNhdm35z {  }
#Pf5BBuCVeKnEDG7Fr9VgAkF3V2CQH17G #vCxSrxEi9KxHnOXVtNxbez0aQvI2FnOK { display:none; }
#Pf5BBuCVeKnEDG7Fr9VgAkF3V2CQH17G #trcHr5yxIS0TNUJD0AzNAheo9U0srauT { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#Pf5BBuCVeKnEDG7Fr9VgAkF3V2CQH17G #OT7ylC6WVlZ9QUGfxoTqzVEuagqIOrr1 { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#Pf5BBuCVeKnEDG7Fr9VgAkF3V2CQH17G #uTUnRVb9hlB5RbEuIvCesKIhaJn85LGc { display:block;position:relative; }
#Pf5BBuCVeKnEDG7Fr9VgAkF3V2CQH17G #dtTa521XawoO0JaRZpEt8HpkTUHZ6cFx {  }
#Pf5BBuCVeKnEDG7Fr9VgAkF3V2CQH17G #xO8hQw2H92VexpoBHeq8e4qdqGIILIBa { display:none; }
#Pf5BBuCVeKnEDG7Fr9VgAkF3V2CQH17G #T7v29kVAhV2y1Mt7wt0PvMMqgWB2WxZf { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#Pf5BBuCVeKnEDG7Fr9VgAkF3V2CQH17G #adJwL5v4hF85CDUSxy91CiLGQsDCFHPH { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#Pf5BBuCVeKnEDG7Fr9VgAkF3V2CQH17G #uGP82bSfEWE0rwZTLkoBztH98okkD0Vf { display:block;position:relative; }
#Pf5BBuCVeKnEDG7Fr9VgAkF3V2CQH17G #cpTXlkWJyT6Bvcm3zkWmOyVuIPxD6qL3 {  }
#Pf5BBuCVeKnEDG7Fr9VgAkF3V2CQH17G #lnZqeRVhOrOWymHS7M1hmPKCnuT6Tc0B { display:none; }
#Pf5BBuCVeKnEDG7Fr9VgAkF3V2CQH17G #QLhl3L0xtNUpfN7u74d0dkSxRxr3BOQR { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#Pf5BBuCVeKnEDG7Fr9VgAkF3V2CQH17G #gkDfTts7AMdikwXkonxNQcNSKRDdDH8A { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#Pf5BBuCVeKnEDG7Fr9VgAkF3V2CQH17G #FTig2xuMVwKITdqorO9UgUKWEweriG8o { display:block;position:relative; }
#Pf5BBuCVeKnEDG7Fr9VgAkF3V2CQH17G #GkkFbdbk4Aao10mcwySwJh7KNz1fmPib {  }
#Pf5BBuCVeKnEDG7Fr9VgAkF3V2CQH17G #VDy2AFU9CgLyRmHMTO4VXO3XVdOLRbUh { display:none; }
#Pf5BBuCVeKnEDG7Fr9VgAkF3V2CQH17G #kvuCH5Ezt7fZ5izZHkUBseXx5lguf6sc { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#Pf5BBuCVeKnEDG7Fr9VgAkF3V2CQH17G #UQVuVJOuWAQLm7P8MyT1JWTsLhVIKbH7 { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#Pf5BBuCVeKnEDG7Fr9VgAkF3V2CQH17G #wFEEV2iVqVig7xZeiS9QHqNPLhvDico7 { display:block;position:relative; }
#Pf5BBuCVeKnEDG7Fr9VgAkF3V2CQH17G #TMV9GEHrJTVT17DAIzXU1uT6vbpx4Ayu {  }
#Pf5BBuCVeKnEDG7Fr9VgAkF3V2CQH17G #fqlohJrUbtWWZcTPXR15k7nmJMKkJhB6 { display:none; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #owrpCO4mJEGO7SFX4pu20MlVyD0HbxDo { display:block; }#owrpCO4mJEGO7SFX4pu20MlVyD0HbxDo > .row .container { width:47.75rem;height:51.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nbdeSqhn4x11hRX07PcTKhazp9ZoTdwy { width:28.1875rem;height:11.625rem;top:10.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #hhZXE7yWTrTSuKbDUQMsKp8rMi5s6xtn { top:7.5rem;left:16.4375rem;width:31.3125rem;height:17.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QOXBux2V8wizVcAJHveZ3HQ8M8BWO0Ff { width:28.1875rem;height:11.625rem;top:10.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #upTuPkbFaRh5LecQ0GiF4Gmy8xcofRyx { width:28.1875rem;height:11.625rem;top:10.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #CnDhLg85OorGyJI8gwa8VMl60wGz7S6W { top:4.3125rem;left:0rem;width:5.9375rem;height:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #uC1asyHT1eCmyRkKngMEkTn1SrJAKeIL { width:28.1875rem;height:11.625rem;top:10.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ecr58CaANTlJzNuMb8TKaKTWvUMrRaTT { top:22.4375rem;left:0rem;width:14.9375rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SFb3CdT8CZQZhwDLXe2DULEohI2UTSMP { display:block; }
 }@media only screen and (max-width: 763px) { #hAghTpJz6XK0VEFaR0Pcp97cETL2J6q2 { width:28.1875rem;height:11.625rem;top:10.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #WWCUvy8wE45srPgcmLOBgzez4NaEzuDt { display:block; }#WWCUvy8wE45srPgcmLOBgzez4NaEzuDt > .row .container { width:47.75rem;height:13.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #p1r2U4mtW2aBxKIaUI9fWWQDhdfbUSi0 { width:21.5625rem;height:12rem;top:0.875rem;left:26.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nozrZa8h6qpJNAX6MbQR5HnT5CIfvcqd { top:3.8125rem;left:0rem;width:34.9375rem;height:19.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FSTuUflX0cmR49U9XsD2g58Tw8IcZU7T { width:21.5625rem;height:12rem;top:0.875rem;left:26.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Eb2JbpvrIuKuD66x51bxUbNLazMi6a6S { top:20.125rem;left:26.5rem;width:4.3125rem;height:4.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JyqvQqtELkfqA2kqW4JFkWBXiqnmIBh8 { width:21.5625rem;height:12rem;top:0.875rem;left:26.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nbOQhcCkBp13tIn2oNlUdfyIb8NZB4Mx { width:21.5625rem;height:12rem;top:0.875rem;left:26.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #klg2NWFX8RVAwR3O49kyx0LStECPIHUR { display:block; }#klg2NWFX8RVAwR3O49kyx0LStECPIHUR > .row .container { width:47.75rem;height:13.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qSZid93WbACGORw4IHW4tCwDLxLv0PUT { top:2.4375rem;left:0rem;width:19.9375rem;height:23.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #iRqCOXVmkTWJIGd0LU9sOvuvLpInMoPA { top:2.4375rem;left:15.125rem;width:19.9375rem;height:23.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bWGURVZhUvyw3D4nzH3Tonxq7t1sTAeI { top:2.4375rem;left:27.875rem;width:19.875rem;height:23.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GiLQsA4dcoof2zDdAoihDawOJzDNryrT { top:3.1875rem;left:1.71875rem;width:1.75rem;height:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #NNZD531FKgcyOfw0s2UQGWUc4pZSoASN { width:21.5625rem;height:12rem;top:0.875rem;left:26.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #uadS6VOrsgl44h5ekH8QeABdGQlhrMiW { width:21.5625rem;height:12rem;top:0.875rem;left:26.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KvWDvCDDazoesXJPgaFOZx6TsBSupONW { width:21.5625rem;height:12rem;top:0.875rem;left:26.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lJ4yFA8q7idrStXhoLNBu80SaMV12WBN { top:3.25rem;left:24.25rem;width:1.6875rem;height:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #r8H3EmQhgNxGmPNmuKZwzAT0PtcfU8ta { width:21.5625rem;height:12rem;top:0.875rem;left:26.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #sn77ptOZVyEuy6KT8z4d1VwloHDipeJU { width:21.5625rem;height:12rem;top:0.875rem;left:26.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ywcvxk0zRGihVA8ZfOVd0rg3FhWTP1im { width:21.5625rem;height:12rem;top:0.875rem;left:26.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #sVhgETs997dt5EE2fQV9AHzRXSoxw0Ze { top:3.25rem;left:46.125rem;width:1.625rem;height:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #igMIyKCrkWCS5TQDhnq2pHq2U6CEylws { display:block; }#igMIyKCrkWCS5TQDhnq2pHq2U6CEylws > .row .container { width:47.75rem;height:13.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CmCsekMrpVoRkWXmL9r35KxovCAREamZ { width:21.5625rem;height:12rem;top:0.875rem;left:26.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pKaietMKnxdXC14sL5qgSryy1dcleNbX { top:5.5625rem;left:2.3125rem;width:6.75rem;height:6.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #DMWaCKHg75p70AxTkaxycC7Meds08ckV { top:4.9375rem;left:14.59375rem;width:1.125rem;height:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #IFvaxFepV6q3TEqt1MIWkhTfhaeKKxOJ { top:6.6875rem;left:14.59375rem;width:1.125rem;height:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #znfkaldsPUEhfCpzT4bMwXgdDVGNNNUB { top:8.375rem;left:14.59375rem;width:1.125rem;height:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qQJK4uUHgfPh4i3uv0Pd2TsJQTqQhico { top:10.25rem;left:14.59375rem;width:1.125rem;height:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LIWhWpTGhaTzz89swUmnJq3ywtqiEhSW { top:12rem;left:14.59375rem;width:1.125rem;height:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #uOZfhhXxFgBkG9rNTMkv1Ckr6B9nOlt5 { display:block; }#uOZfhhXxFgBkG9rNTMkv1Ckr6B9nOlt5 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vdD5JwvXcTVaWuPHMBZuMiuTNrtoeWm2 { width:28.1875rem;height:11.625rem;top:10.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #mabSgurewbG1PEetdC0WlTkayUPCViJe { top:6.0625rem;left:0rem;width:18.6875rem;height:18.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JgT53vvuHqltFhkwbCkJZMiL3ZpbiWFW { top:6.0625rem;left:29.1875rem;width:18.5625rem;height:18.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #oJRMRhQgZMwReSuxtUHmFzufTT0qfb0l { top:6.0625rem;left:15.8125rem;width:18.625rem;height:18.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #UCun3cSyKVuk7ePWix1DCO4kxkdNfcN0 { top:29.25rem;left:0rem;width:18.6875rem;height:18.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XgTPmu0xWQGStE3CFUfaTE9miqz9aELf { top:29.25rem;left:15.8125rem;width:18.6875rem;height:18.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HuW5wk1AEQiddXcaUumE5th5nSaxvPS3 { top:29.25rem;left:29.0625rem;width:18.6875rem;height:18.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Nt5oxKyC2clOtVdDP2l7xtEk3gOfXFxq { display:block; }#Nt5oxKyC2clOtVdDP2l7xtEk3gOfXFxq > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #un8MckZVcTF9DLmBhrW3q8kAG16fwThn { width:28.1875rem;height:11.625rem;top:10.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #GycbX2UslcRqobZEz5RPeKBQ36qwJPUB { width:21.5625rem;height:12rem;top:0.875rem;left:26.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FvflI2XAyIV5NUSoVy7Q9t41QN75RwMv { top:14.0625rem;left:10.3125rem;width:31.25rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jcsn5GJ3vFE6N0sskkyEAT3fRpEXAeO0 { width:21.5625rem;height:12rem;top:0.875rem;left:26.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZD5q8ufLBzba550ozWh9NAc390cUhDTK { top:21.5rem;left:10.3125rem;width:31.25rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ReRKzSP9gT6Kc1D0W4MuVdJ2nvkXFIWO { width:21.5625rem;height:12rem;top:0.875rem;left:26.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #F29lbBclrLLSorRaEPesuh6AztscfPND { top:29.125rem;left:10.3125rem;width:31.25rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NEuofLBGMwLty9N6qgFqyIVlgnsofzVo { width:21.5625rem;height:12rem;top:0.875rem;left:26.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #AULS8TzmIFVL1Te2oJHOxeMq5kk3iXuL { top:37.3125rem;left:10.3125rem;width:31.25rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #J6SNIF4bVOQECraEFbTNXTn5KOWwiiT2 { width:21.5625rem;height:12rem;top:0.875rem;left:26.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #O5HkTlVZqnsG65VIXTkvqQPQ8RI42GBT { width:21.5625rem;height:12rem;top:0.875rem;left:26.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qfHVCwqyUtndkOUnqW8Uai3HdaWx4Bbu { top:45.75rem;left:10.3125rem;width:31.25rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #P6i7TOnt4IeUgDZdsNd2PWUqyJNQcycb { width:21.5625rem;height:12rem;top:0.875rem;left:26.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jwv3IPX0WH9oS7aoeUhoco1vJGeTW99r { top:56.1875rem;left:9.6875rem;width:31.25rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #k7yKvWP41KUPRLu0MeDk5CpSsPnJ7OFU { display:block; }#k7yKvWP41KUPRLu0MeDk5CpSsPnJ7OFU > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pATcrfUta2EqaRb1S4dVWivt2OxkepBL { width:15rem;height:2.0625rem;top:8.25rem;left:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #gtoCpyg7FLrsMOIDh8GG1VXLFiByBWaK { width:15rem;height:4rem;top:11.1875rem;left:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wZm84pDfJAiyP8sflVSJKcXoCBUTaTO3 { width:15rem;height:2.0625rem;top:8.25rem;left:16.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #r7i22gSSThO6CzpVc4GU5ae6rZEaRgFh { width:15rem;height:4rem;top:11.1875rem;left:16.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #LrZvKUwhVtT4rGyaryaetUTAifJkdKQh { width:15rem;height:2.0625rem;top:8.3125rem;left:32.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GvKpKWiRZge1kxVC62zpqQ7zAObZO96i { width:15rem;height:4rem;top:11.25rem;left:32.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #stLSTRfKDFLdFJUU76HXTK7kB40Q1eP6 { width:3.125rem;height:3.125rem;top:8.75rem;left:6.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #gWXU7eZBE32nOIeMvU00tVipRDFwdo1z { width:3.125rem;height:3.125rem;top:8.75rem;left:22.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #LqvPdAQbTL9GzsmU0rhtRv7TZVT5wtUu { width:3.125rem;height:3.125rem;top:8.75rem;left:38.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gx0Hcm7lMOeIlbZOmlNLZ9fclHI9vOqv { width:15rem;height:2.0625rem;top:8.25rem;left:16.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vtOvgcxbilhT8lDTtRHwVeTMPmN0akMA { width:15rem;height:4rem;top:11.1875rem;left:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #uR7UPS9Gt6V88pyfhAM8H5sNMpNg9BAF { width:15rem;height:2.0625rem;top:8.25rem;left:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #MW82sSWHbgtfXRkzX0orgOcemlOJurZt { width:3.125rem;height:3.125rem;top:29rem;left:6.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ulXTpEzHnaCxSUtALP7rM9H9sqElA0f4 { width:15rem;height:4rem;top:11.1875rem;left:16.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #p02u3GTqBU9IrWrtlKO50nRPZdDDWtrR { width:15rem;height:2.0625rem;top:8.25rem;left:16.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #OgS0XzDZECRG5N5AuLNnb0uuiwhV2M36 { width:3.125rem;height:3.125rem;top:29rem;left:22.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #iuB9aoAGtmVF8CP5UoBdFDITmgo3nriV { width:15rem;height:4rem;top:11.25rem;left:32.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QHRVTTcg8ehf1QbOuznNhUGK0FwN8Ne6 { width:15rem;height:2.0625rem;top:8.3125rem;left:32.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RNAfkTJL0ydd3PLqhweHSiiFUZAWGg4N { width:3.125rem;height:3.125rem;top:29rem;left:38.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rB4DJvob9bscdB3GVUfzBtePKvA3TsCu { display:block; }#rB4DJvob9bscdB3GVUfzBtePKvA3TsCu > .row .container { width:47.75rem;height:13.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #berrgLGFZTHLMDPnXSpoTWHIZS5rLtu3 { top:7.625rem;left:33.125rem;width:14.625rem;height:14.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #QkziHOV0gZMaOgb94kCbsgGNhzyANE3E { width:15rem;height:2.0625rem;top:8.25rem;left:16.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TKI8ZX230GCIPptiphdx4mVTfZcrd1v5 { width:21.5625rem;height:12rem;top:0.875rem;left:26.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #d4onFmxW1qNc1eDGSZJvz0aD218ic92T { display:block; }#d4onFmxW1qNc1eDGSZJvz0aD218ic92T > .row .container { width:47.75rem;height:13.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kMT4KwdgczNdf2eiW91PGAGNGZnh6cen { width:15rem;height:2.0625rem;top:8.25rem;left:16.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ltC5OkEEDDnT06tlXHFoWaHUHckceUXx { width:15rem;height:2.0625rem;top:8.25rem;left:16.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #tRtnaqvJp8Rmc2iNoCvI87qVKllgpnfV { width:15rem;height:2.0625rem;top:8.25rem;left:16.375rem;display:block; }#tRtnaqvJp8Rmc2iNoCvI87qVKllgpnfV li:before{  }
 }@media only screen and (max-width: 763px) { #heWD5kMTqBeKgEn4VWlMxh62cfwqpA10 { width:15rem;height:2.0625rem;top:8.25rem;left:16.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TThhZarsENvD8k7bKHMpxqi7Xwxg4Xwe { top:7.3125rem;left:11.78125rem;width:26.75rem;height:13.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #lLdWFuVG0nkNa53CiezBbPseHCkQTteT { top:22.6875rem;left:16.09375rem;width:18.125rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Uuu47tBMOVmqEkgkooES6wL4fmAyzT8V { display:block; }
 }@media only screen and (max-width: 763px) { #gOc4bxI7AqcByFMNgd5A5Dbm5p7CwTGt { width:15rem;height:2.0625rem;top:8.25rem;left:16.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QidghvbVfWGodqkEQ4tB5fmgNeKTTQ7X { display:block; }#QidghvbVfWGodqkEQ4tB5fmgNeKTTQ7X > .row .container { width:47.75rem;height:13.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PpMmmPoud8AGnMTAuAXUUWHHMhTVOuQH { top:7.625rem;left:33.125rem;width:14.625rem;height:14.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vtkTuZeoel1l0DT0qEQgUbFBxwqiDXLi { width:15rem;height:2.0625rem;top:8.25rem;left:16.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wRpAwbhQwwVZXEJvmKq3lBTDw6oCXNJp { width:21.5625rem;height:12rem;top:0.875rem;left:26.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Cupp0cpVWnAEMhTfUhM2JPiRiKCTpW97 { display:block; }#Cupp0cpVWnAEMhTfUhM2JPiRiKCTpW97 > .row .container { width:47.75rem;height:13.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #x7Vv0Lp2rKcRZO3ITuOgm7INX0yzcDtW { width:15rem;height:2.0625rem;top:8.25rem;left:16.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TTJK30dZ6wQm8XUPHdpDy3OCehCwIman { width:15rem;height:2.0625rem;top:8.25rem;left:16.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Pf5BBuCVeKnEDG7Fr9VgAkF3V2CQH17G .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#Pf5BBuCVeKnEDG7Fr9VgAkF3V2CQH17G { display:flex;height:auto;width:27.8125rem;top:10.875rem;left:0.8125rem; }
#Pf5BBuCVeKnEDG7Fr9VgAkF3V2CQH17G .accordion-element-container:first-of-type .accordion-desc-text { display: none; } }@media only screen and (max-width: 763px) { #Pf5BBuCVeKnEDG7Fr9VgAkF3V2CQH17G #g0DzWRB2kir1nXq59B6d6PJZLWA1bRNg {  }
 }@media only screen and (max-width: 763px) { #Pf5BBuCVeKnEDG7Fr9VgAkF3V2CQH17G #sqrhF1yAPdPxSaXV4OaEXxSuyeN4QTG3 {  }
 }@media only screen and (max-width: 763px) { #Pf5BBuCVeKnEDG7Fr9VgAkF3V2CQH17G #G1tkh0cHn2gTE1psoBPmEcMHs5yW28yp {  }
 }@media only screen and (max-width: 763px) { #Pf5BBuCVeKnEDG7Fr9VgAkF3V2CQH17G #yTQTqxs0vx7ast0BmVzEPmuGbEnhX7GA {  }
 }@media only screen and (max-width: 763px) { #Pf5BBuCVeKnEDG7Fr9VgAkF3V2CQH17G #TMhWDXWcxWoGAOaOTgL2pmFiRPG4Lsc6 {  }
 }@media only screen and (max-width: 763px) { #Pf5BBuCVeKnEDG7Fr9VgAkF3V2CQH17G #XLGMeVqtTZzw1MOCf8ilsWATuu8CnT35 {  }
 }@media only screen and (max-width: 763px) { #Pf5BBuCVeKnEDG7Fr9VgAkF3V2CQH17G #Bmdw1SkNFDqprTxG6t08ClZ6OmyF3uZk {  }
 }@media only screen and (max-width: 763px) { #Pf5BBuCVeKnEDG7Fr9VgAkF3V2CQH17G #paDoG8b2nbizy7FbNVWy86A6gs1GzSoq {  }
 }@media only screen and (max-width: 763px) { #Pf5BBuCVeKnEDG7Fr9VgAkF3V2CQH17G #OqPKT9a7gEXNQ7fEsnaXK4NTn0rCSIkO {  }
 }@media only screen and (max-width: 763px) { #Pf5BBuCVeKnEDG7Fr9VgAkF3V2CQH17G #wg2SgQfSWHPMapT641dasf4zbW4SITv6 {  }
 }@media only screen and (max-width: 763px) { #Pf5BBuCVeKnEDG7Fr9VgAkF3V2CQH17G #PKRaw0EDs3a8yX3bzkwEobd43XTSvOqS {  }
 }@media only screen and (max-width: 763px) { #Pf5BBuCVeKnEDG7Fr9VgAkF3V2CQH17G #mSSyDGxFy9NwqFLiJWTuDqG7kORdR6gF {  }
 }@media only screen and (max-width: 763px) { #Pf5BBuCVeKnEDG7Fr9VgAkF3V2CQH17G #hRF57NhXdDHi3GCMfdyraXTdTTIooWmU {  }
 }@media only screen and (max-width: 763px) { #Pf5BBuCVeKnEDG7Fr9VgAkF3V2CQH17G #KWgttMxnsHa39Ge0wT2zKPWQfNhdm35z {  }
 }@media only screen and (max-width: 763px) { #Pf5BBuCVeKnEDG7Fr9VgAkF3V2CQH17G #vCxSrxEi9KxHnOXVtNxbez0aQvI2FnOK {  }
 }@media only screen and (max-width: 763px) { #Pf5BBuCVeKnEDG7Fr9VgAkF3V2CQH17G #trcHr5yxIS0TNUJD0AzNAheo9U0srauT {  }
 }@media only screen and (max-width: 763px) { #Pf5BBuCVeKnEDG7Fr9VgAkF3V2CQH17G #OT7ylC6WVlZ9QUGfxoTqzVEuagqIOrr1 {  }
 }@media only screen and (max-width: 763px) { #Pf5BBuCVeKnEDG7Fr9VgAkF3V2CQH17G #uTUnRVb9hlB5RbEuIvCesKIhaJn85LGc {  }
 }@media only screen and (max-width: 763px) { #Pf5BBuCVeKnEDG7Fr9VgAkF3V2CQH17G #dtTa521XawoO0JaRZpEt8HpkTUHZ6cFx {  }
 }@media only screen and (max-width: 763px) { #Pf5BBuCVeKnEDG7Fr9VgAkF3V2CQH17G #xO8hQw2H92VexpoBHeq8e4qdqGIILIBa {  }
 }@media only screen and (max-width: 763px) { #Pf5BBuCVeKnEDG7Fr9VgAkF3V2CQH17G #T7v29kVAhV2y1Mt7wt0PvMMqgWB2WxZf {  }
 }@media only screen and (max-width: 763px) { #Pf5BBuCVeKnEDG7Fr9VgAkF3V2CQH17G #adJwL5v4hF85CDUSxy91CiLGQsDCFHPH {  }
 }@media only screen and (max-width: 763px) { #Pf5BBuCVeKnEDG7Fr9VgAkF3V2CQH17G #uGP82bSfEWE0rwZTLkoBztH98okkD0Vf {  }
 }@media only screen and (max-width: 763px) { #Pf5BBuCVeKnEDG7Fr9VgAkF3V2CQH17G #cpTXlkWJyT6Bvcm3zkWmOyVuIPxD6qL3 {  }
 }@media only screen and (max-width: 763px) { #Pf5BBuCVeKnEDG7Fr9VgAkF3V2CQH17G #lnZqeRVhOrOWymHS7M1hmPKCnuT6Tc0B {  }
 }@media only screen and (max-width: 763px) { #Pf5BBuCVeKnEDG7Fr9VgAkF3V2CQH17G #QLhl3L0xtNUpfN7u74d0dkSxRxr3BOQR {  }
 }@media only screen and (max-width: 763px) { #Pf5BBuCVeKnEDG7Fr9VgAkF3V2CQH17G #gkDfTts7AMdikwXkonxNQcNSKRDdDH8A {  }
 }@media only screen and (max-width: 763px) { #Pf5BBuCVeKnEDG7Fr9VgAkF3V2CQH17G #FTig2xuMVwKITdqorO9UgUKWEweriG8o {  }
 }@media only screen and (max-width: 763px) { #Pf5BBuCVeKnEDG7Fr9VgAkF3V2CQH17G #GkkFbdbk4Aao10mcwySwJh7KNz1fmPib {  }
 }@media only screen and (max-width: 763px) { #Pf5BBuCVeKnEDG7Fr9VgAkF3V2CQH17G #VDy2AFU9CgLyRmHMTO4VXO3XVdOLRbUh {  }
 }@media only screen and (max-width: 763px) { #Pf5BBuCVeKnEDG7Fr9VgAkF3V2CQH17G #kvuCH5Ezt7fZ5izZHkUBseXx5lguf6sc {  }
 }@media only screen and (max-width: 763px) { #Pf5BBuCVeKnEDG7Fr9VgAkF3V2CQH17G #UQVuVJOuWAQLm7P8MyT1JWTsLhVIKbH7 {  }
 }@media only screen and (max-width: 763px) { #Pf5BBuCVeKnEDG7Fr9VgAkF3V2CQH17G #wFEEV2iVqVig7xZeiS9QHqNPLhvDico7 {  }
 }@media only screen and (max-width: 763px) { #Pf5BBuCVeKnEDG7Fr9VgAkF3V2CQH17G #TMV9GEHrJTVT17DAIzXU1uT6vbpx4Ayu {  }
 }@media only screen and (max-width: 763px) { #Pf5BBuCVeKnEDG7Fr9VgAkF3V2CQH17G #fqlohJrUbtWWZcTPXR15k7nmJMKkJhB6 {  }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #owrpCO4mJEGO7SFX4pu20MlVyD0HbxDo { background-color:rgba(var(--color-primary-3),1);background-image:none;display:block; }#owrpCO4mJEGO7SFX4pu20MlVyD0HbxDo > .row .container { background-color: transparent; background-image: none; }#owrpCO4mJEGO7SFX4pu20MlVyD0HbxDo::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#owrpCO4mJEGO7SFX4pu20MlVyD0HbxDo > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#owrpCO4mJEGO7SFX4pu20MlVyD0HbxDo > .row .container > .video-iframe-container { display: none; }#owrpCO4mJEGO7SFX4pu20MlVyD0HbxDo > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#owrpCO4mJEGO7SFX4pu20MlVyD0HbxDo > .row > .video-iframe-container { display: none; }#owrpCO4mJEGO7SFX4pu20MlVyD0HbxDo > .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); }#owrpCO4mJEGO7SFX4pu20MlVyD0HbxDo > .row .container { width:20rem;height:35.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nbdeSqhn4x11hRX07PcTKhazp9ZoTdwy { width:20rem;height:4.5rem;top:1.25rem;left:0rem;text-align:center;text-align-last:center;font-size:1.875rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #hhZXE7yWTrTSuKbDUQMsKp8rMi5s6xtn { height:11.137724550898rem;width:20rem;top:13.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #QOXBux2V8wizVcAJHveZ3HQ8M8BWO0Ff { width:20rem;height:0;top:7rem;left:0rem;text-align:center;text-align-last:center;font-size:0.75rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #upTuPkbFaRh5LecQ0GiF4Gmy8xcofRyx { width:20rem;height:5.5rem;top:6.3125rem;left:0rem;text-align:center;text-align-last:center;font-size:1.1875rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #CnDhLg85OorGyJI8gwa8VMl60wGz7S6W { width:6.1875rem;height:1.5rem;top:30.375rem;left:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #uC1asyHT1eCmyRkKngMEkTn1SrJAKeIL { width:11.5625rem;height:0.9375rem;top:30.65625rem;left:5.9375rem;text-align:center;text-align-last:center;font-size:0.8125rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #ecr58CaANTlJzNuMb8TKaKTWvUMrRaTT { top:26.625rem;left:3.25rem;width:13.5rem;height:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #SFb3CdT8CZQZhwDLXe2DULEohI2UTSMP { display:block; }
 }@media only screen and (max-width: 763px) { #hAghTpJz6XK0VEFaR0Pcp97cETL2J6q2 { width:20rem;height:0;top:33.125rem;left:0rem;text-align:center;text-align-last:center;font-size:0.6875rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #WWCUvy8wE45srPgcmLOBgzez4NaEzuDt { display:block; }#WWCUvy8wE45srPgcmLOBgzez4NaEzuDt > .row .container { width:20rem;height:29.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #p1r2U4mtW2aBxKIaUI9fWWQDhdfbUSi0 { width:20rem;height:13.125rem;top:15.4375rem;left:0rem;text-align:center;text-align-last:center;font-size:0.9375rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #nozrZa8h6qpJNAX6MbQR5HnT5CIfvcqd { width:14.625rem;height:8.25rem;top:1rem;left:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #FSTuUflX0cmR49U9XsD2g58Tw8IcZU7T { width:20rem;height:0;top:16.5rem;left:0rem;text-align:center;text-align-last:center;font-size:1.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #Eb2JbpvrIuKuD66x51bxUbNLazMi6a6S { display:flex;width:2.5rem;height:2.5rem;top:8.25rem;left:15.4375rem; }
 }@media only screen and (max-width: 763px) { #JyqvQqtELkfqA2kqW4JFkWBXiqnmIBh8 { width:15.625rem;height:0.75rem;top:10.75rem;left:4.375rem;text-align:center;text-align-last:center;font-size:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #nbOQhcCkBp13tIn2oNlUdfyIb8NZB4Mx { width:20rem;height:2.75rem;top:12.6875rem;left:0rem;text-align:center;text-align-last:center;font-size:1.75rem;z-index:15011;display:block; }
 }@media only screen and (max-width: 763px) { #klg2NWFX8RVAwR3O49kyx0LStECPIHUR { display:block; }#klg2NWFX8RVAwR3O49kyx0LStECPIHUR > .row .container { width:20rem;height:89.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qSZid93WbACGORw4IHW4tCwDLxLv0PUT { width:20rem;height:23.8125rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #iRqCOXVmkTWJIGd0LU9sOvuvLpInMoPA { width:17.8125rem;height:23.8125rem;top:30.75rem;left:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #bWGURVZhUvyw3D4nzH3Tonxq7t1sTAeI { width:17.8125rem;height:23.8125rem;top:60.25rem;left:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #GiLQsA4dcoof2zDdAoihDawOJzDNryrT { display:flex;width:1.75rem;height:1.75rem;top:2.4375rem;left:9.125rem; }
 }@media only screen and (max-width: 763px) { #NNZD531FKgcyOfw0s2UQGWUc4pZSoASN { width:19.25rem;height:15.8125rem;top:8.25rem;left:0.3125rem;text-align:center;text-align-last:center;font-size:1.0625rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #uadS6VOrsgl44h5ekH8QeABdGQlhrMiW { width:17.4375rem;height:3.25rem;top:4.9375rem;left:1.28125rem;text-align:center;text-align-last:center;font-size:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #KvWDvCDDazoesXJPgaFOZx6TsBSupONW { width:20rem;height:22rem;top:37rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #lJ4yFA8q7idrStXhoLNBu80SaMV12WBN { display:flex;width:1.6875rem;height:1.6875rem;top:31.5625rem;left:10.1875rem; }
 }@media only screen and (max-width: 763px) { #r8H3EmQhgNxGmPNmuKZwzAT0PtcfU8ta { width:17.4375rem;height:2rem;top:33.75rem;left:2.3125rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #sn77ptOZVyEuy6KT8z4d1VwloHDipeJU { width:20rem;height:22rem;top:66.5rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ywcvxk0zRGihVA8ZfOVd0rg3FhWTP1im { width:17.4375rem;height:2rem;top:63.25rem;left:2.1875rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #sVhgETs997dt5EE2fQV9AHzRXSoxw0Ze { display:flex;width:1.625rem;height:1.625rem;top:61.09375rem;left:10.1875rem; }
 }@media only screen and (max-width: 763px) { #igMIyKCrkWCS5TQDhnq2pHq2U6CEylws { display:block; }#igMIyKCrkWCS5TQDhnq2pHq2U6CEylws > .row .container { width:20rem;height:40.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CmCsekMrpVoRkWXmL9r35KxovCAREamZ { width:20rem;height:16rem;top:1.25rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #pKaietMKnxdXC14sL5qgSryy1dcleNbX { display:flex;width:6.75rem;height:6.75rem;top:18.5rem;left:6.625rem; }
 }@media only screen and (max-width: 763px) { #DMWaCKHg75p70AxTkaxycC7Meds08ckV { display:flex;width:1.125rem;height:1.125rem;top:26.5rem;left:9.4375rem; }
 }@media only screen and (max-width: 763px) { #IFvaxFepV6q3TEqt1MIWkhTfhaeKKxOJ { display:flex;width:1.125rem;height:1.125rem;top:28.875rem;left:9.4375rem; }
 }@media only screen and (max-width: 763px) { #znfkaldsPUEhfCpzT4bMwXgdDVGNNNUB { display:flex;width:1.125rem;height:1.125rem;top:31.25rem;left:9.4375rem; }
 }@media only screen and (max-width: 763px) { #qQJK4uUHgfPh4i3uv0Pd2TsJQTqQhico { display:flex;width:1.125rem;height:1.125rem;top:33.625rem;left:9.4375rem; }
 }@media only screen and (max-width: 763px) { #LIWhWpTGhaTzz89swUmnJq3ywtqiEhSW { display:flex;width:1.125rem;height:1.125rem;top:36rem;left:9.4375rem; }
 }@media only screen and (max-width: 763px) { #uOZfhhXxFgBkG9rNTMkv1Ckr6B9nOlt5 { display:block; }#uOZfhhXxFgBkG9rNTMkv1Ckr6B9nOlt5 > .row .container { width:20rem;height:122.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vdD5JwvXcTVaWuPHMBZuMiuTNrtoeWm2 { width:15.875rem;height:0.875rem;top:1.25rem;left:2.0625rem;text-align:center;text-align-last:center;font-size:0.75rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #mabSgurewbG1PEetdC0WlTkayUPCViJe { width:18.6875rem;height:18.6875rem;top:3.375rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #JgT53vvuHqltFhkwbCkJZMiL3ZpbiWFW { width:18.5625rem;height:18.5625rem;top:43.1875rem;left:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #oJRMRhQgZMwReSuxtUHmFzufTT0qfb0l { width:18.625rem;height:18.625rem;top:23.3125rem;left:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UCun3cSyKVuk7ePWix1DCO4kxkdNfcN0 { width:18.6875rem;height:18.6875rem;top:63rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #XgTPmu0xWQGStE3CFUfaTE9miqz9aELf { width:18.6875rem;height:18.6875rem;top:82.9375rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #HuW5wk1AEQiddXcaUumE5th5nSaxvPS3 { width:18.6875rem;height:18.6875rem;top:102.875rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Nt5oxKyC2clOtVdDP2l7xtEk3gOfXFxq { display:block; }#Nt5oxKyC2clOtVdDP2l7xtEk3gOfXFxq > .row .container { width:20rem;height:98.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #un8MckZVcTF9DLmBhrW3q8kAG16fwThn { width:13.125rem;height:0.875rem;top:1.25rem;left:3.4375rem;text-align:center;text-align-last:center;font-size:0.75rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #GycbX2UslcRqobZEz5RPeKBQ36qwJPUB { width:20rem;height:8rem;top:3.375rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #FvflI2XAyIV5NUSoVy7Q9t41QN75RwMv { width:20rem;height:0.125rem;top:12.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jcsn5GJ3vFE6N0sskkyEAT3fRpEXAeO0 { width:20rem;height:6rem;top:14rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZD5q8ufLBzba550ozWh9NAc390cUhDTK { width:20rem;height:0.125rem;top:21.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ReRKzSP9gT6Kc1D0W4MuVdJ2nvkXFIWO { width:20rem;height:12rem;top:22.625rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #F29lbBclrLLSorRaEPesuh6AztscfPND { width:20rem;height:0.125rem;top:35.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #NEuofLBGMwLty9N6qgFqyIVlgnsofzVo { width:20rem;height:12rem;top:37.25rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #AULS8TzmIFVL1Te2oJHOxeMq5kk3iXuL { width:20rem;height:0.125rem;top:50.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #J6SNIF4bVOQECraEFbTNXTn5KOWwiiT2 { width:20rem;height:18rem;top:51.875rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #O5HkTlVZqnsG65VIXTkvqQPQ8RI42GBT { width:20rem;height:14rem;top:72.5rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #qfHVCwqyUtndkOUnqW8Uai3HdaWx4Bbu { width:20rem;height:0.125rem;top:71.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #P6i7TOnt4IeUgDZdsNd2PWUqyJNQcycb { width:20rem;height:0;top:89.125rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jwv3IPX0WH9oS7aoeUhoco1vJGeTW99r { width:20rem;height:0.125rem;top:87.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #k7yKvWP41KUPRLu0MeDk5CpSsPnJ7OFU { display:block; }#k7yKvWP41KUPRLu0MeDk5CpSsPnJ7OFU > .row .container { width:20rem;height:112.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pATcrfUta2EqaRb1S4dVWivt2OxkepBL { width:17.75rem;height:2.0625rem;top:5.625rem;left:1.125rem;text-align:center;text-align-last:center;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #gtoCpyg7FLrsMOIDh8GG1VXLFiByBWaK { width:17.75rem;height:10rem;top:8.9375rem;left:1.125rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #wZm84pDfJAiyP8sflVSJKcXoCBUTaTO3 { width:17.75rem;height:2.0625rem;top:46.8125rem;left:1.125rem;text-align:center;text-align-last:center;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #r7i22gSSThO6CzpVc4GU5ae6rZEaRgFh { width:17.75rem;height:8rem;top:50.125rem;left:1.125rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #LrZvKUwhVtT4rGyaryaetUTAifJkdKQh { width:17.75rem;height:2.0625rem;top:80.6875rem;left:1.125rem;text-align:center;text-align-last:center;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #GvKpKWiRZge1kxVC62zpqQ7zAObZO96i { width:17.75rem;height:10rem;top:84rem;left:1.125rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #stLSTRfKDFLdFJUU76HXTK7kB40Q1eP6 { width:3.125rem;height:3.125rem;top:1.25rem;left:8.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #gWXU7eZBE32nOIeMvU00tVipRDFwdo1z { width:3.125rem;height:3.125rem;top:42.4375rem;left:8.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #LqvPdAQbTL9GzsmU0rhtRv7TZVT5wtUu { width:3.125rem;height:3.125rem;top:76.3125rem;left:8.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gx0Hcm7lMOeIlbZOmlNLZ9fclHI9vOqv { width:17.75rem;height:2.0625rem;top:39.125rem;left:1.125rem;text-align:center;text-align-last:center;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #vtOvgcxbilhT8lDTtRHwVeTMPmN0akMA { width:17.75rem;height:10rem;top:27.875rem;left:1.125rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #uR7UPS9Gt6V88pyfhAM8H5sNMpNg9BAF { width:17.75rem;height:2.0625rem;top:24.5625rem;left:1.125rem;text-align:center;text-align-last:center;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #MW82sSWHbgtfXRkzX0orgOcemlOJurZt { width:3.125rem;height:3.125rem;top:20.1875rem;left:8.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ulXTpEzHnaCxSUtALP7rM9H9sqElA0f4 { width:17.75rem;height:8rem;top:67.0625rem;left:1.125rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #p02u3GTqBU9IrWrtlKO50nRPZdDDWtrR { width:17.75rem;height:2.0625rem;top:63.75rem;left:1.125rem;text-align:center;text-align-last:center;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #OgS0XzDZECRG5N5AuLNnb0uuiwhV2M36 { width:3.125rem;height:3.125rem;top:59.375rem;left:8.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #iuB9aoAGtmVF8CP5UoBdFDITmgo3nriV { width:17.75rem;height:8rem;top:102.9375rem;left:1.125rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #QHRVTTcg8ehf1QbOuznNhUGK0FwN8Ne6 { width:17.75rem;height:2.0625rem;top:99.625rem;left:1.125rem;text-align:center;text-align-last:center;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #RNAfkTJL0ydd3PLqhweHSiiFUZAWGg4N { width:3.125rem;height:3.125rem;top:95.25rem;left:8.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rB4DJvob9bscdB3GVUfzBtePKvA3TsCu { display:block; }#rB4DJvob9bscdB3GVUfzBtePKvA3TsCu > .row .container { width:20rem;height:79.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #berrgLGFZTHLMDPnXSpoTWHIZS5rLtu3 { width:14.625rem;height:14.625rem;top:63.8125rem;left:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QkziHOV0gZMaOgb94kCbsgGNhzyANE3E { width:17.75rem;height:2.0625rem;top:1.25rem;left:1.125rem;text-align:center;text-align-last:center;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #TKI8ZX230GCIPptiphdx4mVTfZcrd1v5 { width:20rem;height:58rem;top:4.5625rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #d4onFmxW1qNc1eDGSZJvz0aD218ic92T { display:block; }#d4onFmxW1qNc1eDGSZJvz0aD218ic92T > .row .container { width:20rem;height:36.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kMT4KwdgczNdf2eiW91PGAGNGZnh6cen { width:20rem;height:2.375rem;top:1.25rem;left:0rem;text-align:center;text-align-last:center;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #ltC5OkEEDDnT06tlXHFoWaHUHckceUXx { width:20rem;height:0;top:4.875rem;left:0rem;text-align:center;text-align-last:center;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tRtnaqvJp8Rmc2iNoCvI87qVKllgpnfV { width:20rem;height:12.875rem;top:8.96875rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }#tRtnaqvJp8Rmc2iNoCvI87qVKllgpnfV li:before{  }
 }@media only screen and (max-width: 763px) { #heWD5kMTqBeKgEn4VWlMxh62cfwqpA10 { width:20rem;height:6rem;top:29.65625rem;left:0rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TThhZarsENvD8k7bKHMpxqi7Xwxg4Xwe { width:20rem;height:13.25rem;top:8.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #lLdWFuVG0nkNa53CiezBbPseHCkQTteT { top:23.09375rem;left:0.9375rem;width:18.125rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Uuu47tBMOVmqEkgkooES6wL4fmAyzT8V { display:block; }
 }@media only screen and (max-width: 763px) { #gOc4bxI7AqcByFMNgd5A5Dbm5p7CwTGt { width:18.25rem;height:1.875rem;top:26.53125rem;left:0.875rem;text-align:center;text-align-last:center;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #QidghvbVfWGodqkEQ4tB5fmgNeKTTQ7X { display:block; }#QidghvbVfWGodqkEQ4tB5fmgNeKTTQ7X > .row .container { width:20rem;height:121.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PpMmmPoud8AGnMTAuAXUUWHHMhTVOuQH { width:14.625rem;height:14.625rem;top:105.8125rem;left:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vtkTuZeoel1l0DT0qEQgUbFBxwqiDXLi { width:17.75rem;height:2.0625rem;top:1.25rem;left:1.125rem;text-align:center;text-align-last:center;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #wRpAwbhQwwVZXEJvmKq3lBTDw6oCXNJp { width:20rem;height:100rem;top:4.5625rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Cupp0cpVWnAEMhTfUhM2JPiRiKCTpW97 { display:block; }#Cupp0cpVWnAEMhTfUhM2JPiRiKCTpW97 > .row .container { width:20rem;height:43.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #x7Vv0Lp2rKcRZO3ITuOgm7INX0yzcDtW { width:20rem;height:4.75rem;top:1.25rem;left:0rem;text-align:center;text-align-last:center;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #TTJK30dZ6wQm8XUPHdpDy3OCehCwIman { width:20rem;height:0;top:7.25rem;left:0rem;text-align:center;text-align-last:center;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Pf5BBuCVeKnEDG7Fr9VgAkF3V2CQH17G .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#Pf5BBuCVeKnEDG7Fr9VgAkF3V2CQH17G { display:flex;height:28.875rem;width:17.5rem;top:10.5625rem;left:0rem; }
#Pf5BBuCVeKnEDG7Fr9VgAkF3V2CQH17G .accordion-element-container:first-of-type .accordion-desc-text { display: none; } }@media only screen and (max-width: 763px) { #Pf5BBuCVeKnEDG7Fr9VgAkF3V2CQH17G #g0DzWRB2kir1nXq59B6d6PJZLWA1bRNg {  }
 }@media only screen and (max-width: 763px) { #Pf5BBuCVeKnEDG7Fr9VgAkF3V2CQH17G #sqrhF1yAPdPxSaXV4OaEXxSuyeN4QTG3 {  }
 }@media only screen and (max-width: 763px) { #Pf5BBuCVeKnEDG7Fr9VgAkF3V2CQH17G #G1tkh0cHn2gTE1psoBPmEcMHs5yW28yp {  }
 }@media only screen and (max-width: 763px) { #Pf5BBuCVeKnEDG7Fr9VgAkF3V2CQH17G #yTQTqxs0vx7ast0BmVzEPmuGbEnhX7GA {  }
 }@media only screen and (max-width: 763px) { #Pf5BBuCVeKnEDG7Fr9VgAkF3V2CQH17G #TMhWDXWcxWoGAOaOTgL2pmFiRPG4Lsc6 {  }
 }@media only screen and (max-width: 763px) { #Pf5BBuCVeKnEDG7Fr9VgAkF3V2CQH17G #XLGMeVqtTZzw1MOCf8ilsWATuu8CnT35 {  }
 }@media only screen and (max-width: 763px) { #Pf5BBuCVeKnEDG7Fr9VgAkF3V2CQH17G #Bmdw1SkNFDqprTxG6t08ClZ6OmyF3uZk {  }
 }@media only screen and (max-width: 763px) { #Pf5BBuCVeKnEDG7Fr9VgAkF3V2CQH17G #paDoG8b2nbizy7FbNVWy86A6gs1GzSoq {  }
 }@media only screen and (max-width: 763px) { #Pf5BBuCVeKnEDG7Fr9VgAkF3V2CQH17G #OqPKT9a7gEXNQ7fEsnaXK4NTn0rCSIkO {  }
 }@media only screen and (max-width: 763px) { #Pf5BBuCVeKnEDG7Fr9VgAkF3V2CQH17G #wg2SgQfSWHPMapT641dasf4zbW4SITv6 {  }
 }@media only screen and (max-width: 763px) { #Pf5BBuCVeKnEDG7Fr9VgAkF3V2CQH17G #PKRaw0EDs3a8yX3bzkwEobd43XTSvOqS {  }
 }@media only screen and (max-width: 763px) { #Pf5BBuCVeKnEDG7Fr9VgAkF3V2CQH17G #mSSyDGxFy9NwqFLiJWTuDqG7kORdR6gF {  }
 }@media only screen and (max-width: 763px) { #Pf5BBuCVeKnEDG7Fr9VgAkF3V2CQH17G #hRF57NhXdDHi3GCMfdyraXTdTTIooWmU {  }
 }@media only screen and (max-width: 763px) { #Pf5BBuCVeKnEDG7Fr9VgAkF3V2CQH17G #KWgttMxnsHa39Ge0wT2zKPWQfNhdm35z {  }
 }@media only screen and (max-width: 763px) { #Pf5BBuCVeKnEDG7Fr9VgAkF3V2CQH17G #vCxSrxEi9KxHnOXVtNxbez0aQvI2FnOK {  }
 }@media only screen and (max-width: 763px) { #Pf5BBuCVeKnEDG7Fr9VgAkF3V2CQH17G #trcHr5yxIS0TNUJD0AzNAheo9U0srauT {  }
 }@media only screen and (max-width: 763px) { #Pf5BBuCVeKnEDG7Fr9VgAkF3V2CQH17G #OT7ylC6WVlZ9QUGfxoTqzVEuagqIOrr1 {  }
 }@media only screen and (max-width: 763px) { #Pf5BBuCVeKnEDG7Fr9VgAkF3V2CQH17G #uTUnRVb9hlB5RbEuIvCesKIhaJn85LGc {  }
 }@media only screen and (max-width: 763px) { #Pf5BBuCVeKnEDG7Fr9VgAkF3V2CQH17G #dtTa521XawoO0JaRZpEt8HpkTUHZ6cFx {  }
 }@media only screen and (max-width: 763px) { #Pf5BBuCVeKnEDG7Fr9VgAkF3V2CQH17G #xO8hQw2H92VexpoBHeq8e4qdqGIILIBa {  }
 }@media only screen and (max-width: 763px) { #Pf5BBuCVeKnEDG7Fr9VgAkF3V2CQH17G #T7v29kVAhV2y1Mt7wt0PvMMqgWB2WxZf {  }
 }@media only screen and (max-width: 763px) { #Pf5BBuCVeKnEDG7Fr9VgAkF3V2CQH17G #adJwL5v4hF85CDUSxy91CiLGQsDCFHPH {  }
 }@media only screen and (max-width: 763px) { #Pf5BBuCVeKnEDG7Fr9VgAkF3V2CQH17G #uGP82bSfEWE0rwZTLkoBztH98okkD0Vf {  }
 }@media only screen and (max-width: 763px) { #Pf5BBuCVeKnEDG7Fr9VgAkF3V2CQH17G #cpTXlkWJyT6Bvcm3zkWmOyVuIPxD6qL3 {  }
 }@media only screen and (max-width: 763px) { #Pf5BBuCVeKnEDG7Fr9VgAkF3V2CQH17G #lnZqeRVhOrOWymHS7M1hmPKCnuT6Tc0B {  }
 }@media only screen and (max-width: 763px) { #Pf5BBuCVeKnEDG7Fr9VgAkF3V2CQH17G #QLhl3L0xtNUpfN7u74d0dkSxRxr3BOQR {  }
 }@media only screen and (max-width: 763px) { #Pf5BBuCVeKnEDG7Fr9VgAkF3V2CQH17G #gkDfTts7AMdikwXkonxNQcNSKRDdDH8A {  }
 }@media only screen and (max-width: 763px) { #Pf5BBuCVeKnEDG7Fr9VgAkF3V2CQH17G #FTig2xuMVwKITdqorO9UgUKWEweriG8o {  }
 }@media only screen and (max-width: 763px) { #Pf5BBuCVeKnEDG7Fr9VgAkF3V2CQH17G #GkkFbdbk4Aao10mcwySwJh7KNz1fmPib {  }
 }@media only screen and (max-width: 763px) { #Pf5BBuCVeKnEDG7Fr9VgAkF3V2CQH17G #VDy2AFU9CgLyRmHMTO4VXO3XVdOLRbUh {  }
 }@media only screen and (max-width: 763px) { #Pf5BBuCVeKnEDG7Fr9VgAkF3V2CQH17G #kvuCH5Ezt7fZ5izZHkUBseXx5lguf6sc {  }
 }@media only screen and (max-width: 763px) { #Pf5BBuCVeKnEDG7Fr9VgAkF3V2CQH17G #UQVuVJOuWAQLm7P8MyT1JWTsLhVIKbH7 {  }
 }@media only screen and (max-width: 763px) { #Pf5BBuCVeKnEDG7Fr9VgAkF3V2CQH17G #wFEEV2iVqVig7xZeiS9QHqNPLhvDico7 {  }
 }@media only screen and (max-width: 763px) { #Pf5BBuCVeKnEDG7Fr9VgAkF3V2CQH17G #TMV9GEHrJTVT17DAIzXU1uT6vbpx4Ayu {  }
 }@media only screen and (max-width: 763px) { #Pf5BBuCVeKnEDG7Fr9VgAkF3V2CQH17G #fqlohJrUbtWWZcTPXR15k7nmJMKkJhB6 {  }
 }