.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
html,
body {
  font-size: 16px;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
:root { --color-primary-0:223,229,230;--color-primary-1:149,168,172;--color-primary-2:43,80,88;--color-primary-3:22,40,44;--color-primary-4:6,12,13;--color-secondary-0:246,241,230;--color-secondary-1:226,208,172;--color-secondary-2:197,160,89;--color-secondary-3:99,80,45;--color-secondary-4:30,24,13;--color-tertiary-0:255,255,255;--color-tertiary-1:246,248,250;--color-tertiary-2:224,230,237;--color-tertiary-3:112,115,119;--color-tertiary-4:22,23,24;--headlines-font-family:"Georgia";--paragraphs-font-family:"Geist"; }@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:rgba(var(--color-primary-0),1);background-image:none;position:relative;display:block; }
#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container { display: none; }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TnwL6J2u61ckZJTuVu0uo50Cz5FLQEuC { background-color:rgba(var(--color-primary-2),1);background-image:none;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#TnwL6J2u61ckZJTuVu0uo50Cz5FLQEuC > .row .container { background-color: transparent; background-image: none; }#TnwL6J2u61ckZJTuVu0uo50Cz5FLQEuC::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TnwL6J2u61ckZJTuVu0uo50Cz5FLQEuC > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TnwL6J2u61ckZJTuVu0uo50Cz5FLQEuC > .row .container > .video-iframe-container { display: none; }#TnwL6J2u61ckZJTuVu0uo50Cz5FLQEuC > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TnwL6J2u61ckZJTuVu0uo50Cz5FLQEuC > .row > .video-iframe-container { display: none; }#TnwL6J2u61ckZJTuVu0uo50Cz5FLQEuC > .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); }#TnwL6J2u61ckZJTuVu0uo50Cz5FLQEuC > .row .container { border-width: 0; border-radius: 0; }#TnwL6J2u61ckZJTuVu0uo50Cz5FLQEuC > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#TnwL6J2u61ckZJTuVu0uo50Cz5FLQEuC > .row .container { font-size:0.875rem;font-family:arial;height:47rem;width:75rem;overflow:visible;position:relative;display:block; }#aZIBmbImoxBTwnc9npETNqAqvdMwAc6e { color:rgba(var(--color-tertiary-0),1);display:block;width:39rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.625rem;font-weight:400;z-index:15003;line-height:1.1;letter-spacing:0;top:13.0625rem;left:18rem;height:7.97525rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#GVzAWAIRXJW5SoC1hGRhaimFB2wC8NAC { color:rgba(var(--color-tertiary-0),1);display:block;width:32.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.75rem;font-weight:400;z-index:15004;line-height:1.8;letter-spacing:0;top:21rem;left:21.125rem;height:3.14995625rem;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; }
#Uv8O0QGLNGyMxKWsAgsDUnN6QEoIdv03 { background-color:#1aa45a;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-shadow: 0rem 0rem 0.625rem rgba(26,164,90,0.2) ;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:23.625rem;height:4rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:37.875rem;left:25.6875rem;display:block; }
#tKySSIISh0UF3GUGg2iXq2wIWHJSxhH0 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#BmDl4334MpLmwHuv0Gs2NcpleVkSfgmO { color:rgba(var(--color-tertiary-0),1);display:block;width:40.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:400;z-index:15005;line-height:1.2;letter-spacing:0;top:24.9375rem;left:17.125rem;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; }
#to6Ks25E0nMSXGKD5bAwa1QXq0H2G5o4 { color:rgba(var(--color-tertiary-0),1);display:block;width:7.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:400;z-index:15006;line-height:1.1;letter-spacing:0;top:32.5rem;left:24.6875rem;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:left;text-align-last:left;display:block; }
#DqnNnC6Kp6zZdX9x4pvvDtMTDn81PMvN { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;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:15009;opacity:1;top:32.75rem;left:22.625rem; }
#NTfFU4wOHzWkCUT2O7l8bpUb6VvJkg0s { color:rgba(var(--color-tertiary-0),1);display:block;width:7.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:400;z-index:15010;line-height:1.1;letter-spacing:0;top:32.5rem;left:35.5rem;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:left;text-align-last:left;display:block; }
#HiBDk2DCFOCe5gRBJ5oHVvMxVGCcWxaK { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;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:15013;opacity:1;top:32.75rem;left:33.4375rem; }
#h9Gtwf2NxG4fDlBoGZGKAIqGBNatitcz { color:rgba(var(--color-tertiary-0),1);display:block;width:5.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:400;z-index:15012;line-height:1.1;letter-spacing:0;top:32.5rem;left:47.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:left;text-align-last:left;display:block; }
#Lf52vsmc0MzqoJJgTKVHNJo8n8b6xN6b { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.8125rem;width:1.8125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15015;opacity:1;top:32.5625rem;left:45.125rem; }
#NKK23zm7bTzIIkNZdZEOUqHZAa7STTyD { position:absolute;display:block;z-index:15016;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:9.75rem;width:9.75rem;top:1.8125rem;left:32.625rem;overflow:hidden;display:block; }
#hfM2tklOqiGyEkBx4FH741yMbvOvFHWb { 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; }#hfM2tklOqiGyEkBx4FH741yMbvOvFHWb > .row .container { background-color: transparent; background-image: none; }#hfM2tklOqiGyEkBx4FH741yMbvOvFHWb::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hfM2tklOqiGyEkBx4FH741yMbvOvFHWb > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hfM2tklOqiGyEkBx4FH741yMbvOvFHWb > .row .container > .video-iframe-container { display: none; }#hfM2tklOqiGyEkBx4FH741yMbvOvFHWb > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hfM2tklOqiGyEkBx4FH741yMbvOvFHWb > .row > .video-iframe-container { display: none; }#hfM2tklOqiGyEkBx4FH741yMbvOvFHWb > .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); }#hfM2tklOqiGyEkBx4FH741yMbvOvFHWb > .row .container { border-width: 0; border-radius: 0; }#hfM2tklOqiGyEkBx4FH741yMbvOvFHWb > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#hfM2tklOqiGyEkBx4FH741yMbvOvFHWb > .row .container { font-size:0.875rem;font-family:arial;height:87.875rem;width:75rem;position:relative;display:block; }#dT7hnO6sTzzqwm2oTsgnbdBSUDyCyTMb { color:#455a64;display:block;width:39rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.1875rem;font-weight:400;z-index:15004;line-height:1.1;letter-spacing:0;top:4.125rem;left:18rem;height:2.40625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#TVn8PBwPp8D6gH36I2pmPaRmoU09qp3v { color:#455a64;display:block;width:12.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:400;z-index:15005;line-height:1.8;letter-spacing:0;top:11.6875rem;left:11.90625rem;height:2.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:center;text-align-last:center;display:block; }
#orCc4JIkNDJHCC6xUAc2mnOZJhXIS7Tf { box-sizing:content-box;height:27.3125rem;width:36.625rem;position:absolute;display:block;z-index:15003;background-color:transparent;background-image:none;box-shadow: none;border-top:0.0625rem solid rgba(var(--color-secondary-2),1);border-left:0.0625rem solid rgba(var(--color-secondary-2),1);border-right:0.0625rem solid rgba(var(--color-secondary-2),1);border-bottom:0.0625rem solid rgba(var(--color-secondary-2),1);top:10rem;left:0rem;border-top-left-radius:2.1875rem;border-top-right-radius:2.1875rem;border-bottom-left-radius:2.1875rem;border-bottom-right-radius:2.1875rem;display:block; }
#SqkzVc30VodxFCpmTzmQgTqXrTVwHmXD { background-color:#168b4d;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: 0rem 0rem 0.9375rem rgba(22,139,77,0.2) ;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:18.25rem;height:3.0625rem;text-decoration:none;z-index:15009;text-align:center;text-align-last:center;top:35.6875rem;left:9.25rem;display:block; }
#zW2b8NXbHzFTbRT6gRgsefTgDpGP5JMG { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ucqNOuVwSreliiv2WgTglkso180gSSVW { position:absolute;display:block;z-index:15010;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;box-shadow: none;height:15.5rem;width:11.625rem;top:15.1875rem;left:0.5rem;overflow:hidden;display:block; }
#vDMTfM7nGQVQmuxMBJ1q7iZtSBwtTbq6 { color:rgba(var(--color-secondary-2),1);display:block;width:12.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.75rem;font-weight:700;z-index:15006;line-height:1.8;letter-spacing:0;top:32.0625rem;left:11.90625rem;height:3.14995625rem;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; }
#WXTl3qQBOpQmK9TeHJ3uOCpIrOyiUMln { box-sizing:content-box;height:27.3125rem;width:36.625rem;position:absolute;display:block;z-index:15010;background-color:transparent;background-image:none;box-shadow: none;border-top:0.0625rem solid rgba(var(--color-secondary-2),1);border-left:0.0625rem solid rgba(var(--color-secondary-2),1);border-right:0.0625rem solid rgba(var(--color-secondary-2),1);border-bottom:0.0625rem solid rgba(var(--color-secondary-2),1);top:10rem;left:38.375rem;border-top-left-radius:2.1875rem;border-top-right-radius:2.1875rem;border-bottom-left-radius:2.1875rem;border-bottom-right-radius:2.1875rem;display:block; }
#w9gDpZo5K9xQ3P63yRgQkR1TB6pTv4JS { color:#455a64;display:block;width:12.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:400;z-index:15012;line-height:1.8;letter-spacing:0;top:11.6875rem;left:50.3125rem;height:2.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:center;text-align-last:center;display:block; }
#eBhd8TkChUK9elH7zNlE8emSnAaI4r8S { color:rgba(var(--color-secondary-2),1);display:block;width:12.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.75rem;font-weight:700;z-index:15013;line-height:1.8;letter-spacing:0;top:32.0625rem;left:50.28125rem;height:3.14995625rem;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; }
#TODyWB5r4vcnp41Z83HnWm4J4ETFGd68 { background-color:#168b4d;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: 0rem 0rem 0.9375rem rgba(22,139,77,0.2) ;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:18.25rem;height:3.0625rem;text-decoration:none;z-index:15016;text-align:center;text-align-last:center;top:35.6875rem;left:47.625rem;display:block; }
#wSpQXk6MeD9RyHL9HVaw7I87OpJJET20 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#og6JAvHk4RlauhyyZ4o6nnNnT1RTqSBT { box-sizing:content-box;height:27.3125rem;width:36.625rem;position:absolute;display:block;z-index:15001;background-color:transparent;background-image:none;box-shadow: none;border-top:0.0625rem solid rgba(var(--color-secondary-2),1);border-left:0.0625rem solid rgba(var(--color-secondary-2),1);border-right:0.0625rem solid rgba(var(--color-secondary-2),1);border-bottom:0.0625rem solid rgba(var(--color-secondary-2),1);top:42.4375rem;left:0rem;border-top-left-radius:2.1875rem;border-top-right-radius:2.1875rem;border-bottom-left-radius:2.1875rem;border-bottom-right-radius:2.1875rem;display:block; }
#xPCPySMHezOBXiaTDCsAGFJsmFOEPMOx { background-color:#168b4d;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: 0rem 0rem 0.9375rem rgba(22,139,77,0.2) ;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:18.25rem;height:3.0625rem;text-decoration:none;z-index:15023;text-align:center;text-align-last:center;top:68.3369140625rem;left:9.25rem;display:block; }
#wSxmkT81Bbx8EPbvvnSTy12NHlViuXU9 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#SmeSWQJWXRhnGiohb47UVHZBJQp4s0Pt { color:rgba(var(--color-secondary-2),1);display:block;width:12.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.75rem;font-weight:700;z-index:15020;line-height:1.8;letter-spacing:0;top:64.3125rem;left:11.90625rem;height:3.14995625rem;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; }
#yzH1g59bOKI0IDTmbWWp4NvmPD2pmcUR { box-sizing:content-box;height:27.3125rem;width:36.625rem;position:absolute;display:block;z-index:15000;background-color:transparent;background-image:none;box-shadow: none;border-top:0.0625rem solid rgba(var(--color-secondary-2),1);border-left:0.0625rem solid rgba(var(--color-secondary-2),1);border-right:0.0625rem solid rgba(var(--color-secondary-2),1);border-bottom:0.0625rem solid rgba(var(--color-secondary-2),1);top:42.4375rem;left:38.375rem;border-top-left-radius:2.1875rem;border-top-right-radius:2.1875rem;border-bottom-left-radius:2.1875rem;border-bottom-right-radius:2.1875rem;display:block; }
#qtFWum62qyVqm265ynPz4nznirzUJ7Ai { background-color:#168b4d;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: 0rem 0rem 0.9375rem rgba(22,139,77,0.2) ;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:18.25rem;height:3.0625rem;text-decoration:none;z-index:15030;text-align:center;text-align-last:center;top:68.3369140625rem;left:47.625rem;display:block; }
#JiT8xwnC4787epSz90OfPnnNexbDx6Ws { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#nm47iNmhZWc6ItXVDMzDuE09QTuv1zQQ { color:rgba(var(--color-secondary-2),1);display:block;width:12.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.75rem;font-weight:700;z-index:15027;line-height:1.8;letter-spacing:0;top:64.3115234375rem;left:50.28125rem;height:3.14995625rem;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; }
#obaMXa0dlSrW6Rkm60TtMPITETxJ9HMb { color:#455a64;display:block;width:12.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:400;z-index:15019;line-height:1.8;letter-spacing:0;top:44.125rem;left:11.9375rem;height:2.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:center;text-align-last:center;display:block; }
#Zw3qyys50HuktbkLrbPQ6e6A3wt4cyIi { color:#455a64;display:block;width:20rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:400;z-index:15026;line-height:1.8;letter-spacing:0;top:44.125rem;left:46.75rem;height:2.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:center;text-align-last:center;display:block; }
#wXlaTnTadu12uq2duWl5qdQOfa3rfa4I { background-color:rgba(var(--color-secondary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:31.9375rem;height:4.75rem;text-decoration:none;z-index:15034;text-align:center;text-align-last:center;top:77.3125rem;left:21.625rem;display:block; }
#XNiIs5Xmq6Zki4u9TfeUusEfoVBlOT3X { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#f6DRG7ZLlLqFQkufhkUghHQMD91pcbcq { box-sizing:content-box;height:6.5rem;width:34.8125rem;position:absolute;display:block;z-index:15002;background-color:transparent;background-image:none;box-shadow: 0rem 0rem 1.5625rem rgba(239,165,23,0.2) ;border-top:0.0625rem solid rgba(var(--color-secondary-2),1);border-left:0.0625rem solid rgba(var(--color-secondary-2),1);border-right:0.0625rem solid rgba(var(--color-secondary-2),1);border-bottom:0.0625rem solid rgba(var(--color-secondary-2),1);top:76.375rem;left:20.125rem;border-top-right-radius:6.25rem;border-bottom-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-top-left-radius:6.25rem;display:block; }
#rwT3ITXcsqTeqwN0XRQCKxTzTqmJwD2R { background-color:rgba(var(--color-secondary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:31.9375rem;height:4.75rem;text-decoration:none;z-index:15034;text-align:center;text-align-last:center;top:77.3125rem;left:21.625rem;display:none; }
#aF3x09F9NCIMfC1RvQQQHNsthP4dcs49 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#KQgEzl3UJPZWbDcmedi4GemXL69XL3gN { position:absolute;display:block;z-index:15011;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;box-shadow: none;height:15.5rem;width:11.625rem;top:15.1875rem;left:12.5625rem;overflow:hidden;display:block; }
#quqTzOQ4H4mTszvRFP8H3nLTky38azqM { position:absolute;display:block;z-index:15012;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;box-shadow: none;height:15.5rem;width:11.625rem;top:15.1875rem;left:24.625rem;overflow:hidden;display:block; }
#bAJsdxzf7XeqpVevO05NNRtJS7Gkr7CZ { position:absolute;display:block;z-index:15014;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;box-shadow: none;height:15.5rem;width:11.625rem;top:15.1875rem;left:50.9375rem;overflow:hidden;display:block; }
#I3BGPEvEad1ZsiHWyUD5dmIBHTiXWf3k { position:absolute;display:block;z-index:15015;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;box-shadow: none;height:15.5rem;width:11.625rem;top:15.1875rem;left:63rem;overflow:hidden;display:block; }
#SIEC1zVzaMhTwpUBxApIedXSv2OLLRyU { position:absolute;display:block;z-index:15013;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;box-shadow: none;height:15.5rem;width:11.625rem;top:15.1875rem;left:38.875rem;overflow:hidden;display:block; }
#SCBryg8IQZJoyrK0A9cwoXFCHhnPF5Tf { position:absolute;display:block;z-index:15016;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;box-shadow: none;height:15.5rem;width:11.625rem;top:47.75rem;left:0.5rem;overflow:hidden;display:block; }
#Hr4eXv3vULIkJFu8gPox3RwkUa9hNLe2 { position:absolute;display:block;z-index:15017;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;box-shadow: none;height:15.5rem;width:11.625rem;top:47.75rem;left:12.5625rem;overflow:hidden;display:block; }
#l7qcG4hNGEd3E23moFXwH15sy0pGAbm7 { position:absolute;display:block;z-index:15018;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;box-shadow: none;height:15.5rem;width:11.625rem;top:47.75rem;left:24.625rem;overflow:hidden;display:block; }
#JTSrmwpRA7OmVufBkafvflKEPeEOIUvr { position:absolute;display:block;z-index:15019;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;box-shadow: none;height:15.5rem;width:11.625rem;top:47.75rem;left:38.875rem;overflow:hidden;display:block; }
#HlRDhCBZM2J5qFHkuV8EIgDEhO1z5pTq { position:absolute;display:block;z-index:15020;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;box-shadow: none;height:15.5rem;width:11.625rem;top:47.75rem;left:50.9375rem;overflow:hidden;display:block; }
#xBSNN09dX6GVzvJnne9D1HtqcKmm5sDV { position:absolute;display:block;z-index:15021;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;box-shadow: none;height:15.5rem;width:11.625rem;top:47.75rem;left:63rem;overflow:hidden;display:block; }
#uSyr6uWhos3JJKMBIyg0kDnMI0tFOHtP { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-2),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; }#uSyr6uWhos3JJKMBIyg0kDnMI0tFOHtP > .row .container { background-color: transparent; background-image: none; }#uSyr6uWhos3JJKMBIyg0kDnMI0tFOHtP::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uSyr6uWhos3JJKMBIyg0kDnMI0tFOHtP > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uSyr6uWhos3JJKMBIyg0kDnMI0tFOHtP > .row .container > .video-iframe-container { display: none; }#uSyr6uWhos3JJKMBIyg0kDnMI0tFOHtP > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uSyr6uWhos3JJKMBIyg0kDnMI0tFOHtP > .row > .video-iframe-container { display: none; }#uSyr6uWhos3JJKMBIyg0kDnMI0tFOHtP > .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); }#uSyr6uWhos3JJKMBIyg0kDnMI0tFOHtP > .row .container { border-width: 0; border-radius: 0; }#uSyr6uWhos3JJKMBIyg0kDnMI0tFOHtP > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#uSyr6uWhos3JJKMBIyg0kDnMI0tFOHtP > .row .container { font-size:0.875rem;font-family:arial;height:23.1875rem;width:75rem;position:relative;display:block; }#UUiMadenuWc4THJG3MZNEJSLJEotTdyb { color:#ffffff;display:block;width:39rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.1875rem;font-weight:400;z-index:15005;line-height:1.1;letter-spacing:0;top:5.0625rem;left:18rem;height:2.40625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#e9ZzbHXTlin9FzvcczWBWTMKt8HduxuB { color:rgba(var(--color-tertiary-0),1);display:block;width:44.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:400;z-index:15006;line-height:1.2;letter-spacing:0;top:8.75rem;left:15.125rem;height:3.298825rem;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; }
#a1k6FvKEp7gNTyKhCzO7XC8Nwh6OtWxf { background-color:rgba(var(--color-secondary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:24.8125rem;height:3.875rem;text-decoration:none;z-index:15035;text-align:center;text-align-last:center;top:14.25rem;left:25.125rem;display:block; }
#l8msZTAxMkAXE8OLzZunv7BgRVzT4iCN { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#hiHhUKwTcdgH3fe64JFRBaOeo2r5pdt2 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-2),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; }#hiHhUKwTcdgH3fe64JFRBaOeo2r5pdt2 > .row .container { background-color: transparent; background-image: none; }#hiHhUKwTcdgH3fe64JFRBaOeo2r5pdt2::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hiHhUKwTcdgH3fe64JFRBaOeo2r5pdt2 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hiHhUKwTcdgH3fe64JFRBaOeo2r5pdt2 > .row .container > .video-iframe-container { display: none; }#hiHhUKwTcdgH3fe64JFRBaOeo2r5pdt2 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hiHhUKwTcdgH3fe64JFRBaOeo2r5pdt2 > .row > .video-iframe-container { display: none; }#hiHhUKwTcdgH3fe64JFRBaOeo2r5pdt2 > .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); }#hiHhUKwTcdgH3fe64JFRBaOeo2r5pdt2 > .row .container { border-width: 0; border-radius: 0; }#hiHhUKwTcdgH3fe64JFRBaOeo2r5pdt2 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#hiHhUKwTcdgH3fe64JFRBaOeo2r5pdt2 > .row .container { font-size:0.875rem;font-family:arial;height:14.625rem;width:75rem;position:relative;display:block; }#fIZTdG8QwKBHKlIPcU7aU4yMFdUHvlwf { color:#455a64;display:block;width:24.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.1875rem;font-weight:400;z-index:15006;line-height:1.1;letter-spacing:0;top:4.21875rem;left:25.28125rem;height:4.8112rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#rzBiRz6rcrIIBpxxJqMPUTWPzHni6zxX { color:#455a64;display:block;width:25.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:400;z-index:15007;line-height:1.2;letter-spacing:0;top:9.6875rem;left:24.65625rem;height:3.298825rem;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; }
#CTDBlL9KZFfqTrQkhTonhvNsrtZNB7UP { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#e0e6ed;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; }#CTDBlL9KZFfqTrQkhTonhvNsrtZNB7UP > .row .container { background-color: transparent; background-image: none; }#CTDBlL9KZFfqTrQkhTonhvNsrtZNB7UP::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CTDBlL9KZFfqTrQkhTonhvNsrtZNB7UP > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CTDBlL9KZFfqTrQkhTonhvNsrtZNB7UP > .row .container > .video-iframe-container { display: none; }#CTDBlL9KZFfqTrQkhTonhvNsrtZNB7UP > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CTDBlL9KZFfqTrQkhTonhvNsrtZNB7UP > .row > .video-iframe-container { display: none; }#CTDBlL9KZFfqTrQkhTonhvNsrtZNB7UP > .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); }#CTDBlL9KZFfqTrQkhTonhvNsrtZNB7UP > .row .container { border-width: 0; border-radius: 0; }#CTDBlL9KZFfqTrQkhTonhvNsrtZNB7UP > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#CTDBlL9KZFfqTrQkhTonhvNsrtZNB7UP > .row .container { font-size:0.875rem;font-family:arial;height:17.1875rem;width:75rem;position:relative;display:block; }#cru5I35MvgeakG6PqxCTIk1LPr53wWqd { color:#455a64;display:block;width:14.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:400;z-index:15008;line-height:1.2;letter-spacing:0;top:9.8125rem;left:8.125rem;height:1.6494125rem;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; }
#ThNkhMx2iAPzN25ge0NR2EgMckeItvQm { color:#455a64;display:block;width:14.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:400;z-index:15010;line-height:1.2;letter-spacing:0;top:9.8125rem;left:30.3125rem;height:1.6494125rem;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; }
#uy7SGTCnq5wgbXnM6us863lkS1Obou13 { color:#455a64;display:block;width:14.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:400;z-index:15012;line-height:1.2;letter-spacing:0;top:9.8125rem;left:52.9375rem;height:1.6494125rem;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; }
#l0yNN3FDFu0pfpgatMQpz86z9EFoGtkm { position:absolute;display:block;z-index:15013;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:5.8125rem;width:5.8125rem;top:3.1875rem;left:12.4375rem;overflow:hidden;display:block; }
#WdIernGwEl3m00fTmyIb1iJt7OP7ZA74 { position:absolute;display:block;z-index:15014;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:5.8125rem;width:5.8125rem;top:3.1875rem;left:34.59375rem;overflow:hidden;display:block; }
#ho4ieAPrUCN8VPnSKNnSu4SaT42yApR8 { 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:5.8125rem;width:5.8125rem;top:3.1875rem;left:57.25rem;overflow:hidden;display:block; }
#tex7LBDylWufsTB5m8MLKXfN9sQErgfg { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f1ebe0;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; }#tex7LBDylWufsTB5m8MLKXfN9sQErgfg > .row .container { background-color: transparent; background-image: none; }#tex7LBDylWufsTB5m8MLKXfN9sQErgfg::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tex7LBDylWufsTB5m8MLKXfN9sQErgfg > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tex7LBDylWufsTB5m8MLKXfN9sQErgfg > .row .container > .video-iframe-container { display: none; }#tex7LBDylWufsTB5m8MLKXfN9sQErgfg > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tex7LBDylWufsTB5m8MLKXfN9sQErgfg > .row > .video-iframe-container { display: none; }#tex7LBDylWufsTB5m8MLKXfN9sQErgfg > .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); }#tex7LBDylWufsTB5m8MLKXfN9sQErgfg > .row .container { border-width: 0; border-radius: 0; }#tex7LBDylWufsTB5m8MLKXfN9sQErgfg > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#tex7LBDylWufsTB5m8MLKXfN9sQErgfg > .row .container { font-size:0.875rem;font-family:arial;height:17.3125rem;width:75rem;position:relative;display:block; }#QEZfTOuccWTXTAVmeT3tL1zZlh7P8eEO { box-sizing:content-box;height:4rem;width:31.1875rem;position:absolute;display:block;z-index:15002;background-color:#ffffff;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:4.1875rem;left:5.625rem;border-top-right-radius:6.25rem;border-bottom-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-top-left-radius:6.25rem;display:block; }
#ZXXbdiudC14Z5et5BXeTx1FBpIVweIWR { color:#455a64;display:block;width:21.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:400;z-index:15013;line-height:1.2;letter-spacing:0;top:5.375rem;left:10.5rem;height:1.6494125rem;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; }
#JA6cyOwFfxgI0abNVrdopIFhVHRzVJWF { box-sizing:content-box;height:4rem;width:31.1875rem;position:absolute;display:block;z-index:15004;background-color:#ffffff;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:4.1875rem;left:38.25rem;border-top-right-radius:6.25rem;border-bottom-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-top-left-radius:6.25rem;display:block; }
#y3TwFRg4R832A2PiDT9ORITQg2DMmIaq { color:#455a64;display:block;width:16.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:400;z-index:15015;line-height:1.2;letter-spacing:0;top:5.375rem;left:42.6875rem;height:1.6494125rem;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; }
#mvrFvui2krxEqJTO2NhCfn54UosQ160t { box-sizing:content-box;height:4rem;width:31.1875rem;position:absolute;display:block;z-index:15006;background-color:#ffffff;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:9.1875rem;left:5.625rem;border-top-right-radius:6.25rem;border-bottom-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-top-left-radius:6.25rem;display:block; }
#b1HtLfXBeCyuyidWh5eZc8Fasl5S2HSq { box-sizing:content-box;height:4rem;width:31.1875rem;position:absolute;display:block;z-index:15008;background-color:#ffffff;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:9.1875rem;left:38.25rem;border-top-right-radius:6.25rem;border-bottom-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-top-left-radius:6.25rem;display:block; }
#yZd6XkMmN5tDT2KDWeOB1hbmN0C4Fc54 { color:#455a64;display:block;width:16.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:400;z-index:15017;line-height:1.2;letter-spacing:0;top:10.3125rem;left:10.5rem;height:1.6494125rem;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; }
#r8ob86veAwwRwatzDrVbd9bp6ao29BdO { color:#455a64;display:block;width:25.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:400;z-index:15019;line-height:1.2;letter-spacing:0;top:10.3125rem;left:42.375rem;height:1.6494125rem;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; }
#ayW8Jqe7Oge24mZfFarqqFKDQSugwWbI { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2rem;width:2rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15020;opacity:1;top:5.1875rem;left:7.375rem; }
#UKypH222hcmxiB9uCy3nUlfgaCIGDCVi { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2rem;width:2rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15021;opacity:1;top:5.1875rem;left:39.625rem; }
#umXiPbSZbEgJRQOUqrEuJNPTOZ70gMhp { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2rem;width:2rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15022;opacity:1;top:10.1875rem;left:7.375rem; }
#akgJz8xeVinD3RGgAnLIJFwUbmgXSJah { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2rem;width:2rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15023;opacity:1;top:10.1875rem;left:39.625rem; }
#rPF4QwSv9HsfZVwiNCrLb0IrQW1DNXG4 { 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; }#rPF4QwSv9HsfZVwiNCrLb0IrQW1DNXG4 > .row .container { background-color: transparent; background-image: none; }#rPF4QwSv9HsfZVwiNCrLb0IrQW1DNXG4::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rPF4QwSv9HsfZVwiNCrLb0IrQW1DNXG4 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rPF4QwSv9HsfZVwiNCrLb0IrQW1DNXG4 > .row .container > .video-iframe-container { display: none; }#rPF4QwSv9HsfZVwiNCrLb0IrQW1DNXG4 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rPF4QwSv9HsfZVwiNCrLb0IrQW1DNXG4 > .row > .video-iframe-container { display: none; }#rPF4QwSv9HsfZVwiNCrLb0IrQW1DNXG4 > .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); }#rPF4QwSv9HsfZVwiNCrLb0IrQW1DNXG4 > .row .container { border-width: 0; border-radius: 0; }#rPF4QwSv9HsfZVwiNCrLb0IrQW1DNXG4 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#rPF4QwSv9HsfZVwiNCrLb0IrQW1DNXG4 > .row .container { font-size:0.875rem;font-family:arial;height:29.875rem;width:75rem;position:relative;display:block; }#OVwhcGCu2VNUVlOXpUpdoNFdTWxW4ilT { color:#455a64;display:block;width:24.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.1875rem;font-weight:400;z-index:15007;line-height:1.1;letter-spacing:0;top:4.0625rem;left:25.3125rem;height:2.40625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#nnHuFrOg7u5R4wZi47qtXM5yA4MlvfLc .accordion-element-container { border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;flex-direction:column;align-items:center;background-color:rgba(var(--color-tertiary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;vertical-align:top; }
#nnHuFrOg7u5R4wZi47qtXM5yA4MlvfLc .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; }
#nnHuFrOg7u5R4wZi47qtXM5yA4MlvfLc .accordion-heading-text { display:block;position:relative;width:100%;font-family:var(--paragraphs-font-family);font-weight:700;font-size:1.125rem;color:#455a64;height:auto; }
#nnHuFrOg7u5R4wZi47qtXM5yA4MlvfLc .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:#455a64;line-height:1.4;overflow:hidden;height:auto; }
#nnHuFrOg7u5R4wZi47qtXM5yA4MlvfLc .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_6c8fada2a64b5f8c84976bd049152c2f91ad462c.svg");background-size:contain !important; }#nnHuFrOg7u5R4wZi47qtXM5yA4MlvfLc .accordion-trigger.adaptive-delivery-prevent-bg, #nnHuFrOg7u5R4wZi47qtXM5yA4MlvfLc .accordion-trigger.lazyload, #nnHuFrOg7u5R4wZi47qtXM5yA4MlvfLc .accordion-trigger.lazyloading { background-image: none; }
#nnHuFrOg7u5R4wZi47qtXM5yA4MlvfLc { box-sizing:content-box;height:auto;width:44.125rem;position:absolute;display:flex;flex-direction:column;gap:1.25rem;z-index:15008;background-color:transparent;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;top:7.75rem;left:14.1875rem; }
#nnHuFrOg7u5R4wZi47qtXM5yA4MlvfLc .accordion-element-container:first-of-type .accordion-desc-text { display: none; }#nnHuFrOg7u5R4wZi47qtXM5yA4MlvfLc #zkcT1IK5c0Fn6kInG9LDR0TUczUfW31e { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#nnHuFrOg7u5R4wZi47qtXM5yA4MlvfLc #eOaoGJHcSgJ4f0MmH9coI9E6bECBtT0U { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#nnHuFrOg7u5R4wZi47qtXM5yA4MlvfLc #JdRoAV6lqEzQmy22acsWRTs32wCkx8tV { display:block;position:relative; }
#nnHuFrOg7u5R4wZi47qtXM5yA4MlvfLc #ABUX5TpBJ6huPZzwlFVJyZJmgIFbg2re {  }
#nnHuFrOg7u5R4wZi47qtXM5yA4MlvfLc #g1JlyAAsTAWEHH3AxL6c7viZvI1zXusz {  }
#nnHuFrOg7u5R4wZi47qtXM5yA4MlvfLc #XrUi6hmeLOg0Xm6ktHUCKvtnIDbwZyN5 { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#nnHuFrOg7u5R4wZi47qtXM5yA4MlvfLc #pzDZJm9K2qTVowTAJpSHMVTKMNRXdJNC { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#nnHuFrOg7u5R4wZi47qtXM5yA4MlvfLc #nX5vXCz0rSPM4JgbyvEkSpM6cenkD2nL { display:block;position:relative; }
#nnHuFrOg7u5R4wZi47qtXM5yA4MlvfLc #n3yaUMlb2p7T7VFAcor3UXhFPCBToQTf {  }
#nnHuFrOg7u5R4wZi47qtXM5yA4MlvfLc #owwgGcMcZkEmZQ74Mf36yEe0kZouyOcT { display:none; }
#nnHuFrOg7u5R4wZi47qtXM5yA4MlvfLc #P9Kiemk3dbRP4uU3wTeb3tVWoclBky2K { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#nnHuFrOg7u5R4wZi47qtXM5yA4MlvfLc #ULBG9S4zJLnauderDnzrxpOxoF9tgThm { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#nnHuFrOg7u5R4wZi47qtXM5yA4MlvfLc #yKGXT6L9JfTE8OZ72QuDXonJduEliRwd { display:block;position:relative; }
#nnHuFrOg7u5R4wZi47qtXM5yA4MlvfLc #SRD5ILRSbsr4zRPVzzcq6pQB7C6yaJKF {  }
#nnHuFrOg7u5R4wZi47qtXM5yA4MlvfLc #ewhoRlT5ROnN5JbrplSTPZh4AW6qoEfx { display:none; }
#nnHuFrOg7u5R4wZi47qtXM5yA4MlvfLc #TIm5svCzyZZGo28iPCQFbrVKqdZVeZay { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#nnHuFrOg7u5R4wZi47qtXM5yA4MlvfLc #wuEGFOufv5ZAydmzPDVdbRqSbg2G9pxi { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#nnHuFrOg7u5R4wZi47qtXM5yA4MlvfLc #gDNdAL2LeNhMWLO36rTp00ZwcMdbU1yl { display:block;position:relative; }
#nnHuFrOg7u5R4wZi47qtXM5yA4MlvfLc #XJKyWxT5OdfuvhQvZNOetsKyVNPavJkp {  }
#nnHuFrOg7u5R4wZi47qtXM5yA4MlvfLc #LLfKiTwKi99kDBCQUPLwdbnAekTmAmCk { display:none; }
#xC4Smpn7iltNuIrN6szuuCbCfIpIcqkp { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#b38f45;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; }#xC4Smpn7iltNuIrN6szuuCbCfIpIcqkp > .row .container { background-color: transparent; background-image: none; }#xC4Smpn7iltNuIrN6szuuCbCfIpIcqkp::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xC4Smpn7iltNuIrN6szuuCbCfIpIcqkp > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xC4Smpn7iltNuIrN6szuuCbCfIpIcqkp > .row .container > .video-iframe-container { display: none; }#xC4Smpn7iltNuIrN6szuuCbCfIpIcqkp > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xC4Smpn7iltNuIrN6szuuCbCfIpIcqkp > .row > .video-iframe-container { display: none; }#xC4Smpn7iltNuIrN6szuuCbCfIpIcqkp > .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); }#xC4Smpn7iltNuIrN6szuuCbCfIpIcqkp > .row .container { border-width: 0; border-radius: 0; }#xC4Smpn7iltNuIrN6szuuCbCfIpIcqkp > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#xC4Smpn7iltNuIrN6szuuCbCfIpIcqkp > .row .container { font-size:0.875rem;font-family:arial;height:23.1875rem;width:75rem;position:relative;display:block; }#xo6xqfbSaG49tAywKLISzaX9TMoma7Hu { color:#ffffff;display:block;width:39rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.1875rem;font-weight:400;z-index:15005;line-height:1.1;letter-spacing:0;top:5.0625rem;left:18rem;height:2.40625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#TH6MGe8fr0CMyaS32cXcIEaEFdMveeiB { color:rgba(var(--color-tertiary-0),1);display:block;width:41.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:400;z-index:15006;line-height:1.2;letter-spacing:0;top:8.5625rem;left:16.96875rem;height:3.298825rem;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; }
#somZ8KRdx4HZLeP5HkCxlDVos1nGpAP3 { background-color:#168b4d;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:24.8125rem;height:3.875rem;text-decoration:none;z-index:15035;text-align:center;text-align-last:center;top:14.25rem;left:25.125rem;display:block; }
#RSSXF7e1iDZs8mzGQWhHUwBiMMWkZA3A { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#JVkSXPBGrisK3uruykJReMOFSkwohuKU { 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; }#JVkSXPBGrisK3uruykJReMOFSkwohuKU > .row .container { background-color: transparent; background-image: none; }#JVkSXPBGrisK3uruykJReMOFSkwohuKU::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JVkSXPBGrisK3uruykJReMOFSkwohuKU > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JVkSXPBGrisK3uruykJReMOFSkwohuKU > .row .container > .video-iframe-container { display: none; }#JVkSXPBGrisK3uruykJReMOFSkwohuKU > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JVkSXPBGrisK3uruykJReMOFSkwohuKU > .row > .video-iframe-container { display: none; }#JVkSXPBGrisK3uruykJReMOFSkwohuKU > .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); }#JVkSXPBGrisK3uruykJReMOFSkwohuKU > .row .container { border-width: 0; border-radius: 0; }#JVkSXPBGrisK3uruykJReMOFSkwohuKU > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#JVkSXPBGrisK3uruykJReMOFSkwohuKU > .row .container { font-size:0.875rem;font-family:arial;height:18.75rem;width:75rem;position:relative;display:block; }#gp8sN6HwTBOU0zVx01otzdEdxSy0BqAd { position:absolute;display:block;z-index:15017;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.9375rem;width:12.9375rem;top:2.9375rem;left:19.25rem;overflow:hidden;display:block; }
#LJMI6nz6EHOPNFr8Pnmx0qFOZEBzqJyO { color:#455a64;display:block;width:17.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15007;line-height:1.2;letter-spacing:0;top:9.4375rem;left:37.9375rem;height:4.04948125rem;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; }
#noPw7M9AO5fzoyzIRQsggnVRSuWVnlib { color:#455a64;display:block;width:9.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15008;line-height:1.2;letter-spacing:0;top:5.375rem;left:39.5625rem;height:1.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; }
#CiRgrJQPba9yfb8bqgGMLbHopLA1d9hs { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;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:15010;opacity:1;top:5.3125rem;left:37.3125rem; }
#AAmQ543WuJspT5Sv2xQ4LqskVXwwBOeg { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;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:9.4375rem;left:35.3125rem; }
#KpQUwyFfVyzfDGt5vQan1oCwTGVaJl7e { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;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:15009;opacity:1;top:5.3125rem;left:35.3125rem; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #TnwL6J2u61ckZJTuVu0uo50Cz5FLQEuC { display:block; }#TnwL6J2u61ckZJTuVu0uo50Cz5FLQEuC > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #aZIBmbImoxBTwnc9npETNqAqvdMwAc6e { width:39rem;height:7.9375rem;top:13.0625rem;left:4.375rem;font-size:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #GVzAWAIRXJW5SoC1hGRhaimFB2wC8NAC { width:32.8125rem;height:3.125rem;top:21rem;left:7.5rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Uv8O0QGLNGyMxKWsAgsDUnN6QEoIdv03 { width:23.625rem;height:4rem;top:37.875rem;left:12.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #tKySSIISh0UF3GUGg2iXq2wIWHJSxhH0 { display:block; }
 }@media only screen and (max-width: 763px) { #BmDl4334MpLmwHuv0Gs2NcpleVkSfgmO { width:40.75rem;height:;top:24.9375rem;left:3.5rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #to6Ks25E0nMSXGKD5bAwa1QXq0H2G5o4 { width:7.375rem;height:2.0625rem;top:32.5rem;left:11.0625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #DqnNnC6Kp6zZdX9x4pvvDtMTDn81PMvN { width:1.625rem;height:1.625rem;top:32.75rem;left:9rem;display:block; }
 }@media only screen and (max-width: 763px) { #NTfFU4wOHzWkCUT2O7l8bpUb6VvJkg0s { width:7.375rem;height:2.0625rem;top:32.5rem;left:21.875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #HiBDk2DCFOCe5gRBJ5oHVvMxVGCcWxaK { width:1.625rem;height:1.625rem;top:32.75rem;left:19.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #h9Gtwf2NxG4fDlBoGZGKAIqGBNatitcz { width:5.25rem;height:2.0625rem;top:32.5rem;left:33.5625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Lf52vsmc0MzqoJJgTKVHNJo8n8b6xN6b { width:1.8125rem;height:1.8125rem;top:32.5625rem;left:31.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #NKK23zm7bTzIIkNZdZEOUqHZAa7STTyD { width:9.75rem;height:9.75rem;top:1.8125rem;left:19rem;display:block; }
 }@media only screen and (max-width: 763px) { #hfM2tklOqiGyEkBx4FH741yMbvOvFHWb { display:block; }#hfM2tklOqiGyEkBx4FH741yMbvOvFHWb > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dT7hnO6sTzzqwm2oTsgnbdBSUDyCyTMb { width:39rem;height:;top:4.125rem;left:4.375rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TVn8PBwPp8D6gH36I2pmPaRmoU09qp3v { width:12.9375rem;height:2.8125rem;top:11.6875rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #orCc4JIkNDJHCC6xUAc2mnOZJhXIS7Tf { width:36.625rem;height:27.3125rem;top:10rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #SqkzVc30VodxFCpmTzmQgTqXrTVwHmXD { width:18.25rem;height:3.0625rem;top:35.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #zW2b8NXbHzFTbRT6gRgsefTgDpGP5JMG { display:block; }
 }@media only screen and (max-width: 763px) { #ucqNOuVwSreliiv2WgTglkso180gSSVW { width:11.625rem;height:15.5rem;top:15.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #vDMTfM7nGQVQmuxMBJ1q7iZtSBwtTbq6 { width:12.9375rem;height:3.125rem;top:32.0625rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WXTl3qQBOpQmK9TeHJ3uOCpIrOyiUMln { width:36.625rem;height:27.3125rem;top:10rem;left:11rem;display:block; }
 }@media only screen and (max-width: 763px) { #w9gDpZo5K9xQ3P63yRgQkR1TB6pTv4JS { width:12.9375rem;height:;top:11.6875rem;left:34.8125rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #eBhd8TkChUK9elH7zNlE8emSnAaI4r8S { width:12.9375rem;height:3.125rem;top:32.0625rem;left:34.8125rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TODyWB5r4vcnp41Z83HnWm4J4ETFGd68 { width:18.25rem;height:3.0625rem;top:35.6875rem;left:29.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #wSpQXk6MeD9RyHL9HVaw7I87OpJJET20 { display:block; }
 }@media only screen and (max-width: 763px) { #og6JAvHk4RlauhyyZ4o6nnNnT1RTqSBT { width:36.625rem;height:27.3125rem;top:42.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #xPCPySMHezOBXiaTDCsAGFJsmFOEPMOx { width:18.25rem;height:3.0625rem;top:68.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #wSxmkT81Bbx8EPbvvnSTy12NHlViuXU9 { display:block; }
 }@media only screen and (max-width: 763px) { #SmeSWQJWXRhnGiohb47UVHZBJQp4s0Pt { width:12.9375rem;height:3.125rem;top:64.3125rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #yzH1g59bOKI0IDTmbWWp4NvmPD2pmcUR { width:36.625rem;height:27.3125rem;top:42.4375rem;left:11rem;display:block; }
 }@media only screen and (max-width: 763px) { #qtFWum62qyVqm265ynPz4nznirzUJ7Ai { width:18.25rem;height:3.0625rem;top:68.3125rem;left:29.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #JiT8xwnC4787epSz90OfPnnNexbDx6Ws { display:block; }
 }@media only screen and (max-width: 763px) { #nm47iNmhZWc6ItXVDMzDuE09QTuv1zQQ { width:12.9375rem;height:3.125rem;top:64.25rem;left:34.8125rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #obaMXa0dlSrW6Rkm60TtMPITETxJ9HMb { width:12.9375rem;height:;top:44.125rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zw3qyys50HuktbkLrbPQ6e6A3wt4cyIi { width:20rem;height:2.8125rem;top:44.125rem;left:27.75rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wXlaTnTadu12uq2duWl5qdQOfa3rfa4I { width:31.9375rem;height:4.75rem;top:77.3125rem;left:8rem;display:block; }
 }@media only screen and (max-width: 763px) { #XNiIs5Xmq6Zki4u9TfeUusEfoVBlOT3X { display:block; }
 }@media only screen and (max-width: 763px) { #f6DRG7ZLlLqFQkufhkUghHQMD91pcbcq { width:34.8125rem;height:6.5rem;top:76.375rem;left:6.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #rwT3ITXcsqTeqwN0XRQCKxTzTqmJwD2R { width:31.9375rem;height:4.75rem;top:77.3125rem;left:8rem;display:none; }
 }@media only screen and (max-width: 763px) { #aF3x09F9NCIMfC1RvQQQHNsthP4dcs49 { display:block; }
 }@media only screen and (max-width: 763px) { #KQgEzl3UJPZWbDcmedi4GemXL69XL3gN { width:11.625rem;height:15.5rem;top:15.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #quqTzOQ4H4mTszvRFP8H3nLTky38azqM { width:11.625rem;height:15.5rem;top:15.1875rem;left:11rem;display:block; }
 }@media only screen and (max-width: 763px) { #bAJsdxzf7XeqpVevO05NNRtJS7Gkr7CZ { width:11.625rem;height:15.5rem;top:15.1875rem;left:36.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #I3BGPEvEad1ZsiHWyUD5dmIBHTiXWf3k { width:11.625rem;height:15.5rem;top:15.1875rem;left:36.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SIEC1zVzaMhTwpUBxApIedXSv2OLLRyU { width:11.625rem;height:15.5rem;top:15.1875rem;left:25.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #SCBryg8IQZJoyrK0A9cwoXFCHhnPF5Tf { width:11.625rem;height:15.5rem;top:47.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Hr4eXv3vULIkJFu8gPox3RwkUa9hNLe2 { width:11.625rem;height:15.5rem;top:47.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #l7qcG4hNGEd3E23moFXwH15sy0pGAbm7 { width:11.625rem;height:15.5rem;top:47.75rem;left:11rem;display:block; }
 }@media only screen and (max-width: 763px) { #JTSrmwpRA7OmVufBkafvflKEPeEOIUvr { width:11.625rem;height:15.5rem;top:47.75rem;left:25.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #HlRDhCBZM2J5qFHkuV8EIgDEhO1z5pTq { width:11.625rem;height:15.5rem;top:47.75rem;left:36.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xBSNN09dX6GVzvJnne9D1HtqcKmm5sDV { width:11.625rem;height:15.5rem;top:47.75rem;left:36.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #uSyr6uWhos3JJKMBIyg0kDnMI0tFOHtP { display:block; }#uSyr6uWhos3JJKMBIyg0kDnMI0tFOHtP > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UUiMadenuWc4THJG3MZNEJSLJEotTdyb { width:39rem;height:2.375rem;top:5.0625rem;left:4.375rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #e9ZzbHXTlin9FzvcczWBWTMKt8HduxuB { width:44.75rem;height:3.25rem;top:8.75rem;left:1.5rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #a1k6FvKEp7gNTyKhCzO7XC8Nwh6OtWxf { width:24.8125rem;height:3.875rem;top:14.25rem;left:11.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #l8msZTAxMkAXE8OLzZunv7BgRVzT4iCN { display:block; }
 }@media only screen and (max-width: 763px) { #hiHhUKwTcdgH3fe64JFRBaOeo2r5pdt2 { display:block; }#hiHhUKwTcdgH3fe64JFRBaOeo2r5pdt2 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fIZTdG8QwKBHKlIPcU7aU4yMFdUHvlwf { width:24.4375rem;height:4.8125rem;top:4.1875rem;left:11.65625rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rzBiRz6rcrIIBpxxJqMPUTWPzHni6zxX { width:25.6875rem;height:3.25rem;top:9.6875rem;left:11.03125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #CTDBlL9KZFfqTrQkhTonhvNsrtZNB7UP { display:block; }#CTDBlL9KZFfqTrQkhTonhvNsrtZNB7UP > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cru5I35MvgeakG6PqxCTIk1LPr53wWqd { width:14.4375rem;height:1.625rem;top:9.8125rem;left:1.4375rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ThNkhMx2iAPzN25ge0NR2EgMckeItvQm { width:14.4375rem;height:;top:9.8125rem;left:16.625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #uy7SGTCnq5wgbXnM6us863lkS1Obou13 { width:14.4375rem;height:;top:9.8125rem;left:31.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #l0yNN3FDFu0pfpgatMQpz86z9EFoGtkm { width:5.8125rem;height:5.8125rem;top:3.1875rem;left:7.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WdIernGwEl3m00fTmyIb1iJt7OP7ZA74 { width:5.8125rem;height:5.8125rem;top:3.1875rem;left:20.90625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ho4ieAPrUCN8VPnSKNnSu4SaT42yApR8 { width:5.8125rem;height:5.8125rem;top:3.1875rem;left:34.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #tex7LBDylWufsTB5m8MLKXfN9sQErgfg { display:block; }#tex7LBDylWufsTB5m8MLKXfN9sQErgfg > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QEZfTOuccWTXTAVmeT3tL1zZlh7P8eEO { width:31.1875rem;height:4rem;top:4.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZXXbdiudC14Z5et5BXeTx1FBpIVweIWR { width:21.8125rem;height:1.625rem;top:5.375rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #JA6cyOwFfxgI0abNVrdopIFhVHRzVJWF { width:31.1875rem;height:4rem;top:4.1875rem;left:16.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #y3TwFRg4R832A2PiDT9ORITQg2DMmIaq { width:16.875rem;height:1.625rem;top:5.375rem;left:29.0625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #mvrFvui2krxEqJTO2NhCfn54UosQ160t { width:31.1875rem;height:4rem;top:9.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #b1HtLfXBeCyuyidWh5eZc8Fasl5S2HSq { width:31.1875rem;height:4rem;top:9.1875rem;left:16.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #yZd6XkMmN5tDT2KDWeOB1hbmN0C4Fc54 { width:16.6875rem;height:1.625rem;top:10.3125rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #r8ob86veAwwRwatzDrVbd9bp6ao29BdO { width:25.625rem;height:1.625rem;top:10.3125rem;left:22.125rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ayW8Jqe7Oge24mZfFarqqFKDQSugwWbI { width:2rem;height:2rem;top:5.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #UKypH222hcmxiB9uCy3nUlfgaCIGDCVi { width:2rem;height:2rem;top:5.1875rem;left:26rem;display:block; }
 }@media only screen and (max-width: 763px) { #umXiPbSZbEgJRQOUqrEuJNPTOZ70gMhp { width:2rem;height:2rem;top:10.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #akgJz8xeVinD3RGgAnLIJFwUbmgXSJah { width:2rem;height:2rem;top:10.1875rem;left:26rem;display:block; }
 }@media only screen and (max-width: 763px) { #rPF4QwSv9HsfZVwiNCrLb0IrQW1DNXG4 { display:block; }#rPF4QwSv9HsfZVwiNCrLb0IrQW1DNXG4 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OVwhcGCu2VNUVlOXpUpdoNFdTWxW4ilT { width:24.4375rem;height:2.375rem;top:4.0625rem;left:11.6875rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nnHuFrOg7u5R4wZi47qtXM5yA4MlvfLc .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#nnHuFrOg7u5R4wZi47qtXM5yA4MlvfLc { display:flex;height:auto;width:44.125rem;top:9.3125rem;left:0.5625rem; }
#nnHuFrOg7u5R4wZi47qtXM5yA4MlvfLc .accordion-element-container:first-of-type .accordion-desc-text { display: none; } }@media only screen and (max-width: 763px) { #nnHuFrOg7u5R4wZi47qtXM5yA4MlvfLc #zkcT1IK5c0Fn6kInG9LDR0TUczUfW31e {  }
 }@media only screen and (max-width: 763px) { #nnHuFrOg7u5R4wZi47qtXM5yA4MlvfLc #eOaoGJHcSgJ4f0MmH9coI9E6bECBtT0U {  }
 }@media only screen and (max-width: 763px) { #nnHuFrOg7u5R4wZi47qtXM5yA4MlvfLc #JdRoAV6lqEzQmy22acsWRTs32wCkx8tV {  }
 }@media only screen and (max-width: 763px) { #nnHuFrOg7u5R4wZi47qtXM5yA4MlvfLc #ABUX5TpBJ6huPZzwlFVJyZJmgIFbg2re {  }
 }@media only screen and (max-width: 763px) { #nnHuFrOg7u5R4wZi47qtXM5yA4MlvfLc #g1JlyAAsTAWEHH3AxL6c7viZvI1zXusz {  }
 }@media only screen and (max-width: 763px) { #nnHuFrOg7u5R4wZi47qtXM5yA4MlvfLc #XrUi6hmeLOg0Xm6ktHUCKvtnIDbwZyN5 {  }
 }@media only screen and (max-width: 763px) { #nnHuFrOg7u5R4wZi47qtXM5yA4MlvfLc #pzDZJm9K2qTVowTAJpSHMVTKMNRXdJNC {  }
 }@media only screen and (max-width: 763px) { #nnHuFrOg7u5R4wZi47qtXM5yA4MlvfLc #nX5vXCz0rSPM4JgbyvEkSpM6cenkD2nL {  }
 }@media only screen and (max-width: 763px) { #nnHuFrOg7u5R4wZi47qtXM5yA4MlvfLc #n3yaUMlb2p7T7VFAcor3UXhFPCBToQTf {  }
 }@media only screen and (max-width: 763px) { #nnHuFrOg7u5R4wZi47qtXM5yA4MlvfLc #owwgGcMcZkEmZQ74Mf36yEe0kZouyOcT {  }
 }@media only screen and (max-width: 763px) { #nnHuFrOg7u5R4wZi47qtXM5yA4MlvfLc #P9Kiemk3dbRP4uU3wTeb3tVWoclBky2K {  }
 }@media only screen and (max-width: 763px) { #nnHuFrOg7u5R4wZi47qtXM5yA4MlvfLc #ULBG9S4zJLnauderDnzrxpOxoF9tgThm {  }
 }@media only screen and (max-width: 763px) { #nnHuFrOg7u5R4wZi47qtXM5yA4MlvfLc #yKGXT6L9JfTE8OZ72QuDXonJduEliRwd {  }
 }@media only screen and (max-width: 763px) { #nnHuFrOg7u5R4wZi47qtXM5yA4MlvfLc #SRD5ILRSbsr4zRPVzzcq6pQB7C6yaJKF {  }
 }@media only screen and (max-width: 763px) { #nnHuFrOg7u5R4wZi47qtXM5yA4MlvfLc #ewhoRlT5ROnN5JbrplSTPZh4AW6qoEfx {  }
 }@media only screen and (max-width: 763px) { #nnHuFrOg7u5R4wZi47qtXM5yA4MlvfLc #TIm5svCzyZZGo28iPCQFbrVKqdZVeZay {  }
 }@media only screen and (max-width: 763px) { #nnHuFrOg7u5R4wZi47qtXM5yA4MlvfLc #wuEGFOufv5ZAydmzPDVdbRqSbg2G9pxi {  }
 }@media only screen and (max-width: 763px) { #nnHuFrOg7u5R4wZi47qtXM5yA4MlvfLc #gDNdAL2LeNhMWLO36rTp00ZwcMdbU1yl {  }
 }@media only screen and (max-width: 763px) { #nnHuFrOg7u5R4wZi47qtXM5yA4MlvfLc #XJKyWxT5OdfuvhQvZNOetsKyVNPavJkp {  }
 }@media only screen and (max-width: 763px) { #nnHuFrOg7u5R4wZi47qtXM5yA4MlvfLc #LLfKiTwKi99kDBCQUPLwdbnAekTmAmCk {  }
 }@media only screen and (max-width: 763px) { #xC4Smpn7iltNuIrN6szuuCbCfIpIcqkp { display:block; }#xC4Smpn7iltNuIrN6szuuCbCfIpIcqkp > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xo6xqfbSaG49tAywKLISzaX9TMoma7Hu { width:39rem;height:;top:5.0625rem;left:4.375rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TH6MGe8fr0CMyaS32cXcIEaEFdMveeiB { width:41.0625rem;height:3.25rem;top:8.5625rem;left:3.34375rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #somZ8KRdx4HZLeP5HkCxlDVos1nGpAP3 { width:24.8125rem;height:3.875rem;top:14.25rem;left:11.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #RSSXF7e1iDZs8mzGQWhHUwBiMMWkZA3A { display:block; }
 }@media only screen and (max-width: 763px) { #JVkSXPBGrisK3uruykJReMOFSkwohuKU { display:block; }#JVkSXPBGrisK3uruykJReMOFSkwohuKU > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gp8sN6HwTBOU0zVx01otzdEdxSy0BqAd { width:12.9375rem;height:12.9375rem;top:2.9375rem;left:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #LJMI6nz6EHOPNFr8Pnmx0qFOZEBzqJyO { width:17.8125rem;height:4rem;top:9.4375rem;left:24.3125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #noPw7M9AO5fzoyzIRQsggnVRSuWVnlib { width:9.9375rem;height:1.5rem;top:5.375rem;left:25.9375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #CiRgrJQPba9yfb8bqgGMLbHopLA1d9hs { width:1.625rem;height:1.625rem;top:5.3125rem;left:23.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #AAmQ543WuJspT5Sv2xQ4LqskVXwwBOeg { width:1.625rem;height:1.625rem;top:9.4375rem;left:21.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KpQUwyFfVyzfDGt5vQan1oCwTGVaJl7e { width:1.625rem;height:1.625rem;top:5.3125rem;left:21.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #TnwL6J2u61ckZJTuVu0uo50Cz5FLQEuC { background-color:rgba(var(--color-primary-2),1);background-image:none;display:block; }#TnwL6J2u61ckZJTuVu0uo50Cz5FLQEuC > .row .container { background-color: transparent; background-image: none; }#TnwL6J2u61ckZJTuVu0uo50Cz5FLQEuC::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TnwL6J2u61ckZJTuVu0uo50Cz5FLQEuC > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TnwL6J2u61ckZJTuVu0uo50Cz5FLQEuC > .row .container > .video-iframe-container { display: none; }#TnwL6J2u61ckZJTuVu0uo50Cz5FLQEuC > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TnwL6J2u61ckZJTuVu0uo50Cz5FLQEuC > .row > .video-iframe-container { display: none; }#TnwL6J2u61ckZJTuVu0uo50Cz5FLQEuC > .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); }#TnwL6J2u61ckZJTuVu0uo50Cz5FLQEuC > .row .container { width:20rem;height:51.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #aZIBmbImoxBTwnc9npETNqAqvdMwAc6e { width:20rem;height:4.5371125rem;top:14.625rem;left:0rem;font-size:2.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #GVzAWAIRXJW5SoC1hGRhaimFB2wC8NAC { width:18.5rem;height:2.0625rem;top:21.4375rem;left:0.75rem;font-size:1.375rem;text-align:center;text-align-last:center;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #Uv8O0QGLNGyMxKWsAgsDUnN6QEoIdv03 { width:20rem;height:3.4375rem;top:34.890625rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #tKySSIISh0UF3GUGg2iXq2wIWHJSxhH0 { display:block; }
 }@media only screen and (max-width: 763px) { #BmDl4334MpLmwHuv0Gs2NcpleVkSfgmO { width:20rem;height:8.125rem;top:24.75rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #to6Ks25E0nMSXGKD5bAwa1QXq0H2G5o4 { width:12.1875rem;height:1.21875rem;top:41.1875rem;left:5.0625rem;font-size:0.9375rem;text-align:left;text-align-last:left;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #DqnNnC6Kp6zZdX9x4pvvDtMTDn81PMvN { display:flex;width:1.625rem;height:1.625rem;top:40.9375rem;left:2.8125rem; }
 }@media only screen and (max-width: 763px) { #NTfFU4wOHzWkCUT2O7l8bpUb6VvJkg0s { width:13.375rem;height:1.21875rem;top:44.125rem;left:4.3125rem;font-size:0.9375rem;text-align:left;text-align-last:left;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #HiBDk2DCFOCe5gRBJ5oHVvMxVGCcWxaK { display:flex;width:1.75rem;height:1.75rem;top:43.8125rem;left:2.3125rem; }
 }@media only screen and (max-width: 763px) { #h9Gtwf2NxG4fDlBoGZGKAIqGBNatitcz { width:9.25rem;height:1.21875rem;top:46.8125rem;left:6.5rem;font-size:0.9375rem;text-align:left;text-align-last:left;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #Lf52vsmc0MzqoJJgTKVHNJo8n8b6xN6b { display:flex;width:1.9375rem;height:1.9375rem;top:46.4375rem;left:4.25rem; }
 }@media only screen and (max-width: 763px) { #NKK23zm7bTzIIkNZdZEOUqHZAa7STTyD { width:11.3125rem;height:11.3125rem;top:2.3125rem;left:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hfM2tklOqiGyEkBx4FH741yMbvOvFHWb { display:block; }#hfM2tklOqiGyEkBx4FH741yMbvOvFHWb > .row .container { width:20rem;height:346.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dT7hnO6sTzzqwm2oTsgnbdBSUDyCyTMb { width:20rem;height:4.3984375rem;top:3rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TVn8PBwPp8D6gH36I2pmPaRmoU09qp3v { width:12.9375rem;height:2.34375rem;top:10.875rem;left:3.53125rem;font-size:1.5625rem;text-align:center;text-align-last:center;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #orCc4JIkNDJHCC6xUAc2mnOZJhXIS7Tf { width:19.875rem;height:78.1875rem;top:9.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #SqkzVc30VodxFCpmTzmQgTqXrTVwHmXD { width:18.1875rem;height:3.0625rem;top:85.9375rem;left:0.90625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zW2b8NXbHzFTbRT6gRgsefTgDpGP5JMG { display:block; }
 }@media only screen and (max-width: 763px) { #ucqNOuVwSreliiv2WgTglkso180gSSVW { width:16.3125rem;height:21.875rem;top:14.125rem;left:1.84375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vDMTfM7nGQVQmuxMBJ1q7iZtSBwtTbq6 { width:12.9375rem;height:2.8125rem;top:82.375rem;left:3.53125rem;font-size:1.875rem;text-align:center;text-align-last:center;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #WXTl3qQBOpQmK9TeHJ3uOCpIrOyiUMln { width:19.875rem;height:78.375rem;top:90.8125rem;left:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #w9gDpZo5K9xQ3P63yRgQkR1TB6pTv4JS { width:12.9375rem;height:2.34375rem;top:92.5rem;left:3.625rem;font-size:1.5625rem;text-align:center;text-align-last:center;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #eBhd8TkChUK9elH7zNlE8emSnAaI4r8S { width:12.9375rem;height:2.8125rem;top:164rem;left:3.53125rem;font-size:1.875rem;text-align:center;text-align-last:center;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #TODyWB5r4vcnp41Z83HnWm4J4ETFGd68 { width:18.1875rem;height:3.0625rem;top:167.5625rem;left:0.90625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wSpQXk6MeD9RyHL9HVaw7I87OpJJET20 { display:block; }
 }@media only screen and (max-width: 763px) { #og6JAvHk4RlauhyyZ4o6nnNnT1RTqSBT { width:19.875rem;height:78rem;top:172.25rem;left:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xPCPySMHezOBXiaTDCsAGFJsmFOEPMOx { width:18.1875rem;height:3.0625rem;top:248.625rem;left:0.90625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wSxmkT81Bbx8EPbvvnSTy12NHlViuXU9 { display:block; }
 }@media only screen and (max-width: 763px) { #SmeSWQJWXRhnGiohb47UVHZBJQp4s0Pt { width:12.9375rem;height:2.8125rem;top:244.84375rem;left:3.53125rem;font-size:1.875rem;text-align:center;text-align-last:center;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #yzH1g59bOKI0IDTmbWWp4NvmPD2pmcUR { width:19.875rem;height:79.5rem;top:253.1875rem;left:0rem;z-index:15001;display:block; }
 }@media only screen and (max-width: 763px) { #qtFWum62qyVqm265ynPz4nznirzUJ7Ai { width:18.1875rem;height:3.0625rem;top:330.875rem;left:0.90625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #JiT8xwnC4787epSz90OfPnnNexbDx6Ws { display:block; }
 }@media only screen and (max-width: 763px) { #nm47iNmhZWc6ItXVDMzDuE09QTuv1zQQ { width:12.9375rem;height:2.8125rem;top:327.3125rem;left:3.53125rem;font-size:1.875rem;text-align:center;text-align-last:center;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #obaMXa0dlSrW6Rkm60TtMPITETxJ9HMb { width:12.9375rem;height:2.34375rem;top:173.9375rem;left:3.625rem;font-size:1.5625rem;text-align:center;text-align-last:center;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #Zw3qyys50HuktbkLrbPQ6e6A3wt4cyIi { width:13.125rem;height:3.4375rem;top:255.0625rem;left:3.4375rem;font-size:1.5625rem;text-align:center;text-align-last:center;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #wXlaTnTadu12uq2duWl5qdQOfa3rfa4I { width:16.875rem;height:4.75rem;top:272.8125rem;left:1.5625rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #XNiIs5Xmq6Zki4u9TfeUusEfoVBlOT3X { display:block; }
 }@media only screen and (max-width: 763px) { #f6DRG7ZLlLqFQkufhkUghHQMD91pcbcq { width:19.875rem;height:6.5rem;top:336.75rem;left:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rwT3ITXcsqTeqwN0XRQCKxTzTqmJwD2R { width:18.625rem;height:5.25rem;top:337.4375rem;left:0.6875rem;font-size:1.5625rem;z-index:15035;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #aF3x09F9NCIMfC1RvQQQHNsthP4dcs49 { display:block; }
 }@media only screen and (max-width: 763px) { #KQgEzl3UJPZWbDcmedi4GemXL69XL3gN { width:16.3125rem;height:21.75rem;top:36.6875rem;left:1.84375rem;display:block; }
 }@media only screen and (max-width: 763px) { #quqTzOQ4H4mTszvRFP8H3nLTky38azqM { width:16.3125rem;height:21.75rem;top:59.0625rem;left:1.84375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bAJsdxzf7XeqpVevO05NNRtJS7Gkr7CZ { width:16.3125rem;height:21.75rem;top:118.125rem;left:1.84375rem;display:block; }
 }@media only screen and (max-width: 763px) { #I3BGPEvEad1ZsiHWyUD5dmIBHTiXWf3k { width:16.3125rem;height:21.75rem;top:140.4375rem;left:1.84375rem;display:block; }
 }@media only screen and (max-width: 763px) { #SIEC1zVzaMhTwpUBxApIedXSv2OLLRyU { width:16.3125rem;height:21.75rem;top:95.75rem;left:1.84375rem;display:block; }
 }@media only screen and (max-width: 763px) { #SCBryg8IQZJoyrK0A9cwoXFCHhnPF5Tf { width:16.3125rem;height:21.75rem;top:177.125rem;left:1.84375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Hr4eXv3vULIkJFu8gPox3RwkUa9hNLe2 { width:16.3125rem;height:21.75rem;top:199.5rem;left:1.84375rem;display:block; }
 }@media only screen and (max-width: 763px) { #l7qcG4hNGEd3E23moFXwH15sy0pGAbm7 { width:16.3125rem;height:21.75rem;top:221.875rem;left:1.84375rem;display:block; }
 }@media only screen and (max-width: 763px) { #JTSrmwpRA7OmVufBkafvflKEPeEOIUvr { width:16.3125rem;height:21.75rem;top:259.5625rem;left:1.84375rem;display:block; }
 }@media only screen and (max-width: 763px) { #HlRDhCBZM2J5qFHkuV8EIgDEhO1z5pTq { width:16.3125rem;height:21.75rem;top:281.9375rem;left:1.84375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xBSNN09dX6GVzvJnne9D1HtqcKmm5sDV { width:16.3125rem;height:21.75rem;top:304.3125rem;left:1.84375rem;display:block; }
 }@media only screen and (max-width: 763px) { #uSyr6uWhos3JJKMBIyg0kDnMI0tFOHtP { display:block; }#uSyr6uWhos3JJKMBIyg0kDnMI0tFOHtP > .row .container { width:20rem;height:28.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UUiMadenuWc4THJG3MZNEJSLJEotTdyb { width:20rem;height:4.3984375rem;top:3.875rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #e9ZzbHXTlin9FzvcczWBWTMKt8HduxuB { width:20rem;height:9.624rem;top:9.25rem;left:0rem;font-size:1.375rem;text-align:center;text-align-last:center;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #a1k6FvKEp7gNTyKhCzO7XC8Nwh6OtWxf { width:20rem;height:3.875rem;top:20.375rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #l8msZTAxMkAXE8OLzZunv7BgRVzT4iCN { display:block; }
 }@media only screen and (max-width: 763px) { #hiHhUKwTcdgH3fe64JFRBaOeo2r5pdt2 { display:block; }#hiHhUKwTcdgH3fe64JFRBaOeo2r5pdt2 > .row .container { width:20rem;height:15.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fIZTdG8QwKBHKlIPcU7aU4yMFdUHvlwf { width:20rem;height:6.597625rem;top:3.4375rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #rzBiRz6rcrIIBpxxJqMPUTWPzHni6zxX { width:20rem;height:3.5rem;top:10.5966796875rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #CTDBlL9KZFfqTrQkhTonhvNsrtZNB7UP { display:block; }#CTDBlL9KZFfqTrQkhTonhvNsrtZNB7UP > .row .container { width:20rem;height:35.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cru5I35MvgeakG6PqxCTIk1LPr53wWqd { width:14.4375rem;height:2.0625rem;top:7.875rem;left:2.8125rem;font-size:1.375rem;text-align:center;text-align-last:center;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #ThNkhMx2iAPzN25ge0NR2EgMckeItvQm { width:14.4375rem;height:2.0625rem;top:18.6875rem;left:2.8125rem;font-size:1.375rem;text-align:center;text-align-last:center;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #uy7SGTCnq5wgbXnM6us863lkS1Obou13 { width:14.4375rem;height:2.0625rem;top:29.375rem;left:2.8125rem;font-size:1.375rem;text-align:center;text-align-last:center;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #l0yNN3FDFu0pfpgatMQpz86z9EFoGtkm { width:5.8125rem;height:5.8125rem;top:1.6875rem;left:7.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WdIernGwEl3m00fTmyIb1iJt7OP7ZA74 { width:5.8125rem;height:5.8125rem;top:12.25rem;left:7.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ho4ieAPrUCN8VPnSKNnSu4SaT42yApR8 { width:5.8125rem;height:5.8125rem;top:23.0625rem;left:7.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #tex7LBDylWufsTB5m8MLKXfN9sQErgfg { display:block; }#tex7LBDylWufsTB5m8MLKXfN9sQErgfg > .row .container { width:20rem;height:27.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QEZfTOuccWTXTAVmeT3tL1zZlh7P8eEO { width:20rem;height:4.75rem;top:2.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZXXbdiudC14Z5et5BXeTx1FBpIVweIWR { width:13.6875rem;height:3.298825rem;top:3.5rem;left:4.125rem;font-size:1.375rem;text-align:left;text-align-last:left;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #JA6cyOwFfxgI0abNVrdopIFhVHRzVJWF { width:20rem;height:4.75rem;top:8.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #y3TwFRg4R832A2PiDT9ORITQg2DMmIaq { width:10.3125rem;height:3.298825rem;top:9.3125rem;left:4.375rem;font-size:1.375rem;text-align:left;text-align-last:left;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #mvrFvui2krxEqJTO2NhCfn54UosQ160t { width:20rem;height:4.75rem;top:14.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #b1HtLfXBeCyuyidWh5eZc8Fasl5S2HSq { width:20rem;height:4.75rem;top:20.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #yZd6XkMmN5tDT2KDWeOB1hbmN0C4Fc54 { width:10.5rem;height:3.298825rem;top:15.125rem;left:4.25rem;font-size:1.375rem;text-align:left;text-align-last:left;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #r8ob86veAwwRwatzDrVbd9bp6ao29BdO { width:15.9375rem;height:3.1484375rem;top:21.0625rem;left:4.0625rem;font-size:1.3125rem;text-align:left;text-align-last:left;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #ayW8Jqe7Oge24mZfFarqqFKDQSugwWbI { display:flex;width:2rem;height:2rem;top:4.125rem;left:1.375rem; }
 }@media only screen and (max-width: 763px) { #UKypH222hcmxiB9uCy3nUlfgaCIGDCVi { display:flex;width:2rem;height:2rem;top:10rem;left:1.375rem; }
 }@media only screen and (max-width: 763px) { #umXiPbSZbEgJRQOUqrEuJNPTOZ70gMhp { display:flex;width:2rem;height:2rem;top:15.8125rem;left:1.375rem; }
 }@media only screen and (max-width: 763px) { #akgJz8xeVinD3RGgAnLIJFwUbmgXSJah { display:flex;width:2rem;height:2rem;top:21.75rem;left:1.375rem; }
 }@media only screen and (max-width: 763px) { #rPF4QwSv9HsfZVwiNCrLb0IrQW1DNXG4 { display:block; }#rPF4QwSv9HsfZVwiNCrLb0IrQW1DNXG4 > .row .container { width:20rem;height:29.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OVwhcGCu2VNUVlOXpUpdoNFdTWxW4ilT { width:14rem;height:4.3984375rem;top:2.625rem;left:3rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #nnHuFrOg7u5R4wZi47qtXM5yA4MlvfLc .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#nnHuFrOg7u5R4wZi47qtXM5yA4MlvfLc { display:flex;height:auto;width:18.75rem;top:8.0625rem;left:0rem;padding-top:0.625rem;padding-right:0.625rem;padding-bottom:0.625rem;padding-left:0.625rem;gap:1.25rem; }
#nnHuFrOg7u5R4wZi47qtXM5yA4MlvfLc .accordion-element-container:first-of-type .accordion-desc-text { display: none; } }@media only screen and (max-width: 763px) { #nnHuFrOg7u5R4wZi47qtXM5yA4MlvfLc #zkcT1IK5c0Fn6kInG9LDR0TUczUfW31e {  }
 }@media only screen and (max-width: 763px) { #nnHuFrOg7u5R4wZi47qtXM5yA4MlvfLc #eOaoGJHcSgJ4f0MmH9coI9E6bECBtT0U {  }
 }@media only screen and (max-width: 763px) { #nnHuFrOg7u5R4wZi47qtXM5yA4MlvfLc #JdRoAV6lqEzQmy22acsWRTs32wCkx8tV {  }
 }@media only screen and (max-width: 763px) { #nnHuFrOg7u5R4wZi47qtXM5yA4MlvfLc #ABUX5TpBJ6huPZzwlFVJyZJmgIFbg2re {  }
 }@media only screen and (max-width: 763px) { #nnHuFrOg7u5R4wZi47qtXM5yA4MlvfLc #g1JlyAAsTAWEHH3AxL6c7viZvI1zXusz {  }
 }@media only screen and (max-width: 763px) { #nnHuFrOg7u5R4wZi47qtXM5yA4MlvfLc #XrUi6hmeLOg0Xm6ktHUCKvtnIDbwZyN5 {  }
 }@media only screen and (max-width: 763px) { #nnHuFrOg7u5R4wZi47qtXM5yA4MlvfLc #pzDZJm9K2qTVowTAJpSHMVTKMNRXdJNC {  }
 }@media only screen and (max-width: 763px) { #nnHuFrOg7u5R4wZi47qtXM5yA4MlvfLc #nX5vXCz0rSPM4JgbyvEkSpM6cenkD2nL {  }
 }@media only screen and (max-width: 763px) { #nnHuFrOg7u5R4wZi47qtXM5yA4MlvfLc #n3yaUMlb2p7T7VFAcor3UXhFPCBToQTf {  }
 }@media only screen and (max-width: 763px) { #nnHuFrOg7u5R4wZi47qtXM5yA4MlvfLc #owwgGcMcZkEmZQ74Mf36yEe0kZouyOcT {  }
 }@media only screen and (max-width: 763px) { #nnHuFrOg7u5R4wZi47qtXM5yA4MlvfLc #P9Kiemk3dbRP4uU3wTeb3tVWoclBky2K {  }
 }@media only screen and (max-width: 763px) { #nnHuFrOg7u5R4wZi47qtXM5yA4MlvfLc #ULBG9S4zJLnauderDnzrxpOxoF9tgThm {  }
 }@media only screen and (max-width: 763px) { #nnHuFrOg7u5R4wZi47qtXM5yA4MlvfLc #yKGXT6L9JfTE8OZ72QuDXonJduEliRwd {  }
 }@media only screen and (max-width: 763px) { #nnHuFrOg7u5R4wZi47qtXM5yA4MlvfLc #SRD5ILRSbsr4zRPVzzcq6pQB7C6yaJKF {  }
 }@media only screen and (max-width: 763px) { #nnHuFrOg7u5R4wZi47qtXM5yA4MlvfLc #ewhoRlT5ROnN5JbrplSTPZh4AW6qoEfx {  }
 }@media only screen and (max-width: 763px) { #nnHuFrOg7u5R4wZi47qtXM5yA4MlvfLc #TIm5svCzyZZGo28iPCQFbrVKqdZVeZay {  }
 }@media only screen and (max-width: 763px) { #nnHuFrOg7u5R4wZi47qtXM5yA4MlvfLc #wuEGFOufv5ZAydmzPDVdbRqSbg2G9pxi {  }
 }@media only screen and (max-width: 763px) { #nnHuFrOg7u5R4wZi47qtXM5yA4MlvfLc #gDNdAL2LeNhMWLO36rTp00ZwcMdbU1yl {  }
 }@media only screen and (max-width: 763px) { #nnHuFrOg7u5R4wZi47qtXM5yA4MlvfLc #XJKyWxT5OdfuvhQvZNOetsKyVNPavJkp {  }
 }@media only screen and (max-width: 763px) { #nnHuFrOg7u5R4wZi47qtXM5yA4MlvfLc #LLfKiTwKi99kDBCQUPLwdbnAekTmAmCk {  }
 }@media only screen and (max-width: 763px) { #xC4Smpn7iltNuIrN6szuuCbCfIpIcqkp { display:block; }#xC4Smpn7iltNuIrN6szuuCbCfIpIcqkp > .row .container { width:20rem;height:28rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xo6xqfbSaG49tAywKLISzaX9TMoma7Hu { width:20rem;height:4.3984375rem;top:3.6875rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TH6MGe8fr0CMyaS32cXcIEaEFdMveeiB { width:20rem;height:7.1484375rem;top:11rem;left:0.0625rem;font-size:1.375rem;text-align:center;text-align-last:center;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #somZ8KRdx4HZLeP5HkCxlDVos1nGpAP3 { width:20rem;height:3.875rem;top:19.9375rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #RSSXF7e1iDZs8mzGQWhHUwBiMMWkZA3A { display:block; }
 }@media only screen and (max-width: 763px) { #JVkSXPBGrisK3uruykJReMOFSkwohuKU { display:block; }#JVkSXPBGrisK3uruykJReMOFSkwohuKU > .row .container { width:20rem;height:30rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gp8sN6HwTBOU0zVx01otzdEdxSy0BqAd { width:11.3125rem;height:11.3125rem;top:3.3125rem;left:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #LJMI6nz6EHOPNFr8Pnmx0qFOZEBzqJyO { width:13.75rem;height:6.296875rem;top:20.5rem;left:4.125rem;font-size:1.125rem;text-align:left;text-align-last:left;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #noPw7M9AO5fzoyzIRQsggnVRSuWVnlib { width:9.9375rem;height:1.875rem;top:16.3125rem;left:7.3125rem;font-size:1.25rem;text-align:left;text-align-last:left;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #CiRgrJQPba9yfb8bqgGMLbHopLA1d9hs { display:flex;width:1.625rem;height:1.625rem;top:16.4375rem;left:5.125rem; }
 }@media only screen and (max-width: 763px) { #AAmQ543WuJspT5Sv2xQ4LqskVXwwBOeg { display:flex;width:1.625rem;height:1.625rem;top:20.5rem;left:2.125rem; }
 }@media only screen and (max-width: 763px) { #KpQUwyFfVyzfDGt5vQan1oCwTGVaJl7e { display:flex;width:1.625rem;height:1.625rem;top:16.4375rem;left:2.8125rem; }
 }