.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:247,222,225;--color-primary-1:229,144,156;--color-primary-2:202,32,57;--color-primary-3:101,16,29;--color-primary-4:30,5,9;--color-secondary-0:219,241,236;--color-secondary-1:175,230,220;--color-secondary-2:75,184,161;--color-secondary-3:45,110,97;--color-secondary-4:15,37,32;--color-tertiary-0:255,255,255;--color-tertiary-1:244,247,252;--color-tertiary-2:51,51,51;--color-tertiary-3:34,34,34;--color-tertiary-4:0,0,0;--headlines-font-family:"Roboto Condensed";--paragraphs-font-family:"Roboto Condensed"; }@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 959px) {
    html {
        width: 960px;
    }
}body { background-color:transparent;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;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); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { background-color:rgba(var(--color-tertiary-4),1);background-image:none;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { background-color: transparent; background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { border-width: 0; border-radius: 0; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { font-size:0.875rem;font-family:arial;height:5.5rem;width:60rem;overflow:visible;position:relative;display:block; }#Ceoz0VfHk4feWv9Cx1QwxJQ3RuGLmI7o { background-color:rgba(var(--color-primary-2),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-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: 0rem 0rem 0.5rem rgba(var(--color-tertiary-4),0.21) ;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:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.1875rem;height:2.8125rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:1.3435871601105rem;left:47.811683654785rem;display:block; }
#ZJNvAbfJUJTqWm1Rh64WA7Ee9wptTlwT { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ro5hOAc8u1CxnOKUHA7A6hGtGyhrXgPk { 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.312175rem;width:11.4998125rem;top:1.24755859375rem;left:1.7879257202149rem;overflow:hidden;display:block; }
#nA8LZtbO6gsEySMAh5XTTAAKbPQZGN8H { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-2),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#nA8LZtbO6gsEySMAh5XTTAAKbPQZGN8H > .row .container { background-color: transparent; background-image: none; }#nA8LZtbO6gsEySMAh5XTTAAKbPQZGN8H::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nA8LZtbO6gsEySMAh5XTTAAKbPQZGN8H > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nA8LZtbO6gsEySMAh5XTTAAKbPQZGN8H > .row .container > .video-iframe-container { display: none; }#nA8LZtbO6gsEySMAh5XTTAAKbPQZGN8H > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nA8LZtbO6gsEySMAh5XTTAAKbPQZGN8H > .row > .video-iframe-container { display: none; }#nA8LZtbO6gsEySMAh5XTTAAKbPQZGN8H > .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); }#nA8LZtbO6gsEySMAh5XTTAAKbPQZGN8H > .row .container { border-width: 0; border-radius: 0; }#nA8LZtbO6gsEySMAh5XTTAAKbPQZGN8H > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#nA8LZtbO6gsEySMAh5XTTAAKbPQZGN8H > .row .container { font-size:0.875rem;font-family:arial;height:7.6875rem;width:60rem;position:relative;display:block; }#bJ7rtCWDxHS6aKdTrIhD6WEbthTgFifg { color:#f1fcfa;display:block;width:59.5621875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.875rem;font-weight:400;z-index:15001;line-height:1.3;letter-spacing:0;top:1.9946312904358rem;left:0.43701171875rem;height:3.7380625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ikPEUIhOx54kOR7QHtdtkuVIfCnIgeVk { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-1),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; }#ikPEUIhOx54kOR7QHtdtkuVIfCnIgeVk > .row .container { background-color: transparent; background-image: none; }#ikPEUIhOx54kOR7QHtdtkuVIfCnIgeVk::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ikPEUIhOx54kOR7QHtdtkuVIfCnIgeVk > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ikPEUIhOx54kOR7QHtdtkuVIfCnIgeVk > .row .container > .video-iframe-container { display: none; }#ikPEUIhOx54kOR7QHtdtkuVIfCnIgeVk > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ikPEUIhOx54kOR7QHtdtkuVIfCnIgeVk > .row > .video-iframe-container { display: none; }#ikPEUIhOx54kOR7QHtdtkuVIfCnIgeVk > .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); }#ikPEUIhOx54kOR7QHtdtkuVIfCnIgeVk > .row .container { border-width: 0; border-radius: 0; }#ikPEUIhOx54kOR7QHtdtkuVIfCnIgeVk > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ikPEUIhOx54kOR7QHtdtkuVIfCnIgeVk > .row .container { font-size:0.875rem;font-family:arial;height:37.1875rem;width:60rem;position:relative;display:block; }#CUeilTZdi0OM5cIf1HQGFfFxufffnlWZ { color:rgba(var(--color-tertiary-4),1);display:block;width:60rem;position:absolute;font-family:roboto;font-size:0.75rem;font-weight:normal;z-index:15006;line-height:1.6;letter-spacing:0;top:0.9990234375rem;left:0rem;height:1.199rem;text-align:center;text-align-last:center;display:block; }
#AetzHeTodqETq9pnBTObliTrG54vK3nx { position:absolute;display:block;z-index:15007;background-color:rgba(var(--color-tertiary-0),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-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:28.875rem;width:19.375rem;top:7.1235656738281rem;left:0rem;display:block; }
#K4wWTy7wFimkILA4gcR1LBxMtcUSUIzG { color:rgba(var(--color-tertiary-0),1);display:block;width:19.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.8125rem;font-weight:400;z-index:15060;line-height:1.3;letter-spacing:0;top:4.0625rem;left:0rem;height:2.35618125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#FhP8TISIQirkbTSGeA23SLwZ9Oh643AK { color:rgba(var(--color-tertiary-4),1);display:block;width:17.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15007;line-height:1.6;letter-spacing:0;top:9.96875rem;left:0.75rem;height:;font-style:normal;text-align:left;text-align-last:left;display:block; }#FhP8TISIQirkbTSGeA23SLwZ9Oh643AK li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#FhP8TISIQirkbTSGeA23SLwZ9Oh643AK li:before{  }
#HI9oXCpXn1QmhCHb6ThLT1JMCkGcoMfr { position:absolute;display:block;z-index:15021;background-color:rgba(var(--color-tertiary-0),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-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:28.9375rem;width:19.4375rem;top:7.0614318847656rem;left:20.3125rem;display:block; }
#rvS7PARuXISnk1E1WvHkBTcLFev2crWk { color:rgba(var(--color-tertiary-0),1);display:block;width:19.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.8125rem;font-weight:400;z-index:15061;line-height:1.3;letter-spacing:0;top:4.0625rem;left:20.1875rem;height:2.35618125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#bRnXfoxBoxGarqm0rw3TeP4aIP48SeRI { position:absolute;display:block;z-index:15034;background-color:rgba(var(--color-tertiary-0),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-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:28.875rem;width:19.375rem;top:7.1235656738281rem;left:40.625rem;display:block; }
#wE7JdWHy8hN8VfGuOWEWJk9CQbK2ke2d { color:rgba(var(--color-tertiary-0),1);display:block;width:19.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.8125rem;font-weight:400;z-index:15062;line-height:1.3;letter-spacing:0;top:4.0625rem;left:40.5rem;height:2.35618125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#C1QSh1GwVbUUSQTnt7ioIrcqOth807Ud { color:rgba(var(--color-tertiary-4),1);display:block;width:18.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15057;line-height:1.6;letter-spacing:0;top:9.875rem;left:41.4375rem;height:;font-style:normal;text-align:left;text-align-last:left;display:block; }#C1QSh1GwVbUUSQTnt7ioIrcqOth807Ud li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#C1QSh1GwVbUUSQTnt7ioIrcqOth807Ud li:before{  }
#UF1bbMUELnliSaR3hN2oN9fvhpN0TwXX { color:rgba(var(--color-primary-2),1);display:block;width:17.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15085;line-height:1.3;letter-spacing:0;top:8.125rem;left:0.9375rem;height:1.2999125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#fL28OqzbLSCGTrvsckEtMKsZaBHkfK74 { position:absolute;display:block;z-index:15059;background-color:rgba(var(--color-primary-2),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:4.0625rem;width:19.5rem;top:3.125rem;left:0rem;display:block; }
#Ri7cvW1Smyss6fNFUb7ftgm7z6xzDlqX { position:absolute;display:block;z-index:15060;background-color:rgba(var(--color-primary-2),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:4.0625rem;width:19.5625rem;top:3.125rem;left:20.3125rem;display:block; }
#z3w3M7nKfr53fOUb349swETOfqC1ewuk { position:absolute;display:block;z-index:15061;background-color:rgba(var(--color-primary-2),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:4.0625rem;width:19.375rem;top:3.125rem;left:40.5625rem;display:block; }
#ARMSTa9s9gE3PBSFOAkpnHMv6R94Qlyt { color:rgba(var(--color-primary-2),1);display:block;width:17.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15086;line-height:1.3;letter-spacing:0;top:8.125rem;left:21.5625rem;height:1.2999125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#XIc0mMqNeqkGlCFc85hl0Cf0u7X36Tkk { color:rgba(var(--color-primary-2),1);display:block;width:18.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15087;line-height:1.3;letter-spacing:0;top:8.125rem;left:41.6875rem;height:1.2999125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#aaWaobb8B2xAdrBpQWbPlil5BkmqCyKb { position:absolute;display:block;z-index:15062;background-color:rgba(var(--color-tertiary-1),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:2.4375rem;width:18.375rem;top:7.5rem;left:0.625rem;display:block; }
#JUuHydxZb0hdKubiVfThGgns9R9gkGne { position:absolute;display:block;z-index:15063;background-color:rgba(var(--color-tertiary-1),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:2.4375rem;width:18.375rem;top:7.5rem;left:21rem;display:block; }
#vasuhF391RnbFuAFqzHupsot1HC6BTT6 { position:absolute;display:block;z-index:15064;background-color:rgba(var(--color-tertiary-1),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:2.4375rem;width:18.5rem;top:7.5rem;left:41.0625rem;display:block; }
#Wxhda5qNRah26o9Q5LXvUFKQle196uD5 { color:rgba(var(--color-tertiary-4),1);display:block;width:17.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15058;line-height:1.6;letter-spacing:0;top:9.875rem;left:21.5rem;height:20.10525rem;font-style:normal;text-align:left;text-align-last:left;display:block; }#Wxhda5qNRah26o9Q5LXvUFKQle196uD5 li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#Wxhda5qNRah26o9Q5LXvUFKQle196uD5 li:before{  }
#NC086cSrIOTBEogAxe6TXVhNRmJoTrWO { color:rgba(var(--color-tertiary-4),1);display:block;width:17.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15007;line-height:1.6;letter-spacing:0;top:3.76953125rem;left:0.75rem;height:;font-style:normal;text-align:left;text-align-last:left;display:none; }#NC086cSrIOTBEogAxe6TXVhNRmJoTrWO li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#NC086cSrIOTBEogAxe6TXVhNRmJoTrWO li:before{  }
#kRSoRScBnxWZk0uiKbMyCXqTUb8ivwkK { position:absolute;display:block;z-index:15064;background-color:rgba(var(--color-tertiary-1),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:2.4375rem;width:18.5rem;top:0.4375rem;left:41.0625rem;display:none; }
#vTT7cBNX41xMJ0OisStWwFC8q4A0gXEA { color:rgba(var(--color-primary-2),1);display:block;width:17.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15085;line-height:1.3;letter-spacing:0;top:1.0625rem;left:0.9375rem;height:1.29980625rem;font-style:normal;text-align:left;text-align-last:left;display:none; }
#CU3kGcLPFgVyBE0T3F6eNsukqAFsDk6d { position:absolute;display:block;z-index:15007;background-color:rgba(var(--color-tertiary-0),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-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:37.375rem;width:19.375rem;top:-0.0625rem;left:0rem;display:none; }
#W6QuD31UuvAnE7EBg6RgWQr5VZw3l0ur { color:rgba(var(--color-tertiary-4),1);display:block;width:17.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15008;line-height:1.6;letter-spacing:0;top:5.75rem;left:0.84375rem;height:;font-style:normal;text-align:left;text-align-last:left;display:none; }#W6QuD31UuvAnE7EBg6RgWQr5VZw3l0ur li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#W6QuD31UuvAnE7EBg6RgWQr5VZw3l0ur li:before{  }
#EdxzaxKStN5H2MGpds69NRdpIvQmSmV4 { color:rgba(var(--color-primary-2),1);display:block;width:17.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15084;line-height:1.3;letter-spacing:0;top:1.5rem;left:1.0625rem;height:2.5996125rem;font-style:normal;text-align:left;text-align-last:left;display:none; }
#eHGdCbi8esZZDV0B9iiF5yMWre5eqNvW { position:absolute;display:block;z-index:15061;background-color:rgba(var(--color-tertiary-1),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:4.125rem;width:18.5rem;top:0.6875rem;left:0.5rem;display:none; }
#BUhzT5geTK3BS4hnDp1MtuEm3kBMwXsb { color:rgba(var(--color-primary-2),1);display:block;width:17.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15085;line-height:1.3;letter-spacing:0;top:1.0625rem;left:0.9375rem;height:1.29980625rem;font-style:normal;text-align:left;text-align-last:left;display:none; }
#ERs8v7m79QP7xDwcZMDOrXf08l9CvIOk { position:absolute;display:block;z-index:15064;background-color:rgba(var(--color-tertiary-1),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:2.4375rem;width:18.5rem;top:0.4375rem;left:41.0625rem;display:none; }
#HEVcgXrtyw17LcpVPqGuvDkI3N7SIW3J { color:rgba(var(--color-tertiary-4),1);display:block;width:17.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15007;line-height:1.6;letter-spacing:0;top:3.76953125rem;left:0.75rem;height:;font-style:normal;text-align:left;text-align-last:left;display:none; }#HEVcgXrtyw17LcpVPqGuvDkI3N7SIW3J li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#HEVcgXrtyw17LcpVPqGuvDkI3N7SIW3J li:before{  }
#pzrtMKt5z7bLhfxh1sxwxCZ98lZHNsLR { color:rgba(var(--color-primary-2),1);display:block;width:18.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15082;line-height:1.3;letter-spacing:0;top:1.5rem;left:21.8125rem;height:2.5996125rem;font-style:normal;text-align:left;text-align-last:left;display:none; }
#kVCvz4m5abGqGyAldIeAEECxz27inCcO { position:absolute;display:block;z-index:15061;background-color:rgba(var(--color-tertiary-1),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:4.125rem;width:18.625rem;top:0.75rem;left:41.125rem;display:none; }
#fTUOoL2xKRxtGBVr9QHFvdgtef1xuQEK { color:rgba(var(--color-tertiary-4),1);display:block;width:16.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15067;line-height:1.6;letter-spacing:0;top:5.75rem;left:21.875rem;height:;font-style:normal;text-align:left;text-align-last:left;display:none; }#fTUOoL2xKRxtGBVr9QHFvdgtef1xuQEK li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#fTUOoL2xKRxtGBVr9QHFvdgtef1xuQEK li:before{  }
#vfE4TMVobK43GKeT9E2468ig7ylJ8qod { position:absolute;display:block;z-index:15021;background-color:rgba(var(--color-tertiary-0),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-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:37.375rem;width:19.4375rem;top:-0.0625rem;left:20.3125rem;display:none; }
#I0W5akpVfJJIO1uL0m7qTRt1Al0ppcR4 { color:rgba(var(--color-primary-2),1);display:block;width:18.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15087;line-height:1.3;letter-spacing:0;top:1.0625rem;left:41.6875rem;height:1.29980625rem;font-style:normal;text-align:left;text-align-last:left;display:none; }
#Hf84XIVkTOci5FdMZF4eyvn5bgtGDUCP { position:absolute;display:block;z-index:15062;background-color:rgba(var(--color-tertiary-1),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:2.4375rem;width:18.5rem;top:0.4375rem;left:0.625rem;display:none; }
#vzz4LDRsz9bbi71ydzkN0lD3Zqf7lVfM { color:rgba(var(--color-tertiary-4),1);display:block;width:18.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15057;line-height:1.6;letter-spacing:0;top:3.716796875rem;left:41.4375rem;height:;font-style:normal;text-align:left;text-align-last:left;display:none; }#vzz4LDRsz9bbi71ydzkN0lD3Zqf7lVfM li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#vzz4LDRsz9bbi71ydzkN0lD3Zqf7lVfM li:before{  }
#VIRB0LDsL9pCi3kkEKLbvck1W2CKXZRw { position:absolute;display:block;z-index:15034;background-color:rgba(var(--color-tertiary-0),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-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:26.25rem;width:19.375rem;top:0rem;left:40.625rem;display:none; }
#n0P76knruawbUmZUUUqPkPBv59CVZ2uu { color:rgba(var(--color-primary-2),1);display:block;width:18.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15083;line-height:1.3;letter-spacing:0;top:1.5rem;left:41.6875rem;height:2.5996125rem;font-style:normal;text-align:left;text-align-last:left;display:none; }
#ZhqHgvdLwqaTrtAD8WIIOrwzSktg9VuX { position:absolute;display:block;z-index:15062;background-color:rgba(var(--color-tertiary-1),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:4.125rem;width:18.5rem;top:0.6875rem;left:20.625rem;display:none; }
#zVIygpOTE2m6N5uteGCRW9ReFaNaxH5D { position:absolute;display:block;z-index:15034;background-color:rgba(var(--color-tertiary-0),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-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:37.4375rem;width:19.375rem;top:-0.125rem;left:40.625rem;display:none; }
#p3ipDJ037gWO1rh8rdSHlZv6wZUFmTos { color:rgba(var(--color-tertiary-4),1);display:block;width:16.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15068;line-height:1.6;letter-spacing:0;top:5.75rem;left:41.9375rem;height:30.630875rem;font-style:normal;text-align:left;text-align-last:left;display:none; }#p3ipDJ037gWO1rh8rdSHlZv6wZUFmTos li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#p3ipDJ037gWO1rh8rdSHlZv6wZUFmTos li:before{  }
#oquO8fdfyRCfEr2UZas5wUxsbKx0WHnL { color:rgba(var(--color-primary-2),1);display:block;width:17.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15085;line-height:1.3;letter-spacing:0;top:0.75rem;left:41.8125rem;height:2.5996125rem;font-style:normal;text-align:left;text-align-last:left;display:none; }
#FyfyPdbTlU0g0TWO2xF9mM7ImWlZqI6w { position:absolute;display:block;z-index:15065;background-color:rgba(var(--color-tertiary-1),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:4.125rem;width:18.5rem;top:0.25rem;left:41.0625rem;display:none; }
#r2B1ShnWvo5HevoaZ7GeZD6ly0Tg84e2 { color:rgba(var(--color-tertiary-4),1);display:block;width:16.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15069;line-height:1.6;letter-spacing:0;top:4.6875rem;left:42.03125rem;height:8.9355625rem;font-style:normal;text-align:left;text-align-last:left;display:none; }#r2B1ShnWvo5HevoaZ7GeZD6ly0Tg84e2 li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#r2B1ShnWvo5HevoaZ7GeZD6ly0Tg84e2 li:before{  }
#ZL0bXPTWTx2qWThGHp7zgKbuIFgaIQPT { position:absolute;display:block;z-index:15034;background-color:rgba(var(--color-tertiary-0),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-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:15.3125rem;width:19.375rem;top:0rem;left:40.625rem;display:none; }
#UiNBRezT1GiiVUCKIrkrsa931cZL8foa { position:absolute;display:block;z-index:15007;background-color:rgba(var(--color-tertiary-0),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-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:16.25rem;width:19.375rem;top:-0.0625rem;left:0rem;display:none; }
#mKEN4POcqXwkLsoZNtUKu63IKUnHH5Ww { color:rgba(var(--color-tertiary-4),1);display:block;width:16.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15079;line-height:1.3;letter-spacing:0;top:1.4375rem;left:1.1875rem;height:1.29980625rem;font-style:normal;display:none; }#mKEN4POcqXwkLsoZNtUKu63IKUnHH5Ww li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#mKEN4POcqXwkLsoZNtUKu63IKUnHH5Ww li:before{  }
#uuJSqoHBIzCgrEg27fyMBNLraPvu4qe0 { color:rgba(var(--color-tertiary-4),1);display:block;width:12.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:700;z-index:15070;line-height:1.3;letter-spacing:0;top:4.1875rem;left:1.125rem;height:2.4375rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#bDHgf3uGUnKwbucemoXpUerqtEkw77Po { position:absolute;display:block;z-index:15060;background-color:rgba(var(--color-tertiary-1),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:4.125rem;width:18.4375rem;top:3.3125rem;left:0.5625rem;display:none; }
#JicAtDnknhHqt7GJnHoQ7zStkUwTI6zl { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15090;line-height:1.3;letter-spacing:0;top:9.375rem;left:3.4375rem;height:1.29980625rem;text-align:center;text-align-last:center;display:none; }
#x7SWgb3FC3nEl5aFyuHRr5ZACVGSgZF2 { color:rgba(var(--color-tertiary-4),1);display:block;width:5.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:15071;line-height:1.3;letter-spacing:0;top:4.625rem;left:9.9375rem;height:1.625rem;font-style:normal;text-align:left;text-align-last:left;display:none; }
#t2vFunXeEtJNR0maq5hM1XdAKHlntgX4 { background-color:rgba(var(--color-primary-2),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-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.4375rem;text-decoration:none;z-index:15078;text-align:center;text-align-last:center;top:11.25rem;left:0.9375rem;display:none; }
#wywHmiTd5QSGpN2qRQkoQXdFDkG3Iex0 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Qn3b1zT8XoZeTLer1HbB3CEZe99td1vO { position:absolute;display:block;z-index:15021;background-color:rgba(var(--color-tertiary-0),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-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:16.25rem;width:19.4375rem;top:-0.0625rem;left:20.1875rem;display:none; }
#gMASP8UBDEaTzROrfloTrgXb7iBoXTRc { color:rgba(var(--color-tertiary-4),1);display:block;width:16.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15080;line-height:1.3;letter-spacing:0;top:1.4375rem;left:21.875rem;height:1.29980625rem;font-style:normal;display:none; }#gMASP8UBDEaTzROrfloTrgXb7iBoXTRc li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#gMASP8UBDEaTzROrfloTrgXb7iBoXTRc li:before{  }
#NwFHoWtJI6hC0JTxNxSleTPy429wOE3V { position:absolute;display:block;z-index:15061;background-color:rgba(var(--color-tertiary-1),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:4.125rem;width:18.625rem;top:3.34375rem;left:20.5625rem;display:none; }
#TPUHb4fMNI6VLr28k5MmTtTABT9AGBtG { color:rgba(var(--color-tertiary-2),1);display:block;width:12.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:700;z-index:15073;line-height:1.3;letter-spacing:0;top:4.1875rem;left:22rem;height:2.4375rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#veq0mJMgtxSFulTToAC24OrN0FsaTABi { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15091;line-height:1.3;letter-spacing:0;top:9.375rem;left:23.75rem;height:1.29980625rem;text-align:center;text-align-last:center;display:none; }
#G1sSJByFSD3GKhtQ8PbkR7FQ3v30Ggh4 { background-color:rgba(var(--color-primary-2),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-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.4375rem;text-decoration:none;z-index:15077;text-align:center;text-align-last:center;top:11.25rem;left:21.25rem;display:none; }
#IN4Xch18DodETdw5p6T5lHFKRy7TKvy5 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#qTAZ6JXZVeMcXq5wRtAkJnVBD0teWUiL { position:absolute;display:block;z-index:15034;background-color:rgba(var(--color-tertiary-0),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-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:16.4375rem;width:19.375rem;top:-0.125rem;left:40.625rem;display:none; }
#GtkDwKmbroGaodLAfJAp05MTTHBoCWlA { position:absolute;display:block;z-index:15062;background-color:rgba(var(--color-tertiary-1),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:4.125rem;width:18.375rem;top:3.4375rem;left:41.1875rem;display:none; }
#ZqVuhdbGcFQfeqrRCGuSZfylu8iGDyFg { background-color:rgba(var(--color-primary-2),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-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.4375rem;text-decoration:none;z-index:15078;text-align:center;text-align-last:center;top:11.25rem;left:41.5625rem;display:none; }
#kTJVDetggx8c0k8TBZastH4Xv4ChpqZE { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#wqaH7A53G9OTZOLm3204N0Dx5TzlT39D { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15092;line-height:1.3;letter-spacing:0;top:9.375rem;left:43.9375rem;height:1.29980625rem;text-align:center;text-align-last:center;display:none; }
#z8UlHAVmzQtScTsAWOmpLmowSWGir7GF { color:rgba(var(--color-tertiary-2),1);display:block;width:11.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:700;z-index:15075;line-height:1.3;letter-spacing:0;top:4.1875rem;left:42.8125rem;height:2.4375rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#aagnATBbwc3kMETJTFlKQKENu7TdoP8k { color:rgba(var(--color-tertiary-4),1);display:block;width:16.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15081;line-height:1.3;letter-spacing:0;top:1.4375rem;left:42.0625rem;height:1.29980625rem;font-style:normal;display:none; }#aagnATBbwc3kMETJTFlKQKENu7TdoP8k li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#aagnATBbwc3kMETJTFlKQKENu7TdoP8k li:before{  }
#XAoyrilTIbNMzgLcDFX3BRUVcxPOBmJe { color:rgba(var(--color-tertiary-4),1);display:block;width:5.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:15071;line-height:1.3;letter-spacing:0;top:4.625rem;left:9.9375rem;height:1.625rem;font-style:normal;text-align:left;text-align-last:left;display:none; }
#feRGbGdFuE8BAe6T5kr5UoPAUT2cPx5I { color:rgba(var(--color-tertiary-4),1);display:block;width:5.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:15071;line-height:1.3;letter-spacing:0;top:4.625rem;left:9.9375rem;height:1.625rem;font-style:normal;text-align:left;text-align-last:left;display:none; }
#eWbdqKFdXkPgZxmOpbAKNLJDzaVQxvcx { color:rgba(var(--color-primary-2),1);display:block;width:58.7480625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15063;line-height:1.3;letter-spacing:0;top:17.875rem;left:0.625rem;height:2.923825rem;font-style:normal;text-align:left;text-align-last:left;display:none; }
#Ub4HHmRdn7gLk7ROJTTiCBKpq2ngveSe { box-sizing:content-box;color:#5d92ff;font-size:1.0625rem;font-weight:400;line-height:1;height:1.5625rem;width:1.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15088;opacity:1;top:0.7744140625rem;left:10.71875rem;display:none; }
#T5RLfDnXIDXBF00dQCIhnTol3ulAomc7 { color:rgba(var(--color-tertiary-4),1);display:block;width:3.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15091;line-height:1.3;letter-spacing:0;top:1.0625rem;left:12.59375rem;height:1.29980625rem;display:none; }
#SKzN8dBEbENxtGte11wPUUmiW1sHJWhi { color:rgba(var(--color-tertiary-4),1);display:block;width:3.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15091;line-height:1.3;letter-spacing:0;top:1.0625rem;left:12.59375rem;height:1.29980625rem;display:none; }
#R49DpXMIyvzcZWWZGafglwmd5IQq1TTX { box-sizing:content-box;color:#5d92ff;font-size:1.0625rem;font-weight:400;line-height:1;height:1.5625rem;width:1.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15088;opacity:1;top:0.7744140625rem;left:10.71875rem;display:none; }
#GaywW7yuPJSINEvqc41l6w0KBJzKVURK { color:rgba(var(--color-tertiary-4),1);display:block;width:3.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15091;line-height:1.3;letter-spacing:0;top:1.0625rem;left:12.59375rem;height:1.29980625rem;display:none; }
#iJd6UceK9WHiGH60rK9irH9Mt50uxdEw { box-sizing:content-box;color:#5d92ff;font-size:1.0625rem;font-weight:400;line-height:1;height:1.5625rem;width:1.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15088;opacity:1;top:0.7744140625rem;left:10.71875rem;display:none; }
#tVQvRs14OwIybiHAWuExWRVDrT7k8u4y { box-sizing:content-box;color:#5d92ff;font-size:0.625rem;font-weight:400;line-height:1;height:0.9375rem;width:0.9375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15093;opacity:1;top:26.685012340546rem;left:55.935722351074rem; }
#nwFVudxdTaeJhNVJPFTLdHX0Lz38p0ce { color:rgba(var(--color-tertiary-3),1);display:block;width:58.7464375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15064;line-height:1.3;letter-spacing:0;top:16.187854766846rem;left:0.62588691711425rem;height:1.46218125rem;font-style:normal;text-align:left;text-align-last:left;display:none; }
#HSfWnBQiDMgrEWTKTldSKwBa9VrS38VT { color:rgba(var(--color-tertiary-2),1);display:block;width:11.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:700;z-index:15075;line-height:1.3;letter-spacing:0;top:4.1875rem;left:42.8125rem;height:2.4375rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#T443gJChmMUeVR4OEWMUBODtK5CsxoJy { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-1),1);background-image:none;position:relative;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;display:block; }#T443gJChmMUeVR4OEWMUBODtK5CsxoJy > .row .container { background-color: transparent; background-image: none; }#T443gJChmMUeVR4OEWMUBODtK5CsxoJy::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T443gJChmMUeVR4OEWMUBODtK5CsxoJy > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T443gJChmMUeVR4OEWMUBODtK5CsxoJy > .row .container > .video-iframe-container { display: none; }#T443gJChmMUeVR4OEWMUBODtK5CsxoJy > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T443gJChmMUeVR4OEWMUBODtK5CsxoJy > .row > .video-iframe-container { display: none; }#T443gJChmMUeVR4OEWMUBODtK5CsxoJy > .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); }#T443gJChmMUeVR4OEWMUBODtK5CsxoJy > .row .container { border-width: 0; border-radius: 0; }#T443gJChmMUeVR4OEWMUBODtK5CsxoJy > .row > .video-iframe-container { border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem; }#T443gJChmMUeVR4OEWMUBODtK5CsxoJy > .row .container { font-size:0.875rem;font-family:arial;height:26.25rem;width:60rem;position:relative;display:block; }#SU4dNmx01VcfgxuC4EHnO7DGbc2cLlrF { position:absolute;display:block;z-index:15007;background-color:rgba(var(--color-tertiary-0),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-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:26.1875rem;width:19.375rem;top:0.0625rem;left:0rem;display:block; }
#rXLh3dUid39JpZhZau24o0QpXsR6nLZL { color:rgba(var(--color-tertiary-4),1);display:block;width:17.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15007;line-height:1.6;letter-spacing:0;top:3.76953125rem;left:0.75rem;height:;font-style:normal;text-align:left;text-align-last:left;display:block; }#rXLh3dUid39JpZhZau24o0QpXsR6nLZL li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#rXLh3dUid39JpZhZau24o0QpXsR6nLZL li:before{  }
#ybNbms6bAF9BawK9iOCtNw9I9tEiMoem { position:absolute;display:block;z-index:15021;background-color:rgba(var(--color-tertiary-0),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-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:26.25rem;width:19.4375rem;top:0rem;left:20.3125rem;display:block; }
#hmKHpG69OskBl2ywnyUHErpv4N0t3R44 { position:absolute;display:block;z-index:15034;background-color:rgba(var(--color-tertiary-0),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-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:26.25rem;width:19.375rem;top:0rem;left:40.625rem;display:block; }
#ESHMEUc2v0JU5k96ZIJXwoPuaQLZWcoo { color:rgba(var(--color-tertiary-4),1);display:block;width:18.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15057;line-height:1.6;letter-spacing:0;top:3.716796875rem;left:41.4375rem;height:;font-style:normal;text-align:left;text-align-last:left;display:block; }#ESHMEUc2v0JU5k96ZIJXwoPuaQLZWcoo li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#ESHMEUc2v0JU5k96ZIJXwoPuaQLZWcoo li:before{  }
#RZZht46KtyR9PP0GdiJdza0M2FLxdvue { color:rgba(var(--color-primary-2),1);display:block;width:17.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15085;line-height:1.3;letter-spacing:0;top:1.0625rem;left:0.9375rem;height:1.2999125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#qxiCesZvTTJzQuG4AuwQfXGqkHnqtteh { color:rgba(var(--color-primary-2),1);display:block;width:17.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15086;line-height:1.3;letter-spacing:0;top:1.0625rem;left:21.5625rem;height:1.2999125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#HyWzuk6CkDK5kT9Oq7JqW8QhRfmTov0I { color:rgba(var(--color-primary-2),1);display:block;width:18.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15087;line-height:1.3;letter-spacing:0;top:1.0625rem;left:41.6875rem;height:1.2999125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#tbuxT20kM8FMsSTUXos8p8zWolhbGWvU { position:absolute;display:block;z-index:15062;background-color:rgba(var(--color-tertiary-1),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:2.4375rem;width:18.5rem;top:0.4375rem;left:0.625rem;display:block; }
#ArHbpUkmt3WMWfhFJwMlf8yzNJPGx8cV { position:absolute;display:block;z-index:15063;background-color:rgba(var(--color-tertiary-1),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:2.4375rem;width:18.375rem;top:0.4375rem;left:21rem;display:block; }
#pyJXyoDsWNdIbAoOqWgdx8wDTvIfRfB6 { position:absolute;display:block;z-index:15064;background-color:rgba(var(--color-tertiary-1),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:2.4375rem;width:18.5rem;top:0.4375rem;left:41.0625rem;display:block; }
#NksXZRXLsRltz3C1gtnTe3qHtonFOv7T { color:rgba(var(--color-tertiary-4),1);display:block;width:17.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15058;line-height:1.6;letter-spacing:0;top:3.76953125rem;left:21.1875rem;height:;font-style:normal;text-align:left;text-align-last:left;display:block; }#NksXZRXLsRltz3C1gtnTe3qHtonFOv7T li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#NksXZRXLsRltz3C1gtnTe3qHtonFOv7T li:before{  }
#Tqcn48D0BsoTZnVeswxm5nucL4MGZ0R0 { box-sizing:content-box;color:#5d92ff;font-size:1.0625rem;font-weight:400;line-height:1;height:1.5625rem;width:1.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15088;opacity:1;top:0.7744140625rem;left:10.71875rem; }
#cqhFV5g6b5GgxR9tfK4hFlUrc8iCE0s1 { color:rgba(var(--color-tertiary-4),1);display:block;width:3.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15091;line-height:1.3;letter-spacing:0;top:1.0625rem;left:12.59375rem;height:1.2999125rem;display:block; }
#MpC62LSTznTbMaaPc0urOJMrTKtR7U4U { box-sizing:content-box;color:#5d92ff;font-size:1.0625rem;font-weight:400;line-height:1;height:1.5625rem;width:1.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15090;opacity:1;top:0.9375rem;left:31.75rem; }
#stTWpbN7D9X8ZTC7gx6FnSnDFgfWJJfs { color:rgba(var(--color-tertiary-4),1);display:block;width:3.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15093;line-height:1.3;letter-spacing:0;top:1.1875rem;left:33.625rem;height:1.2999125rem;display:block; }
#EA2NpsrTARxkbGsOPtvhSSFEOSENNPMS { box-sizing:content-box;color:#5d92ff;font-size:1.0625rem;font-weight:400;line-height:1;height:1.5625rem;width:1.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15092;opacity:1;top:0.9375rem;left:52.0625rem; }
#Uu19RBLM314ny3M9DWp9thiVIBt1P8Fu { color:rgba(var(--color-tertiary-4),1);display:block;width:3.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15095;line-height:1.3;letter-spacing:0;top:1.1875rem;left:53.9375rem;height:1.2999125rem;display:block; }
#BGQqSEmqc8qHTv93uFhM5DQU624ioZ9d { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-1),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; }#BGQqSEmqc8qHTv93uFhM5DQU624ioZ9d > .row .container { background-color: transparent; background-image: none; }#BGQqSEmqc8qHTv93uFhM5DQU624ioZ9d::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BGQqSEmqc8qHTv93uFhM5DQU624ioZ9d > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BGQqSEmqc8qHTv93uFhM5DQU624ioZ9d > .row .container > .video-iframe-container { display: none; }#BGQqSEmqc8qHTv93uFhM5DQU624ioZ9d > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BGQqSEmqc8qHTv93uFhM5DQU624ioZ9d > .row > .video-iframe-container { display: none; }#BGQqSEmqc8qHTv93uFhM5DQU624ioZ9d > .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); }#BGQqSEmqc8qHTv93uFhM5DQU624ioZ9d > .row .container { border-width: 0; border-radius: 0; }#BGQqSEmqc8qHTv93uFhM5DQU624ioZ9d > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#BGQqSEmqc8qHTv93uFhM5DQU624ioZ9d > .row .container { font-size:0.875rem;font-family:arial;height:43.375rem;width:60rem;position:relative;display:block; }#nnhlkL3Cc9Z6GB0KWvVsNigLnRoQTifN { position:absolute;display:block;z-index:15007;background-color:rgba(var(--color-tertiary-0),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-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:42.875rem;width:19.375rem;top:-0.061256408691406rem;left:0rem;display:block; }
#T68vCgKglZwaTivwbOOUXNSDSWL7UZHd { position:absolute;display:block;z-index:15021;background-color:rgba(var(--color-tertiary-0),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-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:43.0625rem;width:19.4375rem;top:-0.061256408691406rem;left:20.3125rem;display:block; }
#hTrQkST1MunizSRaM9Rmz9nR8OxUNDFA { position:absolute;display:block;z-index:15034;background-color:rgba(var(--color-tertiary-0),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-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:43.1875rem;width:19.375rem;top:-0.12429046630859rem;left:40.625rem;display:block; }
#C76l1lDTcSskkXDwQhqph7yLqBSbBZlz { color:rgba(var(--color-tertiary-4),1);display:block;width:17.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15008;line-height:1.6;letter-spacing:0;top:5.75rem;left:0.84375rem;height:;font-style:normal;text-align:left;text-align-last:left;display:block; }#C76l1lDTcSskkXDwQhqph7yLqBSbBZlz li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#C76l1lDTcSskkXDwQhqph7yLqBSbBZlz li:before{  }
#PDQwMtTLyWATzTHy8ly3tUz1RSigEmOS { color:rgba(var(--color-primary-2),1);display:block;width:17.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15084;line-height:1.3;letter-spacing:0;top:1.5rem;left:1.0625rem;height:2.599825rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#TQ3rCA9WtPzT76P59SHbW0mHTWqCkkfg { color:rgba(var(--color-tertiary-4),1);display:block;width:16.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15067;line-height:1.6;letter-spacing:0;top:5.75rem;left:21.875rem;height:;font-style:normal;text-align:left;text-align-last:left;display:block; }#TQ3rCA9WtPzT76P59SHbW0mHTWqCkkfg li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#TQ3rCA9WtPzT76P59SHbW0mHTWqCkkfg li:before{  }
#wW3zwUEPama9aQLN5gmKMJe9gZdhpSus { color:rgba(var(--color-primary-2),1);display:block;width:18.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15082;line-height:1.3;letter-spacing:0;top:1.5rem;left:21.8125rem;height:2.599825rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#C7NaH6TE7ZyFl2mcAwQJXOSeAdt01WTL { color:rgba(var(--color-primary-2),1);display:block;width:18.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15083;line-height:1.3;letter-spacing:0;top:1.5rem;left:41.6875rem;height:2.599825rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#z1LgiihzswTeUiaf1TGiBrCQJ1xbE2XG { position:absolute;display:block;z-index:15061;background-color:rgba(var(--color-tertiary-1),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:4.125rem;width:18.5rem;top:0.6875rem;left:0.5rem;display:block; }
#JTWg1nrHxMdS9dvfeDlT8VHXGLRca07E { position:absolute;display:block;z-index:15062;background-color:rgba(var(--color-tertiary-1),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:4.125rem;width:18.5rem;top:0.6875rem;left:20.625rem;display:block; }
#kc5fD3KwBHUbuHoDynIawgT2oHakaItk { position:absolute;display:block;z-index:15061;background-color:rgba(var(--color-tertiary-1),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:4.125rem;width:18.625rem;top:0.75rem;left:41.125rem;display:block; }
#bJ27fsk4SgWXRbTn5m6QZIHvdgPMgTHD { color:rgba(var(--color-tertiary-4),1);display:block;width:16.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15068;line-height:1.6;letter-spacing:0;top:5.75rem;left:41.9375rem;height:;font-style:normal;text-align:left;text-align-last:left;display:block; }#bJ27fsk4SgWXRbTn5m6QZIHvdgPMgTHD li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#bJ27fsk4SgWXRbTn5m6QZIHvdgPMgTHD li:before{  }
#cdkxTvTVXIXrrUJi3aQwS8gFDviAytDL { box-sizing:content-box;color:#5d92ff;font-size:0.625rem;font-weight:400;line-height:1;height:0.9375rem;width:0.9375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15094;opacity:1;top:33.125rem;left:57.625rem; }
#JSrHCQVy9tFotzyhmelq3Q3wuRfB8FfW { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-1),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; }#JSrHCQVy9tFotzyhmelq3Q3wuRfB8FfW > .row .container { background-color: transparent; background-image: none; }#JSrHCQVy9tFotzyhmelq3Q3wuRfB8FfW::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JSrHCQVy9tFotzyhmelq3Q3wuRfB8FfW > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JSrHCQVy9tFotzyhmelq3Q3wuRfB8FfW > .row .container > .video-iframe-container { display: none; }#JSrHCQVy9tFotzyhmelq3Q3wuRfB8FfW > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JSrHCQVy9tFotzyhmelq3Q3wuRfB8FfW > .row > .video-iframe-container { display: none; }#JSrHCQVy9tFotzyhmelq3Q3wuRfB8FfW > .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); }#JSrHCQVy9tFotzyhmelq3Q3wuRfB8FfW > .row .container { border-width: 0; border-radius: 0; }#JSrHCQVy9tFotzyhmelq3Q3wuRfB8FfW > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#JSrHCQVy9tFotzyhmelq3Q3wuRfB8FfW > .row .container { font-size:0.875rem;font-family:arial;height:15.3125rem;width:60rem;position:relative;display:block; }#mCixBIzV7PCdC3eX6a7aCIpkJl1kFupn { position:absolute;display:block;z-index:15007;background-color:rgba(var(--color-tertiary-0),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-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:15.3125rem;width:19.375rem;top:0rem;left:0rem;display:block; }
#GP6gOK93SouwwJLw589GWfcwZskt3wGm { position:absolute;display:block;z-index:15021;background-color:rgba(var(--color-tertiary-0),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-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:15.125rem;width:19.4375rem;top:0rem;left:20.21875rem;display:block; }
#uunS1Re54B5DMxS3qCZhGfHIrvFayn7S { position:absolute;display:block;z-index:15034;background-color:rgba(var(--color-tertiary-0),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-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:15.3125rem;width:19.375rem;top:0rem;left:40.625rem;display:block; }
#prdAgn3kmUhcPqms70P7pxNy8vTFJegQ { position:absolute;display:block;z-index:15065;background-color:rgba(var(--color-tertiary-1),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:4.125rem;width:18.5rem;top:0.25rem;left:41.0625rem;display:block; }
#c4Zv5wP3OcRLBk5cyRA1Owe9LDRWpbnF { color:rgba(var(--color-primary-2),1);display:block;width:17.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15085;line-height:1.3;letter-spacing:0;top:0.75rem;left:41.8125rem;height:2.599825rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#NsNVmVLqWBvhOTaMl5llTCJoHA95hKET { color:rgba(var(--color-tertiary-4),1);display:block;width:16.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15069;line-height:1.6;letter-spacing:0;top:4.6875rem;left:42.03125rem;height:;font-style:normal;text-align:left;text-align-last:left;display:block; }#NsNVmVLqWBvhOTaMl5llTCJoHA95hKET li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#NsNVmVLqWBvhOTaMl5llTCJoHA95hKET li:before{  }
#L0JXTxVqWPQP19xouVTsyRcgpTeTwHHo { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-1),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; }#L0JXTxVqWPQP19xouVTsyRcgpTeTwHHo > .row .container { background-color: transparent; background-image: none; }#L0JXTxVqWPQP19xouVTsyRcgpTeTwHHo::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#L0JXTxVqWPQP19xouVTsyRcgpTeTwHHo > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#L0JXTxVqWPQP19xouVTsyRcgpTeTwHHo > .row .container > .video-iframe-container { display: none; }#L0JXTxVqWPQP19xouVTsyRcgpTeTwHHo > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#L0JXTxVqWPQP19xouVTsyRcgpTeTwHHo > .row > .video-iframe-container { display: none; }#L0JXTxVqWPQP19xouVTsyRcgpTeTwHHo > .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); }#L0JXTxVqWPQP19xouVTsyRcgpTeTwHHo > .row .container { border-width: 0; border-radius: 0; }#L0JXTxVqWPQP19xouVTsyRcgpTeTwHHo > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#L0JXTxVqWPQP19xouVTsyRcgpTeTwHHo > .row .container { font-size:0.875rem;font-family:arial;height:23.5625rem;width:60rem;position:relative;display:block; }#g5HZAJEwu5iJL3aHAxqkxNHtqa3J1hka { position:absolute;display:block;z-index:15007;background-color:rgba(var(--color-tertiary-0),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-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:16.25rem;width:19.375rem;top:-0.0625rem;left:0rem;display:block; }
#SJRcbNFAZaoyndJCMJEy1xEazoAsPTwl { position:absolute;display:block;z-index:15021;background-color:rgba(var(--color-tertiary-0),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-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:16.25rem;width:19.4375rem;top:-0.0625rem;left:20.1875rem;display:block; }
#MSis7Dysn4HUTlLLHTTNvfZdxduZqsD5 { color:rgba(var(--color-tertiary-2),1);display:block;width:12.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:700;z-index:15073;line-height:1.3;letter-spacing:0;top:4.1875rem;left:22rem;height:2.4375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#EUiAXRcxRVnb5pUU899VG3TdCRxEXQ5p { color:rgba(var(--color-tertiary-2),1);display:block;width:8.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:15072;line-height:1.3;letter-spacing:0;top:4.5625rem;left:30.75rem;height:1.625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#GKzJhvRo9kMWL8UL2qD52414sNblUnpt { position:absolute;display:block;z-index:15034;background-color:rgba(var(--color-tertiary-0),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-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:16.4375rem;width:19.375rem;top:-0.125rem;left:40.625rem;display:block; }
#WXTZ4EPNZnp79HARm8WwhgwkP2aFTGTT { color:rgba(var(--color-tertiary-2),1);display:block;width:11.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:700;z-index:15075;line-height:1.3;letter-spacing:0;top:3.3123226165771rem;left:41.5625rem;height:2.43706875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#CzCuv23f0TIA5tPgRvrJU0zHvERF4hCq { color:rgba(var(--color-tertiary-2),1);display:block;width:7.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15074;line-height:1.3;letter-spacing:0;top:4.12482213974rem;left:51.437316894531rem;height:1.13606875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#usE7voofyIbfTe8hXM6Fmo0cwIWJbqTk { color:rgba(var(--color-tertiary-4),1);display:block;width:12.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:700;z-index:15070;line-height:1.3;letter-spacing:0;top:4.1875rem;left:1.125rem;height:2.4375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#KAUaIuVOJ0pz7o0xqUAco0iPIVzPqMWO { color:rgba(var(--color-tertiary-4),1);display:block;width:5.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:15071;line-height:1.3;letter-spacing:0;top:4.625rem;left:9.9375rem;height:1.625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#lC9IVSDkDXcfEUG5NJz8raOw4W4aqCU4 { position:absolute;display:block;z-index:15060;background-color:rgba(var(--color-tertiary-1),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:4.125rem;width:18.4375rem;top:3.3125rem;left:0.5625rem;display:block; }
#OW4apPG61UgQwWFmpqaOCIQdDhxZpW2l { position:absolute;display:block;z-index:15061;background-color:rgba(var(--color-tertiary-1),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:4.125rem;width:18.625rem;top:3.34375rem;left:20.5625rem;display:block; }
#TULeeZGuhiTu0twurDAWLA6J0lU3B8Hn { position:absolute;display:block;z-index:15062;background-color:rgba(var(--color-tertiary-1),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:4.125rem;width:18.375rem;top:3.4375rem;left:41.1875rem;display:block; }
#tv1lgprIL1fslHIdDSR9qew2iliE5y7g { background-color:rgba(var(--color-primary-2),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-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.4375rem;text-decoration:none;z-index:15077;text-align:center;text-align-last:center;top:11.25rem;left:21.25rem;display:block; }
#GtkG9U35hw23JkTZMDuXbBTc6xtViZPL { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#SDk3sZzE2qFF746MSlRMWrfEqRufxbIJ { background-color:rgba(var(--color-primary-2),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-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.4375rem;text-decoration:none;z-index:15078;text-align:center;text-align-last:center;top:11.25rem;left:41.5625rem;display:block; }
#iaqfxp3NlzCIDkPrhF3xnlfK39PfhZnp { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#RCCBaMT2lFdUbJHXoAp9CwgHC312LgBQ { color:rgba(var(--color-tertiary-4),1);display:block;width:16.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15079;line-height:1.3;letter-spacing:0;top:1.4375rem;left:1.1875rem;height:1.2999125rem;font-style:normal;display:block; }#RCCBaMT2lFdUbJHXoAp9CwgHC312LgBQ li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#RCCBaMT2lFdUbJHXoAp9CwgHC312LgBQ li:before{  }
#RVptiSEOMrXAsDh2FypuZ1l1b6nTP3v7 { color:rgba(var(--color-tertiary-4),1);display:block;width:16.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15080;line-height:1.3;letter-spacing:0;top:1.4375rem;left:21.875rem;height:1.2999125rem;font-style:normal;display:block; }#RVptiSEOMrXAsDh2FypuZ1l1b6nTP3v7 li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#RVptiSEOMrXAsDh2FypuZ1l1b6nTP3v7 li:before{  }
#hdl3N2FkMGPnLCbLoJCJcknsENy9MZx0 { color:rgba(var(--color-tertiary-4),1);display:block;width:16.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15081;line-height:1.3;letter-spacing:0;top:1.4375rem;left:42.0625rem;height:1.2999125rem;font-style:normal;display:block; }#hdl3N2FkMGPnLCbLoJCJcknsENy9MZx0 li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#hdl3N2FkMGPnLCbLoJCJcknsENy9MZx0 li:before{  }
#ys3NgUcGLC2aEQoxxmuTcVeMPM00FE7Z { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15090;line-height:1.3;letter-spacing:0;top:9.375rem;left:3.4375rem;height:1.2999125rem;text-align:center;text-align-last:center;display:block; }
#pBwbqK72bmJuk0tvyewo6PKIRu86ifuB { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15091;line-height:1.3;letter-spacing:0;top:9.375rem;left:23.75rem;height:1.2999125rem;text-align:center;text-align-last:center;display:block; }
#UsCZ4WBDS2rl8f2DWbFDquKfqi8hSsTu { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15092;line-height:1.3;letter-spacing:0;top:9.375rem;left:43.9375rem;height:1.2999125rem;text-align:center;text-align-last:center;display:block; }
#iAIngahzNq9EkTJOw5v9OC8Kx87yJLW4 { background-color:rgba(var(--color-primary-2),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-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.4375rem;text-decoration:none;z-index:15078;text-align:center;text-align-last:center;top:11.25rem;left:0.9375rem;display:block; }
#gvOL0UEqOOkF6K3ICmwtteCHWyPyEXfz { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#o3Vm6tBxQST4UyNUqzywq4GAMugJyTNM { color:rgba(var(--color-primary-2),1);display:block;width:58.7464375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15063;line-height:1.3;letter-spacing:0;top:19.685720443726rem;left:0.62588691711425rem;height:2.92535rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#CuF8WQVMCwqetOPGiX43d3ScnVBz37ze { color:rgba(var(--color-tertiary-3),1);display:block;width:58.7455625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15064;line-height:1.3;letter-spacing:0;top:17.125350952149rem;left:0.62588691711425rem;height:1.462675rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#DwFHZRRlsNwfAH1JLs4tfm55V9V6vvpa { color:rgba(var(--color-tertiary-2),1);display:block;width:8.6860625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:300;z-index:15077;line-height:1.3;letter-spacing:0;top:5.9375rem;left:51.375rem;height:1.055775rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#XMDHsUqxLe7lea7D1fkeOVFD5D7TyZml { color:rgba(var(--color-tertiary-2),1);display:block;width:11.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:700;z-index:15078;line-height:1.3;letter-spacing:0;top:5.1875rem;left:41.625rem;height:2.43706875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#X5fTpE4Au5xwzfv0EEarM853gQEVQFZc { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-1),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:none; }#X5fTpE4Au5xwzfv0EEarM853gQEVQFZc > .row .container { border-width: 0; border-radius: 0; }#X5fTpE4Au5xwzfv0EEarM853gQEVQFZc > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#X5fTpE4Au5xwzfv0EEarM853gQEVQFZc > .row .container { font-size:0.875rem;font-family:arial;height:89.25rem;width:60rem;position:relative;display:none; }#d5lvDAuCDpPoMUdCRSE7fyK0eg7Byw9T { color:rgba(var(--color-tertiary-4),1);display:block;width:60rem;position:absolute;font-family:roboto;font-size:0.75rem;font-weight:normal;z-index:15006;line-height:1.6;letter-spacing:0;top:0.93749046325681rem;left:0rem;height:1.19921875rem;text-align:center;text-align-last:center;display:block; }
#oyAIQsBTe6kzUEZkdEdmbNdn4vHvQIXt { position:absolute;display:block;z-index:15007;background-color:rgba(var(--color-tertiary-0),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-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: 0rem 0rem 0.5rem rgba(var(--color-tertiary-4),0.35) ;height:73.125rem;width:19.375rem;top:7.1243495941163rem;left:0rem;display:block; }
#vnDbxTdMbinT2XGU9DePwh0kBkPOJbOG { color:rgba(var(--color-tertiary-0),1);display:block;width:19.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.8125rem;font-weight:400;z-index:15060;line-height:1.3;letter-spacing:0;top:4.0625rem;left:0rem;height:2.35546875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Ur3q5lVDRi3ikIITp6XCUyGMPS0XvmqU { color:rgba(var(--color-tertiary-4),1);display:block;width:17.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15007;line-height:1.6;letter-spacing:0;top:9.875rem;left:0.9375rem;height:10.535125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }#Ur3q5lVDRi3ikIITp6XCUyGMPS0XvmqU li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#Ur3q5lVDRi3ikIITp6XCUyGMPS0XvmqU li:before{  }
#cDrugPdTP6yeNI8bifAraPvZHIGTBU0n { color:rgba(var(--color-tertiary-0),1);display:block;width:15.25rem;position:absolute;font-family:roboto;font-size:1.0625rem;font-weight:400;z-index:15009;line-height:1.6;letter-spacing:0;top:51rem;left:2.375rem;height:0;font-style:normal;text-align:left;text-align-last:left;display:block; }
#NS2JBwTyBVuduEvIUZob6MHbG3oKGQx7 { color:rgba(var(--color-tertiary-0),1);display:block;width:15.25rem;position:absolute;font-family:roboto;font-size:1.0625rem;font-weight:400;z-index:15011;line-height:1.6;letter-spacing:0;top:51.0625rem;left:2.375rem;height:0;font-style:normal;text-align:left;text-align-last:left;display:block; }
#lT31UD3FEy9WrKhtgUZfh9qSCZ2r6n2o { position:absolute;display:block;z-index:15021;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid rgba(var(--color-tertiary-2),1);border-left:0.0625rem solid rgba(var(--color-tertiary-2),1);border-right:0.0625rem solid rgba(var(--color-tertiary-2),1);border-bottom:0.0625rem solid rgba(var(--color-tertiary-2),1);border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: 0rem 0rem 0.5rem rgba(var(--color-tertiary-4),0.35) ;height:73.125rem;width:19.5rem;top:7.0618495941163rem;left:20.312501907349rem;display:block; }
#ytU9AGMVs0BAVHhL8qCWZhUzJtzV01ap { color:rgba(var(--color-tertiary-0),1);display:block;width:15.25rem;position:absolute;font-family:roboto;font-size:1.0625rem;font-weight:400;z-index:15023;line-height:1.6;letter-spacing:0;top:50.75rem;left:22.625rem;height:0;font-style:normal;text-align:left;text-align-last:left;display:block; }
#ZlfC3adoWcfFNb0fTg9ARLcTy1EpLXd9 { color:rgba(var(--color-tertiary-0),1);display:block;width:15.25rem;position:absolute;font-family:roboto;font-size:1.0625rem;font-weight:400;z-index:15025;line-height:1.6;letter-spacing:0;top:50.8125rem;left:22.625rem;height:0;font-style:normal;text-align:left;text-align-last:left;display:block; }
#XyRAhJtcLoKxoQPBckcDCkCFgKT7rTh2 { color:rgba(var(--color-tertiary-2),1);display:block;width:12.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:700;z-index:15073;line-height:1.3;letter-spacing:0;top:68.675125122069rem;left:20.3125rem;height:2.4375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#F4x2qEcTVKxgDOCefd9dK784atSGaR5q { color:rgba(var(--color-tertiary-2),1);display:block;width:8.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:15072;line-height:1.3;letter-spacing:0;top:69.06493759155rem;left:29.497886657715rem;height:1.625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#ySbKQZkI3Q2Fk0T5Fvw5NrgnAebxZzx6 { color:rgba(var(--color-tertiary-0),1);display:block;width:19.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.8125rem;font-weight:400;z-index:15061;line-height:1.3;letter-spacing:0;top:4.0625rem;left:20.1875rem;height:2.35546875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#V6HnyRt5sB7d2N1vBC0FhZ7WVtxKUs47 { position:absolute;display:block;z-index:15034;background-color:rgba(var(--color-tertiary-0),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-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: 0rem 0rem 0.5rem rgba(var(--color-tertiary-4),0.35) ;height:73.125rem;width:19.375rem;top:7.125rem;left:40.625001907349rem;display:block; }
#iRafyJSnKfEeEKcTFwCGLF1pTNLNfecE { color:rgba(var(--color-tertiary-0),1);display:block;width:15.25rem;position:absolute;font-family:roboto;font-size:1.0625rem;font-weight:400;z-index:15036;line-height:1.6;letter-spacing:0;top:50.8125rem;left:42.8125rem;height:0;font-style:normal;text-align:left;text-align-last:left;display:block; }
#Qcn17Hkp328586GTuP9TTIHc5vHhi7Z5 { color:rgba(var(--color-tertiary-0),1);display:block;width:15.25rem;position:absolute;font-family:roboto;font-size:1.0625rem;font-weight:400;z-index:15038;line-height:1.6;letter-spacing:0;top:50.875rem;left:42.8125rem;height:0;font-style:normal;text-align:left;text-align-last:left;display:block; }
#Lh58N7WcEgXmFBe0g1RJwf6wu2mIQFD4 { color:rgba(var(--color-tertiary-2),1);display:block;width:11.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:700;z-index:15075;line-height:1.3;letter-spacing:0;top:68.67431259155rem;left:40.625rem;height:2.4375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Dli0nbzgCuDC0UvbGbZ3DTVms0doBQ8R { color:rgba(var(--color-tertiary-2),1);display:block;width:5.187175rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:15074;line-height:1.3;letter-spacing:0;top:69.06493759155rem;left:50.43701171875rem;height:1.625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#LDHhwzKrcNEPFGtQATKHEbPcrhkUbGKP { color:rgba(var(--color-tertiary-0),1);display:block;width:19.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.8125rem;font-weight:400;z-index:15062;line-height:1.3;letter-spacing:0;top:4.0625rem;left:40.5rem;height:2.35546875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#QzZdhQI9t3wbNIVcU4Q8vZEapo3n7oWg { color:rgba(var(--color-tertiary-4),1);display:block;width:18.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15057;line-height:1.6;letter-spacing:0;top:9.875rem;left:41.4375rem;height:;font-style:normal;text-align:left;text-align-last:left;display:block; }#QzZdhQI9t3wbNIVcU4Q8vZEapo3n7oWg li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#QzZdhQI9t3wbNIVcU4Q8vZEapo3n7oWg li:before{  }
#hJb91hnaqbeOlNuEBMmHqgDHKxFyClul { color:rgba(var(--color-tertiary-4),1);display:block;width:12.7498125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:700;z-index:15070;line-height:1.3;letter-spacing:0;top:68.675941467288rem;left:0rem;height:2.4375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#wv50u0iclgKdKNQVMrDWvXlMOqH4P1Q4 { color:rgba(var(--color-tertiary-4),1);display:block;width:5.1245125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:15071;line-height:1.3;letter-spacing:0;top:69.06493759155rem;left:9.1861991882325rem;height:1.625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#TPNb0tPKr1NXGiLnwOHg5xcQMST3wDeD { color:rgba(var(--color-primary-2),1);display:block;width:17.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15085;line-height:1.3;letter-spacing:0;top:8.125rem;left:0.9375rem;height:1.29980625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#CFHOtgv3Zb3PP2Rx4PVeyvGrBTSQdnAF { position:absolute;display:block;z-index:15059;background-color:rgba(var(--color-primary-2),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:4.0625rem;width:19.5rem;top:3.125rem;left:0rem;display:block; }
#XARscwnBJQnTTPbXlfpUlzckEd0iFNWk { position:absolute;display:block;z-index:15060;background-color:rgba(var(--color-primary-2),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:4.0625rem;width:19.5rem;top:3.125rem;left:20.4375rem;display:block; }
#oeNFksT3iig3yWZQDVqZ8sS5NkrNg1rM { position:absolute;display:block;z-index:15061;background-color:rgba(var(--color-primary-2),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:4.0625rem;width:19.375rem;top:3.125rem;left:40.5625rem;display:block; }
#tEPbRiLanm1SoPnLcZhBVIqT53Qh7bvo { color:rgba(var(--color-tertiary-4),1);display:block;width:17.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15008;line-height:1.6;letter-spacing:0;top:30.625rem;left:0.875rem;height:;font-style:normal;text-align:left;text-align-last:left;display:block; }#tEPbRiLanm1SoPnLcZhBVIqT53Qh7bvo li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#tEPbRiLanm1SoPnLcZhBVIqT53Qh7bvo li:before{  }
#gNgHPDCGHN6REezTVfITI06bcUrVM09A { color:rgba(var(--color-primary-2),1);display:block;width:17.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15086;line-height:1.3;letter-spacing:0;top:8.125rem;left:21.5625rem;height:1.29980625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#OZZiJQq9qKJkLTHDF0XbXZSpisWog39w { color:rgba(var(--color-primary-2),1);display:block;width:18.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15087;line-height:1.3;letter-spacing:0;top:8.125rem;left:41.6875rem;height:1.29980625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#A01G3LdlJMSAUa8rGx9ye2X992IVfmWh { color:rgba(var(--color-primary-2),1);display:block;width:17.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15084;line-height:1.3;letter-spacing:0;top:26.375rem;left:1rem;height:2.5996125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#yiQLSJXQpNE1qelnf7XisXyGcwaSE9ki { color:rgba(var(--color-tertiary-4),1);display:block;width:16.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15067;line-height:1.6;letter-spacing:0;top:30.625rem;left:21.8125rem;height:;font-style:normal;text-align:left;text-align-last:left;display:block; }#yiQLSJXQpNE1qelnf7XisXyGcwaSE9ki li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#yiQLSJXQpNE1qelnf7XisXyGcwaSE9ki li:before{  }
#MfAmpzcEWQir3vnawCTW8hyDoSnBZPu9 { position:absolute;display:block;z-index:15060;background-color:rgba(var(--color-tertiary-1),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:4.12435rem;width:19.3123125rem;top:67.8125rem;left:0rem;display:block; }
#mOgvuLLZntMwz99KPhyx5WcBUNFsMTJe { position:absolute;display:block;z-index:15061;background-color:rgba(var(--color-tertiary-1),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:4.125rem;width:19.25rem;top:67.8125rem;left:20.5625rem;display:none; }
#ES6t78eOkzhgy3uFFFGfovm0lr6QqDTq { position:absolute;display:block;z-index:15062;background-color:rgba(var(--color-tertiary-1),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:4.125rem;width:19.1875rem;top:67.8125rem;left:40.6875rem;display:block; }
#SFmoMSBDXbfUuclb7y8kbTlf52NuUtL7 { background-color:rgba(var(--color-primary-2),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-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.4375rem;text-decoration:none;z-index:15077;text-align:center;text-align-last:center;top:74.999183654788rem;left:21.25rem;display:block; }
#alF0o5nyIRCTprn4sI8hMCpOlK9csIKA { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#gh2ZDeKTMoQ4LNFKOVqvZQUxC7yIE4vJ { background-color:rgba(var(--color-primary-2),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-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.4375rem;text-decoration:none;z-index:15078;text-align:center;text-align-last:center;top:74.999183654788rem;left:41.5625rem;display:block; }
#ZbCyhVw7X609UPbCyqoccQwM4Kcx4oQK { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#IzUXK85fRXv1rV3clBbx9JG173u5cJo7 { color:rgba(var(--color-tertiary-4),1);display:block;width:16.1865rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15079;line-height:1.3;letter-spacing:0;top:66.5751953125rem;left:1.5927734375rem;height:1.29980625rem;font-style:normal;display:block; }#IzUXK85fRXv1rV3clBbx9JG173u5cJo7 li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#IzUXK85fRXv1rV3clBbx9JG173u5cJo7 li:before{  }
#wpms4SxIX4oi6Tc64NiII7wkULbcanpy { color:rgba(var(--color-tertiary-4),1);display:block;width:16.1865rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15080;line-height:1.3;letter-spacing:0;top:66.5751953125rem;left:21.9052734375rem;height:1.29980625rem;font-style:normal;display:block; }#wpms4SxIX4oi6Tc64NiII7wkULbcanpy li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#wpms4SxIX4oi6Tc64NiII7wkULbcanpy li:before{  }
#nTqsHUn7eTasBKdaoEuovM2fuSK8dSrX { color:rgba(var(--color-tertiary-4),1);display:block;width:16.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15081;line-height:1.3;letter-spacing:0;top:66.5751953125rem;left:42.03125rem;height:1.29980625rem;font-style:normal;display:block; }#nTqsHUn7eTasBKdaoEuovM2fuSK8dSrX li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#nTqsHUn7eTasBKdaoEuovM2fuSK8dSrX li:before{  }
#hl2zXUhKpvVGNKgF8NmOgNZQUaMgNpal { color:rgba(var(--color-primary-2),1);display:block;width:18.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15082;line-height:1.3;letter-spacing:0;top:26.375rem;left:21.75rem;height:2.5996125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#kHd9pGuGvVgo6MqeGOCCht7KK1XAThAc { color:rgba(var(--color-primary-2),1);display:block;width:18.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15083;line-height:1.3;letter-spacing:0;top:26.375rem;left:41.625rem;height:2.5996125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#ed7IHMm2fNwfZJdiOqvuIXqTw0oQrgiw { background-color:rgba(var(--color-primary-2),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-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.4375rem;text-decoration:none;z-index:15076;text-align:center;text-align-last:center;top:59.811198234558rem;left:0.9375rem;display:block; }
#vBHuoOwyQxpcFb3q8zPZPureQhaCKKRd { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Ka5DaI24m9iWdJJT5zwISou9JBvRvrco { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15090;line-height:1.3;letter-spacing:0;top:72.93700790405rem;left:3.4375rem;height:1.29980625rem;text-align:center;text-align-last:center;display:block; }
#R0s8sxHROX6MgWc9kFkvKWHVrJUq1kiO { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15091;line-height:1.3;letter-spacing:0;top:72.93700790405rem;left:23.75rem;height:1.29980625rem;text-align:center;text-align-last:center;display:block; }
#aJFBiXsJqigTDncUsptRTuTQwle3J66U { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15092;line-height:1.3;letter-spacing:0;top:72.9365234375rem;left:44.0625rem;height:1.29980625rem;text-align:center;text-align-last:center;display:block; }
#HwQatdo7g4o2GehPJqmMGRe7ApSDr8gd { color:rgba(var(--color-tertiary-4),1);display:block;width:18.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15058;line-height:1.6;letter-spacing:0;top:9.875rem;left:21.5rem;height:;font-style:normal;text-align:left;text-align-last:left;display:block; }#HwQatdo7g4o2GehPJqmMGRe7ApSDr8gd li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#HwQatdo7g4o2GehPJqmMGRe7ApSDr8gd li:before{  }
#MPkTOSS45gKyA8MGTgzwVU5AuOppUOJA { color:rgba(var(--color-tertiary-4),1);display:block;width:16.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15068;line-height:1.6;letter-spacing:0;top:30.625rem;left:41.875rem;height:;font-style:normal;text-align:left;text-align-last:left;display:block; }#MPkTOSS45gKyA8MGTgzwVU5AuOppUOJA li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#MPkTOSS45gKyA8MGTgzwVU5AuOppUOJA li:before{  }
#B74gIVaLvfLLwvJoPPbXCeePgdieorVZ { color:rgba(var(--color-primary-2),1);display:block;width:18.1855625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15085;line-height:1.3;letter-spacing:0;top:54.4599609375rem;left:41.8134765625rem;height:2.5996125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#HEzpoTvpMbBaszlp8X5vNigc5EK6TOby { color:rgba(var(--color-tertiary-4),1);display:block;width:16.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15069;line-height:1.6;letter-spacing:0;top:56.998046875rem;left:42.03125rem;height:7.0234375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }#HEzpoTvpMbBaszlp8X5vNigc5EK6TOby li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#HEzpoTvpMbBaszlp8X5vNigc5EK6TOby li:before{  }
#dSm2Kxw5oakPZRQxTm2xaro4xKK4JuJn { color:rgba(var(--color-tertiary-4),1);display:block;width:16.311875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15091;line-height:1.3;letter-spacing:0;top:71.936843872069rem;left:21.84326171875rem;height:1.29980625rem;text-align:center;text-align-last:center;display:block; }
#FlxIhcXZlxfoKzsA3af4ZlNN5mgc68It { color:rgba(var(--color-tertiary-1),1);display:block;width:5.37435rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15093;line-height:1.3;letter-spacing:0;top:23.123209953308rem;left:52.8125rem;height:1.29980625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#fIE1yuVinwJzzvRW5DD4B1pG2aHmeJPm { position:absolute;display:block;z-index:15092;background-color:rgba(var(--color-secondary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-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:7rem;top:22.923991203308rem;left:52.1875rem;display:block; }
#xBW0AGeRs8C4TUl9ULygA9eUs8RdelVV { color:rgba(var(--color-tertiary-1),1);display:block;width:5.374025rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15095;line-height:1.3;letter-spacing:0;top:65.337890625rem;left:52.7509765625rem;height:1.29980625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#NsawHZpXygz7V4XTrPT3g9cMrFS37Azb { position:absolute;display:block;z-index:15094;background-color:rgba(var(--color-secondary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.686525rem;width:6.996125rem;top:64.951171875rem;left:52.1875rem;display:block; }
#OkoUWoDJiEpqSTrtXe0eLGTJxg6bB35J { color:rgba(var(--color-tertiary-4),1);display:block;width:57.49675rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:normal;z-index:15090;line-height:1.3;letter-spacing:0;top:82.186851501462rem;left:1.2513027191162rem;height:5.52344375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#UWSZmiefXVX4TWseZiiV0TQtFW8AJrOl { background-color:rgba(var(--color-primary-2),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-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.4375rem;text-decoration:none;z-index:15078;text-align:center;text-align-last:center;top:74.998699188231rem;left:0.9375rem;display:block; }
#SN6ZzciSRXNuwmmGqCFsCc1bTeu73uZT { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#te9aKJto25wpHQiWc1WKGblgv9wWAPZ2 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-2),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#te9aKJto25wpHQiWc1WKGblgv9wWAPZ2 > .row .container { background-color: transparent; background-image: none; }#te9aKJto25wpHQiWc1WKGblgv9wWAPZ2::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#te9aKJto25wpHQiWc1WKGblgv9wWAPZ2 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#te9aKJto25wpHQiWc1WKGblgv9wWAPZ2 > .row .container > .video-iframe-container { display: none; }#te9aKJto25wpHQiWc1WKGblgv9wWAPZ2 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#te9aKJto25wpHQiWc1WKGblgv9wWAPZ2 > .row > .video-iframe-container { display: none; }#te9aKJto25wpHQiWc1WKGblgv9wWAPZ2 > .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); }#te9aKJto25wpHQiWc1WKGblgv9wWAPZ2 > .row .container { border-width: 0; border-radius: 0; }#te9aKJto25wpHQiWc1WKGblgv9wWAPZ2 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#te9aKJto25wpHQiWc1WKGblgv9wWAPZ2 > .row .container { font-size:0.875rem;font-family:arial;height:7.6875rem;width:60rem;position:relative;display:block; }#Vchgu2uCOqQxD4Sy3HSMUTkrdu51b0wn { color:#0a1263;display:block;width:59.5621875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.875rem;font-weight:400;z-index:15001;line-height:1.3;letter-spacing:0;top:1.99462890625rem;left:0.43701171875rem;height:3.7380625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#DJAhtsTcnovQADCWo8p7q54H72M2BHIl { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-1),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; }#DJAhtsTcnovQADCWo8p7q54H72M2BHIl > .row .container { background-color: transparent; background-image: none; }#DJAhtsTcnovQADCWo8p7q54H72M2BHIl::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DJAhtsTcnovQADCWo8p7q54H72M2BHIl > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DJAhtsTcnovQADCWo8p7q54H72M2BHIl > .row .container > .video-iframe-container { display: none; }#DJAhtsTcnovQADCWo8p7q54H72M2BHIl > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DJAhtsTcnovQADCWo8p7q54H72M2BHIl > .row > .video-iframe-container { display: none; }#DJAhtsTcnovQADCWo8p7q54H72M2BHIl > .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); }#DJAhtsTcnovQADCWo8p7q54H72M2BHIl > .row .container { border-width: 0; border-radius: 0; }#DJAhtsTcnovQADCWo8p7q54H72M2BHIl > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#DJAhtsTcnovQADCWo8p7q54H72M2BHIl > .row .container { font-size:0.875rem;font-family:arial;height:16.875rem;width:60rem;position:relative;display:block; }#v2fbWIBDGxJrooEXmWVEH29HWccTFoHi { color:rgba(var(--color-tertiary-4),1);display:block;width:57.4973125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:normal;z-index:15089;line-height:1.3;letter-spacing:0;top:11.275745391846rem;left:2.5035495758057rem;height:3.574225rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#SSe9cD8Eo20Ool1dxx6THTN7qmUVPOQM { color:rgba(var(--color-tertiary-2),1);display:block;width:60rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:400;z-index:15002;line-height:1.3;letter-spacing:0;top:1.71875rem;left:0rem;height:7.31120625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#e2HWd5ZJGwnvfmNSSiDU2gxVGEULlxT9 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-2),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#e2HWd5ZJGwnvfmNSSiDU2gxVGEULlxT9 > .row .container { background-color: transparent; background-image: none; }#e2HWd5ZJGwnvfmNSSiDU2gxVGEULlxT9::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#e2HWd5ZJGwnvfmNSSiDU2gxVGEULlxT9 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#e2HWd5ZJGwnvfmNSSiDU2gxVGEULlxT9 > .row .container > .video-iframe-container { display: none; }#e2HWd5ZJGwnvfmNSSiDU2gxVGEULlxT9 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#e2HWd5ZJGwnvfmNSSiDU2gxVGEULlxT9 > .row > .video-iframe-container { display: none; }#e2HWd5ZJGwnvfmNSSiDU2gxVGEULlxT9 > .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); }#e2HWd5ZJGwnvfmNSSiDU2gxVGEULlxT9 > .row .container { border-width: 0; border-radius: 0; }#e2HWd5ZJGwnvfmNSSiDU2gxVGEULlxT9 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#e2HWd5ZJGwnvfmNSSiDU2gxVGEULlxT9 > .row .container { font-size:0.875rem;font-family:arial;height:7.6875rem;width:60rem;position:relative;display:block; }#JhuqSERycnoz3H4Pg5Tea3pzOfGX589b { color:#0a1263;display:block;width:59.5621875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.875rem;font-weight:400;z-index:15001;line-height:1.3;letter-spacing:0;top:1.99462890625rem;left:0.43701171875rem;height:3.7380625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#TivZPwMTxVvTBKe8zCGTubu9gtXVwQXE { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-1),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; }#TivZPwMTxVvTBKe8zCGTubu9gtXVwQXE > .row .container { background-color: transparent; background-image: none; }#TivZPwMTxVvTBKe8zCGTubu9gtXVwQXE::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TivZPwMTxVvTBKe8zCGTubu9gtXVwQXE > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TivZPwMTxVvTBKe8zCGTubu9gtXVwQXE > .row .container > .video-iframe-container { display: none; }#TivZPwMTxVvTBKe8zCGTubu9gtXVwQXE > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TivZPwMTxVvTBKe8zCGTubu9gtXVwQXE > .row > .video-iframe-container { display: none; }#TivZPwMTxVvTBKe8zCGTubu9gtXVwQXE > .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); }#TivZPwMTxVvTBKe8zCGTubu9gtXVwQXE > .row .container { border-width: 0; border-radius: 0; }#TivZPwMTxVvTBKe8zCGTubu9gtXVwQXE > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#TivZPwMTxVvTBKe8zCGTubu9gtXVwQXE > .row .container { font-size:0.875rem;font-family:arial;height:5.5rem;width:60rem;position:relative;display:block; }#cCFcHWqTxdzF3aGFzJNakKHpfcT2Az4y { color:rgba(var(--color-tertiary-2),1);display:block;width:60rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:400;z-index:15002;line-height:1.3;letter-spacing:0;top:1.71875rem;left:0rem;height:2.43706875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#eTAwc8i5uIm2NPoMFVhl2Ty4xKrU6G6z { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-1),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; }#eTAwc8i5uIm2NPoMFVhl2Ty4xKrU6G6z > .row .container { background-color: transparent; background-image: none; }#eTAwc8i5uIm2NPoMFVhl2Ty4xKrU6G6z::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eTAwc8i5uIm2NPoMFVhl2Ty4xKrU6G6z > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eTAwc8i5uIm2NPoMFVhl2Ty4xKrU6G6z > .row .container > .video-iframe-container { display: none; }#eTAwc8i5uIm2NPoMFVhl2Ty4xKrU6G6z > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eTAwc8i5uIm2NPoMFVhl2Ty4xKrU6G6z > .row > .video-iframe-container { display: none; }#eTAwc8i5uIm2NPoMFVhl2Ty4xKrU6G6z > .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); }#eTAwc8i5uIm2NPoMFVhl2Ty4xKrU6G6z > .row .container { border-width: 0; border-radius: 0; }#eTAwc8i5uIm2NPoMFVhl2Ty4xKrU6G6z > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#eTAwc8i5uIm2NPoMFVhl2Ty4xKrU6G6z > .row .container { font-size:0.875rem;font-family:arial;height:51.75rem;width:60rem;position:relative;display:block; }#da1tNbac7kcvafUAJC2p4sXl44XWiAF6 { color:rgba(var(--color-tertiary-0),1);display:block;width:19.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.75rem;font-weight:400;z-index:15060;line-height:1.3;letter-spacing:0;top:7.5rem;left:10rem;height:2.27430625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#TDPHJhQNDnQ6eTPVLMHW1gU51oxgTdy5 { color:rgba(var(--color-tertiary-4),1);display:block;width:17.874375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.75rem;font-weight:300;z-index:15093;line-height:1.6;letter-spacing:0;top:14rem;left:10.75rem;height:2.79948125rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#Fmg88EXCdrwA67bJ8tsEumhI8TrA2QqH { color:rgba(var(--color-tertiary-0),1);display:block;width:15.25rem;position:absolute;font-family:roboto;font-size:1.0625rem;font-weight:400;z-index:15009;line-height:1.6;letter-spacing:0;top:51rem;left:2.375rem;height:0;font-style:normal;text-align:left;text-align-last:left;display:block; }
#SFPuyFhgqGNUwGUBd4DRGCW8lEkxfZEp { color:rgba(var(--color-tertiary-0),1);display:block;width:15.25rem;position:absolute;font-family:roboto;font-size:1.0625rem;font-weight:400;z-index:15011;line-height:1.6;letter-spacing:0;top:51.0625rem;left:2.375rem;height:0;font-style:normal;text-align:left;text-align-last:left;display:block; }
#vpT0gMg05v721wp3AzEV3sBFDs3k0qbd { color:rgba(var(--color-tertiary-0),1);display:block;width:15.25rem;position:absolute;font-family:roboto;font-size:1.0625rem;font-weight:400;z-index:15023;line-height:1.6;letter-spacing:0;top:50.75rem;left:22.625rem;height:0;font-style:normal;text-align:left;text-align-last:left;display:block; }
#TwDZTQ38y0EA7d2a4X77RHfMZi5JX4rb { color:rgba(var(--color-tertiary-0),1);display:block;width:15.25rem;position:absolute;font-family:roboto;font-size:1.0625rem;font-weight:400;z-index:15025;line-height:1.6;letter-spacing:0;top:50.8125rem;left:22.625rem;height:0;font-style:normal;text-align:left;text-align-last:left;display:block; }
#wRct9LTiXtCeaeA5MSqVsEqTTCeN90sl { color:rgba(var(--color-tertiary-0),1);display:block;width:19.436875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.75rem;font-weight:400;z-index:15061;line-height:1.3;letter-spacing:0;top:7.5rem;left:30.5rem;height:2.27430625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#KxgeIAwWb6btl0lmnIZm1M379EnLR1Xi { color:rgba(var(--color-tertiary-0),1);display:block;width:15.25rem;position:absolute;font-family:roboto;font-size:1.0625rem;font-weight:400;z-index:15036;line-height:1.6;letter-spacing:0;top:50.8125rem;left:42.8125rem;height:0;font-style:normal;text-align:left;text-align-last:left;display:block; }
#MREgk5A6iVr4qVTpp4xk0VdwMJKu7ceR { color:rgba(var(--color-tertiary-0),1);display:block;width:15.25rem;position:absolute;font-family:roboto;font-size:1.0625rem;font-weight:400;z-index:15038;line-height:1.6;letter-spacing:0;top:50.875rem;left:42.8125rem;height:0;font-style:normal;text-align:left;text-align-last:left;display:block; }
#IuEtw4xbnbDT731JKiFeV6EkeKVXzH2B { color:rgba(var(--color-tertiary-2),1);display:block;width:17.874375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15085;line-height:1.3;letter-spacing:0;top:11.3125rem;left:10.625rem;height:1.2999125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#zI0LhHrbXvD8VEgpfq6sBeSodkam90An { position:absolute;display:block;z-index:15059;background-color:rgba(var(--color-primary-2),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:4.0625rem;width:60rem;top:6.5rem;left:0.125rem;display:block; }
#h5OPzTxFIpPwBcodLrF46DzhXtmiQPIG { color:rgba(var(--color-tertiary-2),1);display:block;width:17.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15086;line-height:1.3;letter-spacing:0;top:11.3125rem;left:31.5625rem;height:1.2999125rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#V5M4dta7mG7cKLDib4sntZqOtoxqDhu9 { background-color:rgba(var(--color-primary-2),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-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:42.875rem;height:3.4375rem;text-decoration:none;z-index:15078;text-align:center;text-align-last:center;top:44.0625rem;left:8.5625rem;display:block; }
#clXMxsWcgGtoehZr8BABqA0CFHSg00TG { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#AmoN7fO4plhmlI8eUB3WFJv1fMAZnzyJ { position:absolute;display:block;z-index:15056;background-color:rgba(var(--color-secondary-1),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: 0.0625rem 0.0625rem 0.3125rem rgba(var(--color-tertiary-4),0.5) ;height:4.25rem;width:60rem;top:13.25rem;left:0rem;display:block; }
#AQy6PnrNa3F9WbtTgG83M2ZlWdMfDy9q { color:rgba(var(--color-tertiary-4),1);display:block;width:17.874375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.75rem;font-weight:300;z-index:15094;line-height:1.6;letter-spacing:0;top:14rem;left:31rem;height:2.79948125rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#WbFBrd8MmGuFSKgk0HxTe8Gt69L1J9iO { position:absolute;display:block;z-index:15057;background-color:#e5eceb;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: 0.0625rem 0.0625rem 0.3125rem rgba(var(--color-tertiary-4),0.5) ;height:4.249675rem;width:60rem;top:17.9375rem;left:0.125rem;display:block; }
#lktZrcbMc4m3r9A4WmuXGcXzTuB8b9J0 { color:rgba(var(--color-tertiary-4),1);display:block;width:17.874375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.75rem;font-weight:300;z-index:15094;line-height:1.6;letter-spacing:0;top:18.5625rem;left:10.6875rem;height:2.79948125rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#hrclJHOk2ScQGlpOncCcBoIbwXAZaApa { color:rgba(var(--color-tertiary-4),1);display:block;width:17.874375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.75rem;font-weight:300;z-index:15095;line-height:1.6;letter-spacing:0;top:23.375rem;left:10.75rem;height:2.79948125rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#BfCNWp2hrDCXIaQNwsExKe7Q2Wk574EV { position:absolute;display:block;z-index:15058;background-color:#e5eceb;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: 0.0625rem 0.0625rem 0.3125rem rgba(var(--color-tertiary-4),0.5) ;height:4.249675rem;width:60rem;top:27.375rem;left:0.125rem;display:block; }
#AvT9rKeLf7BndW5AGDwXJDoE9T9Q71Qn { position:absolute;display:block;z-index:15057;background-color:rgba(var(--color-secondary-1),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: 0.0625rem 0.0625rem 0.3125rem rgba(var(--color-tertiary-4),0.5) ;height:4.249675rem;width:60rem;top:22.625rem;left:0.125rem;display:block; }
#yZkTJmhammDadtPZHTou3OagHx40I2AM { color:rgba(var(--color-tertiary-4),1);display:block;width:17.874375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.75rem;font-weight:300;z-index:15096;line-height:1.6;letter-spacing:0;top:28.125rem;left:10.6875rem;height:2.79948125rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#OrcEuH1TSgl9OWLDc7Ai0IKTlDSxd3FF { color:rgba(var(--color-tertiary-4),1);display:block;width:17.874375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.75rem;font-weight:300;z-index:15097;line-height:1.6;letter-spacing:0;top:32.8125rem;left:10.75rem;height:2.79948125rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#mcD8yuZTBKblTWLzD6QiQPry2utCKavr { position:absolute;display:block;z-index:15059;background-color:rgba(var(--color-secondary-1),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: 0.0625rem 0.0625rem 0.3125rem rgba(var(--color-tertiary-4),0.5) ;height:4.249675rem;width:60rem;top:32.0625rem;left:0.125rem;display:block; }
#ZBfWemxrz2la1WAxLQ3f1iNyLhPEf2ud { position:absolute;display:block;z-index:15060;background-color:#e5eceb;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: 0.0625rem 0.0625rem 0.3125rem rgba(var(--color-tertiary-4),0.5) ;height:4.249675rem;width:60rem;top:36.6875rem;left:0.125rem;display:block; }
#cZWFfFOf2brzQxCAWu2qBxx6u5KgScoC { color:rgba(var(--color-tertiary-4),1);display:block;width:17.874375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.75rem;font-weight:300;z-index:15098;line-height:1.6;letter-spacing:0;top:37.4375rem;left:10.6875rem;height:2.79948125rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#XyKwOBGTeBCe1HOafS3aJylDlW43c5kp { color:rgba(var(--color-tertiary-4),1);display:block;width:17.874375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.75rem;font-weight:300;z-index:15096;line-height:1.6;letter-spacing:0;top:18.6875rem;left:31.0625rem;height:2.79948125rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#qTsSHEIpV26nPtEomOpFXvyIGIO7h0c7 { color:rgba(var(--color-tertiary-4),1);display:block;width:17.874375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.75rem;font-weight:300;z-index:15097;line-height:1.6;letter-spacing:0;top:23.375rem;left:30.9375rem;height:2.79948125rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#C4xk9CUTKdhr26sVJRZUsr4xHC0By2re { color:rgba(var(--color-tertiary-4),1);display:block;width:17.874375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.75rem;font-weight:300;z-index:15098;line-height:1.6;letter-spacing:0;top:28.1875rem;left:30.875rem;height:2.79948125rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#aqbJK6o8pKLeX1FXUC4758qcG7o7Bwha { color:rgba(var(--color-tertiary-4),1);display:block;width:17.874375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.75rem;font-weight:300;z-index:15099;line-height:1.6;letter-spacing:0;top:32.8125rem;left:30.9375rem;height:2.79948125rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#CyKWhT029RpFBHT98XgQ8ICdy9Uzg94i { color:rgba(var(--color-tertiary-4),1);display:block;width:17.874375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.75rem;font-weight:300;z-index:15100;line-height:1.6;letter-spacing:0;top:37.5rem;left:30.875rem;height:2.79948125rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#z90TVXJ8GHzEEiavnwBonCoPUuZqvBcJ { color:rgba(var(--color-tertiary-2),1);display:block;width:59.5621875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.1875rem;font-weight:400;z-index:15002;line-height:1.3;letter-spacing:0;top:2.8312187194824rem;left:0rem;height:2.84375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#IfAvOqscaAQi8aFnqGoTzfHsAWJR48nJ { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:3.1875rem;top:10rem;left:3.75rem;display:none; }
#gcqWo9Dh5sIwiVCWERAEGCU6hWyMsmqW { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:3.1875rem;top:18rem;left:3.5625rem;display:none; }
#zVntwmxA6vJS0AG02bMolqZhxUDTSmaw { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:3.1875rem;top:26.0625rem;left:3.5625rem;display:none; }
#uCTXiccU3EhasDoohmcHbMD14B9Tx4WQ { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:3.1875rem;top:34.1875rem;left:3.5625rem;display:none; }
#k038fMZKsanp5IR8H7WRIQF4ll9XcqfV { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:3.1875rem;top:42.3125rem;left:3.75rem;display:none; }
#bCMwxpTp9yZ0hZvqQW5LLKXWTK10ykzq { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:3.1875rem;top:50.1875rem;left:3.6875rem;display:none; }
#vyKODd4OOOS8K9PJrbFsoDSFOMAxTGWL { color:rgba(var(--color-tertiary-4),1);display:block;width:18.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:1.5625rem;top:1.5625rem;left:0.4375rem;display:none; }
#nxEekSUk3hkxPV5Qurwtfz5HQ3E9VLZk { color:rgba(var(--color-tertiary-4),1);display:block;width:20rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:1.25rem;top:8.75rem;left:0rem;display:none; }
#ehsk5Jo63FDITMuzt7DvQPbnkmMcu027 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-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; }#ehsk5Jo63FDITMuzt7DvQPbnkmMcu027 > .row .container { background-color: transparent; background-image: none; }#ehsk5Jo63FDITMuzt7DvQPbnkmMcu027::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ehsk5Jo63FDITMuzt7DvQPbnkmMcu027 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ehsk5Jo63FDITMuzt7DvQPbnkmMcu027 > .row .container > .video-iframe-container { display: none; }#ehsk5Jo63FDITMuzt7DvQPbnkmMcu027 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ehsk5Jo63FDITMuzt7DvQPbnkmMcu027 > .row > .video-iframe-container { display: none; }#ehsk5Jo63FDITMuzt7DvQPbnkmMcu027 > .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); }#ehsk5Jo63FDITMuzt7DvQPbnkmMcu027 > .row .container { border-width: 0; border-radius: 0; }#ehsk5Jo63FDITMuzt7DvQPbnkmMcu027 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ehsk5Jo63FDITMuzt7DvQPbnkmMcu027 > .row .container { font-size:0.875rem;font-family:arial;height:4.5625rem;width:60rem;position:relative;display:block; }#JarfDKmqcwPGxhSga9Q6sXnFJq1INQNO { color:rgba(var(--color-tertiary-0),1);display:block;width:55.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15015;line-height:1.3;letter-spacing:0;top:1.3125rem;left:2.46875rem;height:1.2999125rem;text-align:center;text-align-last:center;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Ceoz0VfHk4feWv9Cx1QwxJQ3RuGLmI7o { width:12.1875rem;height:2.8125rem;top:1.3125rem;left:35.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZJNvAbfJUJTqWm1Rh64WA7Ee9wptTlwT { display:block; }
 }@media only screen and (max-width: 763px) { #ro5hOAc8u1CxnOKUHA7A6hGtGyhrXgPk { width:11.4375rem;height:3.2942277591482rem;top:1.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #nA8LZtbO6gsEySMAh5XTTAAKbPQZGN8H { display:block; }#nA8LZtbO6gsEySMAh5XTTAAKbPQZGN8H > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bJ7rtCWDxHS6aKdTrIhD6WEbthTgFifg { width:47.75rem;height:3.6875rem;top:1.9375rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ikPEUIhOx54kOR7QHtdtkuVIfCnIgeVk { display:block; }#ikPEUIhOx54kOR7QHtdtkuVIfCnIgeVk > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CUeilTZdi0OM5cIf1HQGFfFxufffnlWZ { width:47.75rem;height:1.125rem;top:0.9375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #AetzHeTodqETq9pnBTObliTrG54vK3nx { width:19.375rem;height:28.875rem;top:7.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #K4wWTy7wFimkILA4gcR1LBxMtcUSUIzG { width:19.1875rem;height:2.3125rem;top:4.0625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #FhP8TISIQirkbTSGeA23SLwZ9Oh643AK { width:17.8125rem;height:;top:9.9375rem;left:0rem;font-size:1rem;display:block; }#FhP8TISIQirkbTSGeA23SLwZ9Oh643AK li:before{  }
 }@media only screen and (max-width: 763px) { #HI9oXCpXn1QmhCHb6ThLT1JMCkGcoMfr { width:19.4375rem;height:28.9375rem;top:7rem;left:14.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rvS7PARuXISnk1E1WvHkBTcLFev2crWk { width:19.4375rem;height:2.3125rem;top:4.0625rem;left:14.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #bRnXfoxBoxGarqm0rw3TeP4aIP48SeRI { width:19.375rem;height:28.875rem;top:7.0625rem;left:28.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wE7JdWHy8hN8VfGuOWEWJk9CQbK2ke2d { width:19.4375rem;height:2.3125rem;top:4.0625rem;left:28.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #C1QSh1GwVbUUSQTnt7ioIrcqOth807Ud { width:18.5rem;height:;top:9.8125rem;left:29.25rem;font-size:1rem;display:block; }#C1QSh1GwVbUUSQTnt7ioIrcqOth807Ud li:before{  }
 }@media only screen and (max-width: 763px) { #UF1bbMUELnliSaR3hN2oN9fvhpN0TwXX { width:17.875rem;height:1.25rem;top:8.125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #fL28OqzbLSCGTrvsckEtMKsZaBHkfK74 { width:19.5rem;height:4.0625rem;top:3.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ri7cvW1Smyss6fNFUb7ftgm7z6xzDlqX { width:19.5625rem;height:4.0625rem;top:3.125rem;left:14.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #z3w3M7nKfr53fOUb349swETOfqC1ewuk { width:19.375rem;height:4.0625rem;top:3.125rem;left:28.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ARMSTa9s9gE3PBSFOAkpnHMv6R94Qlyt { width:17.75rem;height:1.25rem;top:8.125rem;left:15.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #XIc0mMqNeqkGlCFc85hl0Cf0u7X36Tkk { width:18.3125rem;height:1.25rem;top:8.125rem;left:29.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #aaWaobb8B2xAdrBpQWbPlil5BkmqCyKb { width:18.375rem;height:2.4375rem;top:7.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #JUuHydxZb0hdKubiVfThGgns9R9gkGne { width:18.375rem;height:2.4375rem;top:7.5rem;left:14.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vasuhF391RnbFuAFqzHupsot1HC6BTT6 { width:18.5rem;height:2.4375rem;top:7.5rem;left:29.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wxhda5qNRah26o9Q5LXvUFKQle196uD5 { width:17.5625rem;height:;top:9.8125rem;left:15.374465942382rem;font-size:1rem;display:block; }#Wxhda5qNRah26o9Q5LXvUFKQle196uD5 li:before{  }
 }@media only screen and (max-width: 763px) { #NC086cSrIOTBEogAxe6TXVhNRmJoTrWO { width:17.875rem;height:;top:3.75rem;left:0rem;font-size:1rem;display:none; }#NC086cSrIOTBEogAxe6TXVhNRmJoTrWO li:before{  }
 }@media only screen and (max-width: 763px) { #kRSoRScBnxWZk0uiKbMyCXqTUb8ivwkK { width:18.5rem;height:2.4375rem;top:0.4375rem;left:29.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #vTT7cBNX41xMJ0OisStWwFC8q4A0gXEA { width:17.875rem;height:1.25rem;top:1.0625rem;left:0rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #CU3kGcLPFgVyBE0T3F6eNsukqAFsDk6d { width:19.375rem;height:37.375rem;top:-0.0625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #W6QuD31UuvAnE7EBg6RgWQr5VZw3l0ur { width:18.1875rem;height:;top:35.3125rem;left:0rem;font-size:1rem;display:none; }#W6QuD31UuvAnE7EBg6RgWQr5VZw3l0ur li:before{  }
 }@media only screen and (max-width: 763px) { #EdxzaxKStN5H2MGpds69NRdpIvQmSmV4 { width:17.375rem;height:2.5625rem;top:1.5rem;left:0rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #eHGdCbi8esZZDV0B9iiF5yMWre5eqNvW { width:18.5rem;height:4.125rem;top:0.6875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #BUhzT5geTK3BS4hnDp1MtuEm3kBMwXsb { width:17.875rem;height:1.25rem;top:1.0625rem;left:0rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #ERs8v7m79QP7xDwcZMDOrXf08l9CvIOk { width:18.5rem;height:2.4375rem;top:0.4375rem;left:29.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #HEVcgXrtyw17LcpVPqGuvDkI3N7SIW3J { width:17.875rem;height:;top:3.75rem;left:0rem;font-size:1rem;display:none; }#HEVcgXrtyw17LcpVPqGuvDkI3N7SIW3J li:before{  }
 }@media only screen and (max-width: 763px) { #pzrtMKt5z7bLhfxh1sxwxCZ98lZHNsLR { width:18.1875rem;height:2.5625rem;top:1.5rem;left:15.6875rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #kVCvz4m5abGqGyAldIeAEECxz27inCcO { width:18.625rem;height:4.125rem;top:0.75rem;left:28.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #fTUOoL2xKRxtGBVr9QHFvdgtef1xuQEK { width:17rem;height:;top:94.1875rem;left:0rem;font-size:1rem;display:none; }#fTUOoL2xKRxtGBVr9QHFvdgtef1xuQEK li:before{  }
 }@media only screen and (max-width: 763px) { #vfE4TMVobK43GKeT9E2468ig7ylJ8qod { width:19.4375rem;height:37.375rem;top:-0.0625rem;left:14.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #I0W5akpVfJJIO1uL0m7qTRt1Al0ppcR4 { width:18.3125rem;height:1.25rem;top:1.0625rem;left:29.4375rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #Hf84XIVkTOci5FdMZF4eyvn5bgtGDUCP { width:18.5rem;height:2.4375rem;top:0.4375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #vzz4LDRsz9bbi71ydzkN0lD3Zqf7lVfM { width:18.4375rem;height:;top:141.75rem;left:0rem;font-size:1rem;display:none; }#vzz4LDRsz9bbi71ydzkN0lD3Zqf7lVfM li:before{  }
 }@media only screen and (max-width: 763px) { #VIRB0LDsL9pCi3kkEKLbvck1W2CKXZRw { width:19.375rem;height:26.25rem;top:0rem;left:28.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #n0P76knruawbUmZUUUqPkPBv59CVZ2uu { width:18.1875rem;height:2.5625rem;top:1.5rem;left:29.5625rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #ZhqHgvdLwqaTrtAD8WIIOrwzSktg9VuX { width:18.5rem;height:4.125rem;top:0.6875rem;left:14.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #zVIygpOTE2m6N5uteGCRW9ReFaNaxH5D { width:19.375rem;height:37.4375rem;top:-0.125rem;left:28.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #p3ipDJ037gWO1rh8rdSHlZv6wZUFmTos { width:18.5rem;height:;top:159.0625rem;left:0rem;font-size:1rem;display:none; }#p3ipDJ037gWO1rh8rdSHlZv6wZUFmTos li:before{  }
 }@media only screen and (max-width: 763px) { #oquO8fdfyRCfEr2UZas5wUxsbKx0WHnL { width:17.5625rem;height:2.625rem;top:0.75rem;left:29.5625rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #FyfyPdbTlU0g0TWO2xF9mM7ImWlZqI6w { width:18.5rem;height:4.125rem;top:0.25rem;left:29.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #r2B1ShnWvo5HevoaZ7GeZD6ly0Tg84e2 { width:16.5625rem;height:8.875rem;top:4.6875rem;left:31.1875rem;font-size:1rem;display:none; }#r2B1ShnWvo5HevoaZ7GeZD6ly0Tg84e2 li:before{  }
 }@media only screen and (max-width: 763px) { #ZL0bXPTWTx2qWThGHp7zgKbuIFgaIQPT { width:19.375rem;height:15.3125rem;top:0rem;left:28.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #UiNBRezT1GiiVUCKIrkrsa931cZL8foa { width:19.375rem;height:16.25rem;top:-0.0625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #mKEN4POcqXwkLsoZNtUKu63IKUnHH5Ww { width:16.1875rem;height:1.25rem;top:1.4375rem;left:0rem;font-size:1rem;display:none; }#mKEN4POcqXwkLsoZNtUKu63IKUnHH5Ww li:before{  }
 }@media only screen and (max-width: 763px) { #uuJSqoHBIzCgrEg27fyMBNLraPvu4qe0 { width:12.75rem;height:2.4375rem;top:4.1875rem;left:0rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #bDHgf3uGUnKwbucemoXpUerqtEkw77Po { width:18.4375rem;height:4.125rem;top:3.3125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #JicAtDnknhHqt7GJnHoQ7zStkUwTI6zl { width:12.5rem;height:1.25rem;top:9.375rem;left:0rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #x7SWgb3FC3nEl5aFyuHRr5ZACVGSgZF2 { width:5.125rem;height:1.625rem;top:4.625rem;left:3.8125rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #t2vFunXeEtJNR0maq5hM1XdAKHlntgX4 { width:17.5rem;height:3.4375rem;top:11.25rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #wywHmiTd5QSGpN2qRQkoQXdFDkG3Iex0 { display:block; }
 }@media only screen and (max-width: 763px) { #Qn3b1zT8XoZeTLer1HbB3CEZe99td1vO { width:19.4375rem;height:16.25rem;top:-0.0625rem;left:14.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #gMASP8UBDEaTzROrfloTrgXb7iBoXTRc { width:16.1875rem;height:1.25rem;top:1.4375rem;left:15.75rem;font-size:1rem;display:none; }#gMASP8UBDEaTzROrfloTrgXb7iBoXTRc li:before{  }
 }@media only screen and (max-width: 763px) { #NwFHoWtJI6hC0JTxNxSleTPy429wOE3V { width:18.625rem;height:4.125rem;top:3.3125rem;left:14.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #TPUHb4fMNI6VLr28k5MmTtTABT9AGBtG { width:12.8125rem;height:2.4375rem;top:4.1875rem;left:15.875rem;font-size:1.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #veq0mJMgtxSFulTToAC24OrN0FsaTABi { width:12.5rem;height:1.25rem;top:9.375rem;left:17.625rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #G1sSJByFSD3GKhtQ8PbkR7FQ3v30Ggh4 { width:17.5rem;height:3.4375rem;top:11.25rem;left:15.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #IN4Xch18DodETdw5p6T5lHFKRy7TKvy5 { display:block; }
 }@media only screen and (max-width: 763px) { #qTAZ6JXZVeMcXq5wRtAkJnVBD0teWUiL { width:19.375rem;height:16.4375rem;top:-0.125rem;left:28.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #GtkDwKmbroGaodLAfJAp05MTTHBoCWlA { width:18.375rem;height:4.125rem;top:3.4375rem;left:29.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #ZqVuhdbGcFQfeqrRCGuSZfylu8iGDyFg { width:17.5rem;height:3.4375rem;top:11.25rem;left:30.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #kTJVDetggx8c0k8TBZastH4Xv4ChpqZE { display:block; }
 }@media only screen and (max-width: 763px) { #wqaH7A53G9OTZOLm3204N0Dx5TzlT39D { width:7.25rem;height:0.9375rem;top:199.0625rem;left:2.6875000596046rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #z8UlHAVmzQtScTsAWOmpLmowSWGir7GF { width:11.5625rem;height:2.4375rem;top:4.1875rem;left:36.1875rem;font-size:1.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #aagnATBbwc3kMETJTFlKQKENu7TdoP8k { width:16.5625rem;height:1.25rem;top:1.4375rem;left:31.1875rem;font-size:1rem;display:none; }#aagnATBbwc3kMETJTFlKQKENu7TdoP8k li:before{  }
 }@media only screen and (max-width: 763px) { #XAoyrilTIbNMzgLcDFX3BRUVcxPOBmJe { width:5.125rem;height:1.625rem;top:4.625rem;left:3.8125rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #feRGbGdFuE8BAe6T5kr5UoPAUT2cPx5I { width:5.0625rem;height:1.9375rem;top:196.8125rem;left:3.1860795617104rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #eWbdqKFdXkPgZxmOpbAKNLJDzaVQxvcx { width:20rem;height:4.5rem;top:209.5625rem;left:0rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #Ub4HHmRdn7gLk7ROJTTiCBKpq2ngveSe { width:1.5625rem;height:1.5625rem;top:0.75rem;left:4.59375rem;display:none; }
 }@media only screen and (max-width: 763px) { #T5RLfDnXIDXBF00dQCIhnTol3ulAomc7 { width:3.875rem;height:1.25rem;top:16.4375rem;left:8.75rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #SKzN8dBEbENxtGte11wPUUmiW1sHJWhi { width:3.875rem;height:1.25rem;top:16.4375rem;left:8.75rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #R49DpXMIyvzcZWWZGafglwmd5IQq1TTX { width:1.5625rem;height:1.5625rem;top:0.75rem;left:4.59375rem;display:none; }
 }@media only screen and (max-width: 763px) { #GaywW7yuPJSINEvqc41l6w0KBJzKVURK { width:3.875rem;height:1.25rem;top:16.4375rem;left:8.75rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #iJd6UceK9WHiGH60rK9irH9Mt50uxdEw { width:1.5625rem;height:1.5625rem;top:0.75rem;left:4.59375rem;display:none; }
 }@media only screen and (max-width: 763px) { #tVQvRs14OwIybiHAWuExWRVDrT7k8u4y { width:0.9375rem;height:0.9375rem;top:26.625rem;left:46.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nwFVudxdTaeJhNVJPFTLdHX0Lz38p0ce { width:47.75rem;height:1.4375rem;top:16.1875rem;left:0rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #HSfWnBQiDMgrEWTKTldSKwBa9VrS38VT { width:8.25rem;height:1.9375rem;top:198.0625rem;left:0rem;font-size:1.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #T443gJChmMUeVR4OEWMUBODtK5CsxoJy { display:block; }#T443gJChmMUeVR4OEWMUBODtK5CsxoJy > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SU4dNmx01VcfgxuC4EHnO7DGbc2cLlrF { width:19.375rem;height:26.1875rem;top:0.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #rXLh3dUid39JpZhZau24o0QpXsR6nLZL { width:17.875rem;height:;top:3.75rem;left:0rem;font-size:1rem;display:block; }#rXLh3dUid39JpZhZau24o0QpXsR6nLZL li:before{  }
 }@media only screen and (max-width: 763px) { #ybNbms6bAF9BawK9iOCtNw9I9tEiMoem { width:19.4375rem;height:26.25rem;top:0rem;left:14.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hmKHpG69OskBl2ywnyUHErpv4N0t3R44 { width:19.375rem;height:26.25rem;top:0rem;left:28.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ESHMEUc2v0JU5k96ZIJXwoPuaQLZWcoo { width:18.5625rem;height:;top:3.6875rem;left:29.1875rem;font-size:1rem;display:block; }#ESHMEUc2v0JU5k96ZIJXwoPuaQLZWcoo li:before{  }
 }@media only screen and (max-width: 763px) { #RZZht46KtyR9PP0GdiJdza0M2FLxdvue { width:17.875rem;height:1.25rem;top:1.0625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #qxiCesZvTTJzQuG4AuwQfXGqkHnqtteh { width:17.75rem;height:1.25rem;top:1.0625rem;left:15.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #HyWzuk6CkDK5kT9Oq7JqW8QhRfmTov0I { width:18.3125rem;height:1.25rem;top:1.0625rem;left:29.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #tbuxT20kM8FMsSTUXos8p8zWolhbGWvU { width:18.5rem;height:2.4375rem;top:0.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ArHbpUkmt3WMWfhFJwMlf8yzNJPGx8cV { width:18.375rem;height:2.4375rem;top:0.4375rem;left:14.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pyJXyoDsWNdIbAoOqWgdx8wDTvIfRfB6 { width:18.5rem;height:2.4375rem;top:0.4375rem;left:29.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #NksXZRXLsRltz3C1gtnTe3qHtonFOv7T { width:17.625rem;height:;top:3.75rem;left:15.0625rem;font-size:1rem;display:block; }#NksXZRXLsRltz3C1gtnTe3qHtonFOv7T li:before{  }
 }@media only screen and (max-width: 763px) { #Tqcn48D0BsoTZnVeswxm5nucL4MGZ0R0 { width:1.5625rem;height:1.5625rem;top:0.75rem;left:4.59375rem;display:block; }
 }@media only screen and (max-width: 763px) { #cqhFV5g6b5GgxR9tfK4hFlUrc8iCE0s1 { width:3.875rem;height:1.25rem;top:1.0625rem;left:6.46875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #MpC62LSTznTbMaaPc0urOJMrTKtR7U4U { width:1.5625rem;height:1.5625rem;top:0.9375rem;left:25.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #stTWpbN7D9X8ZTC7gx6FnSnDFgfWJJfs { width:3.875rem;height:1.25rem;top:1.1875rem;left:27.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #EA2NpsrTARxkbGsOPtvhSSFEOSENNPMS { width:1.5625rem;height:1.5625rem;top:0.9375rem;left:45.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Uu19RBLM314ny3M9DWp9thiVIBt1P8Fu { width:3.875rem;height:1.25rem;top:1.1875rem;left:43.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #BGQqSEmqc8qHTv93uFhM5DQU624ioZ9d { display:none; }#BGQqSEmqc8qHTv93uFhM5DQU624ioZ9d > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #nnhlkL3Cc9Z6GB0KWvVsNigLnRoQTifN { width:19.375rem;height:42.875rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #T68vCgKglZwaTivwbOOUXNSDSWL7UZHd { width:19.4375rem;height:43.0625rem;top:0rem;left:14.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hTrQkST1MunizSRaM9Rmz9nR8OxUNDFA { width:19.375rem;height:43.1875rem;top:-0.0625rem;left:28.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #C76l1lDTcSskkXDwQhqph7yLqBSbBZlz { width:17.625rem;height:;top:5.6875rem;left:0rem;font-size:1rem;display:block; }#C76l1lDTcSskkXDwQhqph7yLqBSbBZlz li:before{  }
 }@media only screen and (max-width: 763px) { #PDQwMtTLyWATzTHy8ly3tUz1RSigEmOS { width:17.375rem;height:2.5625rem;top:1.5rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TQ3rCA9WtPzT76P59SHbW0mHTWqCkkfg { width:16.5625rem;height:;top:5.6875rem;left:15.75rem;font-size:1rem;display:block; }#TQ3rCA9WtPzT76P59SHbW0mHTWqCkkfg li:before{  }
 }@media only screen and (max-width: 763px) { #wW3zwUEPama9aQLN5gmKMJe9gZdhpSus { width:18.1875rem;height:2.5625rem;top:1.5rem;left:15.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #C7NaH6TE7ZyFl2mcAwQJXOSeAdt01WTL { width:18.1875rem;height:2.5625rem;top:1.5rem;left:29.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #z1LgiihzswTeUiaf1TGiBrCQJ1xbE2XG { width:18.5rem;height:4.125rem;top:0.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #JTWg1nrHxMdS9dvfeDlT8VHXGLRca07E { width:18.5rem;height:4.125rem;top:0.6875rem;left:14.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #kc5fD3KwBHUbuHoDynIawgT2oHakaItk { width:18.625rem;height:4.125rem;top:0.75rem;left:28.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bJ27fsk4SgWXRbTn5m6QZIHvdgPMgTHD { width:16.5625rem;height:;top:5.6875rem;left:31.1875rem;font-size:1rem;display:block; }#bJ27fsk4SgWXRbTn5m6QZIHvdgPMgTHD li:before{  }
 }@media only screen and (max-width: 763px) { #cdkxTvTVXIXrrUJi3aQwS8gFDviAytDL { width:0.9375rem;height:0.9375rem;top:33.125rem;left:46.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JSrHCQVy9tFotzyhmelq3Q3wuRfB8FfW { display:none; }#JSrHCQVy9tFotzyhmelq3Q3wuRfB8FfW > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #mCixBIzV7PCdC3eX6a7aCIpkJl1kFupn { width:19.375rem;height:15.3125rem;top:0rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #GP6gOK93SouwwJLw589GWfcwZskt3wGm { width:19.4375rem;height:15.125rem;top:0rem;left:14.09375rem;display:none; }
 }@media only screen and (max-width: 763px) { #uunS1Re54B5DMxS3qCZhGfHIrvFayn7S { width:19.375rem;height:15.3125rem;top:0rem;left:28.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #prdAgn3kmUhcPqms70P7pxNy8vTFJegQ { width:18.5rem;height:4.125rem;top:0.25rem;left:29.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #c4Zv5wP3OcRLBk5cyRA1Owe9LDRWpbnF { width:17.5625rem;height:2.625rem;top:0.75rem;left:29.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #NsNVmVLqWBvhOTaMl5llTCJoHA95hKET { width:16.5625rem;height:;top:4.6875rem;left:31.1875rem;font-size:1rem;display:block; }#NsNVmVLqWBvhOTaMl5llTCJoHA95hKET li:before{  }
 }@media only screen and (max-width: 763px) { #L0JXTxVqWPQP19xouVTsyRcgpTeTwHHo { display:block; }#L0JXTxVqWPQP19xouVTsyRcgpTeTwHHo > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #g5HZAJEwu5iJL3aHAxqkxNHtqa3J1hka { width:19.375rem;height:16.25rem;top:-0.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #SJRcbNFAZaoyndJCMJEy1xEazoAsPTwl { width:19.4375rem;height:16.25rem;top:-0.0625rem;left:14.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #MSis7Dysn4HUTlLLHTTNvfZdxduZqsD5 { width:12.8125rem;height:2.4375rem;top:4.1875rem;left:15.875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #EUiAXRcxRVnb5pUU899VG3TdCRxEXQ5p { width:8.4375rem;height:1.625rem;top:4.5625rem;left:24.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #GKzJhvRo9kMWL8UL2qD52414sNblUnpt { width:19.375rem;height:16.4375rem;top:-0.125rem;left:28.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WXTZ4EPNZnp79HARm8WwhgwkP2aFTGTT { width:11.5625rem;height:2.375rem;top:3.25rem;left:35.4375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #CzCuv23f0TIA5tPgRvrJU0zHvERF4hCq { width:7.5rem;height:1.125rem;top:4.0625rem;left:40.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #usE7voofyIbfTe8hXM6Fmo0cwIWJbqTk { width:12.75rem;height:2.4375rem;top:4.1875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #KAUaIuVOJ0pz7o0xqUAco0iPIVzPqMWO { width:5.125rem;height:1.625rem;top:4.625rem;left:3.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #lC9IVSDkDXcfEUG5NJz8raOw4W4aqCU4 { width:18.4375rem;height:4.125rem;top:3.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #OW4apPG61UgQwWFmpqaOCIQdDhxZpW2l { width:18.625rem;height:4.125rem;top:3.3125rem;left:14.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TULeeZGuhiTu0twurDAWLA6J0lU3B8Hn { width:18.375rem;height:4.125rem;top:3.4375rem;left:29.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #tv1lgprIL1fslHIdDSR9qew2iliE5y7g { width:17.5rem;height:3.4375rem;top:11.25rem;left:15.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GtkG9U35hw23JkTZMDuXbBTc6xtViZPL { display:block; }
 }@media only screen and (max-width: 763px) { #SDk3sZzE2qFF746MSlRMWrfEqRufxbIJ { width:17.5rem;height:3.4375rem;top:11.25rem;left:30.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #iaqfxp3NlzCIDkPrhF3xnlfK39PfhZnp { display:block; }
 }@media only screen and (max-width: 763px) { #RCCBaMT2lFdUbJHXoAp9CwgHC312LgBQ { width:16.1875rem;height:1.25rem;top:1.4375rem;left:0rem;font-size:1rem;display:block; }#RCCBaMT2lFdUbJHXoAp9CwgHC312LgBQ li:before{  }
 }@media only screen and (max-width: 763px) { #RVptiSEOMrXAsDh2FypuZ1l1b6nTP3v7 { width:16.1875rem;height:1.25rem;top:1.4375rem;left:15.75rem;font-size:1rem;display:block; }#RVptiSEOMrXAsDh2FypuZ1l1b6nTP3v7 li:before{  }
 }@media only screen and (max-width: 763px) { #hdl3N2FkMGPnLCbLoJCJcknsENy9MZx0 { width:16.5625rem;height:1.25rem;top:1.4375rem;left:31.1875rem;font-size:1rem;display:block; }#hdl3N2FkMGPnLCbLoJCJcknsENy9MZx0 li:before{  }
 }@media only screen and (max-width: 763px) { #ys3NgUcGLC2aEQoxxmuTcVeMPM00FE7Z { width:12.5rem;height:1.25rem;top:9.375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #pBwbqK72bmJuk0tvyewo6PKIRu86ifuB { width:12.5rem;height:1.25rem;top:9.375rem;left:17.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #UsCZ4WBDS2rl8f2DWbFDquKfqi8hSsTu { width:12.5rem;height:1.25rem;top:9.375rem;left:35.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #iAIngahzNq9EkTJOw5v9OC8Kx87yJLW4 { width:17.5rem;height:3.4375rem;top:11.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #gvOL0UEqOOkF6K3ICmwtteCHWyPyEXfz { display:block; }
 }@media only screen and (max-width: 763px) { #o3Vm6tBxQST4UyNUqzywq4GAMugJyTNM { width:47.75rem;height:2.875rem;top:19.625rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CuF8WQVMCwqetOPGiX43d3ScnVBz37ze { width:47.75rem;height:1.4375rem;top:17.125rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DwFHZRRlsNwfAH1JLs4tfm55V9V6vvpa { width:8.625rem;height:1rem;top:5.9375rem;left:39.125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XMDHsUqxLe7lea7D1fkeOVFD5D7TyZml { width:11.5625rem;height:2.375rem;top:5.1875rem;left:35.5rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #X5fTpE4Au5xwzfv0EEarM853gQEVQFZc { display:none; }#X5fTpE4Au5xwzfv0EEarM853gQEVQFZc > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #d5lvDAuCDpPoMUdCRSE7fyK0eg7Byw9T { width:47.75rem;height:1.125rem;top:0.875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #oyAIQsBTe6kzUEZkdEdmbNdn4vHvQIXt { width:19.375rem;height:73.125rem;top:7.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #vnDbxTdMbinT2XGU9DePwh0kBkPOJbOG { width:19.1875rem;height:2.3125rem;top:4.0625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ur3q5lVDRi3ikIITp6XCUyGMPS0XvmqU { width:17.875rem;height:;top:9.875rem;left:0rem;font-size:1rem;display:block; }#Ur3q5lVDRi3ikIITp6XCUyGMPS0XvmqU li:before{  }
 }@media only screen and (max-width: 763px) { #cDrugPdTP6yeNI8bifAraPvZHIGTBU0n { width:15.25rem;height:0;top:51rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #NS2JBwTyBVuduEvIUZob6MHbG3oKGQx7 { width:15.25rem;height:0;top:51.0625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #lT31UD3FEy9WrKhtgUZfh9qSCZ2r6n2o { width:19.5rem;height:73.125rem;top:7rem;left:14.187501907349rem;display:block; }
 }@media only screen and (max-width: 763px) { #ytU9AGMVs0BAVHhL8qCWZhUzJtzV01ap { width:15.25rem;height:0;top:50.75rem;left:16.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZlfC3adoWcfFNb0fTg9ARLcTy1EpLXd9 { width:15.25rem;height:0;top:50.8125rem;left:16.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #XyRAhJtcLoKxoQPBckcDCkCFgKT7rTh2 { width:12.8125rem;height:2.4375rem;top:68.625rem;left:14.1875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #F4x2qEcTVKxgDOCefd9dK784atSGaR5q { width:8.4375rem;height:1.5625rem;top:69.0625rem;left:23.372886657715rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ySbKQZkI3Q2Fk0T5Fvw5NrgnAebxZzx6 { width:19.4375rem;height:2.3125rem;top:4.0625rem;left:14.062501907349rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #V6HnyRt5sB7d2N1vBC0FhZ7WVtxKUs47 { width:19.375rem;height:73.125rem;top:7.125rem;left:28.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #iRafyJSnKfEeEKcTFwCGLF1pTNLNfecE { width:15.25rem;height:0;top:50.8125rem;left:32.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qcn17Hkp328586GTuP9TTIHc5vHhi7Z5 { width:15.25rem;height:0;top:50.875rem;left:32.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Lh58N7WcEgXmFBe0g1RJwf6wu2mIQFD4 { width:11.5625rem;height:2.4375rem;top:68.625rem;left:34.5rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Dli0nbzgCuDC0UvbGbZ3DTVms0doBQ8R { width:5.125rem;height:1.5625rem;top:69.0625rem;left:42.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #LDHhwzKrcNEPFGtQATKHEbPcrhkUbGKP { width:19.4375rem;height:2.3125rem;top:4.0625rem;left:28.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #QzZdhQI9t3wbNIVcU4Q8vZEapo3n7oWg { width:18.5625rem;height:;top:9.875rem;left:29.1875rem;font-size:1rem;display:block; }#QzZdhQI9t3wbNIVcU4Q8vZEapo3n7oWg li:before{  }
 }@media only screen and (max-width: 763px) { #hJb91hnaqbeOlNuEBMmHqgDHKxFyClul { width:12.6875rem;height:2.375rem;top:68.625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #wv50u0iclgKdKNQVMrDWvXlMOqH4P1Q4 { width:5.0625rem;height:1.5625rem;top:69.0625rem;left:3.0611991882324rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TPNb0tPKr1NXGiLnwOHg5xcQMST3wDeD { width:17.875rem;height:1.25rem;top:8.125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #CFHOtgv3Zb3PP2Rx4PVeyvGrBTSQdnAF { width:19.5rem;height:4.0625rem;top:3.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #XARscwnBJQnTTPbXlfpUlzckEd0iFNWk { width:19.5rem;height:4.0625rem;top:3.125rem;left:14.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #oeNFksT3iig3yWZQDVqZ8sS5NkrNg1rM { width:19.375rem;height:4.0625rem;top:3.125rem;left:28.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #tEPbRiLanm1SoPnLcZhBVIqT53Qh7bvo { width:17.6875rem;height:;top:30.625rem;left:0rem;font-size:1rem;display:block; }#tEPbRiLanm1SoPnLcZhBVIqT53Qh7bvo li:before{  }
 }@media only screen and (max-width: 763px) { #gNgHPDCGHN6REezTVfITI06bcUrVM09A { width:17.75rem;height:1.25rem;top:8.125rem;left:15.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #OZZiJQq9qKJkLTHDF0XbXZSpisWog39w { width:18.3125rem;height:1.25rem;top:8.125rem;left:29.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #A01G3LdlJMSAUa8rGx9ye2X992IVfmWh { width:17.375rem;height:2.5rem;top:26.375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #yiQLSJXQpNE1qelnf7XisXyGcwaSE9ki { width:16.5625rem;height:;top:30.625rem;left:15.6875rem;font-size:1rem;display:block; }#yiQLSJXQpNE1qelnf7XisXyGcwaSE9ki li:before{  }
 }@media only screen and (max-width: 763px) { #MfAmpzcEWQir3vnawCTW8hyDoSnBZPu9 { width:19.25rem;height:4.0625rem;top:67.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #mOgvuLLZntMwz99KPhyx5WcBUNFsMTJe { width:19.25rem;height:4.125rem;top:67.8125rem;left:14.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #ES6t78eOkzhgy3uFFFGfovm0lr6QqDTq { width:19.1875rem;height:4.125rem;top:67.8125rem;left:28.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #SFmoMSBDXbfUuclb7y8kbTlf52NuUtL7 { width:17.5rem;height:3.4375rem;top:74.9375rem;left:15.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #alF0o5nyIRCTprn4sI8hMCpOlK9csIKA { display:block; }
 }@media only screen and (max-width: 763px) { #gh2ZDeKTMoQ4LNFKOVqvZQUxC7yIE4vJ { width:17.5rem;height:3.4375rem;top:74.9375rem;left:30.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZbCyhVw7X609UPbCyqoccQwM4Kcx4oQK { display:block; }
 }@media only screen and (max-width: 763px) { #IzUXK85fRXv1rV3clBbx9JG173u5cJo7 { width:16.125rem;height:1.25rem;top:66.5625rem;left:0rem;font-size:1rem;display:block; }#IzUXK85fRXv1rV3clBbx9JG173u5cJo7 li:before{  }
 }@media only screen and (max-width: 763px) { #wpms4SxIX4oi6Tc64NiII7wkULbcanpy { width:16.125rem;height:1.25rem;top:66.5625rem;left:15.7802734375rem;font-size:1rem;display:block; }#wpms4SxIX4oi6Tc64NiII7wkULbcanpy li:before{  }
 }@media only screen and (max-width: 763px) { #nTqsHUn7eTasBKdaoEuovM2fuSK8dSrX { width:16.5625rem;height:1.25rem;top:66.5625rem;left:31.1875rem;font-size:1rem;display:block; }#nTqsHUn7eTasBKdaoEuovM2fuSK8dSrX li:before{  }
 }@media only screen and (max-width: 763px) { #hl2zXUhKpvVGNKgF8NmOgNZQUaMgNpal { width:18.1875rem;height:2.5rem;top:26.375rem;left:15.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #kHd9pGuGvVgo6MqeGOCCht7KK1XAThAc { width:18.1875rem;height:2.5rem;top:26.375rem;left:29.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ed7IHMm2fNwfZJdiOqvuIXqTw0oQrgiw { width:17.5rem;height:3.4375rem;top:59.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #vBHuoOwyQxpcFb3q8zPZPureQhaCKKRd { display:block; }
 }@media only screen and (max-width: 763px) { #Ka5DaI24m9iWdJJT5zwISou9JBvRvrco { width:12.5rem;height:1.25rem;top:72.875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #R0s8sxHROX6MgWc9kFkvKWHVrJUq1kiO { width:12.5rem;height:1.25rem;top:72.875rem;left:17.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #aJFBiXsJqigTDncUsptRTuTQwle3J66U { width:12.5rem;height:1.25rem;top:72.875rem;left:35.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #HwQatdo7g4o2GehPJqmMGRe7ApSDr8gd { width:18.5625rem;height:;top:9.875rem;left:15.375rem;font-size:1rem;display:block; }#HwQatdo7g4o2GehPJqmMGRe7ApSDr8gd li:before{  }
 }@media only screen and (max-width: 763px) { #MPkTOSS45gKyA8MGTgzwVU5AuOppUOJA { width:16.5625rem;height:;top:30.625rem;left:31.1875rem;font-size:1rem;display:block; }#MPkTOSS45gKyA8MGTgzwVU5AuOppUOJA li:before{  }
 }@media only screen and (max-width: 763px) { #B74gIVaLvfLLwvJoPPbXCeePgdieorVZ { width:18.125rem;height:2.5625rem;top:54.4375rem;left:29.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #HEzpoTvpMbBaszlp8X5vNigc5EK6TOby { width:16.5625rem;height:7rem;top:56.9375rem;left:31.1875rem;font-size:1rem;display:block; }#HEzpoTvpMbBaszlp8X5vNigc5EK6TOby li:before{  }
 }@media only screen and (max-width: 763px) { #dSm2Kxw5oakPZRQxTm2xaro4xKK4JuJn { width:16.25rem;height:1.25rem;top:71.875rem;left:15.7177734375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #FlxIhcXZlxfoKzsA3af4ZlNN5mgc68It { width:5.3125rem;height:1.25rem;top:23.125rem;left:42.4375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fIE1yuVinwJzzvRW5DD4B1pG2aHmeJPm { width:7rem;height:1.6875rem;top:22.9375rem;left:40.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #xBW0AGeRs8C4TUl9ULygA9eUs8RdelVV { width:5.3125rem;height:1.25rem;top:65.3125rem;left:42.4375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NsawHZpXygz7V4XTrPT3g9cMrFS37Azb { width:6.9375rem;height:1.625rem;top:64.9375rem;left:40.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OkoUWoDJiEpqSTrtXe0eLGTJxg6bB35J { width:47.75rem;height:5.5rem;top:82.125rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #UWSZmiefXVX4TWseZiiV0TQtFW8AJrOl { width:17.5rem;height:3.4375rem;top:74.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #SN6ZzciSRXNuwmmGqCFsCc1bTeu73uZT { display:block; }
 }@media only screen and (max-width: 763px) { #te9aKJto25wpHQiWc1WKGblgv9wWAPZ2 { display:block; }#te9aKJto25wpHQiWc1WKGblgv9wWAPZ2 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Vchgu2uCOqQxD4Sy3HSMUTkrdu51b0wn { width:47.75rem;height:3.6875rem;top:1.9375rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #DJAhtsTcnovQADCWo8p7q54H72M2BHIl { display:block; }#DJAhtsTcnovQADCWo8p7q54H72M2BHIl > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #v2fbWIBDGxJrooEXmWVEH29HWccTFoHi { width:47.75rem;height:3.5625rem;top:11.25rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SSe9cD8Eo20Ool1dxx6THTN7qmUVPOQM { width:47.75rem;height:7.25rem;top:1.6875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #e2HWd5ZJGwnvfmNSSiDU2gxVGEULlxT9 { display:block; }#e2HWd5ZJGwnvfmNSSiDU2gxVGEULlxT9 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JhuqSERycnoz3H4Pg5Tea3pzOfGX589b { width:47.75rem;height:3.6875rem;top:1.9375rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TivZPwMTxVvTBKe8zCGTubu9gtXVwQXE { display:block; }#TivZPwMTxVvTBKe8zCGTubu9gtXVwQXE > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cCFcHWqTxdzF3aGFzJNakKHpfcT2Az4y { width:47.75rem;height:2.375rem;top:1.6875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #eTAwc8i5uIm2NPoMFVhl2Ty4xKrU6G6z { display:block; }#eTAwc8i5uIm2NPoMFVhl2Ty4xKrU6G6z > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #da1tNbac7kcvafUAJC2p4sXl44XWiAF6 { width:19.125rem;height:2.25rem;top:7.5rem;left:3.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TDPHJhQNDnQ6eTPVLMHW1gU51oxgTdy5 { width:17.8125rem;height:2.75rem;top:14rem;left:4.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fmg88EXCdrwA67bJ8tsEumhI8TrA2QqH { width:15.25rem;height:0;top:51rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #SFPuyFhgqGNUwGUBd4DRGCW8lEkxfZEp { width:15.25rem;height:0;top:51.0625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #vpT0gMg05v721wp3AzEV3sBFDs3k0qbd { width:15.25rem;height:0;top:50.75rem;left:16.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TwDZTQ38y0EA7d2a4X77RHfMZi5JX4rb { width:15.25rem;height:0;top:50.8125rem;left:16.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #wRct9LTiXtCeaeA5MSqVsEqTTCeN90sl { width:19.375rem;height:2.25rem;top:7.5rem;left:24.375rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #KxgeIAwWb6btl0lmnIZm1M379EnLR1Xi { width:15.25rem;height:0;top:50.8125rem;left:32.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #MREgk5A6iVr4qVTpp4xk0VdwMJKu7ceR { width:15.25rem;height:0;top:50.875rem;left:32.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #IuEtw4xbnbDT731JKiFeV6EkeKVXzH2B { width:17.8125rem;height:1.25rem;top:11.3125rem;left:4.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #zI0LhHrbXvD8VEgpfq6sBeSodkam90An { width:47.75rem;height:4.0625rem;top:6.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #h5OPzTxFIpPwBcodLrF46DzhXtmiQPIG { width:17.6875rem;height:1.25rem;top:11.3125rem;left:25.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #V5M4dta7mG7cKLDib4sntZqOtoxqDhu9 { width:42.875rem;height:3.4375rem;top:44.0625rem;left:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #clXMxsWcgGtoehZr8BABqA0CFHSg00TG { display:block; }
 }@media only screen and (max-width: 763px) { #AmoN7fO4plhmlI8eUB3WFJv1fMAZnzyJ { width:47.75rem;height:4.1875rem;top:13.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #AQy6PnrNa3F9WbtTgG83M2ZlWdMfDy9q { width:17.8125rem;height:2.75rem;top:14rem;left:24.875rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #WbFBrd8MmGuFSKgk0HxTe8Gt69L1J9iO { width:47.75rem;height:4.1875rem;top:17.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #lktZrcbMc4m3r9A4WmuXGcXzTuB8b9J0 { width:17.8125rem;height:2.75rem;top:18.5625rem;left:4.5625rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #hrclJHOk2ScQGlpOncCcBoIbwXAZaApa { width:17.8125rem;height:2.75rem;top:23.375rem;left:4.625rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #BfCNWp2hrDCXIaQNwsExKe7Q2Wk574EV { width:47.75rem;height:4.1875rem;top:27.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #AvT9rKeLf7BndW5AGDwXJDoE9T9Q71Qn { width:47.75rem;height:4.1875rem;top:22.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #yZkTJmhammDadtPZHTou3OagHx40I2AM { width:17.8125rem;height:2.75rem;top:28.125rem;left:4.5625rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #OrcEuH1TSgl9OWLDc7Ai0IKTlDSxd3FF { width:17.8125rem;height:2.75rem;top:32.8125rem;left:4.625rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #mcD8yuZTBKblTWLzD6QiQPry2utCKavr { width:47.75rem;height:4.1875rem;top:32.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZBfWemxrz2la1WAxLQ3f1iNyLhPEf2ud { width:47.75rem;height:4.1875rem;top:36.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #cZWFfFOf2brzQxCAWu2qBxx6u5KgScoC { width:17.8125rem;height:2.75rem;top:37.4375rem;left:4.5625rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #XyKwOBGTeBCe1HOafS3aJylDlW43c5kp { width:17.8125rem;height:2.75rem;top:18.6875rem;left:24.9375rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #qTsSHEIpV26nPtEomOpFXvyIGIO7h0c7 { width:17.8125rem;height:2.75rem;top:23.375rem;left:24.8125rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #C4xk9CUTKdhr26sVJRZUsr4xHC0By2re { width:17.8125rem;height:2.75rem;top:28.1875rem;left:24.75rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #aqbJK6o8pKLeX1FXUC4758qcG7o7Bwha { width:17.8125rem;height:2.75rem;top:32.8125rem;left:24.8125rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #CyKWhT029RpFBHT98XgQ8ICdy9Uzg94i { width:17.8125rem;height:2.75rem;top:37.5rem;left:24.75rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #z90TVXJ8GHzEEiavnwBonCoPUuZqvBcJ { width:47.75rem;height:2.8125rem;top:2.8125rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #IfAvOqscaAQi8aFnqGoTzfHsAWJR48nJ { width:12.5rem;height:3.1875rem;top:10rem;left:0rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #gcqWo9Dh5sIwiVCWERAEGCU6hWyMsmqW { width:12.5rem;height:3.1875rem;top:18rem;left:0rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #zVntwmxA6vJS0AG02bMolqZhxUDTSmaw { width:12.5rem;height:3.1875rem;top:26.0625rem;left:0rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #uCTXiccU3EhasDoohmcHbMD14B9Tx4WQ { width:12.5rem;height:3.1875rem;top:34.1875rem;left:0rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #k038fMZKsanp5IR8H7WRIQF4ll9XcqfV { width:12.5rem;height:3.1875rem;top:42.3125rem;left:0rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #bCMwxpTp9yZ0hZvqQW5LLKXWTK10ykzq { width:12.5rem;height:3.1875rem;top:50.1875rem;left:0rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #vyKODd4OOOS8K9PJrbFsoDSFOMAxTGWL { width:18.75rem;height:1.5625rem;top:1.5625rem;left:0rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #nxEekSUk3hkxPV5Qurwtfz5HQ3E9VLZk { width:20rem;height:1.25rem;top:8.75rem;left:0rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #ehsk5Jo63FDITMuzt7DvQPbnkmMcu027 { display:block; }#ehsk5Jo63FDITMuzt7DvQPbnkmMcu027 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JarfDKmqcwPGxhSga9Q6sXnFJq1INQNO { width:47.75rem;height:1.3125rem;top:1.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:20rem;height:5.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Ceoz0VfHk4feWv9Cx1QwxJQ3RuGLmI7o { width:5.8748375rem;height:2.1875rem;top:1.4371744394302rem;left:14.125162780285rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZJNvAbfJUJTqWm1Rh64WA7Ee9wptTlwT { display:block; }
 }@media only screen and (max-width: 763px) { #ro5hOAc8u1CxnOKUHA7A6hGtGyhrXgPk { width:11.4375rem;height:3.2944605237412rem;top:0.88297522068025rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #nA8LZtbO6gsEySMAh5XTTAAKbPQZGN8H { display:block; }#nA8LZtbO6gsEySMAh5XTTAAKbPQZGN8H > .row .container { width:20rem;height:4.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bJ7rtCWDxHS6aKdTrIhD6WEbthTgFifg { width:20rem;height:3.2492875rem;top:1.25rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ikPEUIhOx54kOR7QHtdtkuVIfCnIgeVk { display:block; }#ikPEUIhOx54kOR7QHtdtkuVIfCnIgeVk > .row .container { width:20rem;height:215.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CUeilTZdi0OM5cIf1HQGFfFxufffnlWZ { width:20rem;height:1rem;top:1.6875267028809rem;left:0rem;text-align:center;text-align-last:center;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #AetzHeTodqETq9pnBTObliTrG54vK3nx { width:19.9375rem;height:24.25rem;top:6.5625rem;left:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #K4wWTy7wFimkILA4gcR1LBxMtcUSUIzG { width:17.5625rem;height:1.9487875rem;top:4.4160366058349rem;left:1.2187500596046rem;text-align:center;text-align-last:center;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #FhP8TISIQirkbTSGeA23SLwZ9Oh643AK { width:17.562125rem;height:6.783875rem;top:10.43678855896rem;left:1.2180396914482rem;text-align:left;text-align-last:left;font-size:0.75rem;line-height:1.3;display:block; }#FhP8TISIQirkbTSGeA23SLwZ9Oh643AK li:before{  }
 }@media only screen and (max-width: 763px) { #HI9oXCpXn1QmhCHb6ThLT1JMCkGcoMfr { width:19.875rem;height:30.125rem;top:59.1875rem;left:0.1875rem;z-index:15005;display:block; }
 }@media only screen and (max-width: 763px) { #rvS7PARuXISnk1E1WvHkBTcLFev2crWk { width:19.4375rem;height:1.9487875rem;top:59.5rem;left:0rem;text-align:center;text-align-last:center;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #bRnXfoxBoxGarqm0rw3TeP4aIP48SeRI { width:20rem;height:15.5625rem;top:122.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #wE7JdWHy8hN8VfGuOWEWJk9CQbK2ke2d { width:19.375rem;height:1.9487875rem;top:122.5625rem;left:0rem;text-align:center;text-align-last:center;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #C1QSh1GwVbUUSQTnt7ioIrcqOth807Ud { width:18.9375rem;height:15.792125rem;top:127.4360742569rem;left:0.78036218881606rem;text-align:left;text-align-last:left;font-size:0.75rem;line-height:1.3;display:block; }#C1QSh1GwVbUUSQTnt7ioIrcqOth807Ud li:before{  }
 }@media only screen and (max-width: 763px) { #UF1bbMUELnliSaR3hN2oN9fvhpN0TwXX { width:17.5rem;height:1.2999125rem;top:7.75rem;left:1.4375000596046rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #fL28OqzbLSCGTrvsckEtMKsZaBHkfK74 { width:20rem;height:2.5rem;top:4.125rem;left:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ri7cvW1Smyss6fNFUb7ftgm7z6xzDlqX { width:20rem;height:2.5rem;top:59.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #z3w3M7nKfr53fOUb349swETOfqC1ewuk { width:20rem;height:2.5rem;top:122.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ARMSTa9s9gE3PBSFOAkpnHMv6R94Qlyt { width:18.25rem;height:1.2999125rem;top:62.6875rem;left:1.1875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #XIc0mMqNeqkGlCFc85hl0Cf0u7X36Tkk { width:18.3125rem;height:1.2999125rem;top:125.6875rem;left:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #aaWaobb8B2xAdrBpQWbPlil5BkmqCyKb { width:19.375rem;height:2.1875rem;top:125.25rem;left:0.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #JUuHydxZb0hdKubiVfThGgns9R9gkGne { width:19.375rem;height:2.1875rem;top:62.25rem;left:0.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #vasuhF391RnbFuAFqzHupsot1HC6BTT6 { width:19.375rem;height:2.1875rem;top:7.3125rem;left:0.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wxhda5qNRah26o9Q5LXvUFKQle196uD5 { width:16.937125rem;height:12.2439375rem;top:64.436255455019rem;left:1.5305398106575rem;text-align:left;text-align-last:left;font-size:0.75rem;line-height:1.3;display:block; }#Wxhda5qNRah26o9Q5LXvUFKQle196uD5 li:before{  }
 }@media only screen and (max-width: 763px) { #NC086cSrIOTBEogAxe6TXVhNRmJoTrWO { width:17.56125rem;height:9.357625rem;top:20.64186668396rem;left:1.2180396914482rem;text-align:left;text-align-last:left;font-size:0.75rem;z-index:15008;line-height:1.3;display:block; }#NC086cSrIOTBEogAxe6TXVhNRmJoTrWO li:before{  }
 }@media only screen and (max-width: 763px) { #kRSoRScBnxWZk0uiKbMyCXqTUb8ivwkK { width:19.375rem;height:2.1875rem;top:17.81178855896rem;left:0.25rem;z-index:15065;display:block; }
 }@media only screen and (max-width: 763px) { #vTT7cBNX41xMJ0OisStWwFC8q4A0gXEA { width:17.5rem;height:1.2999125rem;top:18.249465942382rem;left:1.2496448159218rem;text-align:left;text-align-last:left;z-index:15086;display:block; }
 }@media only screen and (max-width: 763px) { #CU3kGcLPFgVyBE0T3F6eNsukqAFsDk6d { width:19.875rem;height:16.5rem;top:30.8125rem;left:0.1875rem;z-index:15011;display:block; }
 }@media only screen and (max-width: 763px) { #W6QuD31UuvAnE7EBg6RgWQr5VZw3l0ur { width:18.25rem;height:;top:35.3125rem;left:0.875rem;text-align:left;text-align-last:left;font-size:0.75rem;z-index:15012;line-height:1.3;display:block; }#W6QuD31UuvAnE7EBg6RgWQr5VZw3l0ur li:before{  }
 }@media only screen and (max-width: 763px) { #EdxzaxKStN5H2MGpds69NRdpIvQmSmV4 { width:18.8125rem;height:2.599825rem;top:31.9375rem;left:1.1875rem;text-align:left;text-align-last:left;font-weight:700;font-style:normal;z-index:15088;display:block; }
 }@media only screen and (max-width: 763px) { #eHGdCbi8esZZDV0B9iiF5yMWre5eqNvW { width:19.375rem;height:3.125rem;top:31.686786651611rem;left:0.43678975105286rem;z-index:15065;display:block; }
 }@media only screen and (max-width: 763px) { #BUhzT5geTK3BS4hnDp1MtuEm3kBMwXsb { width:17.5rem;height:1.2999125rem;top:77.249290466306rem;left:1.6246448159218rem;text-align:left;text-align-last:left;z-index:15089;display:block; }
 }@media only screen and (max-width: 763px) { #ERs8v7m79QP7xDwcZMDOrXf08l9CvIOk { width:19.375rem;height:2.1875rem;top:76.8125rem;left:0.62499994039536rem;z-index:15068;display:block; }
 }@media only screen and (max-width: 763px) { #HEVcgXrtyw17LcpVPqGuvDkI3N7SIW3J { width:17.562125rem;height:9.357625rem;top:79.704010009762rem;left:1.2171519398689rem;text-align:left;text-align-last:left;font-size:0.75rem;z-index:15011;line-height:1.3;display:block; }#HEVcgXrtyw17LcpVPqGuvDkI3N7SIW3J li:before{  }
 }@media only screen and (max-width: 763px) { #pzrtMKt5z7bLhfxh1sxwxCZ98lZHNsLR { width:17.75rem;height:2.599825rem;top:90.6376953125rem;left:1.0625rem;text-align:left;text-align-last:left;z-index:15086;display:block; }
 }@media only screen and (max-width: 763px) { #kVCvz4m5abGqGyAldIeAEECxz27inCcO { width:19.375rem;height:3.25rem;top:90.3125rem;left:0.1875rem;z-index:15065;display:block; }
 }@media only screen and (max-width: 763px) { #fTUOoL2xKRxtGBVr9QHFvdgtef1xuQEK { width:17.0625rem;height:15.167125rem;top:94.25rem;left:1.3125rem;text-align:left;text-align-last:left;font-size:0.75rem;line-height:1.3;z-index:15071;display:block; }#fTUOoL2xKRxtGBVr9QHFvdgtef1xuQEK li:before{  }
 }@media only screen and (max-width: 763px) { #vfE4TMVobK43GKeT9E2468ig7ylJ8qod { width:20rem;height:19.6875rem;top:89.3125rem;left:0rem;z-index:15025;display:block; }
 }@media only screen and (max-width: 763px) { #I0W5akpVfJJIO1uL0m7qTRt1Al0ppcR4 { width:15.9375rem;height:1.2999125rem;top:141.24910449982rem;left:1.3742898106575rem;text-align:left;text-align-last:left;z-index:15091;display:block; }
 }@media only screen and (max-width: 763px) { #Hf84XIVkTOci5FdMZF4eyvn5bgtGDUCP { width:19.375rem;height:2.1875rem;top:140.8123216629rem;left:0.62411218881607rem;z-index:15066;display:block; }
 }@media only screen and (max-width: 763px) { #vzz4LDRsz9bbi71ydzkN0lD3Zqf7lVfM { width:18.4375rem;height:11.9314375rem;top:142.9983959198rem;left:0.78036218881606rem;text-align:left;text-align-last:left;font-size:0.75rem;line-height:1.3;z-index:15061;display:block; }#vzz4LDRsz9bbi71ydzkN0lD3Zqf7lVfM li:before{  }
 }@media only screen and (max-width: 763px) { #VIRB0LDsL9pCi3kkEKLbvck1W2CKXZRw { width:20rem;height:17.3125rem;top:137.875rem;left:0rem;z-index:15038;display:block; }
 }@media only screen and (max-width: 763px) { #n0P76knruawbUmZUUUqPkPBv59CVZ2uu { width:17.5rem;height:2.599825rem;top:155.5625rem;left:1.25rem;text-align:left;text-align-last:left;z-index:15087;display:block; }
 }@media only screen and (max-width: 763px) { #ZhqHgvdLwqaTrtAD8WIIOrwzSktg9VuX { width:19.375rem;height:3.5625rem;top:155.1875rem;left:0.3125rem;z-index:15066;display:block; }
 }@media only screen and (max-width: 763px) { #zVIygpOTE2m6N5uteGCRW9ReFaNaxH5D { width:20rem;height:26.125rem;top:155.1875rem;left:0rem;z-index:15038;display:block; }
 }@media only screen and (max-width: 763px) { #p3ipDJ037gWO1rh8rdSHlZv6wZUFmTos { width:18.5625rem;height:22.2634375rem;top:159.09711265564rem;left:0.78036218881606rem;text-align:left;text-align-last:left;font-size:0.75rem;line-height:1.3;z-index:15072;display:block; }#p3ipDJ037gWO1rh8rdSHlZv6wZUFmTos li:before{  }
 }@media only screen and (max-width: 763px) { #oquO8fdfyRCfEr2UZas5wUxsbKx0WHnL { width:18.1875rem;height:2.599825rem;top:183.68696594238rem;left:0.93696731328963rem;text-align:left;text-align-last:left;font-size:1rem;z-index:15089;display:block; }
 }@media only screen and (max-width: 763px) { #FyfyPdbTlU0g0TWO2xF9mM7ImWlZqI6w { width:19.375rem;height:4.125rem;top:182.93678283691rem;left:0.375rem;z-index:15069;display:block; }
 }@media only screen and (max-width: 763px) { #r2B1ShnWvo5HevoaZ7GeZD6ly0Tg84e2 { width:16.5625rem;height:5.8094625rem;top:187.6875rem;left:1.375rem;text-align:left;text-align-last:left;font-size:0.75rem;line-height:1.3;z-index:15073;display:block; }#r2B1ShnWvo5HevoaZ7GeZD6ly0Tg84e2 li:before{  }
 }@media only screen and (max-width: 763px) { #ZL0bXPTWTx2qWThGHp7zgKbuIFgaIQPT { width:20rem;height:12.0625rem;top:181.3125rem;left:0rem;z-index:15038;display:block; }
 }@media only screen and (max-width: 763px) { #UiNBRezT1GiiVUCKIrkrsa931cZL8foa { width:20rem;height:11.25rem;top:47.3125rem;left:0rem;z-index:15014;display:block; }
 }@media only screen and (max-width: 763px) { #mKEN4POcqXwkLsoZNtUKu63IKUnHH5Ww { width:16.1869375rem;height:0.9747875rem;top:48.124111652374rem;left:1.0921519398689rem;font-size:0.75rem;z-index:15086;display:block; }#mKEN4POcqXwkLsoZNtUKu63IKUnHH5Ww li:before{  }
 }@media only screen and (max-width: 763px) { #uuJSqoHBIzCgrEg27fyMBNLraPvu4qe0 { width:10.375rem;height:1.9487875rem;top:50.5625rem;left:7.0625rem;text-align:left;text-align-last:left;font-size:1.5rem;z-index:15077;display:block; }
 }@media only screen and (max-width: 763px) { #bDHgf3uGUnKwbucemoXpUerqtEkw77Po { width:17.5rem;height:3.1875rem;top:50.3125rem;left:1.0625rem;z-index:15067;display:block; }
 }@media only screen and (max-width: 763px) { #JicAtDnknhHqt7GJnHoQ7zStkUwTI6zl { width:12.5rem;height:0.9747875rem;top:52.5rem;left:3.5625rem;text-align:center;text-align-last:center;font-size:0.75rem;z-index:15097;display:block; }
 }@media only screen and (max-width: 763px) { #x7SWgb3FC3nEl5aFyuHRr5ZACVGSgZF2 { width:5.125rem;height:0.9747875rem;top:51.0625rem;left:9.3125rem;text-align:center;text-align-last:center;font-size:0.75rem;z-index:15078;display:block; }
 }@media only screen and (max-width: 763px) { #t2vFunXeEtJNR0maq5hM1XdAKHlntgX4 { width:17.5rem;height:2.625rem;top:54.6875rem;left:1.0625rem;z-index:15085;display:block; }
 }@media only screen and (max-width: 763px) { #wywHmiTd5QSGpN2qRQkoQXdFDkG3Iex0 { display:block; }
 }@media only screen and (max-width: 763px) { #Qn3b1zT8XoZeTLer1HbB3CEZe99td1vO { width:20rem;height:10.4375rem;top:109rem;left:0rem;z-index:15027;display:block; }
 }@media only screen and (max-width: 763px) { #gMASP8UBDEaTzROrfloTrgXb7iBoXTRc { width:16.1875rem;height:0.9747875rem;top:109.875rem;left:1.625rem;font-size:0.75rem;z-index:15086;display:block; }#gMASP8UBDEaTzROrfloTrgXb7iBoXTRc li:before{  }
 }@media only screen and (max-width: 763px) { #NwFHoWtJI6hC0JTxNxSleTPy429wOE3V { width:17.5rem;height:3.1875rem;top:111.6875rem;left:0.9375rem;z-index:15067;display:block; }
 }@media only screen and (max-width: 763px) { #TPUHb4fMNI6VLr28k5MmTtTABT9AGBtG { width:13.5rem;height:1.9487875rem;top:111.9375rem;left:2.9375rem;text-align:center;text-align-last:center;font-size:1.5rem;z-index:15079;display:block; }
 }@media only screen and (max-width: 763px) { #veq0mJMgtxSFulTToAC24OrN0FsaTABi { width:12.5rem;height:0.9747875rem;top:113.75rem;left:3.4375rem;text-align:center;text-align-last:center;font-size:0.75rem;z-index:15097;display:block; }
 }@media only screen and (max-width: 763px) { #G1sSJByFSD3GKhtQ8PbkR7FQ3v30Ggh4 { width:17.5rem;height:2.5rem;top:115.75rem;left:0.9375rem;z-index:15083;display:block; }
 }@media only screen and (max-width: 763px) { #IN4Xch18DodETdw5p6T5lHFKRy7TKvy5 { display:block; }
 }@media only screen and (max-width: 763px) { #qTAZ6JXZVeMcXq5wRtAkJnVBD0teWUiL { width:20rem;height:11.375rem;top:193.375rem;left:0rem;z-index:15040;display:block; }
 }@media only screen and (max-width: 763px) { #GtkDwKmbroGaodLAfJAp05MTTHBoCWlA { width:17.5rem;height:3.1875rem;top:196.849609375rem;left:1.25rem;z-index:15068;display:block; }
 }@media only screen and (max-width: 763px) { #ZqVuhdbGcFQfeqrRCGuSZfylu8iGDyFg { width:17.5rem;height:2.5rem;top:200.912109375rem;left:1.25rem;z-index:15084;display:block; }
 }@media only screen and (max-width: 763px) { #kTJVDetggx8c0k8TBZastH4Xv4ChpqZE { display:block; }
 }@media only screen and (max-width: 763px) { #wqaH7A53G9OTZOLm3204N0Dx5TzlT39D { width:7.3118125rem;height:0.9747875rem;top:198.57332992554rem;left:9.3119674324988rem;text-align:center;text-align-last:center;font-size:0.75rem;z-index:15098;font-weight:300;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #z8UlHAVmzQtScTsAWOmpLmowSWGir7GF { width:8.3123125rem;height:1.9487875rem;top:196.84836578369rem;left:1.2171519398689rem;text-align:center;text-align-last:center;font-size:1.5rem;z-index:15081;display:block; }
 }@media only screen and (max-width: 763px) { #aagnATBbwc3kMETJTFlKQKENu7TdoP8k { width:16.875rem;height:0.9747875rem;top:194.5rem;left:1.5625rem;font-size:0.75rem;z-index:15087;display:block; }#aagnATBbwc3kMETJTFlKQKENu7TdoP8k li:before{  }
 }@media only screen and (max-width: 763px) { #XAoyrilTIbNMzgLcDFX3BRUVcxPOBmJe { width:5.125rem;height:0.9747875rem;top:112.7939453125rem;left:10.25rem;text-align:center;text-align-last:center;font-size:0.75rem;z-index:15079;display:block; }
 }@media only screen and (max-width: 763px) { #feRGbGdFuE8BAe6T5kr5UoPAUT2cPx5I { width:8.8743125rem;height:0.9747875rem;top:197.33487129211rem;left:8.4934297204019rem;text-align:center;text-align-last:center;font-size:0.75rem;z-index:15080;display:block; }
 }@media only screen and (max-width: 763px) { #eWbdqKFdXkPgZxmOpbAKNLJDzaVQxvcx { width:20rem;height:4.54426875rem;top:209.56320571899rem;left:0rem;text-align:left;text-align-last:left;font-size:0.875rem;z-index:15064;display:block; }
 }@media only screen and (max-width: 763px) { #Ub4HHmRdn7gLk7ROJTTiCBKpq2ngveSe { display:flex;width:1.5625rem;height:1.5625rem;top:18.062143325806rem;left:13.124644815922rem;z-index:15090; }
 }@media only screen and (max-width: 763px) { #T5RLfDnXIDXBF00dQCIhnTol3ulAomc7 { width:3.875rem;height:1.2999125rem;top:18.249465942382rem;left:14.874466478824rem;font-size:1rem;z-index:15093;display:block; }
 }@media only screen and (max-width: 763px) { #SKzN8dBEbENxtGte11wPUUmiW1sHJWhi { width:3.875rem;height:1.2999125rem;top:77.312316894531rem;left:14.624466478824rem;font-size:1rem;z-index:15095;display:block; }
 }@media only screen and (max-width: 763px) { #R49DpXMIyvzcZWWZGafglwmd5IQq1TTX { display:flex;width:1.5625rem;height:1.5625rem;top:77.125rem;left:12.874644815922rem;z-index:15092; }
 }@media only screen and (max-width: 763px) { #GaywW7yuPJSINEvqc41l6w0KBJzKVURK { width:3.875rem;height:1.2999125rem;top:141.31213855743rem;left:15.311611711979rem;font-size:1rem;z-index:15097;display:block; }
 }@media only screen and (max-width: 763px) { #iJd6UceK9WHiGH60rK9irH9Mt50uxdEw { display:flex;width:1.5625rem;height:1.5625rem;top:141.1248216629rem;left:13.561789095402rem;z-index:15094; }
 }@media only screen and (max-width: 763px) { #tVQvRs14OwIybiHAWuExWRVDrT7k8u4y { display:flex;width:0.9375rem;height:0.9375rem;top:213.12232706299rem;left:9.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #nwFVudxdTaeJhNVJPFTLdHX0Lz38p0ce { width:20rem;height:3.4082rem;top:205.43678665161rem;left:0rem;text-align:left;text-align-last:left;font-size:0.875rem;z-index:15065;display:block; }
 }@media only screen and (max-width: 763px) { #HSfWnBQiDMgrEWTKTldSKwBa9VrS38VT { width:8.3123125rem;height:1.9487875rem;top:198.08504867554rem;left:1.2171519398689rem;text-align:center;text-align-last:center;font-size:1.5rem;z-index:15082;display:block; }
 }@media only screen and (max-width: 763px) { #T443gJChmMUeVR4OEWMUBODtK5CsxoJy { display:none; }#T443gJChmMUeVR4OEWMUBODtK5CsxoJy > .row .container { width:20rem;height:66.0625rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #SU4dNmx01VcfgxuC4EHnO7DGbc2cLlrF { width:19.375rem;height:14.875rem;top:0rem;left:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rXLh3dUid39JpZhZau24o0QpXsR6nLZL { width:17.5625rem;height:11.15625rem;top:2.9375rem;left:1.3125rem;text-align:left;text-align-last:left;font-size:0.75rem;display:block; }#rXLh3dUid39JpZhZau24o0QpXsR6nLZL li:before{  }
 }@media only screen and (max-width: 763px) { #ybNbms6bAF9BawK9iOCtNw9I9tEiMoem { width:19.375rem;height:13.625rem;top:15.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #hmKHpG69OskBl2ywnyUHErpv4N0t3R44 { width:19.375rem;height:17.3125rem;top:31.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ESHMEUc2v0JU5k96ZIJXwoPuaQLZWcoo { width:18.4375rem;height:11.933625rem;top:35.625rem;left:0.625rem;text-align:left;text-align-last:left;font-size:0.75rem;line-height:1.3;display:block; }#ESHMEUc2v0JU5k96ZIJXwoPuaQLZWcoo li:before{  }
 }@media only screen and (max-width: 763px) { #RZZht46KtyR9PP0GdiJdza0M2FLxdvue { width:17.5rem;height:1.29980625rem;top:1.1875rem;left:1.5625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #qxiCesZvTTJzQuG4AuwQfXGqkHnqtteh { width:18.625rem;height:1.29980625rem;top:16.6875rem;left:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #HyWzuk6CkDK5kT9Oq7JqW8QhRfmTov0I { width:15.9375rem;height:1.29980625rem;top:33.1875rem;left:1.0625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #tbuxT20kM8FMsSTUXos8p8zWolhbGWvU { width:19.375rem;height:2.1875rem;top:32.75rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ArHbpUkmt3WMWfhFJwMlf8yzNJPGx8cV { width:19.375rem;height:2.1875rem;top:16.25rem;left:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #pyJXyoDsWNdIbAoOqWgdx8wDTvIfRfB6 { width:19.375rem;height:2.1875rem;top:0.75rem;left:0.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #NksXZRXLsRltz3C1gtnTe3qHtonFOv7T { width:16.9375rem;height:9.359375rem;top:19rem;left:1.375rem;text-align:left;text-align-last:left;font-size:0.75rem;line-height:1.3;display:block; }#NksXZRXLsRltz3C1gtnTe3qHtonFOv7T li:before{  }
 }@media only screen and (max-width: 763px) { #Tqcn48D0BsoTZnVeswxm5nucL4MGZ0R0 { display:flex;width:1.5625rem;height:1.5625rem;top:50.25rem;left:9.1875rem; }
 }@media only screen and (max-width: 763px) { #cqhFV5g6b5GgxR9tfK4hFlUrc8iCE0s1 { width:3.875rem;height:1.29980625rem;top:53.0625rem;left:8.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #MpC62LSTznTbMaaPc0urOJMrTKtR7U4U { display:flex;width:1.5625rem;height:1.5625rem;top:55.5625rem;left:9.1875rem; }
 }@media only screen and (max-width: 763px) { #stTWpbN7D9X8ZTC7gx6FnSnDFgfWJJfs { width:3.875rem;height:1.29980625rem;top:58.375rem;left:8.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #EA2NpsrTARxkbGsOPtvhSSFEOSENNPMS { display:flex;width:1.5625rem;height:1.5625rem;top:60.875rem;left:9.1875rem; }
 }@media only screen and (max-width: 763px) { #Uu19RBLM314ny3M9DWp9thiVIBt1P8Fu { width:3.875rem;height:1.29980625rem;top:63.6875rem;left:8.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #BGQqSEmqc8qHTv93uFhM5DQU624ioZ9d { display:none; }#BGQqSEmqc8qHTv93uFhM5DQU624ioZ9d > .row .container { width:20rem;height:68.125rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #nnhlkL3Cc9Z6GB0KWvVsNigLnRoQTifN { width:19.375rem;height:16.5rem;top:0rem;left:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #T68vCgKglZwaTivwbOOUXNSDSWL7UZHd { width:19.375rem;height:19.6875rem;top:17.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #hTrQkST1MunizSRaM9Rmz9nR8OxUNDFA { width:19.375rem;height:26.0625rem;top:38.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #C76l1lDTcSskkXDwQhqph7yLqBSbBZlz { width:18.25rem;height:10.84375rem;top:4.5rem;left:0.875rem;text-align:left;text-align-last:left;font-size:0.75rem;display:block; }#C76l1lDTcSskkXDwQhqph7yLqBSbBZlz li:before{  }
 }@media only screen and (max-width: 763px) { #PDQwMtTLyWATzTHy8ly3tUz1RSigEmOS { width:18.8125rem;height:2.5996125rem;top:1.125rem;left:1.1875rem;text-align:left;text-align-last:left;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #TQ3rCA9WtPzT76P59SHbW0mHTWqCkkfg { width:17.0625rem;height:12.9081875rem;top:22.625rem;left:1.3125rem;text-align:left;text-align-last:left;font-size:0.75rem;line-height:1.3;display:block; }#TQ3rCA9WtPzT76P59SHbW0mHTWqCkkfg li:before{  }
 }@media only screen and (max-width: 763px) { #wW3zwUEPama9aQLN5gmKMJe9gZdhpSus { width:17.75rem;height:2.5996125rem;top:18.6875rem;left:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #C7NaH6TE7ZyFl2mcAwQJXOSeAdt01WTL { width:18.0625rem;height:2.5996125rem;top:39.375rem;left:0.8125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #z1LgiihzswTeUiaf1TGiBrCQJ1xbE2XG { width:19.375rem;height:3.125rem;top:0.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #JTWg1nrHxMdS9dvfeDlT8VHXGLRca07E { width:18.9375rem;height:2.5rem;top:39.4375rem;left:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kc5fD3KwBHUbuHoDynIawgT2oHakaItk { width:19.375rem;height:2.5rem;top:18.6875rem;left:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bJ27fsk4SgWXRbTn5m6QZIHvdgPMgTHD { width:16.5625rem;height:22.2709375rem;top:43.25rem;left:1.5625rem;text-align:left;text-align-last:left;font-size:0.75rem;line-height:1.3;display:block; }#bJ27fsk4SgWXRbTn5m6QZIHvdgPMgTHD li:before{  }
 }@media only screen and (max-width: 763px) { #cdkxTvTVXIXrrUJi3aQwS8gFDviAytDL { display:flex;width:0.9375rem;height:0.9375rem;top:65.9375rem;left:9.5rem; }
 }@media only screen and (max-width: 763px) { #JSrHCQVy9tFotzyhmelq3Q3wuRfB8FfW { display:none; }#JSrHCQVy9tFotzyhmelq3Q3wuRfB8FfW > .row .container { width:20rem;height:17.8125rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #mCixBIzV7PCdC3eX6a7aCIpkJl1kFupn { width:19.375rem;height:34.25rem;top:0.5625rem;left:0.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #GP6gOK93SouwwJLw589GWfcwZskt3wGm { width:19.375rem;height:39.125rem;top:42.3125rem;left:0.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #uunS1Re54B5DMxS3qCZhGfHIrvFayn7S { width:19.375rem;height:13.3125rem;top:1.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #prdAgn3kmUhcPqms70P7pxNy8vTFJegQ { width:19.375rem;height:4.125rem;top:2.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #c4Zv5wP3OcRLBk5cyRA1Owe9LDRWpbnF { width:18.1875rem;height:2.5996125rem;top:3.625rem;left:0.875rem;text-align:left;text-align-last:left;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #NsNVmVLqWBvhOTaMl5llTCJoHA95hKET { width:16.5625rem;height:5.81055rem;top:7.6875rem;left:1.5625rem;text-align:left;text-align-last:left;font-size:0.75rem;line-height:1.3;display:block; }#NsNVmVLqWBvhOTaMl5llTCJoHA95hKET li:before{  }
 }@media only screen and (max-width: 763px) { #L0JXTxVqWPQP19xouVTsyRcgpTeTwHHo { display:none; }#L0JXTxVqWPQP19xouVTsyRcgpTeTwHHo > .row .container { width:20rem;height:58.4375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #g5HZAJEwu5iJL3aHAxqkxNHtqa3J1hka { width:19.375rem;height:11.25rem;top:1.375rem;left:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SJRcbNFAZaoyndJCMJEy1xEazoAsPTwl { width:19.375rem;height:10.4375rem;top:14.07421875rem;left:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MSis7Dysn4HUTlLLHTTNvfZdxduZqsD5 { width:13.5rem;height:1.94921875rem;top:17.025390625rem;left:3.25rem;text-align:center;text-align-last:center;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #EUiAXRcxRVnb5pUU899VG3TdCRxEXQ5p { width:8.125rem;height:0.9746125rem;top:17.875rem;left:11.875rem;text-align:left;text-align-last:left;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #GKzJhvRo9kMWL8UL2qD52414sNblUnpt { width:19.375rem;height:11.1875rem;top:26.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #WXTZ4EPNZnp79HARm8WwhgwkP2aFTGTT { width:12.8125rem;height:1.94921875rem;top:29.875rem;left:2.375rem;text-align:center;text-align-last:center;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #CzCuv23f0TIA5tPgRvrJU0zHvERF4hCq { width:5.1875rem;height:1.949575rem;top:30.375rem;left:10.3125rem;text-align:center;text-align-last:center;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #usE7voofyIbfTe8hXM6Fmo0cwIWJbqTk { width:10.375rem;height:1.94921875rem;top:4.625rem;left:7.25rem;text-align:left;text-align-last:left;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #KAUaIuVOJ0pz7o0xqUAco0iPIVzPqMWO { width:5.125rem;height:0.9746125rem;top:5.125rem;left:9.5rem;text-align:center;text-align-last:center;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #lC9IVSDkDXcfEUG5NJz8raOw4W4aqCU4 { width:17.5rem;height:3.1875rem;top:4.375rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #OW4apPG61UgQwWFmpqaOCIQdDhxZpW2l { width:17.5rem;height:3.1875rem;top:16.7685546875rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TULeeZGuhiTu0twurDAWLA6J0lU3B8Hn { width:17.5rem;height:3.1875rem;top:29.875rem;left:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #tv1lgprIL1fslHIdDSR9qew2iliE5y7g { width:17.5rem;height:2.5rem;top:20.8125rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #GtkG9U35hw23JkTZMDuXbBTc6xtViZPL { display:block; }
 }@media only screen and (max-width: 763px) { #SDk3sZzE2qFF746MSlRMWrfEqRufxbIJ { width:17.5rem;height:2.5rem;top:34.1875rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #iaqfxp3NlzCIDkPrhF3xnlfK39PfhZnp { display:block; }
 }@media only screen and (max-width: 763px) { #RCCBaMT2lFdUbJHXoAp9CwgHC312LgBQ { width:16.1875rem;height:0.9746125rem;top:2.8125rem;left:1.90625rem;font-size:0.75rem;display:block; }#RCCBaMT2lFdUbJHXoAp9CwgHC312LgBQ li:before{  }
 }@media only screen and (max-width: 763px) { #RVptiSEOMrXAsDh2FypuZ1l1b6nTP3v7 { width:16.1875rem;height:0.9746125rem;top:14.9375rem;left:1.90625rem;font-size:0.75rem;display:block; }#RVptiSEOMrXAsDh2FypuZ1l1b6nTP3v7 li:before{  }
 }@media only screen and (max-width: 763px) { #hdl3N2FkMGPnLCbLoJCJcknsENy9MZx0 { width:16.875rem;height:0.9746125rem;top:28.0625rem;left:1.5625rem;font-size:0.75rem;display:block; }#hdl3N2FkMGPnLCbLoJCJcknsENy9MZx0 li:before{  }
 }@media only screen and (max-width: 763px) { #ys3NgUcGLC2aEQoxxmuTcVeMPM00FE7Z { width:12.5rem;height:0.9746125rem;top:6.5625rem;left:3.75rem;text-align:center;text-align-last:center;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #pBwbqK72bmJuk0tvyewo6PKIRu86ifuB { width:12.5rem;height:0.9746125rem;top:18.8046875rem;left:3.75rem;text-align:center;text-align-last:center;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #UsCZ4WBDS2rl8f2DWbFDquKfqi8hSsTu { width:12.5rem;height:0.9746125rem;top:31.6875rem;left:3.625rem;text-align:center;text-align-last:center;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #iAIngahzNq9EkTJOw5v9OC8Kx87yJLW4 { width:17.5rem;height:2.625rem;top:8.75rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #gvOL0UEqOOkF6K3ICmwtteCHWyPyEXfz { display:block; }
 }@media only screen and (max-width: 763px) { #o3Vm6tBxQST4UyNUqzywq4GAMugJyTNM { width:19.124rem;height:5.68359375rem;top:41rem;left:0rem;text-align:left;text-align-last:left;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CuF8WQVMCwqetOPGiX43d3ScnVBz37ze { width:20rem;height:3.41175625rem;top:47.93359375rem;left:0rem;text-align:left;text-align-last:left;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DwFHZRRlsNwfAH1JLs4tfm55V9V6vvpa { width:8.625rem;height:0;top:56.22035rem;left:5.6875rem;text-align:center;text-align-last:center;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #XMDHsUqxLe7lea7D1fkeOVFD5D7TyZml { width:11.5625rem;height:1.9504625rem;top:52.59535rem;left:4.1875rem;text-align:center;text-align-last:center;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #X5fTpE4Au5xwzfv0EEarM853gQEVQFZc { display:none; }#X5fTpE4Au5xwzfv0EEarM853gQEVQFZc > .row .container { width:20rem;height:145.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #d5lvDAuCDpPoMUdCRSE7fyK0eg7Byw9T { width:20rem;height:1rem;top:1.3728837966919rem;left:0rem;text-align:center;text-align-last:center;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #oyAIQsBTe6kzUEZkdEdmbNdn4vHvQIXt { width:19.375rem;height:34.6875rem;top:6.5625rem;left:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vnDbxTdMbinT2XGU9DePwh0kBkPOJbOG { width:17.5625rem;height:1.94921875rem;top:4.4160366058349rem;left:1.2187500596046rem;text-align:center;text-align-last:center;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ur3q5lVDRi3ikIITp6XCUyGMPS0XvmqU { width:17.5rem;height:5.81055rem;top:9.5rem;left:1.2187500596046rem;text-align:left;text-align-last:left;font-size:0.75rem;line-height:1.3;display:block; }#Ur3q5lVDRi3ikIITp6XCUyGMPS0XvmqU li:before{  }
 }@media only screen and (max-width: 763px) { #cDrugPdTP6yeNI8bifAraPvZHIGTBU0n { width:15.25rem;height:0;top:58rem;left:3.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #NS2JBwTyBVuduEvIUZob6MHbG3oKGQx7 { width:15.25rem;height:0;top:58.0625rem;left:3.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #lT31UD3FEy9WrKhtgUZfh9qSCZ2r6n2o { width:19.375rem;height:39.9375rem;top:42.3125rem;left:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ytU9AGMVs0BAVHhL8qCWZhUzJtzV01ap { width:15.25rem;height:0;top:93.1875rem;left:3.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ZlfC3adoWcfFNb0fTg9ARLcTy1EpLXd9 { width:15.25rem;height:0;top:93.25rem;left:3.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #XyRAhJtcLoKxoQPBckcDCkCFgKT7rTh2 { width:13.3115rem;height:1.94921875rem;top:75.4140625rem;left:2.5625rem;text-align:center;text-align-last:center;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #F4x2qEcTVKxgDOCefd9dK784atSGaR5q { width:8.125rem;height:0.9746125rem;top:75.9013671875rem;left:11.5rem;text-align:left;text-align-last:left;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ySbKQZkI3Q2Fk0T5Fvw5NrgnAebxZzx6 { width:19.4375rem;height:1.94921875rem;top:42.604166656733rem;left:0rem;text-align:center;text-align-last:center;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #V6HnyRt5sB7d2N1vBC0FhZ7WVtxKUs47 { width:19.375rem;height:55rem;top:83.375rem;left:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #iRafyJSnKfEeEKcTFwCGLF1pTNLNfecE { width:15.25rem;height:0;top:113.5625rem;left:2.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Qcn17Hkp328586GTuP9TTIHc5vHhi7Z5 { width:15.25rem;height:0;top:113.625rem;left:2.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Lh58N7WcEgXmFBe0g1RJwf6wu2mIQFD4 { width:12.8125rem;height:1.94921875rem;top:131.03125rem;left:2.8115234375rem;text-align:center;text-align-last:center;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Dli0nbzgCuDC0UvbGbZ3DTVms0doBQ8R { width:5.1875rem;height:0.9746125rem;top:131.5185546875rem;left:10.4990234375rem;text-align:center;text-align-last:center;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #LDHhwzKrcNEPFGtQATKHEbPcrhkUbGKP { width:19.375rem;height:1.94921875rem;top:83.625rem;left:0rem;text-align:center;text-align-last:center;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #QzZdhQI9t3wbNIVcU4Q8vZEapo3n7oWg { width:17.5rem;height:9.984375rem;top:89rem;left:1.125rem;text-align:left;text-align-last:left;font-size:0.75rem;line-height:1.3;display:block; }#QzZdhQI9t3wbNIVcU4Q8vZEapo3n7oWg li:before{  }
 }@media only screen and (max-width: 763px) { #hJb91hnaqbeOlNuEBMmHqgDHKxFyClul { width:12.75rem;height:1.94921875rem;top:30.875rem;left:7.25rem;text-align:left;text-align-last:left;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #wv50u0iclgKdKNQVMrDWvXlMOqH4P1Q4 { width:5.125rem;height:0.9746125rem;top:31.375rem;left:9.5rem;text-align:center;text-align-last:center;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #TPNb0tPKr1NXGiLnwOHg5xcQMST3wDeD { width:17.5rem;height:1.29980625rem;top:7.75rem;left:1.4375000596046rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #CFHOtgv3Zb3PP2Rx4PVeyvGrBTSQdnAF { width:19.375rem;height:2.5rem;top:4.125rem;left:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XARscwnBJQnTTPbXlfpUlzckEd0iFNWk { width:19.4375rem;height:2.5rem;top:42.312501907349rem;left:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #oeNFksT3iig3yWZQDVqZ8sS5NkrNg1rM { width:19.375rem;height:2.5rem;top:83.3125rem;left:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tEPbRiLanm1SoPnLcZhBVIqT53Qh7bvo { width:17.5rem;height:6.785125rem;top:20.125rem;left:0.9375rem;text-align:left;text-align-last:left;font-size:0.75rem;line-height:1.3;display:block; }#tEPbRiLanm1SoPnLcZhBVIqT53Qh7bvo li:before{  }
 }@media only screen and (max-width: 763px) { #gNgHPDCGHN6REezTVfITI06bcUrVM09A { width:18.625rem;height:1.29980625rem;top:45.8125rem;left:1.1875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #OZZiJQq9qKJkLTHDF0XbXZSpisWog39w { width:18.3125rem;height:1.29980625rem;top:87.125rem;left:1.0625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #A01G3LdlJMSAUa8rGx9ye2X992IVfmWh { width:18.8125rem;height:2.5996125rem;top:17rem;left:0.9375rem;text-align:left;text-align-last:left;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #yiQLSJXQpNE1qelnf7XisXyGcwaSE9ki { width:17.5rem;height:11.308625rem;top:62rem;left:1.2500000596046rem;text-align:left;text-align-last:left;font-size:0.75rem;line-height:1.3;display:block; }#yiQLSJXQpNE1qelnf7XisXyGcwaSE9ki li:before{  }
 }@media only screen and (max-width: 763px) { #MfAmpzcEWQir3vnawCTW8hyDoSnBZPu9 { width:17.5rem;height:3.1875rem;top:30.625rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #mOgvuLLZntMwz99KPhyx5WcBUNFsMTJe { width:19.3125rem;height:2.1875rem;top:86.875rem;left:0.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #ES6t78eOkzhgy3uFFFGfovm0lr6QqDTq { width:17.5rem;height:4.0625rem;top:129.974609375rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #SFmoMSBDXbfUuclb7y8kbTlf52NuUtL7 { width:17.5rem;height:2.5rem;top:79.125rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #alF0o5nyIRCTprn4sI8hMCpOlK9csIKA { display:block; }
 }@media only screen and (max-width: 763px) { #gh2ZDeKTMoQ4LNFKOVqvZQUxC7yIE4vJ { width:17.5rem;height:2.5rem;top:134.3125rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZbCyhVw7X609UPbCyqoccQwM4Kcx4oQK { display:block; }
 }@media only screen and (max-width: 763px) { #IzUXK85fRXv1rV3clBbx9JG173u5cJo7 { width:16.1875rem;height:0.9746125rem;top:28.375000715256rem;left:1.2500000596046rem;font-size:0.75rem;display:block; }#IzUXK85fRXv1rV3clBbx9JG173u5cJo7 li:before{  }
 }@media only screen and (max-width: 763px) { #wpms4SxIX4oi6Tc64NiII7wkULbcanpy { width:16.1875rem;height:0.9746125rem;top:74.501953125rem;left:1.21875rem;font-size:0.75rem;display:block; }#wpms4SxIX4oi6Tc64NiII7wkULbcanpy li:before{  }
 }@media only screen and (max-width: 763px) { #nTqsHUn7eTasBKdaoEuovM2fuSK8dSrX { width:16.875rem;height:0.9746125rem;top:129.0625rem;left:1.21875rem;font-size:0.75rem;display:block; }#nTqsHUn7eTasBKdaoEuovM2fuSK8dSrX li:before{  }
 }@media only screen and (max-width: 763px) { #hl2zXUhKpvVGNKgF8NmOgNZQUaMgNpal { width:17.75rem;height:2.5996125rem;top:58.75rem;left:1.1875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #kHd9pGuGvVgo6MqeGOCCht7KK1XAThAc { width:18.0625rem;height:2.5996125rem;top:100.3623046875rem;left:0.96875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #ed7IHMm2fNwfZJdiOqvuIXqTw0oQrgiw { width:17.5rem;height:2.625rem;top:34.375rem;left:1.25rem;font-size:1rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }
 }@media only screen and (max-width: 763px) { #vBHuoOwyQxpcFb3q8zPZPureQhaCKKRd { display:block; }
 }@media only screen and (max-width: 763px) { #Ka5DaI24m9iWdJJT5zwISou9JBvRvrco { width:12.5rem;height:0.9746125rem;top:32.791667938233rem;left:3.7500002980233rem;text-align:center;text-align-last:center;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #R0s8sxHROX6MgWc9kFkvKWHVrJUq1kiO { width:12.5rem;height:0.9746125rem;top:78.212890625rem;left:3.75rem;text-align:center;text-align-last:center;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #aJFBiXsJqigTDncUsptRTuTQwle3J66U { width:12.5rem;height:0.9746125rem;top:133.125rem;left:3.75rem;text-align:center;text-align-last:center;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #HwQatdo7g4o2GehPJqmMGRe7ApSDr8gd { width:17.5rem;height:9.984375rem;top:47.1123046875rem;left:1.25rem;text-align:left;text-align-last:left;font-size:0.75rem;line-height:1.3;display:block; }#HwQatdo7g4o2GehPJqmMGRe7ApSDr8gd li:before{  }
 }@media only screen and (max-width: 763px) { #MPkTOSS45gKyA8MGTgzwVU5AuOppUOJA { width:17.5rem;height:14.8574375rem;top:103.5869140625rem;left:1.25rem;text-align:left;text-align-last:left;font-size:0.75rem;line-height:1.3;display:block; }#MPkTOSS45gKyA8MGTgzwVU5AuOppUOJA li:before{  }
 }@media only screen and (max-width: 763px) { #B74gIVaLvfLLwvJoPPbXCeePgdieorVZ { width:18.1855625rem;height:2.5996125rem;top:119.861328125rem;left:0.90625rem;text-align:left;text-align-last:left;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #HEzpoTvpMbBaszlp8X5vNigc5EK6TOby { width:17.5rem;height:4.5234375rem;top:123.0537109375rem;left:1.25rem;text-align:left;text-align-last:left;font-size:0.75rem;line-height:1.3;display:block; }#HEzpoTvpMbBaszlp8X5vNigc5EK6TOby li:before{  }
 }@media only screen and (max-width: 763px) { #dSm2Kxw5oakPZRQxTm2xaro4xKK4JuJn { width:16.3125rem;height:0.9746125rem;top:77.30078125rem;left:1.84375rem;text-align:center;text-align-last:center;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #FlxIhcXZlxfoKzsA3af4ZlNN5mgc68It { width:5rem;height:1.13671875rem;top:97.625rem;left:12.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fIE1yuVinwJzzvRW5DD4B1pG2aHmeJPm { width:5rem;height:1.6875rem;top:97.375rem;left:12.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xBW0AGeRs8C4TUl9ULygA9eUs8RdelVV { width:5rem;height:1.13671875rem;top:126.44123840332rem;left:12.872721374035rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NsawHZpXygz7V4XTrPT3g9cMrFS37Azb { width:5rem;height:1.625rem;top:126.28091812134rem;left:12.872721374035rem;display:block; }
 }@media only screen and (max-width: 763px) { #OkoUWoDJiEpqSTrtXe0eLGTJxg6bB35J { width:20rem;height:6.82226875rem;top:138.375rem;left:0rem;text-align:center;text-align-last:center;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #UWSZmiefXVX4TWseZiiV0TQtFW8AJrOl { width:17.5rem;height:2.625rem;top:37.623049100861rem;left:1.2500000596046rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #SN6ZzciSRXNuwmmGqCFsCc1bTeu73uZT { display:block; }
 }@media only screen and (max-width: 763px) { #te9aKJto25wpHQiWc1WKGblgv9wWAPZ2 { display:block; }#te9aKJto25wpHQiWc1WKGblgv9wWAPZ2 > .row .container { width:20rem;height:4.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Vchgu2uCOqQxD4Sy3HSMUTkrdu51b0wn { width:20rem;height:3.2492875rem;top:0.62233686447144rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #DJAhtsTcnovQADCWo8p7q54H72M2BHIl { display:block; }#DJAhtsTcnovQADCWo8p7q54H72M2BHIl > .row .container { width:20rem;height:15.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #v2fbWIBDGxJrooEXmWVEH29HWccTFoHi { width:17.5rem;height:3.16731875rem;top:9.6830596923825rem;left:1.2500000596046rem;text-align:center;text-align-last:center;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SSe9cD8Eo20Ool1dxx6THTN7qmUVPOQM { width:18.9364375rem;height:5.19965rem;top:2.4955606460571rem;left:0.5300070643425rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #e2HWd5ZJGwnvfmNSSiDU2gxVGEULlxT9 { display:block; }#e2HWd5ZJGwnvfmNSSiDU2gxVGEULlxT9 > .row .container { width:20rem;height:4.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JhuqSERycnoz3H4Pg5Tea3pzOfGX589b { width:20rem;height:1.625rem;top:1.25rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TivZPwMTxVvTBKe8zCGTubu9gtXVwQXE { display:block; }#TivZPwMTxVvTBKe8zCGTubu9gtXVwQXE > .row .container { width:20rem;height:18.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cCFcHWqTxdzF3aGFzJNakKHpfcT2Az4y { width:18.9371875rem;height:2.599825rem;top:1.6243476867676rem;left:0.53059893846512rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #eTAwc8i5uIm2NPoMFVhl2Ty4xKrU6G6z { display:block; }#eTAwc8i5uIm2NPoMFVhl2Ty4xKrU6G6z > .row .container { width:20rem;height:66.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #da1tNbac7kcvafUAJC2p4sXl44XWiAF6 { width:17.561875rem;height:0;top:4.8779296875rem;left:1.2182616591454rem;text-align:center;text-align-last:center;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #TDPHJhQNDnQ6eTPVLMHW1gU51oxgTdy5 { width:17.561875rem;height:0;top:11.528320014477rem;left:1.1865233778954rem;text-align:center;text-align-last:center;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #Fmg88EXCdrwA67bJ8tsEumhI8TrA2QqH { width:15.25rem;height:0;top:57rem;left:3.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #SFPuyFhgqGNUwGUBd4DRGCW8lEkxfZEp { width:15.25rem;height:0;top:57.0625rem;left:3.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #vpT0gMg05v721wp3AzEV3sBFDs3k0qbd { width:15.25rem;height:0;top:40.4375rem;left:3.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TwDZTQ38y0EA7d2a4X77RHfMZi5JX4rb { width:15.25rem;height:0;top:40.5rem;left:3.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #wRct9LTiXtCeaeA5MSqVsEqTTCeN90sl { width:19.436875rem;height:0;top:27.978515625rem;left:0.56233721971512rem;text-align:center;text-align-last:center;font-size:1.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #KxgeIAwWb6btl0lmnIZm1M379EnLR1Xi { width:15.25rem;height:0;top:61.625rem;left:2.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #MREgk5A6iVr4qVTpp4xk0VdwMJKu7ceR { width:15.25rem;height:0;top:61.6875rem;left:2.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #IuEtw4xbnbDT731JKiFeV6EkeKVXzH2B { width:17.5rem;height:1.2999125rem;top:4.4375rem;left:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #zI0LhHrbXvD8VEgpfq6sBeSodkam90An { width:20rem;height:2.5rem;top:1.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #h5OPzTxFIpPwBcodLrF46DzhXtmiQPIG { width:18.6246875rem;height:0;top:8.6865215301512rem;left:0.68684893846512rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #V5M4dta7mG7cKLDib4sntZqOtoxqDhu9 { width:20rem;height:3.3748375rem;top:58.311357498169rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #clXMxsWcgGtoehZr8BABqA0CFHSg00TG { display:block; }
 }@media only screen and (max-width: 763px) { #AmoN7fO4plhmlI8eUB3WFJv1fMAZnzyJ { width:20rem;height:7.1875rem;top:8.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #AQy6PnrNa3F9WbtTgG83M2ZlWdMfDy9q { width:17.8125rem;height:0;top:12.75rem;left:2.1875rem;text-align:left;text-align-last:left;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #WbFBrd8MmGuFSKgk0HxTe8Gt69L1J9iO { width:20rem;height:7.1875rem;top:16.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #lktZrcbMc4m3r9A4WmuXGcXzTuB8b9J0 { width:17.8125rem;height:0;top:26.999510467052rem;left:1.0937499403954rem;text-align:left;text-align-last:left;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #hrclJHOk2ScQGlpOncCcBoIbwXAZaApa { width:17.8125rem;height:0;top:31.207682311535rem;left:1.0937499403954rem;text-align:left;text-align-last:left;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #BfCNWp2hrDCXIaQNwsExKe7Q2Wk574EV { width:20rem;height:7.1875rem;top:33.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #AvT9rKeLf7BndW5AGDwXJDoE9T9Q71Qn { width:20rem;height:7.1875rem;top:24.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #yZkTJmhammDadtPZHTou3OagHx40I2AM { width:17.8125rem;height:0;top:34.51008862257rem;left:1.0937499403954rem;text-align:left;text-align-last:left;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #OrcEuH1TSgl9OWLDc7Ai0IKTlDSxd3FF { width:17.8125rem;height:0;top:38.10383862257rem;left:1.0937499403954rem;text-align:left;text-align-last:left;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #mcD8yuZTBKblTWLzD6QiQPry2utCKavr { width:20rem;height:7.1875rem;top:41.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZBfWemxrz2la1WAxLQ3f1iNyLhPEf2ud { width:20rem;height:7.1875rem;top:49.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #cZWFfFOf2brzQxCAWu2qBxx6u5KgScoC { width:17.8125rem;height:0;top:60.510251998901rem;left:2.1874999403954rem;text-align:left;text-align-last:left;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #XyKwOBGTeBCe1HOafS3aJylDlW43c5kp { width:17.8125rem;height:0;top:24.937336921692rem;left:1.0937499403954rem;text-align:left;text-align-last:left;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #qTsSHEIpV26nPtEomOpFXvyIGIO7h0c7 { width:17.8125rem;height:0;top:30.009764373302rem;left:1.0937499403954rem;text-align:left;text-align-last:left;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #C4xk9CUTKdhr26sVJRZUsr4xHC0By2re { width:17.8125rem;height:0;top:32.40559643507rem;left:1.0937499403954rem;text-align:left;text-align-last:left;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #aqbJK6o8pKLeX1FXUC4758qcG7o7Bwha { width:17.8125rem;height:0;top:36.905924499035rem;left:1.0937499403954rem;text-align:left;text-align-last:left;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #CyKWhT029RpFBHT98XgQ8ICdy9Uzg94i { width:17.8125rem;height:0;top:59.312334060669rem;left:2.1874999403954rem;text-align:left;text-align-last:left;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #z90TVXJ8GHzEEiavnwBonCoPUuZqvBcJ { width:20rem;height:0;top:1.25rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #IfAvOqscaAQi8aFnqGoTzfHsAWJR48nJ { top:10rem;left:3.75rem;width:12.5rem;height:3.2487rem;z-index:15105;text-align:center;text-align-last:center;font-size:1.25rem;font-weight:300;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #gcqWo9Dh5sIwiVCWERAEGCU6hWyMsmqW { top:18.0625rem;left:3.625rem;width:12.5rem;height:3.2487rem;z-index:15106;text-align:center;text-align-last:center;font-size:1.25rem;font-weight:300;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #zVntwmxA6vJS0AG02bMolqZhxUDTSmaw { top:26.125rem;left:3.625rem;width:12.5rem;height:3.2487rem;z-index:15107;text-align:center;text-align-last:center;font-size:1.25rem;font-weight:300;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #uCTXiccU3EhasDoohmcHbMD14B9Tx4WQ { top:34.25rem;left:3.625rem;width:12.5rem;height:3.2487rem;z-index:15108;text-align:center;text-align-last:center;font-size:1.25rem;font-weight:300;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #k038fMZKsanp5IR8H7WRIQF4ll9XcqfV { top:42.375rem;left:3.75rem;width:12.5rem;height:3.2487rem;z-index:15109;text-align:center;text-align-last:center;font-size:1.25rem;font-weight:300;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #bCMwxpTp9yZ0hZvqQW5LLKXWTK10ykzq { top:51.040855407715rem;left:3.7499997019767rem;width:12.5rem;height:3.2487rem;z-index:15110;text-align:center;text-align-last:center;font-size:1.25rem;font-weight:300;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #vyKODd4OOOS8K9PJrbFsoDSFOMAxTGWL { top:1.5625rem;left:0.5rem;width:18.75rem;height:1.625rem;z-index:15111;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #nxEekSUk3hkxPV5Qurwtfz5HQ3E9VLZk { top:5.625rem;left:0rem;width:20rem;height:1.2999125rem;z-index:15112;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ehsk5Jo63FDITMuzt7DvQPbnkmMcu027 { display:block; }#ehsk5Jo63FDITMuzt7DvQPbnkmMcu027 > .row .container { width:20rem;height:6.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JarfDKmqcwPGxhSga9Q6sXnFJq1INQNO { width:15.5rem;height:2.923175rem;top:1.8125rem;left:2.2500000596046rem;text-align:left;text-align-last:left;font-size:0.75rem;display:block; }
 }