.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:231,205,254;--color-primary-1:182,106,251;--color-primary-2:134,7,248;--color-primary-3:80,4,149;--color-primary-4:60,2,102;--color-secondary-0:231,239,255;--color-secondary-1:174,201,255;--color-secondary-2:93,146,255;--color-secondary-3:47,73,128;--color-secondary-4:14,22,38;--color-tertiary-0:255,255,255;--color-tertiary-1:53,53,53;--color-tertiary-2:47,47,47;--color-tertiary-3:37,37,37;--color-tertiary-4:0,0,0;--headlines-font-family:"Poppins";--paragraphs-font-family:"Poppins"; }@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:#1a1a1a;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;top:0rem;left:0rem;display:block; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KCgSXgG5qhoQK6aGzGoezQP8XSkiclC0 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-tertiary-0),0.97), #eaeaea);background-image: -moz-linear-gradient(180deg, rgba(var(--color-tertiary-0),0.97), #eaeaea);background-image: -ms-linear-gradient(180deg, rgba(var(--color-tertiary-0),0.97), #eaeaea);background-image: -o-linear-gradient(180deg, rgba(var(--color-tertiary-0),0.97), #eaeaea);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-0),0.97)', endColorstr='#eaeaea' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-0),0.97)', endColorstr='#eaeaea' );";background-image: linear-gradient(180deg, rgba(var(--color-tertiary-0),0.97), #eaeaea);background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;z-index:auto;display:block; }#KCgSXgG5qhoQK6aGzGoezQP8XSkiclC0 > .row .container { background-color: transparent; background-image: none; }#KCgSXgG5qhoQK6aGzGoezQP8XSkiclC0::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KCgSXgG5qhoQK6aGzGoezQP8XSkiclC0 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KCgSXgG5qhoQK6aGzGoezQP8XSkiclC0 > .row .container > .video-iframe-container { display: none; }#KCgSXgG5qhoQK6aGzGoezQP8XSkiclC0 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KCgSXgG5qhoQK6aGzGoezQP8XSkiclC0 > .row > .video-iframe-container { display: none; }#KCgSXgG5qhoQK6aGzGoezQP8XSkiclC0 > .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); }#KCgSXgG5qhoQK6aGzGoezQP8XSkiclC0 > .row .container { border-width: 0; border-radius: 0; }#KCgSXgG5qhoQK6aGzGoezQP8XSkiclC0 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#KCgSXgG5qhoQK6aGzGoezQP8XSkiclC0 > .row .container { font-size:0.875rem;font-family:arial;height:5.6875rem;width:75rem;position:relative;display:block; }#pf2kBMGL3UEERxeKsZBQ0Q55bp5BQOuW { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.0625rem;width:7.9375rem;top:1.90625rem;left:0rem;overflow:hidden;display:block; }
#Txnbx6D54yee9TMwSDCO54lF0XCDmyXp { background-color:rgba(var(--color-secondary-2),0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.125rem;height:3.4375rem;text-decoration:none;z-index:15009;text-align:center;text-align-last:center;top:1.125rem;left:21.8125rem;display:block; }
#mrJgokv7ikcFWo2aSXW3yF4IRUZIsfx3 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#khcGBlusKDpthhLbf5X3kBrwX45qFVOq { z-index:15004;top:1.40625rem;left:48.875rem;background-color:transparent;background-image: -webkit-linear-gradient(216deg, rgba(var(--color-primary-4),1), rgba(var(--color-primary-2),1));background-image: -moz-linear-gradient(216deg, rgba(var(--color-primary-4),1), rgba(var(--color-primary-2),1));background-image: -ms-linear-gradient(216deg, rgba(var(--color-primary-4),1), rgba(var(--color-primary-2),1));background-image: -o-linear-gradient(216deg, rgba(var(--color-primary-4),1), rgba(var(--color-primary-2),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-4),1)', endColorstr='rgba(var(--color-primary-2),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-4),1)', endColorstr='rgba(var(--color-primary-2),1)' );";background-image: linear-gradient(216deg, rgba(var(--color-primary-4),1), rgba(var(--color-primary-2),1));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.4375rem;border-top-right-radius:2.4375rem;border-bottom-left-radius:2.4375rem;border-bottom-right-radius:2.4375rem;box-shadow: 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:0.9375rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.875rem;height:2.875rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#rWnldfMPf2vsxDkoPFFfApLiGny5cfEt { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ApzGpsRbTEZpIhVmh2gfonl80qnt4RHq { background-color:rgba(var(--color-secondary-2),0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:7.0625rem;height:3.4375rem;text-decoration:none;z-index:15010;text-align:center;text-align-last:center;top:1.125rem;left:32.375rem;display:block; }
#hJw5yNJfWuKhTqpv9mvd9yZEhLpt3i3v { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#qBidLy5GVI19dAhsmlfk9cJgTLQHmMOt { background-color:rgba(var(--color-secondary-2),0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:7.1875rem;height:3.4375rem;text-decoration:none;z-index:15011;text-align:center;text-align-last:center;top:1.125rem;left:40.3125rem;display:block; }
#n1TDDKPn7oGB9178cthbMvLMDwzqns64 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ganA65NEpWE5IITQd2VvXsFrTc3L2QQb { z-index:15003;top:1.40625rem;left:63.5rem;background-color:transparent;background-image:none;border-top:0.0625rem solid #7700fd;border-left:0.0625rem solid #7700fd;border-right:0.0625rem solid #7700fd;border-bottom:0.0625rem solid #7700fd;border-top-left-radius:2.4375rem;border-top-right-radius:2.4375rem;border-bottom-left-radius:2.4375rem;border-bottom-right-radius:2.4375rem;box-shadow: none;box-sizing:border-box;color:#7700fd;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.6875rem;height:2.875rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#QIETH3sOzl2p68N9x3Wb2OyfFkDVJgaT { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#LZT4aInvRDCRTPfW4sNyn7fNWKDFoeln { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/1d45c1a7-76a9-4024-9646-96cfe564cfa0/bgheader2.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#LZT4aInvRDCRTPfW4sNyn7fNWKDFoeln.adaptive-delivery-prevent-bg, #LZT4aInvRDCRTPfW4sNyn7fNWKDFoeln.lazyload, #LZT4aInvRDCRTPfW4sNyn7fNWKDFoeln.lazyloading { background-image: none; }#LZT4aInvRDCRTPfW4sNyn7fNWKDFoeln > .row .container { background-color: transparent; background-image: none; }#LZT4aInvRDCRTPfW4sNyn7fNWKDFoeln::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(21,20,74,0.58); }#LZT4aInvRDCRTPfW4sNyn7fNWKDFoeln > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LZT4aInvRDCRTPfW4sNyn7fNWKDFoeln > .row .container > .video-iframe-container { display: none; }#LZT4aInvRDCRTPfW4sNyn7fNWKDFoeln > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(21,20,74,0.58); }#LZT4aInvRDCRTPfW4sNyn7fNWKDFoeln > .row > .video-iframe-container { display: none; }#LZT4aInvRDCRTPfW4sNyn7fNWKDFoeln > .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); }#LZT4aInvRDCRTPfW4sNyn7fNWKDFoeln > .row .container { border-width: 0; border-radius: 0; }#LZT4aInvRDCRTPfW4sNyn7fNWKDFoeln::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#LZT4aInvRDCRTPfW4sNyn7fNWKDFoeln > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#LZT4aInvRDCRTPfW4sNyn7fNWKDFoeln > .row .container { font-size:0.875rem;font-family:arial;height:50.5rem;width:75rem;position:relative;display:block; }#E8S3KSFGTZm8QiZEXFyBz9kWgEbgUhFO { color:rgba(var(--color-tertiary-0),1);display:block;width:29.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.4375rem;font-weight:300;z-index:15004;line-height:1.2;letter-spacing:0;top:3.625rem;left:8.25rem;height:8.775rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#D4MTte9bOraNf2IBSoKbqFBGRhQiXmJJ { color:rgba(var(--color-tertiary-0),1);display:block;width:27rem;position:absolute;font-family:tahoma, arial, sans-serif;font-size:1.25rem;font-weight:400;z-index:15005;line-height:1.3;letter-spacing:0;top:13.5625rem;left:8.25rem;height:3.25rem;font-style:normal;display:block; }
#Ts6FOqGZLJTRN71c7gwg00duqqflgqV1 { position:absolute;display:block;z-index:15007;height:29.6875rem;width:26.5625rem;top:3.625rem;left:42.9375rem;display:block; }
#nkvB2FR7BW5eI7ABLEXyQbER6kuXgTXU { box-sizing:content-box;height:8.4375rem;width:8.4375rem;position:absolute;display:block;z-index:15002;background-color:rgba(0,0,0,0);background-image:none;top:18.6875rem;left:8.25rem;border-top-right-radius:1rem;border-bottom-right-radius:1rem;border-bottom-left-radius:1rem;border-top-left-radius:1rem;border-top:0.0625rem solid rgba(var(--color-tertiary-0),1);border-left:0.0625rem solid rgba(var(--color-tertiary-0),1);border-right:0.0625rem solid rgba(var(--color-tertiary-0),1);border-bottom:0.0625rem solid rgba(var(--color-tertiary-0),1);display:block; }
#LpkF5lmZn27dNWUC4DACqSwF7a5Azxgm { color:rgba(var(--color-tertiary-0),1);display:block;width:5.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.875rem;font-weight:700;z-index:15004;line-height:1.5;letter-spacing:0;top:19.5625rem;left:9.5625rem;height:2.8125rem;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; }
#w29h55zI1IL9APaAJITCEyhL2dszTDVJ { color:rgba(var(--color-tertiary-0),1);display:block;width:7.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:22.625rem;left:8.875rem;height:1.1375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#LUytiVZh5aipzGNAucUzybdKi7OSC3uO { box-sizing:content-box;height:8.5625rem;width:8.5625rem;position:absolute;display:block;z-index:15001;background-color:rgba(0,0,0,0);background-image:none;top:18.6875rem;left:17.625rem;border-top-right-radius:1rem;border-bottom-right-radius:1rem;border-bottom-left-radius:1rem;border-top-left-radius:1rem;border-top:0.0625rem solid rgba(var(--color-tertiary-0),1);border-left:0.0625rem solid rgba(var(--color-tertiary-0),1);border-right:0.0625rem solid rgba(var(--color-tertiary-0),1);border-bottom:0.0625rem solid rgba(var(--color-tertiary-0),1);display:block; }
#DoM10Z4PdokmwC2zVZuMgcNSAXMEuPGm { color:rgba(var(--color-tertiary-0),1);display:block;width:5.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.875rem;font-weight:700;z-index:15005;line-height:1.5;letter-spacing:0;top:19.4375rem;left:19rem;height:2.8125rem;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; }
#yLTPrpPTRa69ADDwk3OrkyydXLsFqRDA { color:rgba(var(--color-tertiary-0),1);display:block;width:7.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:22.75rem;left:18.375rem;height:1.1375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#B2wH7q69LJGDyU0hvZb2OosTmTbcuqDt { color:rgba(var(--color-tertiary-0),1);display:block;width:7.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:400;z-index:15008;line-height:1.3;letter-spacing:0;top:24.25rem;left:8.875rem;height:2.1125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#hbewCVfhg3t7NuT8x6lW7nuC6oA545Q5 { color:rgba(var(--color-tertiary-0),1);display:block;width:7.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:400;z-index:15009;line-height:1.3;letter-spacing:0;top:24.3125rem;left:18.375rem;height:2.1125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#PrOqtKtiti5EODV0V8LzJHCT6zAn72MF { box-sizing:content-box;height:8.5rem;width:8.5rem;position:absolute;display:block;z-index:15000;background-color:rgba(0,0,0,0);background-image:none;top:18.6875rem;left:27.125rem;border-top-right-radius:1rem;border-bottom-right-radius:1rem;border-bottom-left-radius:1rem;border-top-left-radius:1rem;border-top:0.0625rem solid rgba(var(--color-tertiary-0),1);border-left:0.0625rem solid rgba(var(--color-tertiary-0),1);border-right:0.0625rem solid rgba(var(--color-tertiary-0),1);border-bottom:0.0625rem solid rgba(var(--color-tertiary-0),1);display:block; }
#qFtLKkN6pgDwS5P3O14JxbySMM5fsgDH { color:rgba(var(--color-tertiary-0),1);display:block;width:7.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:22.8125rem;left:27.875rem;height:1.1375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Anv87ZARfwND7fWhNg49HgN0OHSI2xB1 { color:rgba(var(--color-tertiary-0),1);display:block;width:7.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:400;z-index:15010;line-height:1.3;letter-spacing:0;top:24.375rem;left:27.875rem;height:2.1125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#yO5C0pukCfaeIWPXUS620zh84f0BlGxl { color:rgba(var(--color-tertiary-0),1);display:block;width:5.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.875rem;font-weight:700;z-index:15006;line-height:1.5;letter-spacing:0;top:19.5rem;left:28.5rem;height:2.8125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#iyEuGGCImJ0qdSsdLfFJH7reVa44ZSEp { position:absolute;display:block;z-index:15011;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.4375rem;width:6.875rem;top:28.78750038147rem;left:9.0812492370606rem;overflow:hidden;display:block; }
#ndftSJKCvIwCDkxmMSIaL27inWT8VLDd { position:absolute;display:block;z-index:15012;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.6875rem;width:5.75rem;top:33.312500953674rem;left:9.6437492370606rem;overflow:hidden;display:block; }
#DZoNySkwIpT7f4tMmCI84TK7IqRaIT2Q { position:absolute;display:block;z-index:15013;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6rem;width:6.1875rem;top:33.312500953674rem;left:18.65625rem;overflow:hidden;display:block; }
#DUXZvtgnd07LwmcQokgn12qGpwAtWlgB { position:absolute;display:block;z-index:15014;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6rem;width:6rem;top:28.78750038147rem;left:18.75rem;overflow:hidden;display:block; }
#T53Q0g4ymAhfCpd6F5nzQs6hkqaHAv61 { position:absolute;display:block;z-index:15015;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.625rem;width:5.8125rem;top:28.97500038147rem;left:28.518749237061rem;overflow:hidden;display:block; }
#vnzatcqSimSx0iSld2JGRd5WLsdJWDf1 { position:absolute;display:block;z-index:15016;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.3125rem;width:7.3125rem;top:35.156250953674rem;left:27.987499237061rem;overflow:hidden;display:block; }
#qKOCy0ToBZvLONm6S1OViFJoFPVWAsGi { position:absolute;display:block;z-index:15017;height:1.875rem;width:3.375rem;top:25.39999961853rem;left:0.9375rem;display:none; }
#Wnoc7ksFvCMrZGGv6wJGcruS1SEpPXU7 { 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; }#Wnoc7ksFvCMrZGGv6wJGcruS1SEpPXU7 > .row .container { background-color: transparent; background-image: none; }#Wnoc7ksFvCMrZGGv6wJGcruS1SEpPXU7::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Wnoc7ksFvCMrZGGv6wJGcruS1SEpPXU7 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Wnoc7ksFvCMrZGGv6wJGcruS1SEpPXU7 > .row .container > .video-iframe-container { display: none; }#Wnoc7ksFvCMrZGGv6wJGcruS1SEpPXU7 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Wnoc7ksFvCMrZGGv6wJGcruS1SEpPXU7 > .row > .video-iframe-container { display: none; }#Wnoc7ksFvCMrZGGv6wJGcruS1SEpPXU7 > .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); }#Wnoc7ksFvCMrZGGv6wJGcruS1SEpPXU7 > .row .container { border-width: 0; border-radius: 0; }#Wnoc7ksFvCMrZGGv6wJGcruS1SEpPXU7 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Wnoc7ksFvCMrZGGv6wJGcruS1SEpPXU7 > .row .container { font-size:0.875rem;font-family:arial;height:51.5rem;width:75rem;position:relative;display:block; }#s8xoZTrXu3rdDPd3S2WcRqMp0qA5Ndxv { color:rgba(var(--color-tertiary-4),1);display:block;width:9.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15006;line-height:1.4;letter-spacing:0;top:5.0625rem;left:7.5rem;height:1.225rem;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:left;text-align-last:left;display:block; }
#lR4XhxSD63P46PMFBc44eTXIKVhOUyHw { position:absolute;display:block;z-index:15007;background-color:rgba(var(--color-primary-4),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0625rem;width:6.25rem;top:5.625rem;left:0rem;display:block; }
#JvTC0wtLJAz9JmZtkkJBmrHiLG0FPvuP { color:rgba(var(--color-primary-4),1);display:block;width:20.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.0625rem;font-weight:400;z-index:15002;line-height:1.2;letter-spacing:0;top:7.5rem;left:0rem;height:14.85rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#vEcJ2qzpSzMn7XC3hiXogwNxppt184k4 { position:absolute;display:block;z-index:15009;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.5rem;width:1.625rem;top:5.40625rem;left:27.5rem;overflow:hidden;display:block; }
#d2Egxlfec7vIMyPWDoQUG3ZysF0INHm6 { color:rgba(var(--color-tertiary-3),1);display:block;width:16.5625rem;position:absolute;font-family:tahoma, arial, sans-serif;font-size:1rem;font-weight:400;z-index:15005;line-height:1.5;letter-spacing:0;top:7.375rem;left:30rem;height:6rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#WWCtbP6e5tEdRPQbP0RTiKGFZPfW34s6 { color:rgba(var(--color-tertiary-4),1);display:block;width:15.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.1875rem;font-weight:700;z-index:15006;line-height:1.5;letter-spacing:0;top:5.25rem;left:29.9375rem;height:1.78125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#bwd9PIJBT8odLoksE7GxrVzm7EP5OcHv { position:absolute;display:block;z-index:15012;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.5rem;width:1.5rem;top:15.5625rem;left:27.5rem;overflow:hidden;display:block; }
#pN5iawlrv9TfUttPrNCzZDC5EshrrdMp { color:rgba(var(--color-tertiary-4),1);display:block;width:15.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.1875rem;font-weight:700;z-index:15009;line-height:1.5;letter-spacing:0;top:15.3125rem;left:30rem;height:1.78125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#XDqlUChwJTxryTIfE1Gge1gQLHGHnAoX { color:rgba(var(--color-tertiary-4),1);display:block;width:16.5625rem;position:absolute;font-family:tahoma, arial, sans-serif;font-size:1rem;font-weight:400;z-index:15008;line-height:1.5;letter-spacing:0;top:17.5rem;left:30rem;height:6rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#dD8xIgPsbaKwH7LOdBNLzEuxNLNu5Plb { position:absolute;display:block;z-index:15015;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.5rem;width:1.5rem;top:25.6875rem;left:27.5rem;overflow:hidden;display:block; }
#mhQ47gAHn1TlcUKck38lZXH202hl3GED { color:rgba(var(--color-tertiary-4),1);display:block;width:15.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.1875rem;font-weight:700;z-index:15012;line-height:1.5;letter-spacing:0;top:25.4375rem;left:30rem;height:1.78125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#syutHxS46lRtKvru4S2zWZV0CSHIhDss { color:rgba(var(--color-tertiary-4),1);display:block;width:16.5625rem;position:absolute;font-family:tahoma, arial, sans-serif;font-size:1rem;font-weight:400;z-index:15011;line-height:1.5;letter-spacing:0;top:27.8125rem;left:30rem;height:7.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#XTkxT718Q52sWNubMoI4vBDWBJEz7rep { color:rgba(var(--color-tertiary-4),1);display:block;width:16.5625rem;position:absolute;font-family:tahoma, arial, sans-serif;font-size:1rem;font-weight:400;z-index:15014;line-height:1.5;letter-spacing:0;top:7.25rem;left:55.9375rem;height:6rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#EqKoF31P3JN0yEqdfxNhInzLXtOuly8U { color:rgba(var(--color-tertiary-4),1);display:block;width:15.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.1875rem;font-weight:700;z-index:15015;line-height:1.5;letter-spacing:0;top:5.25rem;left:55.875rem;height:1.78125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#IBAkqo1usJP9cn941ptDEgFzvBQCOhXU { color:rgba(var(--color-tertiary-4),1);display:block;width:15.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.1875rem;font-weight:700;z-index:15018;line-height:1.5;letter-spacing:0;top:15.9375rem;left:55.9375rem;height:1.78125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#zPXm0HBxtM7ciMPoLXcU35Vcrt5Pie9Q { position:absolute;display:block;z-index:15018;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.5625rem;width:1.5625rem;top:5.53125rem;left:53.4375rem;overflow:hidden;display:block; }
#HktJAfsWcUzFqABCKzm3vSBAm94DIhBt { position:absolute;display:block;z-index:15021;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.5rem;width:1.625rem;top:16.0625rem;left:53.4375rem;overflow:hidden;display:block; }
#imEqlS0BfDh0FXXhVci2AcgxQ4Xlw80p { color:rgba(var(--color-tertiary-4),1);display:block;width:16.5625rem;position:absolute;font-family:tahoma, arial, sans-serif;font-size:1rem;font-weight:400;z-index:15017;line-height:1.5;letter-spacing:0;top:17.6875rem;left:55.9375rem;height:10.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#T6yMTtxLDqiWynMHESQCTbgQ23quvyxt { position:absolute;display:block;z-index:15024;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.5625rem;width:1.4375rem;top:30.8125rem;left:53.5rem;overflow:hidden;display:block; }
#tcloIEmLzQIGmP0dVAxcDS6qTPFGTFOZ { color:rgba(var(--color-tertiary-4),1);display:block;width:15.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.1875rem;font-weight:700;z-index:15021;line-height:1.5;letter-spacing:0;top:30.5rem;left:56rem;height:1.78125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#emGXP4y83F4iTyOLa0qX3RoZNchX99BN { color:rgba(var(--color-tertiary-4),1);display:block;width:16.5625rem;position:absolute;font-family:tahoma, arial, sans-serif;font-size:1rem;font-weight:400;z-index:15020;line-height:1.5;letter-spacing:0;top:32.25rem;left:56rem;height:6rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#Qi9ZyImtQ5w3UKD1ikiDbZdJPnuqgQNm { color:rgba(var(--color-tertiary-4),1);display:block;width:16.5625rem;position:absolute;font-family:tahoma, arial, sans-serif;font-size:1rem;font-weight:400;z-index:15014;line-height:1.5;letter-spacing:0;top:39.4375rem;left:30rem;height:4.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#HE42T5JOlhBgo6d202w9mAQUmDaV6uiQ { position:absolute;display:block;z-index:15018;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.625rem;width:1.625rem;top:37.3125rem;left:27.5rem;overflow:hidden;display:block; }
#Hp0UfdatLkbzr5xTQuPdZKHhRRtqBC1u { color:rgba(var(--color-tertiary-4),1);display:block;width:15.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.1875rem;font-weight:700;z-index:15015;line-height:1.5;letter-spacing:0;top:37.25rem;left:30rem;height:1.78125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#JRC6ecTVm32fzRXR7E4tNqS2ka5oXGNC { z-index:15003;top:24.90625rem;left:0rem;background-color:transparent;background-image: -webkit-linear-gradient(216deg, rgba(var(--color-primary-4),1), rgba(var(--color-primary-2),1));background-image: -moz-linear-gradient(216deg, rgba(var(--color-primary-4),1), rgba(var(--color-primary-2),1));background-image: -ms-linear-gradient(216deg, rgba(var(--color-primary-4),1), rgba(var(--color-primary-2),1));background-image: -o-linear-gradient(216deg, rgba(var(--color-primary-4),1), rgba(var(--color-primary-2),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-4),1)', endColorstr='rgba(var(--color-primary-2),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-4),1)', endColorstr='rgba(var(--color-primary-2),1)' );";background-image: linear-gradient(216deg, rgba(var(--color-primary-4),1), rgba(var(--color-primary-2),1));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.4375rem;border-top-right-radius:2.4375rem;border-bottom-left-radius:2.4375rem;border-bottom-right-radius:2.4375rem;box-shadow: 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:0.9375rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.875rem;height:3.4375rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#ZtBPJfEPVVEwnEGHPsuTVWqSnMZkUcXh { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Jy9ZTwJl2LElB02PQqkHZhBIxsphEZKt { position:absolute;display:block;z-index:15008;background-color:#e5e5e5;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0625rem;width:6.25rem;top:14.369791984558rem;left:30rem;display:block; }
#ERIvHUPv78l6Urv6nXsucdaOBHclmv76 { position:absolute;display:block;z-index:15009;background-color:#e5e5e5;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0625rem;width:6.25rem;top:24.432291984558rem;left:30rem;display:block; }
#fELJCiNlEMOKhcu8IdwNryTb4ppxz0U1 { position:absolute;display:block;z-index:15010;background-color:#e5e5e5;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0625rem;width:6.25rem;top:32rem;left:30rem;display:block; }
#qWRxQt2xTz0cRE7Brei1kGKHbB9XZrWC { position:absolute;display:block;z-index:15011;background-color:#e5e5e5;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0625rem;width:6.25rem;top:14.932291984558rem;left:55.9375rem;display:block; }
#mAO2F2ZGTRTgWI3TmRWKb5et7qJyN78n { position:absolute;display:block;z-index:15012;background-color:#e5e5e5;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0625rem;width:6.25rem;top:21.8125rem;left:55.9375rem;display:block; }
#ysJW9GtTBkfZs0Tv0JZ14bkn1gHTMX54 { position:absolute;display:block;z-index:15012;background-color:#e5e5e5;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0625rem;width:6.25rem;top:21.8125rem;left:55.9375rem;display:none; }
#DzdZfzXU7rMWQntTWI9Vx98ypP7XMyUq { position:absolute;display:block;z-index:15010;background-color:#e5e5e5;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0625rem;width:6.25rem;top:36.375rem;left:30rem;display:block; }
#w0q39GmlBTcaoOCMs5kxcUicKGJipV1J { position:absolute;display:block;z-index:15012;background-color:#e5e5e5;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0625rem;width:6.25rem;top:29.4375rem;left:55.9375rem;display:block; }
#rBThQe1vATds9qTRUZFOMHM09OFeMA3t { 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; }#rBThQe1vATds9qTRUZFOMHM09OFeMA3t > .row .container { background-color: transparent; background-image: none; }#rBThQe1vATds9qTRUZFOMHM09OFeMA3t::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rBThQe1vATds9qTRUZFOMHM09OFeMA3t > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rBThQe1vATds9qTRUZFOMHM09OFeMA3t > .row .container > .video-iframe-container { display: none; }#rBThQe1vATds9qTRUZFOMHM09OFeMA3t > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rBThQe1vATds9qTRUZFOMHM09OFeMA3t > .row > .video-iframe-container { display: none; }#rBThQe1vATds9qTRUZFOMHM09OFeMA3t > .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); }#rBThQe1vATds9qTRUZFOMHM09OFeMA3t > .row .container { border-width: 0; border-radius: 0; }#rBThQe1vATds9qTRUZFOMHM09OFeMA3t > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#rBThQe1vATds9qTRUZFOMHM09OFeMA3t > .row .container { font-size:0.875rem;font-family:arial;height:32.5rem;width:75rem;position:relative;display:block; }#J30963FdIP0pABRFh3syBOV3g3ultt3E { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom: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: none;height:28.375rem;width:75rem;top:1.59375rem;left:0rem;overflow:hidden;display:block; }
#twQapRoxH0RRigofzq9FqFORCVvTRXDn { color:rgba(var(--color-tertiary-0),1);display:block;width:29.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:700;z-index:15001;line-height:1.1;letter-spacing:0;top:7.1875rem;left:3.5625rem;height:4.125rem;font-style:normal;display:block; }
#cO84tCBFGu3EWwRl2odxO3ZBPEmxpcAn { color:rgba(var(--color-tertiary-0),1);display:block;width:33.375rem;position:absolute;font-family:tahoma, arial, sans-serif;font-size:1rem;font-weight:normal;z-index:15002;line-height:1.5;letter-spacing:0;top:12.5rem;left:3.5625rem;height:7.5rem;display:block; }
#GUdoVuctTn711HcrPBShTzsnEtS25sDq { background-color:#5ed5d4;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:18.75rem;border-top-right-radius:18.75rem;border-bottom-left-radius:18.75rem;border-bottom-right-radius:18.75rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.4375rem;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:22rem;left:3.5625rem;display:block; }
#eaA48iyyXS1Vebbv24Krh1T1Gxm6FrLn { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#e59iR1R1ezharmHkGgTqEC93XpeNUrJ2 { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:120rem;width:67.5rem;display:none; }
#Q5zrefrRwXWR1zAcegAX6NlOwA3vu3H4 { 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; }#Q5zrefrRwXWR1zAcegAX6NlOwA3vu3H4 > .row .container { background-color: transparent; background-image: none; }#Q5zrefrRwXWR1zAcegAX6NlOwA3vu3H4::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Q5zrefrRwXWR1zAcegAX6NlOwA3vu3H4 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Q5zrefrRwXWR1zAcegAX6NlOwA3vu3H4 > .row .container > .video-iframe-container { display: none; }#Q5zrefrRwXWR1zAcegAX6NlOwA3vu3H4 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Q5zrefrRwXWR1zAcegAX6NlOwA3vu3H4 > .row > .video-iframe-container { display: none; }#Q5zrefrRwXWR1zAcegAX6NlOwA3vu3H4 > .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); }#Q5zrefrRwXWR1zAcegAX6NlOwA3vu3H4 > .row .container { border-width: 0; border-radius: 0; }#Q5zrefrRwXWR1zAcegAX6NlOwA3vu3H4 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Q5zrefrRwXWR1zAcegAX6NlOwA3vu3H4 > .row .container { font-size:0.875rem;font-family:arial;height:46rem;width:75rem;position:relative;display:block; }#nDoq1XeLZkCTU97m2iEHdV4X3slmdPBm { box-sizing:content-box;height:36.375rem;width:23.25rem;position:absolute;display:block;z-index:15000;background-color:#fafafa;background-image:none;top:1.9375rem;left:0rem;border-top-right-radius:0.9375rem;border-bottom-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-top-left-radius:0.9375rem;display:block; }
#TSFvXagNaG5IDNohmqewRfT3SoBCg0kq { box-sizing:content-box;height:36.3125rem;width:23.25rem;position:absolute;display:block;z-index:15001;background-color:rgba(0,0,0,0);background-image:none;top:1.9375rem;left:25.875rem;border-top-right-radius:0.9375rem;border-bottom-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-top-left-radius:0.9375rem;display:block; }
#A5lX3CB5zONelREANvl4Iv3OKs9HeywT { box-sizing:content-box;height:36.25rem;width:23.25rem;position:absolute;display:block;z-index:15002;background-color:rgba(0,0,0,0);background-image:none;top:1.9375rem;left:51.75rem;border-top-right-radius:0.9375rem;border-bottom-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-top-left-radius:0.9375rem;display:block; }
#LehqLFu7VVIriCTyrrCdQXlUJk0N1fyX { color:rgba(var(--color-tertiary-2),1);display:block;width:19.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:400;z-index:15015;line-height:1.5;letter-spacing:0;top:10.5rem;left:2.4375rem;height:4.21875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#VsJAGqNL8vCxqvMhe52tOkkgb9GqGE1O { color:rgba(var(--color-tertiary-2),1);display:block;width:19.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:400;z-index:15016;line-height:1.5;letter-spacing:0;top:16.625rem;left:2.4375rem;height:4.21875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#vxqL8ZTNQ0aWchRM8KpH90Otc24SXpui { color:rgba(var(--color-tertiary-2),1);display:block;width:19.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:400;z-index:15017;line-height:1.5;letter-spacing:0;top:22.75rem;left:2.4375rem;height:4.21875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#Pw1D6z5dyQU6noHAhmZxdCDsWzSkFqO2 { color:rgba(var(--color-tertiary-2),1);display:block;width:18.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:400;z-index:15018;line-height:1.5;letter-spacing:0;top:29.1875rem;left:2.375rem;height:4.21875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#nuMA61F2LXht7STfqqWuyqApFhQnvTp6 { color:rgba(var(--color-tertiary-2),1);display:block;width:18.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:400;z-index:15022;line-height:1.5;letter-spacing:0;top:29.1875rem;left:28.375rem;height:4.21875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#aZmTCIS8ft9igKN7JmLhXnPFfNsxkPVI { color:rgba(var(--color-tertiary-2),1);display:block;width:19.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:400;z-index:15021;line-height:1.5;letter-spacing:0;top:22.75rem;left:28.4375rem;height:4.21875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#gJJF0d0nTq05bMZwou49itVfhFqEWB88 { color:rgba(var(--color-tertiary-2),1);display:block;width:19.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:400;z-index:15020;line-height:1.5;letter-spacing:0;top:16.625rem;left:28.4375rem;height:4.21875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#GJ6OdMentHmxlpwThXcsr16DVUBcfyqO { color:rgba(var(--color-tertiary-2),1);display:block;width:19.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:400;z-index:15019;line-height:1.5;letter-spacing:0;top:10.5rem;left:28.4375rem;height:4.21875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#M1uo43lr4kyXAIO0CzAtg5HxvwnL94yn { color:rgba(var(--color-tertiary-2),1);display:block;width:18.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:400;z-index:15026;line-height:1.5;letter-spacing:0;top:29.4375rem;left:54.25rem;height:4.21875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#W7egtDqKqNKBPbnFCsyBme4Qs6UF5yRQ { color:rgba(var(--color-tertiary-2),1);display:block;width:19.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:400;z-index:15025;line-height:1.5;letter-spacing:0;top:23rem;left:54.3125rem;height:4.21875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#OZrzNwTakAqqAn6dsCAppeggmA9Ib2Bg { color:rgba(var(--color-tertiary-2),1);display:block;width:19.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:400;z-index:15024;line-height:1.5;letter-spacing:0;top:16.875rem;left:54.3125rem;height:4.21875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#mzFSiuQ1HQ63LkhxT30fJAuh3inWlqNg { color:rgba(var(--color-tertiary-2),1);display:block;width:19.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:400;z-index:15023;line-height:1.5;letter-spacing:0;top:10.75rem;left:54.3125rem;height:4.21875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#zg3fgwUH06NH4Ru7R8mtWBbmXHexvbka { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.0625rem;width:1.0625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15027;opacity:1;top:10.75rem;left:0.875rem; }
#i5V5UacOEd5XiIrq6nNmved35aRMgbVT { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.0625rem;width:1.0625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15028;opacity:1;top:16.875rem;left:0.875rem; }
#rV06PcJgZF2pwO8yaLhqyrcKKuoOJZGB { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.0625rem;width:1.0625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15029;opacity:1;top:22.9375rem;left:0.875rem; }
#cHcBSQClW9fFrTMmBH2ovqUruNPpb9dg { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.0625rem;width:1.0625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15030;opacity:1;top:29.4375rem;left:0.875rem; }
#T6TM0NwPUiP1vQ2vLr9vGICfhcmitUNq { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.0625rem;width:1.0625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15031;opacity:1;top:29.4375rem;left:26.9375rem; }
#cpUOZ2JaTwTw4ek1Sfx8TInJm465oo6X { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.0625rem;width:1.0625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15032;opacity:1;top:23rem;left:26.9375rem; }
#fCM2HpsytrvbgnrAl1eTLpKPThro1RLP { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.0625rem;width:1.0625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15033;opacity:1;top:17.125rem;left:52.6875rem; }
#P1FsQbwv7nT7LWcv8WLtXHveFS1lwNNE { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.125rem;width:1.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15034;opacity:1;top:10.6875rem;left:27.125rem; }
#UErLbCsOLxildZ00X8pmuXxbpHlRMVaA { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.125rem;width:1.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15035;opacity:1;top:16.75rem;left:26.9375rem; }
#FRCS53iHVII5LAWn1z5OLwgColeA4RGV { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.125rem;width:1.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15036;opacity:1;top:10.9375rem;left:52.65625rem; }
#T3mDMGJgOMENUSUUeI3eb3gmKZHWQL1X { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.125rem;width:1.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15037;opacity:1;top:23.15625rem;left:52.8125rem; }
#aZuekCloh64FoJ09lkAwqnnk8Zp5O0UE { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.125rem;width:1.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15038;opacity:1;top:29.625rem;left:52.71875rem; }
#sSdHczdKTM1u86Q2UNwLGSikfBXE3Id6 { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.0625rem;width:7.9375rem;top:6.3125rem;left:1.125rem;overflow:hidden;display:block; }
#J4b7J3i6mUwGQ10COBLN1q1Cq2ptvwEb { color:rgba(var(--color-tertiary-2),1);display:block;width:15.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5rem;font-weight:700;z-index:15007;line-height:1.1;letter-spacing:0;top:4.875rem;left:26.9375rem;height:3.3rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#BFGgDUewXiriABrttaJIpyiTAkTxgeln { color:rgba(var(--color-tertiary-2),1);display:block;width:15.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5rem;font-weight:700;z-index:15008;line-height:1.1;letter-spacing:0;top:4.875rem;left:52.875rem;height:3.3rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#E0C6TO0DDVLXK9Ec389cnq8TkpLoZsFR { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#fbfbfb;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; }#E0C6TO0DDVLXK9Ec389cnq8TkpLoZsFR > .row .container { background-color: transparent; background-image: none; }#E0C6TO0DDVLXK9Ec389cnq8TkpLoZsFR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#E0C6TO0DDVLXK9Ec389cnq8TkpLoZsFR > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#E0C6TO0DDVLXK9Ec389cnq8TkpLoZsFR > .row .container > .video-iframe-container { display: none; }#E0C6TO0DDVLXK9Ec389cnq8TkpLoZsFR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#E0C6TO0DDVLXK9Ec389cnq8TkpLoZsFR > .row > .video-iframe-container { display: none; }#E0C6TO0DDVLXK9Ec389cnq8TkpLoZsFR > .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); }#E0C6TO0DDVLXK9Ec389cnq8TkpLoZsFR > .row .container { border-width: 0; border-radius: 0; }#E0C6TO0DDVLXK9Ec389cnq8TkpLoZsFR > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#E0C6TO0DDVLXK9Ec389cnq8TkpLoZsFR > .row .container { font-size:0.875rem;font-family:arial;height:37.6875rem;width:75rem;position:relative;display:block; }#LmrhhSc8fikitmAcDHk3rR2nCr0MO9hv { color:rgba(var(--color-primary-4),1);display:block;width:75rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.25rem;font-weight:400;z-index:15000;line-height:1.2;letter-spacing:0;top:4.1875rem;left:0.03125rem;height:8.1rem;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;font-style:normal;display:block; }
#iCICSrPkLnlASzsxW8OJloUs62C2ohm1 { color:rgba(var(--color-tertiary-1),1);display:block;width:56.5625rem;position:absolute;font-family:tahoma, arial, sans-serif;font-size:1.125rem;font-weight:normal;z-index:15009;line-height:1.3;letter-spacing:0;top:13.25rem;left:8.3125rem;height:2.925rem;text-align:center;text-align-last:center;display:block; }
#L2movRTlCOm96G4yC68S7U5xOZw4C8PA { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.75rem;width:5.3125rem;top:19.1875rem;left:13.8125rem;overflow:hidden;display:block; }
#OoTOUZIiWVDk3DGSwm7iUKbTTKza9EtL { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.9375rem;width:5.25rem;top:18.5rem;left:21.875rem;overflow:hidden;display:block; }
#me0J3EmykZEOoq9AdeJpX0GTCVHK0JIH { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2rem;width:4.4375rem;top:19.3125rem;left:29.5625rem;overflow:hidden;display:block; }
#T0KeJyXkJK4mf5XxNIE6vhkWkT8rKlIv { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.9375rem;width:5.25rem;top:18.5rem;left:36.9375rem;overflow:hidden;display:block; }
#pWDnqZdP3V5KWWNtReabUFKJ1PTZ2pmE { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.6875rem;width:10.6875rem;top:19.125rem;left:44.3125rem;overflow:hidden;display:block; }
#TAeNNLTqlqybFWkFllnJzMmsu5bnZDRV { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.1875rem;width:5.625rem;top:18.375rem;left:56.3125rem;overflow:hidden;display:block; }
#kUCl9L1lMByX3HH3AvXvNFOFKg5XugsJ { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.5rem;width:3.375rem;top:23.4375rem;left:19.125rem;overflow:hidden;display:block; }
#rD1IacFVVX8DTHdPKdNWV1OM0tqTvs7p { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.8125rem;width:5.0625rem;top:22.5rem;left:27.5625rem;overflow:hidden;display:block; }
#PXtAcpEFmlXnHwZ1HO4otABvZWSUeg6f { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.0625rem;width:9.0625rem;top:23.125rem;left:34.75rem;overflow:hidden;display:block; }
#cPZ5P1FkQAgBd9oo4dqT1eWou7hKpRpr { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.625rem;width:6.4375rem;top:22.3125rem;left:45.6875rem;overflow:hidden;display:block; }
#x5Pa3wqAGf50BZgmaXrAhZFFrTdxaPia { z-index:15004;top:28.75rem;left:30.9375rem;background-color:transparent;background-image: -webkit-linear-gradient(216deg, rgba(var(--color-primary-4),1), rgba(var(--color-primary-2),1));background-image: -moz-linear-gradient(216deg, rgba(var(--color-primary-4),1), rgba(var(--color-primary-2),1));background-image: -ms-linear-gradient(216deg, rgba(var(--color-primary-4),1), rgba(var(--color-primary-2),1));background-image: -o-linear-gradient(216deg, rgba(var(--color-primary-4),1), rgba(var(--color-primary-2),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-4),1)', endColorstr='rgba(var(--color-primary-2),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-4),1)', endColorstr='rgba(var(--color-primary-2),1)' );";background-image: linear-gradient(216deg, rgba(var(--color-primary-4),1), rgba(var(--color-primary-2),1));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.4375rem;border-top-right-radius:2.4375rem;border-bottom-left-radius:2.4375rem;border-bottom-right-radius:2.4375rem;box-shadow: 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:0.9375rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.875rem;height:3.4375rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#DDP3sPBR5g671rXIHd0RJi0E301tsuLW { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#dimnfXyPiX6nFbgJ4uWBtCShsEHsWUwy { position:absolute;display:block;z-index:15010;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2rem;width:2rem;top:18.9375rem;left:-8.3125rem;overflow:hidden;display:block; }
#mSfETXCedgIDbHPusQKaEBA3JtA8lqm8 { position:absolute;display:block;z-index:15011;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.375rem;width:1.4375rem;top:21.5625rem;left:-6.7974137931038rem;overflow:hidden;display:block; }
#tQcUneCIy292qCPFakZ4Te2daagvoTwE { position:absolute;display:block;z-index:15012;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2rem;width:2rem;top:16.3125rem;left:-5.5353260869565rem;overflow:hidden;display:block; }
#gPG6nAr1AecZPNt3OAnaG9Cs1JoieOlS { position:absolute;display:block;z-index:15013;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.875rem;width:1.875rem;top:25.3125rem;left:80.25rem;overflow:hidden;display:block; }
#S8a7ZwKAU9h1mcAWzTJGNfF2QaVflxOw { position:absolute;display:block;z-index:15014;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2rem;width:2.125rem;top:21.25rem;left:77.707236842106rem;overflow:hidden;display:block; }
#eMBBi0oG6XIeKxp88WdzFmUAILU7lqK5 { position:absolute;display:block;z-index:15015;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.0625rem;width:2.0625rem;top:28.90625rem;left:74.875rem;overflow:hidden;display:block; }
#SaAFORnV6sB9ssQvByg80rTO551DlMg3 { 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; }#SaAFORnV6sB9ssQvByg80rTO551DlMg3 > .row .container { background-color: transparent; background-image: none; }#SaAFORnV6sB9ssQvByg80rTO551DlMg3::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SaAFORnV6sB9ssQvByg80rTO551DlMg3 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SaAFORnV6sB9ssQvByg80rTO551DlMg3 > .row .container > .video-iframe-container { display: none; }#SaAFORnV6sB9ssQvByg80rTO551DlMg3 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SaAFORnV6sB9ssQvByg80rTO551DlMg3 > .row > .video-iframe-container { display: none; }#SaAFORnV6sB9ssQvByg80rTO551DlMg3 > .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); }#SaAFORnV6sB9ssQvByg80rTO551DlMg3 > .row .container { border-width: 0; border-radius: 0; }#SaAFORnV6sB9ssQvByg80rTO551DlMg3 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#SaAFORnV6sB9ssQvByg80rTO551DlMg3 > .row .container { font-size:0.875rem;font-family:arial;height:42.6875rem;width:75rem;position:relative;display:block; }#GmTziyEL5bMTb0v4mKt9J5bpR7LRQ2Vv .accordion-element-container { border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;flex-direction:column;align-items:center;background-color:rgba(var(--color-tertiary-0),1);background-image:none;vertical-align:top;border-top:0.0625rem solid #f85ed1;border-left:0.0625rem solid #f85ed1;border-right:0.0625rem solid #f85ed1;border-bottom:0.0625rem solid #f85ed1; }
#GmTziyEL5bMTb0v4mKt9J5bpR7LRQ2Vv .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; }
#GmTziyEL5bMTb0v4mKt9J5bpR7LRQ2Vv .accordion-heading-text { display:block;position:relative;width:100%;font-weight:700;font-size:1.1875rem;font-family:var(--paragraphs-font-family);color:rgba(var(--color-primary-4),1);height:auto; }
#GmTziyEL5bMTb0v4mKt9J5bpR7LRQ2Vv .accordion-desc-text { display:block;position:relative;width:100%;padding-top:1.25rem;padding-right:0;padding-bottom:0;padding-left:0;font-size:1.125rem; }
#GmTziyEL5bMTb0v4mKt9J5bpR7LRQ2Vv .accordion-trigger { width:1.25rem;min-width:1.25rem;height:1.25rem;display:block;position:relative;background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-size:auto !important;background-image:url("https://icons.assets-landingi.com/icon_02e247896c3ae247f9d053076ef9cefb.svg");background-size:contain !important; }#GmTziyEL5bMTb0v4mKt9J5bpR7LRQ2Vv .accordion-trigger.adaptive-delivery-prevent-bg, #GmTziyEL5bMTb0v4mKt9J5bpR7LRQ2Vv .accordion-trigger.lazyload, #GmTziyEL5bMTb0v4mKt9J5bpR7LRQ2Vv .accordion-trigger.lazyloading { background-image: none; }
#GmTziyEL5bMTb0v4mKt9J5bpR7LRQ2Vv { box-sizing:content-box;height:auto;width:34.125rem;position:absolute;display:flex;flex-direction:column;gap:0.5625rem;z-index:15000;background-color:transparent;background-image:none;padding-top:0.3125rem;padding-right:0.3125rem;padding-bottom:0.3125rem;padding-left:0.3125rem;top:16.4375rem;left:38.875rem;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem; }
#GmTziyEL5bMTb0v4mKt9J5bpR7LRQ2Vv .accordion-element-container:first-of-type .accordion-desc-text { display: none; }#GmTziyEL5bMTb0v4mKt9J5bpR7LRQ2Vv #pqefZNfiy2iJFgFExwyHfQI4DkuPsMB8 { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#GmTziyEL5bMTb0v4mKt9J5bpR7LRQ2Vv #cgxX9yqv8bQ6qUDEASduU84fvb8MOBnH { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#GmTziyEL5bMTb0v4mKt9J5bpR7LRQ2Vv #ugxJfcOibdKhdZJXNfGyRAM2u3rUvnG3 { display:block;position:relative; }
#GmTziyEL5bMTb0v4mKt9J5bpR7LRQ2Vv #eVeVtPociMh5Omi6tA69db95zCHRD4tF {  }
#GmTziyEL5bMTb0v4mKt9J5bpR7LRQ2Vv #wFSH5BwULIhRCpLGa4kxQr3dztytwNw3 {  }
#GmTziyEL5bMTb0v4mKt9J5bpR7LRQ2Vv #N8IUCAhfPSGkTrzqmNQvXQoXkegq8Vey { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#GmTziyEL5bMTb0v4mKt9J5bpR7LRQ2Vv #mgJOGmOfTT06hr2BvbusnxFVA9tPDIum { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#GmTziyEL5bMTb0v4mKt9J5bpR7LRQ2Vv #sMnozdqC1aZcQqSVaaAN4aJaWB9AxU9N { display:block;position:relative; }
#GmTziyEL5bMTb0v4mKt9J5bpR7LRQ2Vv #Ae5hMQwr7UBaHELsxaEDrCwQczbGVx1i {  }
#GmTziyEL5bMTb0v4mKt9J5bpR7LRQ2Vv #VCCSC30KAN38mh4hJbdTC3QdTXhBXxRk { display:none; }
#GmTziyEL5bMTb0v4mKt9J5bpR7LRQ2Vv #USVRrVch5Bq4OzKC666mOs0ggaHpNeTr { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#GmTziyEL5bMTb0v4mKt9J5bpR7LRQ2Vv #E8HzvVQOry9TwzlgvlHKGnss0IHihrRG { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#GmTziyEL5bMTb0v4mKt9J5bpR7LRQ2Vv #ns2veLIwP9y5xG55gO7zuhvHT34CQ0Ct { display:block;position:relative; }
#GmTziyEL5bMTb0v4mKt9J5bpR7LRQ2Vv #eS3z2ITuOT1cXbBpJmcaOex5T67zzyVu {  }
#GmTziyEL5bMTb0v4mKt9J5bpR7LRQ2Vv #V0vTLlec0iQ0FKm4lp4CTvgnAEXg9vku { display:none; }
#GmTziyEL5bMTb0v4mKt9J5bpR7LRQ2Vv #OIcrfH9Z8i2Vo6MWIuyADSJlm0JQmVT8 { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#GmTziyEL5bMTb0v4mKt9J5bpR7LRQ2Vv #efGNJ9M56E8QCnRoDxvR6Xpp8VERaZ3E { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#GmTziyEL5bMTb0v4mKt9J5bpR7LRQ2Vv #xAXcBFCiB6qwc2G9z5qS3XWTS7k6pxXN { display:block;position:relative; }
#GmTziyEL5bMTb0v4mKt9J5bpR7LRQ2Vv #QvnAV1UdVgAoz2trrDfSlRnpTb8rIW5r {  }
#GmTziyEL5bMTb0v4mKt9J5bpR7LRQ2Vv #LBbDDbSsbgNr6L5PNC7MEGyhf8e52lgk { display:none; }
#xgN9oD8pu2MgraZuOEapGqTsAvIUT8T1 { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:24.8125rem;width:37.375rem;top:7rem;left:0rem;overflow:hidden;display:block; }
#qEEIQJc02zbbDdxXE0zIQ0zhU0OeSR7z { color:rgba(var(--color-primary-4),1);display:block;width:34rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.0625rem;font-weight:400;z-index:15003;line-height:1.2;letter-spacing:0;top:7.625rem;left:39.25rem;height:7.425rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#MQPCaGFDGiXkil9MmTR00stWec4okMbP { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#fbfbfb;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; }#MQPCaGFDGiXkil9MmTR00stWec4okMbP > .row .container { background-color: transparent; background-image: none; }#MQPCaGFDGiXkil9MmTR00stWec4okMbP::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MQPCaGFDGiXkil9MmTR00stWec4okMbP > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MQPCaGFDGiXkil9MmTR00stWec4okMbP > .row .container > .video-iframe-container { display: none; }#MQPCaGFDGiXkil9MmTR00stWec4okMbP > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MQPCaGFDGiXkil9MmTR00stWec4okMbP > .row > .video-iframe-container { display: none; }#MQPCaGFDGiXkil9MmTR00stWec4okMbP > .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); }#MQPCaGFDGiXkil9MmTR00stWec4okMbP > .row .container { border-width: 0; border-radius: 0; }#MQPCaGFDGiXkil9MmTR00stWec4okMbP > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#MQPCaGFDGiXkil9MmTR00stWec4okMbP > .row .container { font-size:0.875rem;font-family:arial;height:8.375rem;width:75rem;position:relative;display:block; }#niKrla6RxPgc506QT3EplSk8FpcNqSLr { color:rgba(var(--color-primary-4),1);display:block;width:31.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.25rem;font-weight:400;z-index:15004;line-height:1.2;letter-spacing:0;top:2.5260429382324rem;left:21.875rem;height:5.4rem;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; }
#G5apd1xF1zVqswGVyeLdgLE75JPfLZc5 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#fbfbfb;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; }#G5apd1xF1zVqswGVyeLdgLE75JPfLZc5 > .row .container { background-color: transparent; background-image: none; }#G5apd1xF1zVqswGVyeLdgLE75JPfLZc5::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#G5apd1xF1zVqswGVyeLdgLE75JPfLZc5 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#G5apd1xF1zVqswGVyeLdgLE75JPfLZc5 > .row .container > .video-iframe-container { display: none; }#G5apd1xF1zVqswGVyeLdgLE75JPfLZc5 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#G5apd1xF1zVqswGVyeLdgLE75JPfLZc5 > .row > .video-iframe-container { display: none; }#G5apd1xF1zVqswGVyeLdgLE75JPfLZc5 > .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); }#G5apd1xF1zVqswGVyeLdgLE75JPfLZc5 > .row .container { border-width: 0; border-radius: 0; }#G5apd1xF1zVqswGVyeLdgLE75JPfLZc5 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#G5apd1xF1zVqswGVyeLdgLE75JPfLZc5 > .row .container { font-size:0.875rem;font-family:arial;height:27.6875rem;width:75rem;position:relative;display:block; }#hIJEICy2qXqtg2fKfTb7PktX2QN7IJD1 { color:rgba(var(--color-tertiary-4),1);display:block;width:31.875rem;position:absolute;font-family:tahoma, arial, sans-serif;font-size:1.0625rem;font-weight:400;z-index:15003;line-height:1.4;letter-spacing:0;top:8.0625rem;left:1.875rem;height:7.4375rem;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;font-style:normal;display:block; }
#IhMuSPz3tCwfgtvy5u5Gg07GklDqqr1V { box-sizing:content-box;height:17.375rem;width:36.875rem;position:absolute;display:block;z-index:15002;background-color:rgba(var(--color-tertiary-0),0);background-image:none;top:4.25rem;left:0rem;border-top-right-radius:1.0625rem;border-bottom-right-radius:1.0625rem;border-bottom-left-radius:1.0625rem;border-top-left-radius:1.0625rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0) ;border-top:0.125rem solid rgba(var(--color-primary-4),1);border-left:0.125rem solid rgba(var(--color-primary-4),1);border-right:0.125rem solid rgba(var(--color-primary-4),1);border-bottom:0.125rem solid rgba(var(--color-primary-4),1);display:block; }
#FeT9cnmGAmt3zlPk14tirDez5ikQQvpP { box-sizing:content-box;height:17.3125rem;width:36.625rem;position:absolute;display:block;z-index:15004;background-color:rgba(0,0,0,0);background-image:none;top:4.3125rem;left:38.25rem;border-top-right-radius:1.0625rem;border-bottom-right-radius:1.0625rem;border-bottom-left-radius:1.0625rem;border-top-left-radius:1.0625rem;border-top:0.125rem solid rgba(var(--color-primary-4),1);border-left:0.125rem solid rgba(var(--color-primary-4),1);border-right:0.125rem solid rgba(var(--color-primary-4),1);border-bottom:0.125rem solid rgba(var(--color-primary-4),1);display:block; }
#TBs7q4XLqNF9UG2lydbBX9R5gccP6xGM { color:rgba(var(--color-tertiary-4),1);display:block;width:31.875rem;position:absolute;font-family:tahoma, arial, sans-serif;font-size:1.0625rem;font-weight:400;z-index:15005;line-height:1.4;letter-spacing:0;top:8.0625rem;left:40.3125rem;height:5.95rem;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;font-style:normal;display:block; }
#alZHGGZA9vrKvorhoEUZw2shWbo7ha9G { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.875rem;width:3.875rem;top:16.4375rem;left:40.3125rem;overflow:hidden;display:block; }
#pthCls40hEemGx729JviPTgVQQtlEuK8 { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.875rem;width:3.875rem;top:16.4375rem;left:1.875rem;overflow:hidden;display:block; }
#p0fPRzc7KXvdmUM8haXVMX0Xa7mdT8Mn { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5rem;position:absolute;font-family:"source sans pro";font-size:1.125rem;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;top:16.875rem;left:6.4375rem;height:1.4625rem;display:block; }
#wgyDSdHJ3r91EOmuIWsVG5vylvXtA4aA { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5rem;position:absolute;font-family:"source sans pro";font-size:1.125rem;font-weight:normal;z-index:15009;line-height:1.3;letter-spacing:0;top:16.875rem;left:44.75rem;height:1.4625rem;display:block; }
#Pvrv8m8Cbdwl9l75u3XTM7xJ7UW32olK { color:rgba(var(--color-tertiary-4),1);display:block;width:16rem;position:absolute;font-family:"source sans pro";font-size:1rem;font-weight:normal;z-index:15010;line-height:1.3;letter-spacing:0;top:18.1875rem;left:44.75rem;height:1.3rem;display:block; }
#RZAkJVhQkLVafp65NZfVFAxuZ5SKXa4l { color:rgba(var(--color-tertiary-4),1);display:block;width:16rem;position:absolute;font-family:"source sans pro";font-size:1rem;font-weight:normal;z-index:15011;line-height:1.3;letter-spacing:0;top:18.1875rem;left:6.4375rem;height:1.3rem;display:block; }
#WpT7pZAENhbh6r1vORW12ZAEN0ny5But { box-sizing:content-box;height:6.0625rem;width:12.5rem;position:absolute;display:block;z-index:15012;background-color:rgba(var(--color-primary-4),1);background-image:none;top:1.2708320617676rem;left:1.875rem;border-top-right-radius:0.4375rem;border-bottom-right-radius:0.4375rem;border-bottom-left-radius:0.4375rem;border-top-left-radius:0.4375rem;display:block; }
#vw3svIPTXMSZ9XcUh264gbrLFIeJNUeZ { box-sizing:content-box;height:6.0625rem;width:12.5rem;position:absolute;display:block;z-index:15013;background-color:rgba(var(--color-primary-4),1);background-image:none;top:1.2708320617676rem;left:40.3125rem;border-top-right-radius:0.4375rem;border-bottom-right-radius:0.4375rem;border-bottom-left-radius:0.4375rem;border-top-left-radius:0.4375rem;display:block; }
#ZbQ0Q7NmCGp9sLOTARwb3XOlBhKH5zz4 { position:absolute;display:block;z-index:15014;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.25rem;width:6.375rem;top:1.1770830154419rem;left:43.375rem;overflow:hidden;display:block; }
#KT8CUFZ6zmBt3ygf7xSTN1sSTXBrWSAZ { position:absolute;display:block;z-index:15015;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.875rem;width:8.8125rem;top:2.8645830154419rem;left:3.71875rem;overflow:hidden;display:block; }
#CRyrn7qnKHAkaV64W5G2PKGphTRT21pz { 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; }#CRyrn7qnKHAkaV64W5G2PKGphTRT21pz > .row .container { background-color: transparent; background-image: none; }#CRyrn7qnKHAkaV64W5G2PKGphTRT21pz::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CRyrn7qnKHAkaV64W5G2PKGphTRT21pz > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CRyrn7qnKHAkaV64W5G2PKGphTRT21pz > .row .container > .video-iframe-container { display: none; }#CRyrn7qnKHAkaV64W5G2PKGphTRT21pz > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CRyrn7qnKHAkaV64W5G2PKGphTRT21pz > .row > .video-iframe-container { display: none; }#CRyrn7qnKHAkaV64W5G2PKGphTRT21pz > .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); }#CRyrn7qnKHAkaV64W5G2PKGphTRT21pz > .row .container { border-width: 0; border-radius: 0; }#CRyrn7qnKHAkaV64W5G2PKGphTRT21pz > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#CRyrn7qnKHAkaV64W5G2PKGphTRT21pz > .row .container { font-size:0.875rem;font-family:arial;height:21.8125rem;width:75rem;position:relative;display:block; }#c1lZlqz7rGvcso5NcqK9LX08OpzaH1md { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.4375rem;width:5.5rem;top:10.375rem;left:13.0625rem;overflow:hidden;display:block; }
#ZW6ztVR5ctpFVSxq2o879qH21gEGz0Bg { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.0625rem;width:6.375rem;top:10.75rem;left:22.125rem;overflow:hidden;display:block; }
#Iav8k1OG4JN8BZbPvVtsMNXa7EqWVXyT { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.0625rem;width:5.125rem;top:10.9375rem;left:31.9375rem;overflow:hidden;display:block; }
#PW0zxut3CUgMSlfLkp9rIAQBfCcv8FHr { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5rem;width:5.125rem;top:11rem;left:40.9375rem;overflow:hidden;display:block; }
#i3pFxRBo61mzbQzF7HI2DUJWnR9B9KiG { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5rem;width:5.125rem;top:11rem;left:49.6875rem;overflow:hidden;display:block; }
#PG8QRhC8pT6sBGznr1EJqwgsuXi6ugqe { color:rgba(var(--color-primary-4),1);display:block;width:49.8125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2rem;font-weight:400;z-index:15005;line-height:1.2;letter-spacing:0;top:3.6875rem;left:12.59375rem;height:4.8rem;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; }
#VRgVWi4tc1tGDTJb9etSuN7kSB5fg9LP { position:absolute;display:block;z-index:15014;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.375rem;width:1.4375rem;top:12.46875rem;left:2.3125rem;overflow:hidden;display:block; }
#Zbua2oT6MVBVqcnl3OKI4vm9eWKZHBFq { position:absolute;display:block;z-index:15015;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.3125rem;width:2.3125rem;top:8.5625rem;left:0rem;overflow:hidden;display:block; }
#SV0hUtpcmkhXUp1pQGWvL41Uyt4kOsAA { position:absolute;display:block;z-index:15013;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.625rem;width:2.625rem;top:2.25rem;left:72.375rem;overflow:hidden;display:block; }
#ZnqFuwbhZZWVirk126Nqqat9ikS38dgM { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.375rem;width:4.5rem;top:10.875rem;left:57.5rem;overflow:hidden;display:block; }
#oKRqfgBMfQmO00AdruE79U3X6W5vxTuZ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-4),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#oKRqfgBMfQmO00AdruE79U3X6W5vxTuZ > .row .container { background-color: transparent; background-image: none; }#oKRqfgBMfQmO00AdruE79U3X6W5vxTuZ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oKRqfgBMfQmO00AdruE79U3X6W5vxTuZ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oKRqfgBMfQmO00AdruE79U3X6W5vxTuZ > .row .container > .video-iframe-container { display: none; }#oKRqfgBMfQmO00AdruE79U3X6W5vxTuZ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oKRqfgBMfQmO00AdruE79U3X6W5vxTuZ > .row > .video-iframe-container { display: none; }#oKRqfgBMfQmO00AdruE79U3X6W5vxTuZ > .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); }#oKRqfgBMfQmO00AdruE79U3X6W5vxTuZ > .row .container { border-width: 0; border-radius: 0; }#oKRqfgBMfQmO00AdruE79U3X6W5vxTuZ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#oKRqfgBMfQmO00AdruE79U3X6W5vxTuZ > .row .container { font-size:0.875rem;font-family:arial;height:50.25rem;width:75rem;position:relative;display:block; }#zTzkc6TtPU9yGQCtJL8lKESVf7c5Xtiy { color:rgba(var(--color-tertiary-0),1);display:block;width:34.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.3125rem;font-weight:400;z-index:15003;line-height:1.5;letter-spacing:0;top:12.3125rem;left:0rem;height:;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#IatnI9bSTrySWo7XRXt6uPA2dq2HoiRP { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5rem;width:11.8125rem;top:6.6875rem;left:-1.1805555555556rem;overflow:hidden;display:block; }
#zPleBMeHdSwsJCLaxsNyiS1eL97kO5rR { position:absolute;display:block;z-index:15008;height:29.6875rem;width:26.5625rem;top:4.09375rem;left:44.28125rem;display:block; }
#s1K2SGN72SOCwl91Teve7qp5lDQlHb91 { box-sizing:content-box;height:9.5rem;width:9.5rem;position:absolute;display:block;z-index:15014;background-color:rgba(0,0,0,0);background-image:none;top:18.8125rem;left:0rem;border-top-right-radius:1rem;border-bottom-right-radius:1rem;border-bottom-left-radius:1rem;border-top-left-radius:1rem;border-top:0.0625rem solid rgba(var(--color-tertiary-0),1);border-left:0.0625rem solid rgba(var(--color-tertiary-0),1);border-right:0.0625rem solid rgba(var(--color-tertiary-0),1);border-bottom:0.0625rem solid rgba(var(--color-tertiary-0),1);display:block; }
#nuWp38S2DuNeSkZXVOAIXlD9SoiaUpoh { box-sizing:content-box;height:9.5rem;width:9.5rem;position:absolute;display:block;z-index:15013;background-color:rgba(0,0,0,0);background-image:none;top:18.8125rem;left:11.1875rem;border-top-right-radius:1rem;border-bottom-right-radius:1rem;border-bottom-left-radius:1rem;border-top-left-radius:1rem;border-top:0.0625rem solid rgba(var(--color-tertiary-0),1);border-left:0.0625rem solid rgba(var(--color-tertiary-0),1);border-right:0.0625rem solid rgba(var(--color-tertiary-0),1);border-bottom:0.0625rem solid rgba(var(--color-tertiary-0),1);display:block; }
#h8zZ1ClAdKR3ZkPB28sIw43Ou1rpsHwh { box-sizing:content-box;height:9.5rem;width:9.5rem;position:absolute;display:block;z-index:15012;background-color:rgba(0,0,0,0);background-image:none;top:18.8125rem;left:22.625rem;border-top-right-radius:1rem;border-bottom-right-radius:1rem;border-bottom-left-radius:1rem;border-top-left-radius:1rem;border-top:0.0625rem solid rgba(var(--color-tertiary-0),1);border-left:0.0625rem solid rgba(var(--color-tertiary-0),1);border-right:0.0625rem solid rgba(var(--color-tertiary-0),1);border-bottom:0.0625rem solid rgba(var(--color-tertiary-0),1);display:block; }
#maQ6o4ZbkA0gDuQCGO8sLyZCI5VZan0z { color:rgba(var(--color-tertiary-0),1);display:block;width:7.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15020;line-height:1.3;letter-spacing:0;top:24.75rem;left:1.1875rem;height:2.275rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ZEnmNBXqfK9eTT9AZSXkixmtwd2U0ib6 { color:rgba(var(--color-tertiary-0),1);display:block;width:7.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15021;line-height:1.3;letter-spacing:0;top:24.6875rem;left:12.4375rem;height:2.275rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#gBGRvfbfx5eel6qFDZ0y44ZIAZF9Pqzz { color:rgba(var(--color-tertiary-0),1);display:block;width:7.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15022;line-height:1.3;letter-spacing:0;top:24.6875rem;left:23.875rem;height:2.275rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#DNTEv4uHbvlw5WC1LWmZexzQybGvxStT { color:rgba(var(--color-tertiary-0),1);display:block;width:7.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15019;line-height:1.3;letter-spacing:0;top:23.125rem;left:1.1875rem;height:1.3rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#QkApnmbWmprmseo4OxJT9mKCs5uSbaq3 { color:rgba(var(--color-tertiary-0),1);display:block;width:7.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15020;line-height:1.3;letter-spacing:0;top:23.125rem;left:12.4375rem;height:1.3rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#vMQsKuL2xWW3z1WhKHeTrL1cS5iLV5mb { color:rgba(var(--color-tertiary-0),1);display:block;width:7.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15021;line-height:1.3;letter-spacing:0;top:23.125rem;left:23.875rem;height:1.3rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#lLExlWnBdaIDb2NXg2nQMhFuSTpFkoNZ { color:rgba(var(--color-tertiary-0),1);display:block;width:5.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.1875rem;font-weight:700;z-index:15016;line-height:1.5;letter-spacing:0;top:19.8125rem;left:1.8125rem;height:3.28125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#vcMypnKRUbbkOiOV2bmcocLRSe8DCqcQ { color:rgba(var(--color-tertiary-0),1);display:block;width:5.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.1875rem;font-weight:700;z-index:15017;line-height:1.5;letter-spacing:0;top:19.8125rem;left:13.0625rem;height:3.28125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#I8NLveJeDd9lIhd9d0u4ZtUMM1NxP9wn { color:rgba(var(--color-tertiary-0),1);display:block;width:5.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.1875rem;font-weight:700;z-index:15018;line-height:1.5;letter-spacing:0;top:19.8125rem;left:24.5rem;height:3.28125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#ImND4IGPQHpMhfBuw5vBf59yMreUuZka { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-4),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#ImND4IGPQHpMhfBuw5vBf59yMreUuZka > .row .container { background-color: transparent; background-image: none; }#ImND4IGPQHpMhfBuw5vBf59yMreUuZka::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ImND4IGPQHpMhfBuw5vBf59yMreUuZka > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ImND4IGPQHpMhfBuw5vBf59yMreUuZka > .row .container > .video-iframe-container { display: none; }#ImND4IGPQHpMhfBuw5vBf59yMreUuZka > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ImND4IGPQHpMhfBuw5vBf59yMreUuZka > .row > .video-iframe-container { display: none; }#ImND4IGPQHpMhfBuw5vBf59yMreUuZka > .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); }#ImND4IGPQHpMhfBuw5vBf59yMreUuZka > .row .container { border-width: 0; border-radius: 0; }#ImND4IGPQHpMhfBuw5vBf59yMreUuZka > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ImND4IGPQHpMhfBuw5vBf59yMreUuZka > .row .container { font-size:0.875rem;font-family:arial;height:7rem;width:75rem;position:relative;display:block; }#TbT7M677SuPaR5w85r7VKGJkyc1luhTE { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.125rem;width:2.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15000;opacity:1;top:2.5rem;left:0rem; }
#TbT7M677SuPaR5w85r7VKGJkyc1luhTE > img { max-width: 100%;max-height:100%; width:2.125rem; height:2.125rem; }#HZREqPAxETP4MHE8I3ZEZuVf2PxVRyVu { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.125rem;width:2.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15001;opacity:1;top:2.5rem;left:2.8125rem; }
#HZREqPAxETP4MHE8I3ZEZuVf2PxVRyVu > img { max-width: 100%;max-height:100%; width:2.125rem; height:2.125rem; }#goUx1ltiGKh4EPFfpephOlLa0GZhixJx { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.125rem;width:2.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15002;opacity:1;top:2.5rem;left:5.625rem; }
#goUx1ltiGKh4EPFfpephOlLa0GZhixJx > img { max-width: 100%;max-height:100%; width:2.125rem; height:2.125rem; }#WZwW0Lf6z9N594NgTveNzZomNn5Cru4R { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.125rem;width:2.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15003;opacity:1;top:2.5rem;left:8.5rem; }
#WZwW0Lf6z9N594NgTveNzZomNn5Cru4R > img { max-width: 100%;max-height:100%; width:2.125rem; height:2.125rem; }#yTbZdG5kTQOWv0OlTFXpMbvHRIT1Gh6P { box-sizing:content-box;height:0.0625rem;width:75rem;position:absolute;display:block;z-index:15004;background-color:rgba(var(--color-tertiary-0),0.17);background-image:none;top:1.0625rem;left:0rem;display:block; }
#D0C6Fh79VkklgZKm1SMWziMnc87Ot6sH { color:rgba(var(--color-tertiary-0),1);display:block;width:30.375rem;position:absolute;font-family:"source sans pro";font-size:1rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:2.8499984741211rem;left:24.75rem;height:1.3rem;display:block; }
#WiHTqMz8AyUQoEQzZHBqsD0MEEOEiqKQ { background-color:rgba(var(--color-secondary-2),0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:tahoma, arial, sans-serif;font-size:0.9375rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.75rem;height:3.4375rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:1.78125rem;left:65.25rem;display:block; }
#R5WqzBNPRcCwTAXhkWwfifmNVrau3zA6 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #KCgSXgG5qhoQK6aGzGoezQP8XSkiclC0 { display:block; }#KCgSXgG5qhoQK6aGzGoezQP8XSkiclC0 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pf2kBMGL3UEERxeKsZBQ0Q55bp5BQOuW { top:1.875rem;left:0rem;width:7.9375rem;height:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Txnbx6D54yee9TMwSDCO54lF0XCDmyXp { width:9.125rem;height:3.4375rem;top:1.125rem;left:8.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mrJgokv7ikcFWo2aSXW3yF4IRUZIsfx3 { display:block; }
 }@media only screen and (max-width: 763px) { #khcGBlusKDpthhLbf5X3kBrwX45qFVOq { top:1.375rem;left:33.875rem;width:13.875rem;height:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rWnldfMPf2vsxDkoPFFfApLiGny5cfEt { display:block; }
 }@media only screen and (max-width: 763px) { #ApzGpsRbTEZpIhVmh2gfonl80qnt4RHq { width:7.0625rem;height:3.4375rem;top:1.125rem;left:18.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #hJw5yNJfWuKhTqpv9mvd9yZEhLpt3i3v { display:block; }
 }@media only screen and (max-width: 763px) { #qBidLy5GVI19dAhsmlfk9cJgTLQHmMOt { width:7.1875rem;height:3.4375rem;top:1.125rem;left:26.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #n1TDDKPn7oGB9178cthbMvLMDwzqns64 { display:block; }
 }@media only screen and (max-width: 763px) { #ganA65NEpWE5IITQd2VvXsFrTc3L2QQb { top:1.375rem;left:36.0625rem;width:11.6875rem;height:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QIETH3sOzl2p68N9x3Wb2OyfFkDVJgaT { display:block; }
 }@media only screen and (max-width: 763px) { #LZT4aInvRDCRTPfW4sNyn7fNWKDFoeln { display:block; }#LZT4aInvRDCRTPfW4sNyn7fNWKDFoeln > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #E8S3KSFGTZm8QiZEXFyBz9kWgEbgUhFO { width:29.75rem;height:8.75rem;top:3.625rem;left:0rem;font-size:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #D4MTte9bOraNf2IBSoKbqFBGRhQiXmJJ { width:27rem;height:3.25rem;top:13.5625rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ts6FOqGZLJTRN71c7gwg00duqqflgqV1 { top:3.625rem;left:21.1875rem;width:26.5625rem;height:29.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nkvB2FR7BW5eI7ABLEXyQbER6kuXgTXU { top:18.6875rem;left:1.4375rem;width:8.4375rem;height:8.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #LpkF5lmZn27dNWUC4DACqSwF7a5Azxgm { width:5.875rem;height:2.8125rem;top:19.5625rem;left:2.75rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #w29h55zI1IL9APaAJITCEyhL2dszTDVJ { top:22.625rem;left:2.0625rem;width:7.125rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LUytiVZh5aipzGNAucUzybdKi7OSC3uO { top:18.6875rem;left:10.8125rem;width:8.5625rem;height:8.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DoM10Z4PdokmwC2zVZuMgcNSAXMEuPGm { width:5.875rem;height:2.8125rem;top:19.4375rem;left:12.1875rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #yLTPrpPTRa69ADDwk3OrkyydXLsFqRDA { top:22.75rem;left:11.5625rem;width:7.125rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #B2wH7q69LJGDyU0hvZb2OosTmTbcuqDt { top:24.25rem;left:2.0625rem;width:7.125rem;height:2.0625rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hbewCVfhg3t7NuT8x6lW7nuC6oA545Q5 { top:24.3125rem;left:11.5625rem;width:7.125rem;height:2.0625rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PrOqtKtiti5EODV0V8LzJHCT6zAn72MF { top:18.6875rem;left:15.25rem;width:8.5rem;height:8.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #qFtLKkN6pgDwS5P3O14JxbySMM5fsgDH { top:22.8125rem;left:16.75rem;width:7.125rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Anv87ZARfwND7fWhNg49HgN0OHSI2xB1 { top:24.375rem;left:16.75rem;width:7.125rem;height:2.0625rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yO5C0pukCfaeIWPXUS620zh84f0BlGxl { width:5.875rem;height:2.8125rem;top:19.5rem;left:18rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #iyEuGGCImJ0qdSsdLfFJH7reVa44ZSEp { top:28.75rem;left:2.2687492370606rem;width:6.875rem;height:5.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ndftSJKCvIwCDkxmMSIaL27inWT8VLDd { top:33.3125rem;left:2.8312492370606rem;width:5.75rem;height:5.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DZoNySkwIpT7f4tMmCI84TK7IqRaIT2Q { top:33.3125rem;left:11.84375rem;width:6.1875rem;height:6rem;display:block; }
 }@media only screen and (max-width: 763px) { #DUXZvtgnd07LwmcQokgn12qGpwAtWlgB { top:28.75rem;left:11.9375rem;width:6rem;height:6rem;display:block; }
 }@media only screen and (max-width: 763px) { #T53Q0g4ymAhfCpd6F5nzQs6hkqaHAv61 { top:28.9375rem;left:18.0625rem;width:5.8125rem;height:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vnzatcqSimSx0iSld2JGRd5WLsdJWDf1 { top:35.125rem;left:16.5625rem;width:7.3125rem;height:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qKOCy0ToBZvLONm6S1OViFJoFPVWAsGi { top:25.375rem;left:0rem;width:3.375rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wnoc7ksFvCMrZGGv6wJGcruS1SEpPXU7 { display:block; }#Wnoc7ksFvCMrZGGv6wJGcruS1SEpPXU7 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #s8xoZTrXu3rdDPd3S2WcRqMp0qA5Ndxv { width:9.5625rem;height:1.1875rem;top:5.0625rem;left:2.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #lR4XhxSD63P46PMFBc44eTXIKVhOUyHw { width:6.25rem;height:0.0625rem;top:5.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #JvTC0wtLJAz9JmZtkkJBmrHiLG0FPvuP { width:20.0625rem;height:14.8125rem;top:7.5rem;left:0rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vEcJ2qzpSzMn7XC3hiXogwNxppt184k4 { width:1.625rem;height:1.5rem;top:5.375rem;left:15.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #d2Egxlfec7vIMyPWDoQUG3ZysF0INHm6 { width:16.5625rem;height:6rem;top:7.375rem;left:15.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #WWCtbP6e5tEdRPQbP0RTiKGFZPfW34s6 { width:15.625rem;height:1.75rem;top:5.25rem;left:16.125rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bwd9PIJBT8odLoksE7GxrVzm7EP5OcHv { width:1.5rem;height:1.5rem;top:15.5625rem;left:15.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pN5iawlrv9TfUttPrNCzZDC5EshrrdMp { width:15.625rem;height:1.75rem;top:15.3125rem;left:16.125rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XDqlUChwJTxryTIfE1Gge1gQLHGHnAoX { width:16.5625rem;height:6rem;top:17.5rem;left:15.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #dD8xIgPsbaKwH7LOdBNLzEuxNLNu5Plb { width:1.5rem;height:1.5rem;top:25.6875rem;left:15.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mhQ47gAHn1TlcUKck38lZXH202hl3GED { width:15.625rem;height:1.75rem;top:25.4375rem;left:16.125rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #syutHxS46lRtKvru4S2zWZV0CSHIhDss { width:16.5625rem;height:7.5rem;top:27.8125rem;left:15.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #XTkxT718Q52sWNubMoI4vBDWBJEz7rep { width:16.5625rem;height:6rem;top:7.25rem;left:31.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #EqKoF31P3JN0yEqdfxNhInzLXtOuly8U { width:15.625rem;height:1.75rem;top:5.25rem;left:32rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IBAkqo1usJP9cn941ptDEgFzvBQCOhXU { width:15.625rem;height:1.75rem;top:15.9375rem;left:32rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zPXm0HBxtM7ciMPoLXcU35Vcrt5Pie9Q { width:1.5625rem;height:1.5625rem;top:5.5rem;left:31.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #HktJAfsWcUzFqABCKzm3vSBAm94DIhBt { width:1.625rem;height:1.5rem;top:16.0625rem;left:31.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #imEqlS0BfDh0FXXhVci2AcgxQ4Xlw80p { width:16.5625rem;height:10.5rem;top:17.6875rem;left:31.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #T6yMTtxLDqiWynMHESQCTbgQ23quvyxt { width:1.4375rem;height:1.5625rem;top:30.8125rem;left:31.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #tcloIEmLzQIGmP0dVAxcDS6qTPFGTFOZ { width:15.625rem;height:1.75rem;top:30.5rem;left:32rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #emGXP4y83F4iTyOLa0qX3RoZNchX99BN { width:16.5625rem;height:6rem;top:32.25rem;left:31.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qi9ZyImtQ5w3UKD1ikiDbZdJPnuqgQNm { width:16.5625rem;height:4.5rem;top:39.4375rem;left:15.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #HE42T5JOlhBgo6d202w9mAQUmDaV6uiQ { width:1.625rem;height:1.625rem;top:37.3125rem;left:15.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Hp0UfdatLkbzr5xTQuPdZKHhRRtqBC1u { width:15.625rem;height:1.75rem;top:37.25rem;left:16.125rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JRC6ecTVm32fzRXR7E4tNqS2ka5oXGNC { top:24.875rem;left:0rem;width:13.875rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZtBPJfEPVVEwnEGHPsuTVWqSnMZkUcXh { display:block; }
 }@media only screen and (max-width: 763px) { #Jy9ZTwJl2LElB02PQqkHZhBIxsphEZKt { width:6.25rem;height:0.0625rem;top:14.3125rem;left:16.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ERIvHUPv78l6Urv6nXsucdaOBHclmv76 { width:6.25rem;height:0.0625rem;top:24.375rem;left:16.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fELJCiNlEMOKhcu8IdwNryTb4ppxz0U1 { width:6.25rem;height:0.0625rem;top:32rem;left:16.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qWRxQt2xTz0cRE7Brei1kGKHbB9XZrWC { width:6.25rem;height:0.0625rem;top:14.875rem;left:33.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mAO2F2ZGTRTgWI3TmRWKb5et7qJyN78n { width:6.25rem;height:0.0625rem;top:21.8125rem;left:33.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ysJW9GtTBkfZs0Tv0JZ14bkn1gHTMX54 { width:6.25rem;height:0.0625rem;top:21.8125rem;left:33.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #DzdZfzXU7rMWQntTWI9Vx98ypP7XMyUq { width:6.25rem;height:0.0625rem;top:36.375rem;left:16.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #w0q39GmlBTcaoOCMs5kxcUicKGJipV1J { width:6.25rem;height:0.0625rem;top:29.4375rem;left:33.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rBThQe1vATds9qTRUZFOMHM09OFeMA3t { display:block; }#rBThQe1vATds9qTRUZFOMHM09OFeMA3t > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #J30963FdIP0pABRFh3syBOV3g3ultt3E { top:1.5625rem;left:0rem;width:47.75rem;height:18.065416666667rem;display:block; }
 }@media only screen and (max-width: 763px) { #twQapRoxH0RRigofzq9FqFORCVvTRXDn { top:7.1875rem;left:0rem;width:29.75rem;height:4.125rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #cO84tCBFGu3EWwRl2odxO3ZBPEmxpcAn { top:12.5rem;left:0rem;width:33.375rem;height:7.5rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GUdoVuctTn711HcrPBShTzsnEtS25sDq { width:17.5rem;height:3.4375rem;top:22rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #eaA48iyyXS1Vebbv24Krh1T1Gxm6FrLn { display:block; }
 }@media only screen and (max-width: 763px) { #e59iR1R1ezharmHkGgTqEC93XpeNUrJ2 { width:47.75rem;height:84.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #Q5zrefrRwXWR1zAcegAX6NlOwA3vu3H4 { display:block; }#Q5zrefrRwXWR1zAcegAX6NlOwA3vu3H4 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nDoq1XeLZkCTU97m2iEHdV4X3slmdPBm { top:1.9375rem;left:0rem;width:23.25rem;height:36.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TSFvXagNaG5IDNohmqewRfT3SoBCg0kq { top:1.9375rem;left:8.5rem;width:23.25rem;height:36.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #A5lX3CB5zONelREANvl4Iv3OKs9HeywT { top:1.9375rem;left:24.375rem;width:23.25rem;height:36.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #LehqLFu7VVIriCTyrrCdQXlUJk0N1fyX { width:19.625rem;height:4.1875rem;top:10.5rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VsJAGqNL8vCxqvMhe52tOkkgb9GqGE1O { width:19.5rem;height:4.1875rem;top:16.625rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vxqL8ZTNQ0aWchRM8KpH90Otc24SXpui { width:19.5rem;height:4.1875rem;top:22.75rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Pw1D6z5dyQU6noHAhmZxdCDsWzSkFqO2 { width:18.625rem;height:4.1875rem;top:29.1875rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #nuMA61F2LXht7STfqqWuyqApFhQnvTp6 { width:18.625rem;height:4.1875rem;top:29.1875rem;left:13.125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #aZmTCIS8ft9igKN7JmLhXnPFfNsxkPVI { width:19.5rem;height:4.1875rem;top:22.75rem;left:12.25rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #gJJF0d0nTq05bMZwou49itVfhFqEWB88 { width:19.5rem;height:4.1875rem;top:16.625rem;left:12.25rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #GJ6OdMentHmxlpwThXcsr16DVUBcfyqO { width:19.625rem;height:4.1875rem;top:10.5rem;left:12.125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #M1uo43lr4kyXAIO0CzAtg5HxvwnL94yn { width:18.625rem;height:4.1875rem;top:29.4375rem;left:29rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #W7egtDqKqNKBPbnFCsyBme4Qs6UF5yRQ { width:19.5rem;height:4.1875rem;top:23rem;left:28.125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #OZrzNwTakAqqAn6dsCAppeggmA9Ib2Bg { width:19.5rem;height:4.1875rem;top:16.875rem;left:28.125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #mzFSiuQ1HQ63LkhxT30fJAuh3inWlqNg { width:19.625rem;height:4.1875rem;top:10.75rem;left:28rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zg3fgwUH06NH4Ru7R8mtWBbmXHexvbka { top:10.75rem;left:0rem;width:1.0625rem;height:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #i5V5UacOEd5XiIrq6nNmved35aRMgbVT { top:16.875rem;left:0rem;width:1.0625rem;height:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rV06PcJgZF2pwO8yaLhqyrcKKuoOJZGB { top:22.9375rem;left:0rem;width:1.0625rem;height:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #cHcBSQClW9fFrTMmBH2ovqUruNPpb9dg { top:29.4375rem;left:0rem;width:1.0625rem;height:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #T6TM0NwPUiP1vQ2vLr9vGICfhcmitUNq { top:29.4375rem;left:15.875rem;width:1.0625rem;height:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #cpUOZ2JaTwTw4ek1Sfx8TInJm465oo6X { top:23rem;left:15.875rem;width:1.0625rem;height:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fCM2HpsytrvbgnrAl1eTLpKPThro1RLP { top:17.125rem;left:31.75rem;width:1.0625rem;height:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #P1FsQbwv7nT7LWcv8WLtXHveFS1lwNNE { top:10.6875rem;left:15.875rem;width:1.125rem;height:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UErLbCsOLxildZ00X8pmuXxbpHlRMVaA { top:16.75rem;left:15.875rem;width:1.125rem;height:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FRCS53iHVII5LAWn1z5OLwgColeA4RGV { top:10.9375rem;left:31.75rem;width:1.125rem;height:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #T3mDMGJgOMENUSUUeI3eb3gmKZHWQL1X { top:23.125rem;left:31.75rem;width:1.125rem;height:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #aZuekCloh64FoJ09lkAwqnnk8Zp5O0UE { top:29.625rem;left:31.75rem;width:1.125rem;height:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #sSdHczdKTM1u86Q2UNwLGSikfBXE3Id6 { top:6.3125rem;left:0rem;width:7.9375rem;height:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #J4b7J3i6mUwGQ10COBLN1q1Cq2ptvwEb { width:15.625rem;height:;top:4.875rem;left:15.875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #BFGgDUewXiriABrttaJIpyiTAkTxgeln { width:15.625rem;height:;top:4.875rem;left:31.75rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #E0C6TO0DDVLXK9Ec389cnq8TkpLoZsFR { display:block; }#E0C6TO0DDVLXK9Ec389cnq8TkpLoZsFR > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LmrhhSc8fikitmAcDHk3rR2nCr0MO9hv { top:4.1875rem;left:0rem;width:47.75rem;height:8.0625rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #iCICSrPkLnlASzsxW8OJloUs62C2ohm1 { top:13.25rem;left:0rem;width:47.75rem;height:2.875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #L2movRTlCOm96G4yC68S7U5xOZw4C8PA { top:19.1875rem;left:0.1875rem;width:5.3125rem;height:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #OoTOUZIiWVDk3DGSwm7iUKbTTKza9EtL { top:18.5rem;left:8.25rem;width:5.25rem;height:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #me0J3EmykZEOoq9AdeJpX0GTCVHK0JIH { top:19.3125rem;left:15.9375rem;width:4.4375rem;height:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #T0KeJyXkJK4mf5XxNIE6vhkWkT8rKlIv { top:18.5rem;left:23.3125rem;width:5.25rem;height:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #pWDnqZdP3V5KWWNtReabUFKJ1PTZ2pmE { top:19.125rem;left:30.6875rem;width:10.6875rem;height:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TAeNNLTqlqybFWkFllnJzMmsu5bnZDRV { top:18.375rem;left:42.125rem;width:5.625rem;height:3.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kUCl9L1lMByX3HH3AvXvNFOFKg5XugsJ { top:23.4375rem;left:5.5rem;width:3.375rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #rD1IacFVVX8DTHdPKdNWV1OM0tqTvs7p { top:22.5rem;left:13.9375rem;width:5.0625rem;height:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PXtAcpEFmlXnHwZ1HO4otABvZWSUeg6f { top:23.125rem;left:21.125rem;width:9.0625rem;height:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #cPZ5P1FkQAgBd9oo4dqT1eWou7hKpRpr { top:22.3125rem;left:32.0625rem;width:6.4375rem;height:3.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #x5Pa3wqAGf50BZgmaXrAhZFFrTdxaPia { top:28.75rem;left:17.3125rem;width:13.875rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #DDP3sPBR5g671rXIHd0RJi0E301tsuLW { display:block; }
 }@media only screen and (max-width: 763px) { #dimnfXyPiX6nFbgJ4uWBtCShsEHsWUwy { top:18.9375rem;left:0rem;width:2rem;height:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #mSfETXCedgIDbHPusQKaEBA3JtA8lqm8 { top:21.5625rem;left:0rem;width:1.4375rem;height:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #tQcUneCIy292qCPFakZ4Te2daagvoTwE { top:16.3125rem;left:0rem;width:2rem;height:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #gPG6nAr1AecZPNt3OAnaG9Cs1JoieOlS { top:25.3125rem;left:45.875rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #S8a7ZwKAU9h1mcAWzTJGNfF2QaVflxOw { top:21.25rem;left:45.625rem;width:2.125rem;height:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #eMBBi0oG6XIeKxp88WdzFmUAILU7lqK5 { top:28.875rem;left:43.6875rem;width:2.0625rem;height:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #SaAFORnV6sB9ssQvByg80rTO551DlMg3 { display:block; }#SaAFORnV6sB9ssQvByg80rTO551DlMg3 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GmTziyEL5bMTb0v4mKt9J5bpR7LRQ2Vv .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#GmTziyEL5bMTb0v4mKt9J5bpR7LRQ2Vv { display:flex;height:auto;width:27.8125rem;top:1.625rem;left:0rem; }
#GmTziyEL5bMTb0v4mKt9J5bpR7LRQ2Vv .accordion-element-container:first-of-type .accordion-desc-text { display: none; } }@media only screen and (max-width: 763px) { #GmTziyEL5bMTb0v4mKt9J5bpR7LRQ2Vv #pqefZNfiy2iJFgFExwyHfQI4DkuPsMB8 {  }
 }@media only screen and (max-width: 763px) { #GmTziyEL5bMTb0v4mKt9J5bpR7LRQ2Vv #cgxX9yqv8bQ6qUDEASduU84fvb8MOBnH {  }
 }@media only screen and (max-width: 763px) { #GmTziyEL5bMTb0v4mKt9J5bpR7LRQ2Vv #ugxJfcOibdKhdZJXNfGyRAM2u3rUvnG3 {  }
 }@media only screen and (max-width: 763px) { #GmTziyEL5bMTb0v4mKt9J5bpR7LRQ2Vv #eVeVtPociMh5Omi6tA69db95zCHRD4tF {  }
 }@media only screen and (max-width: 763px) { #GmTziyEL5bMTb0v4mKt9J5bpR7LRQ2Vv #wFSH5BwULIhRCpLGa4kxQr3dztytwNw3 {  }
 }@media only screen and (max-width: 763px) { #GmTziyEL5bMTb0v4mKt9J5bpR7LRQ2Vv #N8IUCAhfPSGkTrzqmNQvXQoXkegq8Vey {  }
 }@media only screen and (max-width: 763px) { #GmTziyEL5bMTb0v4mKt9J5bpR7LRQ2Vv #mgJOGmOfTT06hr2BvbusnxFVA9tPDIum {  }
 }@media only screen and (max-width: 763px) { #GmTziyEL5bMTb0v4mKt9J5bpR7LRQ2Vv #sMnozdqC1aZcQqSVaaAN4aJaWB9AxU9N {  }
 }@media only screen and (max-width: 763px) { #GmTziyEL5bMTb0v4mKt9J5bpR7LRQ2Vv #Ae5hMQwr7UBaHELsxaEDrCwQczbGVx1i {  }
 }@media only screen and (max-width: 763px) { #GmTziyEL5bMTb0v4mKt9J5bpR7LRQ2Vv #VCCSC30KAN38mh4hJbdTC3QdTXhBXxRk {  }
 }@media only screen and (max-width: 763px) { #GmTziyEL5bMTb0v4mKt9J5bpR7LRQ2Vv #USVRrVch5Bq4OzKC666mOs0ggaHpNeTr {  }
 }@media only screen and (max-width: 763px) { #GmTziyEL5bMTb0v4mKt9J5bpR7LRQ2Vv #E8HzvVQOry9TwzlgvlHKGnss0IHihrRG {  }
 }@media only screen and (max-width: 763px) { #GmTziyEL5bMTb0v4mKt9J5bpR7LRQ2Vv #ns2veLIwP9y5xG55gO7zuhvHT34CQ0Ct {  }
 }@media only screen and (max-width: 763px) { #GmTziyEL5bMTb0v4mKt9J5bpR7LRQ2Vv #eS3z2ITuOT1cXbBpJmcaOex5T67zzyVu {  }
 }@media only screen and (max-width: 763px) { #GmTziyEL5bMTb0v4mKt9J5bpR7LRQ2Vv #V0vTLlec0iQ0FKm4lp4CTvgnAEXg9vku {  }
 }@media only screen and (max-width: 763px) { #GmTziyEL5bMTb0v4mKt9J5bpR7LRQ2Vv #OIcrfH9Z8i2Vo6MWIuyADSJlm0JQmVT8 {  }
 }@media only screen and (max-width: 763px) { #GmTziyEL5bMTb0v4mKt9J5bpR7LRQ2Vv #efGNJ9M56E8QCnRoDxvR6Xpp8VERaZ3E {  }
 }@media only screen and (max-width: 763px) { #GmTziyEL5bMTb0v4mKt9J5bpR7LRQ2Vv #xAXcBFCiB6qwc2G9z5qS3XWTS7k6pxXN {  }
 }@media only screen and (max-width: 763px) { #GmTziyEL5bMTb0v4mKt9J5bpR7LRQ2Vv #QvnAV1UdVgAoz2trrDfSlRnpTb8rIW5r {  }
 }@media only screen and (max-width: 763px) { #GmTziyEL5bMTb0v4mKt9J5bpR7LRQ2Vv #LBbDDbSsbgNr6L5PNC7MEGyhf8e52lgk {  }
 }@media only screen and (max-width: 763px) { #xgN9oD8pu2MgraZuOEapGqTsAvIUT8T1 { top:7rem;left:0rem;width:37.375rem;height:24.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qEEIQJc02zbbDdxXE0zIQ0zhU0OeSR7z { width:34rem;height:7.375rem;top:7.625rem;left:13.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #MQPCaGFDGiXkil9MmTR00stWec4okMbP { display:block; }#MQPCaGFDGiXkil9MmTR00stWec4okMbP > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #niKrla6RxPgc506QT3EplSk8FpcNqSLr { width:31.25rem;height:5.375rem;top:2.5rem;left:8.25rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #G5apd1xF1zVqswGVyeLdgLE75JPfLZc5 { display:block; }#G5apd1xF1zVqswGVyeLdgLE75JPfLZc5 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hIJEICy2qXqtg2fKfTb7PktX2QN7IJD1 { top:8.0625rem;left:0rem;width:31.875rem;height:7.4375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IhMuSPz3tCwfgtvy5u5Gg07GklDqqr1V { top:4.25rem;left:0rem;width:36.875rem;height:17.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #FeT9cnmGAmt3zlPk14tirDez5ikQQvpP { top:4.3125rem;left:10.625rem;width:36.625rem;height:17.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TBs7q4XLqNF9UG2lydbBX9R5gccP6xGM { top:8.0625rem;left:15.875rem;width:31.875rem;height:5.9375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #alZHGGZA9vrKvorhoEUZw2shWbo7ha9G { top:16.4375rem;left:23.875rem;width:3.875rem;height:3.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pthCls40hEemGx729JviPTgVQQtlEuK8 { top:16.4375rem;left:0rem;width:3.875rem;height:3.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #p0fPRzc7KXvdmUM8haXVMX0Xa7mdT8Mn { top:16.875rem;left:0rem;width:12.5rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wgyDSdHJ3r91EOmuIWsVG5vylvXtA4aA { top:16.875rem;left:24.3125rem;width:12.5rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Pvrv8m8Cbdwl9l75u3XTM7xJ7UW32olK { top:18.1875rem;left:24.3125rem;width:16rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #RZAkJVhQkLVafp65NZfVFAxuZ5SKXa4l { top:18.1875rem;left:0rem;width:16rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #WpT7pZAENhbh6r1vORW12ZAEN0ny5But { top:1.25rem;left:0rem;width:12.5rem;height:6.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vw3svIPTXMSZ9XcUh264gbrLFIeJNUeZ { top:1.25rem;left:23.875rem;width:12.5rem;height:6.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZbQ0Q7NmCGp9sLOTARwb3XOlBhKH5zz4 { top:1.125rem;left:23.875rem;width:6.375rem;height:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #KT8CUFZ6zmBt3ygf7xSTN1sSTXBrWSAZ { top:2.8125rem;left:0rem;width:8.8125rem;height:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CRyrn7qnKHAkaV64W5G2PKGphTRT21pz { display:block; }#CRyrn7qnKHAkaV64W5G2PKGphTRT21pz > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #c1lZlqz7rGvcso5NcqK9LX08OpzaH1md { top:10.375rem;left:0rem;width:5.5rem;height:5.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZW6ztVR5ctpFVSxq2o879qH21gEGz0Bg { top:10.75rem;left:8.5rem;width:6.375rem;height:5.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Iav8k1OG4JN8BZbPvVtsMNXa7EqWVXyT { top:10.9375rem;left:18.3125rem;width:5.125rem;height:5.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #PW0zxut3CUgMSlfLkp9rIAQBfCcv8FHr { top:11rem;left:27.3125rem;width:5.125rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #i3pFxRBo61mzbQzF7HI2DUJWnR9B9KiG { top:11rem;left:36.0625rem;width:5.125rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #PG8QRhC8pT6sBGznr1EJqwgsuXi6ugqe { width:47.75rem;height:4.75rem;top:3.6875rem;left:0rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VRgVWi4tc1tGDTJb9etSuN7kSB5fg9LP { top:12.4375rem;left:0rem;width:1.4375rem;height:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zbua2oT6MVBVqcnl3OKI4vm9eWKZHBFq { top:8.5625rem;left:0rem;width:2.3125rem;height:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SV0hUtpcmkhXUp1pQGWvL41Uyt4kOsAA { top:2.25rem;left:45.125rem;width:2.625rem;height:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZnqFuwbhZZWVirk126Nqqat9ikS38dgM { top:10.875rem;left:43.25rem;width:4.5rem;height:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #oKRqfgBMfQmO00AdruE79U3X6W5vxTuZ { display:block; }#oKRqfgBMfQmO00AdruE79U3X6W5vxTuZ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zTzkc6TtPU9yGQCtJL8lKESVf7c5Xtiy { width:34.875rem;height:;top:12.3125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #IatnI9bSTrySWo7XRXt6uPA2dq2HoiRP { top:6.6875rem;left:0rem;width:11.8125rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #zPleBMeHdSwsJCLaxsNyiS1eL97kO5rR { top:4.0625rem;left:21.1875rem;width:26.5625rem;height:29.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #s1K2SGN72SOCwl91Teve7qp5lDQlHb91 { top:18.8125rem;left:0rem;width:9.5rem;height:9.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #nuWp38S2DuNeSkZXVOAIXlD9SoiaUpoh { top:18.8125rem;left:4.375rem;width:9.5rem;height:9.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #h8zZ1ClAdKR3ZkPB28sIw43Ou1rpsHwh { top:18.8125rem;left:14.25rem;width:9.5rem;height:9.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #maQ6o4ZbkA0gDuQCGO8sLyZCI5VZan0z { top:24.75rem;left:0rem;width:7.125rem;height:2.25rem;font-size:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZEnmNBXqfK9eTT9AZSXkixmtwd2U0ib6 { top:24.6875rem;left:5.625rem;width:7.125rem;height:2.25rem;font-size:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #gBGRvfbfx5eel6qFDZ0y44ZIAZF9Pqzz { top:24.6875rem;left:16.75rem;width:7.125rem;height:2.25rem;font-size:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #DNTEv4uHbvlw5WC1LWmZexzQybGvxStT { top:23.125rem;left:0rem;width:7.125rem;height:1.25rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #QkApnmbWmprmseo4OxJT9mKCs5uSbaq3 { top:23.125rem;left:5.625rem;width:7.125rem;height:1.25rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vMQsKuL2xWW3z1WhKHeTrL1cS5iLV5mb { top:23.125rem;left:16.75rem;width:7.125rem;height:1.25rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #lLExlWnBdaIDb2NXg2nQMhFuSTpFkoNZ { width:5.875rem;height:3.25rem;top:19.8125rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #vcMypnKRUbbkOiOV2bmcocLRSe8DCqcQ { width:5.875rem;height:3.25rem;top:19.8125rem;left:6.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #I8NLveJeDd9lIhd9d0u4ZtUMM1NxP9wn { width:5.875rem;height:3.25rem;top:19.8125rem;left:17.6875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ImND4IGPQHpMhfBuw5vBf59yMreUuZka { display:block; }#ImND4IGPQHpMhfBuw5vBf59yMreUuZka > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TbT7M677SuPaR5w85r7VKGJkyc1luhTE { top:2.5rem;left:0rem;width:2.125rem;height:2.125rem;display:block; }
#TbT7M677SuPaR5w85r7VKGJkyc1luhTE > img { max-width: 100%;max-height:100%; width:2.125rem; height:2.125rem; } }@media only screen and (max-width: 763px) { #HZREqPAxETP4MHE8I3ZEZuVf2PxVRyVu { top:2.5rem;left:0rem;width:2.125rem;height:2.125rem;display:block; }
#HZREqPAxETP4MHE8I3ZEZuVf2PxVRyVu > img { max-width: 100%;max-height:100%; width:2.125rem; height:2.125rem; } }@media only screen and (max-width: 763px) { #goUx1ltiGKh4EPFfpephOlLa0GZhixJx { top:2.5rem;left:0rem;width:2.125rem;height:2.125rem;display:block; }
#goUx1ltiGKh4EPFfpephOlLa0GZhixJx > img { max-width: 100%;max-height:100%; width:2.125rem; height:2.125rem; } }@media only screen and (max-width: 763px) { #WZwW0Lf6z9N594NgTveNzZomNn5Cru4R { top:2.5rem;left:1.6875rem;width:2.125rem;height:2.125rem;display:block; }
#WZwW0Lf6z9N594NgTveNzZomNn5Cru4R > img { max-width: 100%;max-height:100%; width:2.125rem; height:2.125rem; } }@media only screen and (max-width: 763px) { #yTbZdG5kTQOWv0OlTFXpMbvHRIT1Gh6P { top:1.0625rem;left:0rem;width:47.75rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #D0C6Fh79VkklgZKm1SMWziMnc87Ot6sH { top:2.8125rem;left:0rem;width:30.375rem;height:1.25rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #WiHTqMz8AyUQoEQzZHBqsD0MEEOEiqKQ { width:9.75rem;height:3.4375rem;top:1.75rem;left:30.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #R5WqzBNPRcCwTAXhkWwfifmNVrau3zA6 { display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #KCgSXgG5qhoQK6aGzGoezQP8XSkiclC0 { position:relative;z-index:auto;display:block; }#KCgSXgG5qhoQK6aGzGoezQP8XSkiclC0 > .row .container { width:20rem;height:5.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pf2kBMGL3UEERxeKsZBQ0Q55bp5BQOuW { width:6.5625rem;height:1.625rem;top:1.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Txnbx6D54yee9TMwSDCO54lF0XCDmyXp { width:9.125rem;height:3.4375rem;top:4.5625rem;left:5.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #mrJgokv7ikcFWo2aSXW3yF4IRUZIsfx3 { display:block; }
 }@media only screen and (max-width: 763px) { #khcGBlusKDpthhLbf5X3kBrwX45qFVOq { top:1.125rem;left:7.4375rem;width:11.875rem;height:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rWnldfMPf2vsxDkoPFFfApLiGny5cfEt { display:block; }
 }@media only screen and (max-width: 763px) { #ApzGpsRbTEZpIhVmh2gfonl80qnt4RHq { width:7.0625rem;height:3.4375rem;top:9.25rem;left:6.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #hJw5yNJfWuKhTqpv9mvd9yZEhLpt3i3v { display:block; }
 }@media only screen and (max-width: 763px) { #qBidLy5GVI19dAhsmlfk9cJgTLQHmMOt { width:7.1875rem;height:3.4375rem;top:13.9375rem;left:6.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #n1TDDKPn7oGB9178cthbMvLMDwzqns64 { display:block; }
 }@media only screen and (max-width: 763px) { #ganA65NEpWE5IITQd2VvXsFrTc3L2QQb { top:8.375rem;left:5.3125rem;width:11.6875rem;height:2.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #QIETH3sOzl2p68N9x3Wb2OyfFkDVJgaT { display:block; }
 }@media only screen and (max-width: 763px) { #LZT4aInvRDCRTPfW4sNyn7fNWKDFoeln { display:block; }#LZT4aInvRDCRTPfW4sNyn7fNWKDFoeln > .row .container { width:20rem;height:101rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #E8S3KSFGTZm8QiZEXFyBz9kWgEbgUhFO { width:20rem;height:5.85rem;top:2.75rem;left:0rem;text-align:center;text-align-last:center;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #D4MTte9bOraNf2IBSoKbqFBGRhQiXmJJ { width:20rem;height:2.7625rem;top:9.4375rem;left:0rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ts6FOqGZLJTRN71c7gwg00duqqflgqV1 { width:20rem;height:29.6875rem;top:28.406249046326rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #nkvB2FR7BW5eI7ABLEXyQbER6kuXgTXU { width:5.375rem;height:5.375rem;top:14.375rem;left:13.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #LpkF5lmZn27dNWUC4DACqSwF7a5Azxgm { width:3.375rem;height:1.875rem;top:15.1875rem;left:2rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #w29h55zI1IL9APaAJITCEyhL2dszTDVJ { width:4.9375rem;height:0.8125rem;top:17.0625rem;left:1.5rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #LUytiVZh5aipzGNAucUzybdKi7OSC3uO { width:5.3125rem;height:5.3125rem;top:14.34375rem;left:7.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #DoM10Z4PdokmwC2zVZuMgcNSAXMEuPGm { width:5.5625rem;height:1.875rem;top:15.125rem;left:7.1875rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #yLTPrpPTRa69ADDwk3OrkyydXLsFqRDA { width:7.125rem;height:0.8125rem;top:17rem;left:6.4375rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #B2wH7q69LJGDyU0hvZb2OosTmTbcuqDt { width:5.0625rem;height:1.3rem;top:18.0625rem;left:1.4375rem;font-size:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #hbewCVfhg3t7NuT8x6lW7nuC6oA545Q5 { width:4.5625rem;height:1.3rem;top:17.9375rem;left:7.625rem;font-size:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #PrOqtKtiti5EODV0V8LzJHCT6zAn72MF { width:5.25rem;height:5.25rem;top:14.4375rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #qFtLKkN6pgDwS5P3O14JxbySMM5fsgDH { width:5.4375rem;height:0.8125rem;top:17.0625rem;left:13.4375rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Anv87ZARfwND7fWhNg49HgN0OHSI2xB1 { width:5.0625rem;height:1.3rem;top:17.9375rem;left:13.6875rem;font-size:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #yO5C0pukCfaeIWPXUS620zh84f0BlGxl { width:5.875rem;height:1.875rem;top:15.1875rem;left:13rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #iyEuGGCImJ0qdSsdLfFJH7reVa44ZSEp { width:4.375rem;height:3.4375rem;top:20.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ndftSJKCvIwCDkxmMSIaL27inWT8VLDd { width:3.75rem;height:3.6875rem;top:20.5rem;left:5.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DZoNySkwIpT7f4tMmCI84TK7IqRaIT2Q { width:3.875rem;height:3.75rem;top:20.75rem;left:11rem;display:block; }
 }@media only screen and (max-width: 763px) { #DUXZvtgnd07LwmcQokgn12qGpwAtWlgB { width:4.125rem;height:4.125rem;top:20.8125rem;left:15.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #T53Q0g4ymAhfCpd6F5nzQs6hkqaHAv61 { width:3.8125rem;height:3.6875rem;top:24rem;left:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vnzatcqSimSx0iSld2JGRd5WLsdJWDf1 { width:5.6875rem;height:1.75rem;top:24.9375rem;left:11rem;display:block; }
 }@media only screen and (max-width: 763px) { #qKOCy0ToBZvLONm6S1OViFJoFPVWAsGi { width:3.375rem;height:1.875rem;top:59.34375rem;left:8.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #Wnoc7ksFvCMrZGGv6wJGcruS1SEpPXU7 { display:block; }#Wnoc7ksFvCMrZGGv6wJGcruS1SEpPXU7 > .row .container { width:20rem;height:103.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #s8xoZTrXu3rdDPd3S2WcRqMp0qA5Ndxv { width:9.5625rem;height:1.4rem;top:3.5625rem;left:7.75rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #lR4XhxSD63P46PMFBc44eTXIKVhOUyHw { width:6.25rem;height:0.0625rem;top:4.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #JvTC0wtLJAz9JmZtkkJBmrHiLG0FPvuP { width:18.5rem;height:8.625rem;top:5.5874996185303rem;left:1.5rem;text-align:left;text-align-last:left;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vEcJ2qzpSzMn7XC3hiXogwNxppt184k4 { width:1.875rem;height:1.75rem;top:16rem;left:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #d2Egxlfec7vIMyPWDoQUG3ZysF0INHm6 { width:16.5625rem;height:6rem;top:18.4375rem;left:1.71875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #WWCtbP6e5tEdRPQbP0RTiKGFZPfW34s6 { width:15.625rem;height:1.78125rem;top:15.984375rem;left:2.6875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #bwd9PIJBT8odLoksE7GxrVzm7EP5OcHv { width:1.875rem;height:1.875rem;top:26.9375rem;left:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pN5iawlrv9TfUttPrNCzZDC5EshrrdMp { width:15.625rem;height:1.78125rem;top:26.984375rem;left:3.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #XDqlUChwJTxryTIfE1Gge1gQLHGHnAoX { width:16.5625rem;height:6rem;top:29.6875rem;left:1.71875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #dD8xIgPsbaKwH7LOdBNLzEuxNLNu5Plb { width:1.875rem;height:1.875rem;top:38.6875rem;left:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mhQ47gAHn1TlcUKck38lZXH202hl3GED { width:11.8125rem;height:1.78125rem;top:38.734375rem;left:2.1875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #syutHxS46lRtKvru4S2zWZV0CSHIhDss { width:16.5625rem;height:7.5rem;top:41.125rem;left:1.71875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #XTkxT718Q52sWNubMoI4vBDWBJEz7rep { width:16.5625rem;height:6rem;top:53.375rem;left:1.625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #EqKoF31P3JN0yEqdfxNhInzLXtOuly8U { width:9.9375rem;height:1.78125rem;top:50.8125rem;left:3.4375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #IBAkqo1usJP9cn941ptDEgFzvBQCOhXU { width:5.75rem;height:1.78125rem;top:61.75rem;left:3.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #zPXm0HBxtM7ciMPoLXcU35Vcrt5Pie9Q { width:1.875rem;height:1.875rem;top:50.75rem;left:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #HktJAfsWcUzFqABCKzm3vSBAm94DIhBt { width:1.875rem;height:1.75rem;top:61.75rem;left:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #imEqlS0BfDh0FXXhVci2AcgxQ4Xlw80p { width:16.5625rem;height:10.5rem;top:63.8125rem;left:1.53125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #T6yMTtxLDqiWynMHESQCTbgQ23quvyxt { width:1.75rem;height:1.875rem;top:77.375rem;left:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #tcloIEmLzQIGmP0dVAxcDS6qTPFGTFOZ { width:13.0625rem;height:1.78125rem;top:77.4375rem;left:3.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #emGXP4y83F4iTyOLa0qX3RoZNchX99BN { width:16.5625rem;height:6rem;top:79.9375rem;left:1.75rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #Qi9ZyImtQ5w3UKD1ikiDbZdJPnuqgQNm { width:16.5625rem;height:4.5rem;top:91.8125rem;left:1.75rem;text-align:left;text-align-last:left;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #HE42T5JOlhBgo6d202w9mAQUmDaV6uiQ { width:1.875rem;height:1.875rem;top:89rem;left:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Hp0UfdatLkbzr5xTQuPdZKHhRRtqBC1u { width:10.8125rem;height:1.78125rem;top:89.1875rem;left:3.5625rem;text-align:center;text-align-last:center;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JRC6ecTVm32fzRXR7E4tNqS2ka5oXGNC { top:99.4375rem;left:1.65625rem;width:16.6875rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZtBPJfEPVVEwnEGHPsuTVWqSnMZkUcXh { display:block; }
 }@media only screen and (max-width: 763px) { #Jy9ZTwJl2LElB02PQqkHZhBIxsphEZKt { width:6.25rem;height:0.0625rem;top:25.5625rem;left:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ERIvHUPv78l6Urv6nXsucdaOBHclmv76 { width:6.25rem;height:0.0625rem;top:36.9375rem;left:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fELJCiNlEMOKhcu8IdwNryTb4ppxz0U1 { width:6.25rem;height:0.0625rem;top:45.9375rem;left:1.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #qWRxQt2xTz0cRE7Brei1kGKHbB9XZrWC { width:6.25rem;height:0.0625rem;top:60.5625rem;left:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #mAO2F2ZGTRTgWI3TmRWKb5et7qJyN78n { width:6.25rem;height:0.0625rem;top:49.75rem;left:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ysJW9GtTBkfZs0Tv0JZ14bkn1gHTMX54 { width:6.25rem;height:0.0625rem;top:87.1875rem;left:1.5625rem;z-index:15013;display:block; }
 }@media only screen and (max-width: 763px) { #DzdZfzXU7rMWQntTWI9Vx98ypP7XMyUq { width:6.25rem;height:0.0625rem;top:77.5rem;left:12.09375rem;display:block; }
 }@media only screen and (max-width: 763px) { #w0q39GmlBTcaoOCMs5kxcUicKGJipV1J { width:6.25rem;height:0.0625rem;top:75.6875rem;left:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rBThQe1vATds9qTRUZFOMHM09OFeMA3t { display:block; }#rBThQe1vATds9qTRUZFOMHM09OFeMA3t > .row .container { width:20rem;height:46.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #J30963FdIP0pABRFh3syBOV3g3ultt3E { width:20rem;height:7.5666666666669rem;top:1.25rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #twQapRoxH0RRigofzq9FqFORCVvTRXDn { width:17.625rem;height:4.95rem;top:6.03125rem;left:1.1875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #cO84tCBFGu3EWwRl2odxO3ZBPEmxpcAn { width:17.375rem;height:9.75rem;top:11.675000190735rem;left:1.3125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GUdoVuctTn711HcrPBShTzsnEtS25sDq { width:14.75rem;height:2.8125rem;top:38.15625rem;left:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #eaA48iyyXS1Vebbv24Krh1T1Gxm6FrLn { display:block; }
 }@media only screen and (max-width: 763px) { #e59iR1R1ezharmHkGgTqEC93XpeNUrJ2 { top:4.09375rem;left:0rem;width:20rem;height:35.625rem;z-index:14999;overflow:hidden;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q5zrefrRwXWR1zAcegAX6NlOwA3vu3H4 { display:none; }#Q5zrefrRwXWR1zAcegAX6NlOwA3vu3H4 > .row .container { width:20rem;height:116.3125rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #nDoq1XeLZkCTU97m2iEHdV4X3slmdPBm { width:20rem;height:36.375rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TSFvXagNaG5IDNohmqewRfT3SoBCg0kq { width:20rem;height:36.3125rem;top:38.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #A5lX3CB5zONelREANvl4Iv3OKs9HeywT { width:20rem;height:36.25rem;top:76.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #LehqLFu7VVIriCTyrrCdQXlUJk0N1fyX { width:19.625rem;height:4.21875rem;top:9.8125rem;left:0.375rem;text-align:left;text-align-last:left;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VsJAGqNL8vCxqvMhe52tOkkgb9GqGE1O { width:19.5rem;height:4.21875rem;top:15.9375rem;left:0.5rem;text-align:left;text-align-last:left;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vxqL8ZTNQ0aWchRM8KpH90Otc24SXpui { width:19.5rem;height:4.21875rem;top:22.0625rem;left:0.5rem;text-align:left;text-align-last:left;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Pw1D6z5dyQU6noHAhmZxdCDsWzSkFqO2 { width:18.625rem;height:4.21875rem;top:28.5rem;left:1.375rem;text-align:left;text-align-last:left;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #nuMA61F2LXht7STfqqWuyqApFhQnvTp6 { width:18.625rem;height:4.21875rem;top:66.125rem;left:1.375rem;text-align:left;text-align-last:left;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #aZmTCIS8ft9igKN7JmLhXnPFfNsxkPVI { width:19.5rem;height:4.21875rem;top:59.6875rem;left:0.5rem;text-align:left;text-align-last:left;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #gJJF0d0nTq05bMZwou49itVfhFqEWB88 { width:19.5rem;height:4.21875rem;top:53.5625rem;left:0.5rem;text-align:left;text-align-last:left;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #GJ6OdMentHmxlpwThXcsr16DVUBcfyqO { width:19.625rem;height:4.21875rem;top:47.4375rem;left:0.375rem;text-align:left;text-align-last:left;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #M1uo43lr4kyXAIO0CzAtg5HxvwnL94yn { width:18.625rem;height:4.21875rem;top:103.9375rem;left:1.375rem;text-align:left;text-align-last:left;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #W7egtDqKqNKBPbnFCsyBme4Qs6UF5yRQ { width:19.5rem;height:4.21875rem;top:97.5rem;left:0.5rem;text-align:left;text-align-last:left;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #OZrzNwTakAqqAn6dsCAppeggmA9Ib2Bg { width:19.5rem;height:4.21875rem;top:91.375rem;left:0.5rem;text-align:left;text-align-last:left;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #mzFSiuQ1HQ63LkhxT30fJAuh3inWlqNg { width:19.625rem;height:4.21875rem;top:85.25rem;left:0.375rem;text-align:left;text-align-last:left;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zg3fgwUH06NH4Ru7R8mtWBbmXHexvbka { display:flex;width:1.0625rem;height:1.0625rem;top:10.0625rem;left:0.875rem; }
 }@media only screen and (max-width: 763px) { #i5V5UacOEd5XiIrq6nNmved35aRMgbVT { display:flex;width:1.0625rem;height:1.0625rem;top:16.1875rem;left:0.875rem; }
 }@media only screen and (max-width: 763px) { #rV06PcJgZF2pwO8yaLhqyrcKKuoOJZGB { display:flex;width:1.0625rem;height:1.0625rem;top:22.25rem;left:0.875rem; }
 }@media only screen and (max-width: 763px) { #cHcBSQClW9fFrTMmBH2ovqUruNPpb9dg { display:flex;width:1.0625rem;height:1.0625rem;top:28.75rem;left:0.875rem; }
 }@media only screen and (max-width: 763px) { #T6TM0NwPUiP1vQ2vLr9vGICfhcmitUNq { display:flex;width:1.0625rem;height:1.0625rem;top:66.375rem;left:1.0625rem; }
 }@media only screen and (max-width: 763px) { #cpUOZ2JaTwTw4ek1Sfx8TInJm465oo6X { display:flex;width:1.0625rem;height:1.0625rem;top:59.9375rem;left:1.0625rem; }
 }@media only screen and (max-width: 763px) { #fCM2HpsytrvbgnrAl1eTLpKPThro1RLP { display:flex;width:1.0625rem;height:1.0625rem;top:91.625rem;left:0.9375rem; }
 }@media only screen and (max-width: 763px) { #P1FsQbwv7nT7LWcv8WLtXHveFS1lwNNE { display:flex;width:1.125rem;height:1.125rem;top:47.625rem;left:1.25rem; }
 }@media only screen and (max-width: 763px) { #UErLbCsOLxildZ00X8pmuXxbpHlRMVaA { display:flex;width:1.125rem;height:1.125rem;top:53.6875rem;left:1.0625rem; }
 }@media only screen and (max-width: 763px) { #FRCS53iHVII5LAWn1z5OLwgColeA4RGV { display:flex;width:1.125rem;height:1.125rem;top:85.4375rem;left:0.90625rem; }
 }@media only screen and (max-width: 763px) { #T3mDMGJgOMENUSUUeI3eb3gmKZHWQL1X { display:flex;width:1.125rem;height:1.125rem;top:97.65625rem;left:1.0625rem; }
 }@media only screen and (max-width: 763px) { #aZuekCloh64FoJ09lkAwqnnk8Zp5O0UE { display:flex;width:1.125rem;height:1.125rem;top:104.125rem;left:0.96875rem; }
 }@media only screen and (max-width: 763px) { #sSdHczdKTM1u86Q2UNwLGSikfBXE3Id6 { width:7.9375rem;height:2.0625rem;top:5.625rem;left:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #J4b7J3i6mUwGQ10COBLN1q1Cq2ptvwEb { width:15.625rem;height:3.3rem;top:41.8125rem;left:1.0625rem;text-align:center;text-align-last:center;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #BFGgDUewXiriABrttaJIpyiTAkTxgeln { width:15.625rem;height:3.3rem;top:79.375rem;left:1.125rem;text-align:center;text-align-last:center;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #E0C6TO0DDVLXK9Ec389cnq8TkpLoZsFR { display:block; }#E0C6TO0DDVLXK9Ec389cnq8TkpLoZsFR > .row .container { width:20rem;height:40.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LmrhhSc8fikitmAcDHk3rR2nCr0MO9hv { width:18.8125rem;height:7.875rem;top:5.75rem;left:0rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #iCICSrPkLnlASzsxW8OJloUs62C2ohm1 { width:18.8125rem;height:6.90625rem;top:24.375rem;left:0.59375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #L2movRTlCOm96G4yC68S7U5xOZw4C8PA { width:3.25rem;height:1.0625rem;top:15.8125rem;left:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #OoTOUZIiWVDk3DGSwm7iUKbTTKza9EtL { width:4.125rem;height:2.25rem;top:15.21875rem;left:5.53125rem;display:block; }
 }@media only screen and (max-width: 763px) { #me0J3EmykZEOoq9AdeJpX0GTCVHK0JIH { width:3.25rem;height:1.3125rem;top:15.6875rem;left:11.28125rem;display:block; }
 }@media only screen and (max-width: 763px) { #T0KeJyXkJK4mf5XxNIE6vhkWkT8rKlIv { width:3.4375rem;height:1.875rem;top:15.15625rem;left:15.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #pWDnqZdP3V5KWWNtReabUFKJ1PTZ2pmE { width:8.9375rem;height:1.25rem;top:18.0625rem;left:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TAeNNLTqlqybFWkFllnJzMmsu5bnZDRV { width:4.0625rem;height:2.1875rem;top:20.21875rem;left:5.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #kUCl9L1lMByX3HH3AvXvNFOFKg5XugsJ { width:2.375rem;height:1.75rem;top:20.4375rem;left:11.28125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rD1IacFVVX8DTHdPKdNWV1OM0tqTvs7p { width:3.0625rem;height:1.625rem;top:20.375rem;left:1.09375rem;display:block; }
 }@media only screen and (max-width: 763px) { #PXtAcpEFmlXnHwZ1HO4otABvZWSUeg6f { width:9.0625rem;height:3rem;top:16.875rem;left:9.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cPZ5P1FkQAgBd9oo4dqT1eWou7hKpRpr { width:5.75rem;height:3.125rem;top:19.3125rem;left:13.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #x5Pa3wqAGf50BZgmaXrAhZFFrTdxaPia { top:32.97500038147rem;left:3.0625rem;width:13.875rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #DDP3sPBR5g671rXIHd0RJi0E301tsuLW { display:block; }
 }@media only screen and (max-width: 763px) { #dimnfXyPiX6nFbgJ4uWBtCShsEHsWUwy { width:1.0625rem;height:1.0625rem;top:2.875rem;left:8.90625rem;display:block; }
 }@media only screen and (max-width: 763px) { #mSfETXCedgIDbHPusQKaEBA3JtA8lqm8 { width:1.0625rem;height:1rem;top:2.90625rem;left:10.46875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tQcUneCIy292qCPFakZ4Te2daagvoTwE { width:0.9375rem;height:0.9375rem;top:2.9375rem;left:7.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gPG6nAr1AecZPNt3OAnaG9Cs1JoieOlS { width:1.875rem;height:1.875rem;top:74.5375rem;left:9.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #S8a7ZwKAU9h1mcAWzTJGNfF2QaVflxOw { width:2.125rem;height:2rem;top:71.2875rem;left:8.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #eMBBi0oG6XIeKxp88WdzFmUAILU7lqK5 { width:2.0625rem;height:2.0625rem;top:67.975rem;left:8.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #SaAFORnV6sB9ssQvByg80rTO551DlMg3 { display:block; }#SaAFORnV6sB9ssQvByg80rTO551DlMg3 > .row .container { width:20rem;height:40.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GmTziyEL5bMTb0v4mKt9J5bpR7LRQ2Vv .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#GmTziyEL5bMTb0v4mKt9J5bpR7LRQ2Vv .accordion-heading-text { font-size:0.9375rem;height:auto; }
#GmTziyEL5bMTb0v4mKt9J5bpR7LRQ2Vv { display:flex;height:auto;width:19.125rem;top:22.152084350586rem;left:0.25rem; }
#GmTziyEL5bMTb0v4mKt9J5bpR7LRQ2Vv .accordion-element-container:first-of-type .accordion-desc-text { display: none; } }@media only screen and (max-width: 763px) { #GmTziyEL5bMTb0v4mKt9J5bpR7LRQ2Vv #pqefZNfiy2iJFgFExwyHfQI4DkuPsMB8 {  }
 }@media only screen and (max-width: 763px) { #GmTziyEL5bMTb0v4mKt9J5bpR7LRQ2Vv #cgxX9yqv8bQ6qUDEASduU84fvb8MOBnH {  }
 }@media only screen and (max-width: 763px) { #GmTziyEL5bMTb0v4mKt9J5bpR7LRQ2Vv #ugxJfcOibdKhdZJXNfGyRAM2u3rUvnG3 {  }
 }@media only screen and (max-width: 763px) { #GmTziyEL5bMTb0v4mKt9J5bpR7LRQ2Vv #eVeVtPociMh5Omi6tA69db95zCHRD4tF {  }
 }@media only screen and (max-width: 763px) { #GmTziyEL5bMTb0v4mKt9J5bpR7LRQ2Vv #wFSH5BwULIhRCpLGa4kxQr3dztytwNw3 {  }
 }@media only screen and (max-width: 763px) { #GmTziyEL5bMTb0v4mKt9J5bpR7LRQ2Vv #N8IUCAhfPSGkTrzqmNQvXQoXkegq8Vey {  }
 }@media only screen and (max-width: 763px) { #GmTziyEL5bMTb0v4mKt9J5bpR7LRQ2Vv #mgJOGmOfTT06hr2BvbusnxFVA9tPDIum {  }
 }@media only screen and (max-width: 763px) { #GmTziyEL5bMTb0v4mKt9J5bpR7LRQ2Vv #sMnozdqC1aZcQqSVaaAN4aJaWB9AxU9N {  }
 }@media only screen and (max-width: 763px) { #GmTziyEL5bMTb0v4mKt9J5bpR7LRQ2Vv #Ae5hMQwr7UBaHELsxaEDrCwQczbGVx1i {  }
 }@media only screen and (max-width: 763px) { #GmTziyEL5bMTb0v4mKt9J5bpR7LRQ2Vv #VCCSC30KAN38mh4hJbdTC3QdTXhBXxRk {  }
 }@media only screen and (max-width: 763px) { #GmTziyEL5bMTb0v4mKt9J5bpR7LRQ2Vv #USVRrVch5Bq4OzKC666mOs0ggaHpNeTr {  }
 }@media only screen and (max-width: 763px) { #GmTziyEL5bMTb0v4mKt9J5bpR7LRQ2Vv #E8HzvVQOry9TwzlgvlHKGnss0IHihrRG {  }
 }@media only screen and (max-width: 763px) { #GmTziyEL5bMTb0v4mKt9J5bpR7LRQ2Vv #ns2veLIwP9y5xG55gO7zuhvHT34CQ0Ct {  }
 }@media only screen and (max-width: 763px) { #GmTziyEL5bMTb0v4mKt9J5bpR7LRQ2Vv #eS3z2ITuOT1cXbBpJmcaOex5T67zzyVu {  }
 }@media only screen and (max-width: 763px) { #GmTziyEL5bMTb0v4mKt9J5bpR7LRQ2Vv #V0vTLlec0iQ0FKm4lp4CTvgnAEXg9vku {  }
 }@media only screen and (max-width: 763px) { #GmTziyEL5bMTb0v4mKt9J5bpR7LRQ2Vv #OIcrfH9Z8i2Vo6MWIuyADSJlm0JQmVT8 {  }
 }@media only screen and (max-width: 763px) { #GmTziyEL5bMTb0v4mKt9J5bpR7LRQ2Vv #efGNJ9M56E8QCnRoDxvR6Xpp8VERaZ3E {  }
 }@media only screen and (max-width: 763px) { #GmTziyEL5bMTb0v4mKt9J5bpR7LRQ2Vv #xAXcBFCiB6qwc2G9z5qS3XWTS7k6pxXN {  }
 }@media only screen and (max-width: 763px) { #GmTziyEL5bMTb0v4mKt9J5bpR7LRQ2Vv #QvnAV1UdVgAoz2trrDfSlRnpTb8rIW5r {  }
 }@media only screen and (max-width: 763px) { #GmTziyEL5bMTb0v4mKt9J5bpR7LRQ2Vv #LBbDDbSsbgNr6L5PNC7MEGyhf8e52lgk {  }
 }@media only screen and (max-width: 763px) { #xgN9oD8pu2MgraZuOEapGqTsAvIUT8T1 { width:20rem;height:13.2770625rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #qEEIQJc02zbbDdxXE0zIQ0zhU0OeSR7z { width:20rem;height:4.5rem;top:15.7770625rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #MQPCaGFDGiXkil9MmTR00stWec4okMbP { display:block; }#MQPCaGFDGiXkil9MmTR00stWec4okMbP > .row .container { width:20rem;height:8.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #niKrla6RxPgc506QT3EplSk8FpcNqSLr { width:20rem;height:3.75rem;top:1.25rem;left:0rem;text-align:center;text-align-last:center;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #G5apd1xF1zVqswGVyeLdgLE75JPfLZc5 { display:block; }#G5apd1xF1zVqswGVyeLdgLE75JPfLZc5 > .row .container { width:20rem;height:57.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hIJEICy2qXqtg2fKfTb7PktX2QN7IJD1 { width:16.4375rem;height:11.025rem;top:6.3125rem;left:1.78125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IhMuSPz3tCwfgtvy5u5Gg07GklDqqr1V { width:19.75rem;height:22.9375rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #FeT9cnmGAmt3zlPk14tirDez5ikQQvpP { width:19.75rem;height:22.9375rem;top:30.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TBs7q4XLqNF9UG2lydbBX9R5gccP6xGM { width:15.75rem;height:11.9rem;top:33.8125rem;left:2.0625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #alZHGGZA9vrKvorhoEUZw2shWbo7ha9G { width:3.875rem;height:3.875rem;top:47.75rem;left:1.78125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pthCls40hEemGx729JviPTgVQQtlEuK8 { width:3.875rem;height:3.875rem;top:18.4375rem;left:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #p0fPRzc7KXvdmUM8haXVMX0Xa7mdT8Mn { width:12.5rem;height:1.4625rem;top:19.16250038147rem;left:5.9375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wgyDSdHJ3r91EOmuIWsVG5vylvXtA4aA { width:12.5rem;height:1.4625rem;top:47.75rem;left:5.78125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Pvrv8m8Cbdwl9l75u3XTM7xJ7UW32olK { width:13.25rem;height:1.8rem;top:49.087501525879rem;left:5.9375rem;font-size:1rem;line-height:.9;display:block; }
 }@media only screen and (max-width: 763px) { #RZAkJVhQkLVafp65NZfVFAxuZ5SKXa4l { width:11.6875rem;height:1.3rem;top:20.5625rem;left:5.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #WpT7pZAENhbh6r1vORW12ZAEN0ny5But { width:12.5rem;height:6.0625rem;top:-1.7291717529297rem;left:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vw3svIPTXMSZ9XcUh264gbrLFIeJNUeZ { width:12.5rem;height:6.0625rem;top:27rem;left:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZbQ0Q7NmCGp9sLOTARwb3XOlBhKH5zz4 { width:6.375rem;height:6.25rem;top:27rem;left:4.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #KT8CUFZ6zmBt3ygf7xSTN1sSTXBrWSAZ { width:8.8125rem;height:2.875rem;top:-0.13542175292969rem;left:3.71875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CRyrn7qnKHAkaV64W5G2PKGphTRT21pz { display:block; }#CRyrn7qnKHAkaV64W5G2PKGphTRT21pz > .row .container { width:20rem;height:25.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #c1lZlqz7rGvcso5NcqK9LX08OpzaH1md { width:3.625rem;height:3.5625rem;top:13.5rem;left:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZW6ztVR5ctpFVSxq2o879qH21gEGz0Bg { width:4.4375rem;height:3.5rem;top:13.53125rem;left:7.78125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Iav8k1OG4JN8BZbPvVtsMNXa7EqWVXyT { width:4.1875rem;height:4.125rem;top:13.21875rem;left:14.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #PW0zxut3CUgMSlfLkp9rIAQBfCcv8FHr { width:3.9375rem;height:3.8125rem;top:16.3125rem;left:14.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #i3pFxRBo61mzbQzF7HI2DUJWnR9B9KiG { width:4.25rem;height:4.125rem;top:16.15625rem;left:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PG8QRhC8pT6sBGznr1EJqwgsuXi6ugqe { width:20rem;height:6.9rem;top:3.125rem;left:0rem;text-align:center;text-align-last:center;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VRgVWi4tc1tGDTJb9etSuN7kSB5fg9LP { width:1.25rem;height:1.1875rem;top:11.34375rem;left:10.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zbua2oT6MVBVqcnl3OKI4vm9eWKZHBFq { width:1.1875rem;height:1.1875rem;top:11.34375rem;left:8.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SV0hUtpcmkhXUp1pQGWvL41Uyt4kOsAA { width:1.1875rem;height:1.1875rem;top:11.375rem;left:7.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZnqFuwbhZZWVirk126Nqqat9ikS38dgM { width:3.125rem;height:3.0625rem;top:16.6875rem;left:8.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #oKRqfgBMfQmO00AdruE79U3X6W5vxTuZ { display:block; }#oKRqfgBMfQmO00AdruE79U3X6W5vxTuZ > .row .container { width:20rem;height:74.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zTzkc6TtPU9yGQCtJL8lKESVf7c5Xtiy { width:20rem;height:4.5rem;top:7.5rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #IatnI9bSTrySWo7XRXt6uPA2dq2HoiRP { width:11.8125rem;height:5rem;top:1.25rem;left:4.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zPleBMeHdSwsJCLaxsNyiS1eL97kO5rR { width:20rem;height:29.6875rem;top:26.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #s1K2SGN72SOCwl91Teve7qp5lDQlHb91 { width:6.125rem;height:6.125rem;top:17.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #nuWp38S2DuNeSkZXVOAIXlD9SoiaUpoh { width:6.0625rem;height:6.0625rem;top:17.09375rem;left:7.03125rem;display:block; }
 }@media only screen and (max-width: 763px) { #h8zZ1ClAdKR3ZkPB28sIw43Ou1rpsHwh { width:5.875rem;height:5.875rem;top:17.1875rem;left:14rem;display:block; }
 }@media only screen and (max-width: 763px) { #maQ6o4ZbkA0gDuQCGO8sLyZCI5VZan0z { width:5.875rem;height:1.3rem;top:21rem;left:0.0625rem;font-size:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZEnmNBXqfK9eTT9AZSXkixmtwd2U0ib6 { width:5.875rem;height:1.3rem;top:21.0625rem;left:7.125rem;font-size:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #gBGRvfbfx5eel6qFDZ0y44ZIAZF9Pqzz { width:5.6875rem;height:1.3rem;top:21.125rem;left:14.0625rem;font-size:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #DNTEv4uHbvlw5WC1LWmZexzQybGvxStT { width:4.875rem;height:0.8125rem;top:20.125rem;left:0.9375rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #QkApnmbWmprmseo4OxJT9mKCs5uSbaq3 { width:7.125rem;height:0.8125rem;top:20.125rem;left:6.4375rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vMQsKuL2xWW3z1WhKHeTrL1cS5iLV5mb { width:5.9375rem;height:0.8125rem;top:20.25rem;left:14.0625rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #lLExlWnBdaIDb2NXg2nQMhFuSTpFkoNZ { width:5.875rem;height:1.875rem;top:18.125rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #vcMypnKRUbbkOiOV2bmcocLRSe8DCqcQ { width:5.875rem;height:1.875rem;top:18.0625rem;left:7.0625rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #I8NLveJeDd9lIhd9d0u4ZtUMM1NxP9wn { width:5.875rem;height:1.875rem;top:18rem;left:13.875rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ImND4IGPQHpMhfBuw5vBf59yMreUuZka { display:block; }#ImND4IGPQHpMhfBuw5vBf59yMreUuZka > .row .container { width:20rem;height:14rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TbT7M677SuPaR5w85r7VKGJkyc1luhTE { display:flex;width:2.125rem;height:2.125rem;top:2.5rem;left:4.3125rem; }
#TbT7M677SuPaR5w85r7VKGJkyc1luhTE > img { max-width: 100%;max-height:100%; width:2.125rem; height:2.125rem; } }@media only screen and (max-width: 763px) { #HZREqPAxETP4MHE8I3ZEZuVf2PxVRyVu { display:flex;width:2.125rem;height:2.125rem;top:2.5rem;left:7.25rem; }
#HZREqPAxETP4MHE8I3ZEZuVf2PxVRyVu > img { max-width: 100%;max-height:100%; width:2.125rem; height:2.125rem; } }@media only screen and (max-width: 763px) { #goUx1ltiGKh4EPFfpephOlLa0GZhixJx { display:flex;width:2.125rem;height:2.125rem;top:2.5rem;left:10.375rem; }
#goUx1ltiGKh4EPFfpephOlLa0GZhixJx > img { max-width: 100%;max-height:100%; width:2.125rem; height:2.125rem; } }@media only screen and (max-width: 763px) { #WZwW0Lf6z9N594NgTveNzZomNn5Cru4R { display:flex;width:2.125rem;height:2.125rem;top:2.5rem;left:13.625rem; }
#WZwW0Lf6z9N594NgTveNzZomNn5Cru4R > img { max-width: 100%;max-height:100%; width:2.125rem; height:2.125rem; } }@media only screen and (max-width: 763px) { #yTbZdG5kTQOWv0OlTFXpMbvHRIT1Gh6P { width:20rem;height:0.0625rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #D0C6Fh79VkklgZKm1SMWziMnc87Ot6sH { width:17rem;height:1.95rem;top:9.5750007629394rem;left:1.5rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #WiHTqMz8AyUQoEQzZHBqsD0MEEOEiqKQ { width:9.75rem;height:3.4375rem;top:6.1375007629394rem;left:5.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #R5WqzBNPRcCwTAXhkWwfifmNVrau3zA6 { display:block; }
 }