.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:233,245,237;--color-primary-1:190,224,202;--color-primary-2:146,203,167;--color-primary-3:108,188,144;--color-primary-4:52,145,93;--color-secondary-0:255,229,229;--color-secondary-1:255,170,170;--color-secondary-2:255,84,84;--color-secondary-3:128,42,42;--color-secondary-4:38,13,13;--color-tertiary-0:255,255,255;--color-tertiary-1:224,224,224;--color-tertiary-2:204,204,204;--color-tertiary-3:122,122,122;--color-tertiary-4:0,0,0;--headlines-font-family:"Montserrat";--paragraphs-font-family:"Montserrat"; }@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:rgba(var(--color-tertiary-0),1);background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;top:0rem;left:0rem;display:block; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;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:7.875rem;width:60rem;overflow:visible;position:relative;display:block; }#L9KVTEUHT4eu5D0xFQy0QaQF0ysJkIW1 { color:rgba(var(--color-tertiary-4),1);display:block;width:60rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.0625rem;font-weight:normal;z-index:14998;line-height:1.3;letter-spacing:0;top:1.375rem;left:0rem;height:5.3625rem;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; }
#rFpZyI6RNFrsE4gs26NFtJtMVLulp9fd { background-color:rgba(var(--color-primary-4),0.94);background-image:none;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 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; }#rFpZyI6RNFrsE4gs26NFtJtMVLulp9fd > .row .container { background-color: transparent; background-image: none; }#rFpZyI6RNFrsE4gs26NFtJtMVLulp9fd::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rFpZyI6RNFrsE4gs26NFtJtMVLulp9fd > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rFpZyI6RNFrsE4gs26NFtJtMVLulp9fd > .row .container > .video-iframe-container { display: none; }#rFpZyI6RNFrsE4gs26NFtJtMVLulp9fd > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rFpZyI6RNFrsE4gs26NFtJtMVLulp9fd > .row > .video-iframe-container { display: none; }#rFpZyI6RNFrsE4gs26NFtJtMVLulp9fd > .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); }#rFpZyI6RNFrsE4gs26NFtJtMVLulp9fd > .row .container { border-width: 0; border-radius: 0; }#rFpZyI6RNFrsE4gs26NFtJtMVLulp9fd > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#rFpZyI6RNFrsE4gs26NFtJtMVLulp9fd > .row .container { font-size:0.875rem;font-family:arial;height:41rem;width:60rem;overflow:visible;position:relative;display:block; }#p58q5ZxaT6JznxdeRxQicI6l1tp8CbmN { color:rgba(var(--color-tertiary-0),1);display:block;width:60rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.75rem;font-weight:700;z-index:14997;line-height:1.3;letter-spacing:0;top:2.625rem;left:0rem;height:10.7261875rem;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;font-style:normal;display:block; }
#JwA9wzHGEQs7SnaSSNSzsiVztXrwlvA5 { position:absolute;display:block;z-index:14988;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/6a90e5e2-2365-41cd-acc0-40606847989b/DOT.svg");background-position:center !important;background-repeat:repeat !important;background-attachment:scroll;background-size:initial !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:7.4375rem;width:4.875rem;top:12.125rem;left:64.13424919485rem;display:block; }#JwA9wzHGEQs7SnaSSNSzsiVztXrwlvA5.adaptive-delivery-prevent-bg, #JwA9wzHGEQs7SnaSSNSzsiVztXrwlvA5.lazyload, #JwA9wzHGEQs7SnaSSNSzsiVztXrwlvA5.lazyloading { background-image: none; }
#iu8ZHAlraVBdkfKbW4BivpaLu1nnKqXe { position:absolute;display:block;z-index:14989;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/6a90e5e2-2365-41cd-acc0-40606847989b/DOT.svg");background-position:center !important;background-repeat:repeat !important;background-attachment:scroll;background-size:initial !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:9.75rem;width:6.5rem;top:5.125rem;left:-12.068181818182rem;display:block; }#iu8ZHAlraVBdkfKbW4BivpaLu1nnKqXe.adaptive-delivery-prevent-bg, #iu8ZHAlraVBdkfKbW4BivpaLu1nnKqXe.lazyload, #iu8ZHAlraVBdkfKbW4BivpaLu1nnKqXe.lazyloading { background-image: none; }
#VAqrsgZyvpx9N1QIke4OTcweWyc5WxaG { background-color:transparent;background-image:none;border-top:0.125rem solid rgba(var(--color-tertiary-0),1);border-left:0.125rem solid rgba(var(--color-tertiary-0),1);border-right:0.125rem solid rgba(var(--color-tertiary-0),1);border-bottom:0.125rem solid rgba(var(--color-tertiary-0),1);border-top-left-radius:12.5rem;border-top-right-radius:12.5rem;border-bottom-left-radius:12.5rem;border-bottom-right-radius:12.5rem;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.1875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:29rem;height:4.375rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:22.3125rem;left:15.5rem;display:block; }
#qeOn5MASZOvZs3I3iUxtp51Gz5pgnfSm { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#xb5E8wFaxIE0BtqgvRQTzmAq54Xpc1f5 { color:rgba(var(--color-tertiary-0),1);display:block;width:43.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:normal;z-index:15010;line-height:1.5;letter-spacing:0;top:15.5625rem;left:8.4375rem;height:4.12265625rem;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; }
#zCfhozc0ppFu0WKiq4S2BaR7DHTmIyzW { background-color:rgba(var(--color-primary-4),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:12.5rem;border-top-right-radius:12.5rem;border-bottom-left-radius:12.5rem;border-bottom-right-radius:12.5rem;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.1875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:29rem;height:4.375rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:23.125rem;left:0rem;display:none; }
#liB1U3U6zeBkaXmfpORaNxpJXVvIxiMa { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#iTU3VAUldNTIb5Z0bahnreBPRu8GhGyZ { box-sizing:content-box;height:9.125rem;width:30.625rem;position:absolute;display:block;z-index:15011;background-color:rgba(var(--color-tertiary-0),1);background-image:none;box-shadow: 0.3125rem 0.375rem 0.5rem rgba(var(--color-tertiary-4),0.6) ;border-bottom:0;border-left:0;border-right:0;border-top:0;top:28.875rem;left:14.6875rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;display:block; }
#cLrP0rRKLFrSLgA94td8obk4966PT3v8 { position:absolute;display:block;z-index:15012;height:8.0625rem;width:27.9375rem;top:29.40625rem;left:16.03125rem;display:block; }
#xmyzNfiC28hXLkK1tmgCzXsNioTzLw0g { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-2),0.4);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; }#xmyzNfiC28hXLkK1tmgCzXsNioTzLw0g > .row .container { background-color: transparent; background-image: none; }#xmyzNfiC28hXLkK1tmgCzXsNioTzLw0g::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xmyzNfiC28hXLkK1tmgCzXsNioTzLw0g > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xmyzNfiC28hXLkK1tmgCzXsNioTzLw0g > .row .container > .video-iframe-container { display: none; }#xmyzNfiC28hXLkK1tmgCzXsNioTzLw0g > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xmyzNfiC28hXLkK1tmgCzXsNioTzLw0g > .row > .video-iframe-container { display: none; }#xmyzNfiC28hXLkK1tmgCzXsNioTzLw0g > .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); }#xmyzNfiC28hXLkK1tmgCzXsNioTzLw0g > .row .container { border-width: 0; border-radius: 0; }#xmyzNfiC28hXLkK1tmgCzXsNioTzLw0g > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#xmyzNfiC28hXLkK1tmgCzXsNioTzLw0g > .row .container { font-size:0.875rem;font-family:arial;height:25.125rem;width:60rem;position:relative;display:block; }#SCfAHkb05OtmR5501XF5GhOVwchiTfq3 { color:rgba(var(--color-primary-4),1);display:block;width:50.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:700;z-index:14998;line-height:1.3;letter-spacing:0;top:3.875rem;left:4.78125rem;height:;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;font-style:normal;display:block; }
#e5gKTQ7ZWCumSIWUSFGVWsUv0NphTLCO { color:rgba(var(--color-tertiary-4),1);display:block;width:51.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15007;line-height:1.8;letter-spacing:0;top:8.8125rem;left:4.40625rem;height:4.05rem;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; }
#MDahFo0yftDXDEC579XzWfd3fOvl4kwu { position:absolute;display:block;z-index:14997;background-color:rgba(var(--color-primary-3),0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.1875rem solid rgba(var(--color-primary-4),1);border-left:0.1875rem solid rgba(var(--color-primary-4),1);border-right:0.1875rem solid rgba(var(--color-primary-4),1);border-bottom:0.1875rem solid rgba(var(--color-primary-4),1);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.5rem;width:52.75rem;top:16.0625rem;left:3.625rem;display:block; }
#ArW53dlQe3G3R3fDqwXdpRcMhwgMToob { color:rgba(var(--color-tertiary-4),1);display:block;width:51.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:normal;z-index:15008;line-height:1.8;letter-spacing:0;top:17.375rem;left:4.4375rem;height:2.3625rem;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; }
#V48TNVOvJsg3TPczLkRKiHubZew62T7s { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;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; }#V48TNVOvJsg3TPczLkRKiHubZew62T7s > .row .container { background-color: transparent; background-image: none; }#V48TNVOvJsg3TPczLkRKiHubZew62T7s::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#V48TNVOvJsg3TPczLkRKiHubZew62T7s > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#V48TNVOvJsg3TPczLkRKiHubZew62T7s > .row .container > .video-iframe-container { display: none; }#V48TNVOvJsg3TPczLkRKiHubZew62T7s > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#V48TNVOvJsg3TPczLkRKiHubZew62T7s > .row > .video-iframe-container { display: none; }#V48TNVOvJsg3TPczLkRKiHubZew62T7s > .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); }#V48TNVOvJsg3TPczLkRKiHubZew62T7s > .row .container { border-width: 0; border-radius: 0; }#V48TNVOvJsg3TPczLkRKiHubZew62T7s > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#V48TNVOvJsg3TPczLkRKiHubZew62T7s > .row .container { font-size:0.875rem;font-family:arial;height:46.3125rem;width:60rem;position:relative;display:block; }#TlqHN8UBxcSLFpaztevbft8fttK3eWdG { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.9375rem;width:1.9375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15021;opacity:1;top:12.9375rem;left:6.875rem; }
#aABPO79NnX4QOZgDItK4z07DGcBg2BLN { position:absolute;display:block;z-index:15020;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3rem;width:1.3125rem;top:12.375rem;left:6.875rem;display:block; }
#Br1aMMv4I0xTucMbgL8cinCtR8ba1UOi { color:#1f333b;display:block;width:46.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:normal;z-index:15010;line-height:1.4;letter-spacing:0;top:13.125rem;left:9.75rem;height:1.6621125rem;text-align:left;text-align-last:left;display:block; }
#bgPck06E7TxDw1kzGWgEQNrzqLufIc23 { position:absolute;display:block;z-index:15023;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3rem;width:1.3125rem;top:16.25rem;left:6.875rem;display:block; }
#CqOfgqtnrwEIiXEFNwq9E8fNp6Rlm9W9 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.9375rem;width:1.9375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15024;opacity:1;top:16.8125rem;left:6.875rem; }
#MInTo8gTfOzg5cPRqGPyTusqA0919k9B { color:#1f333b;display:block;width:46.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:normal;z-index:15013;line-height:1.4;letter-spacing:0;top:16.9375rem;left:9.75rem;height:1.6621125rem;text-align:left;text-align-last:left;display:block; }
#CoJJxaTk5LQuglrw0yNhgcbS3TJVkJl4 { color:#1f333b;display:block;width:44.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:normal;z-index:15016;line-height:1.4;letter-spacing:0;top:20.6875rem;left:9.75rem;height:1.6621125rem;text-align:left;text-align-last:left;display:block; }
#Q3ITPdna5BQyNPs9X12wmPnZne2bfZMf { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.9375rem;width:1.9375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15027;opacity:1;top:20.5rem;left:6.875rem; }
#LUdqzaoFm881GrQLJ25sbS2tmk4Ehhdg { position:absolute;display:block;z-index:15026;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3rem;width:1.3125rem;top:19.9375rem;left:6.875rem;display:block; }
#CBzOU7cJneWpZTXysBqUxsWJ2nfJudZz { position:absolute;display:block;z-index:15029;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3rem;width:1.3125rem;top:23.6875rem;left:6.875rem;display:block; }
#htrVRnFDfprleWzOXlqsvFeJXLzrdzX0 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.9375rem;width:1.9375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15030;opacity:1;top:24.25rem;left:6.875rem; }
#HZfsKdX3HZ5flnexviqRBJJIqIuLS9xA { color:#1f333b;display:block;width:46.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:normal;z-index:15019;line-height:1.4;letter-spacing:0;top:24.375rem;left:9.75rem;height:1.6621125rem;text-align:left;text-align-last:left;display:block; }
#PtTTGCbRxcHR5J3kUTH9HnNqxDCi0yfv { color:rgba(var(--color-primary-4),1);display:block;width:45.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:normal;z-index:15012;line-height:1.4;letter-spacing:0;top:3.9375rem;left:6.3125rem;height:6.9984375rem;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; }
#J10SNwlTingLMRAT7FH1OmT9cFfpChTl { color:#1f333b;display:block;width:51.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:normal;z-index:15020;line-height:1.5;letter-spacing:0;top:32.0625rem;left:6.875rem;height:3.56015625rem;text-align:left;text-align-last:left;display:block; }
#KPtLdM0rwHi18vLpF0JaTcVgANU3PvKQ { position:absolute;display:block;z-index:15032;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3rem;width:1.3125rem;top:27.4375rem;left:6.875rem;display:block; }
#SZv1kHnB9enMw4QZcDBh9ETaoMZh1wgV { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.9375rem;width:1.9375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15033;opacity:1;top:28rem;left:6.875rem; }
#UEPzVLCQNtdVdVRdq0sbASWvoMN8TWTO { color:#1f333b;display:block;width:45.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:normal;z-index:15022;line-height:1.4;letter-spacing:0;top:28.125rem;left:9.75rem;height:1.6621125rem;text-align:left;text-align-last:left;display:block; }
#FXd1CiNoxwEIWIa6vvNANTExx5T4p3rM { color:#1f333b;display:block;width:51.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:normal;z-index:15021;line-height:1.5;letter-spacing:0;top:36.5625rem;left:6.875rem;height:3.56015625rem;text-align:left;text-align-last:left;display:block; }
#MAhHIKCTgSKGTtTfIEZKuUGkboS2LTG2 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-2),0.4);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; }#MAhHIKCTgSKGTtTfIEZKuUGkboS2LTG2 > .row .container { background-color: transparent; background-image: none; }#MAhHIKCTgSKGTtTfIEZKuUGkboS2LTG2::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MAhHIKCTgSKGTtTfIEZKuUGkboS2LTG2 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MAhHIKCTgSKGTtTfIEZKuUGkboS2LTG2 > .row .container > .video-iframe-container { display: none; }#MAhHIKCTgSKGTtTfIEZKuUGkboS2LTG2 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MAhHIKCTgSKGTtTfIEZKuUGkboS2LTG2 > .row > .video-iframe-container { display: none; }#MAhHIKCTgSKGTtTfIEZKuUGkboS2LTG2 > .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); }#MAhHIKCTgSKGTtTfIEZKuUGkboS2LTG2 > .row .container { border-width: 0; border-radius: 0; }#MAhHIKCTgSKGTtTfIEZKuUGkboS2LTG2 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#MAhHIKCTgSKGTtTfIEZKuUGkboS2LTG2 > .row .container { font-size:0.875rem;font-family:arial;height:45rem;width:60rem;position:relative;display:block; }#XPN1sUrpgfiNl7cZ4rdr2eCBJfXmpfO8 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.9375rem;width:1.9375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15021;opacity:1;top:12.375rem;left:8.0625rem; }
#xRviJlPf02B3AJy8ohkXWWhTbZmW6VlU { position:absolute;display:block;z-index:15020;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3rem;width:1.3125rem;top:11.8125rem;left:8.0625rem;display:block; }
#QfuQGmrFNCOqv7yfVvXhTGso8XwbvAXl { color:#1f333b;display:block;width:39.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:normal;z-index:15010;line-height:1.4;letter-spacing:0;top:12.5625rem;left:10.9375rem;height:3.32421875rem;text-align:left;text-align-last:left;display:block; }
#VEu6HS3guaeQcczJomr8QEMlLfRH7BoK { position:absolute;display:block;z-index:15023;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3rem;width:1.3125rem;top:16.625rem;left:8.0625rem;display:block; }
#nKFfvyWAm9KuXQfAfn1uQPaVTVRFinyW { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.9375rem;width:1.9375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15024;opacity:1;top:17.1875rem;left:8.0625rem; }
#GsDvpMd7DZgp2f4B4DIsgT9ix9UOGZsB { color:#1f333b;display:block;width:33rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:normal;z-index:15013;line-height:1.4;letter-spacing:0;top:17.375rem;left:10.9375rem;height:3.32421875rem;text-align:left;text-align-last:left;display:block; }
#rsOEPoBNfi4feOrh9oGbNX6i7vGDTTWi { color:#1f333b;display:block;width:40.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:normal;z-index:15016;line-height:1.4;letter-spacing:0;top:21.375rem;left:10.9375rem;height:3.32421875rem;text-align:left;text-align-last:left;display:block; }
#oeDWqTRpGwHKFyP2d3UA2q26wRHTqnJL { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.9375rem;width:1.9375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15027;opacity:1;top:21.1875rem;left:8.0625rem; }
#dvTmvnhL2GI7NaDnGPPApE826x6RPD6l { position:absolute;display:block;z-index:15026;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3rem;width:1.3125rem;top:20.625rem;left:8.0625rem;display:block; }
#ShcRLHNtPxzg8nhUleMmBnF5cXAMgS6x { position:absolute;display:block;z-index:15029;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3rem;width:1.3125rem;top:25.1875rem;left:8.0625rem;display:block; }
#suEAfZvOAJgXGN9Bq5ANHO3luJbnSMmT { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.9375rem;width:1.9375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15030;opacity:1;top:25.75rem;left:8.0625rem; }
#TkTPrUXGvlUsXur5UOXD4Jqei4kwGCXX { color:#1f333b;display:block;width:38.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:normal;z-index:15019;line-height:1.4;letter-spacing:0;top:25.9375rem;left:10.9375rem;height:3.32421875rem;text-align:left;text-align-last:left;display:block; }
#QZTlpsTGQwyPqvs25ePEqzRP2VX2puZC { color:#1f333b;display:block;width:43.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:normal;z-index:15022;line-height:1.4;letter-spacing:0;top:30.5rem;left:10.9375rem;height:1.66171875rem;text-align:left;text-align-last:left;display:block; }
#C76RxGp7klwigApo7ZbXsoNW3zunCKtQ { position:absolute;display:block;z-index:15032;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3rem;width:1.3125rem;top:29.75rem;left:8.0625rem;display:block; }
#X9bavwO6u6zfxz0T1vem8JrMEwp1c09Z { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.9375rem;width:1.9375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15033;opacity:1;top:30.3125rem;left:8.0625rem; }
#AEEcNT2rviPFUysB3dE8wf9Sw1SWCc7s { color:rgba(var(--color-primary-4),1);display:block;width:45.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:normal;z-index:15013;line-height:1.4;letter-spacing:0;top:3.0625rem;left:8.46875rem;height:6.9984375rem;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; }
#gIoJeRWQoIvdJhL7Ez01GPFHHEXg9TX5 { color:#040404;display:block;width:49rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:normal;z-index:15012;line-height:1.4;letter-spacing:0;top:35.8125rem;left:6.15625rem;height:4.986325rem;text-align:center;text-align-last:center;display:block; }
#vOmq4grDkhmegclgqCWba6mbTsfZIa62 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;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; }#vOmq4grDkhmegclgqCWba6mbTsfZIa62 > .row .container { background-color: transparent; background-image: none; }#vOmq4grDkhmegclgqCWba6mbTsfZIa62::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vOmq4grDkhmegclgqCWba6mbTsfZIa62 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vOmq4grDkhmegclgqCWba6mbTsfZIa62 > .row .container > .video-iframe-container { display: none; }#vOmq4grDkhmegclgqCWba6mbTsfZIa62 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vOmq4grDkhmegclgqCWba6mbTsfZIa62 > .row > .video-iframe-container { display: none; }#vOmq4grDkhmegclgqCWba6mbTsfZIa62 > .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); }#vOmq4grDkhmegclgqCWba6mbTsfZIa62 > .row .container { border-width: 0; border-radius: 0; }#vOmq4grDkhmegclgqCWba6mbTsfZIa62 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#vOmq4grDkhmegclgqCWba6mbTsfZIa62 > .row .container { font-size:0.875rem;font-family:arial;height:36.5rem;width:60rem;position:relative;display:block; }#a1qbBuWu0nspsGnnnvhzsTWN1bPstKrs { color:rgba(var(--color-primary-4),1);display:block;width:50.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:700;z-index:14998;line-height:1.3;letter-spacing:0;top:3.875rem;left:4.78125rem;height:;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;font-style:normal;display:block; }
#ZLPty600Z643ydSqphCuAFQCKs4zmI7Q { color:rgba(var(--color-tertiary-4),1);display:block;width:51.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15007;line-height:1.8;letter-spacing:0;top:8.8125rem;left:4.40625rem;height:4.05rem;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; }
#XWAV7uwX6U542UJTVTVxLzPwoZCywcT7 { position:absolute;display:block;z-index:14997;background-color:rgba(var(--color-primary-3),0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.1875rem solid rgba(var(--color-primary-4),1);border-left:0.1875rem solid rgba(var(--color-primary-4),1);border-right:0.1875rem solid rgba(var(--color-primary-4),1);border-bottom:0.1875rem solid rgba(var(--color-primary-4),1);border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:14.125rem;width:52.75rem;top:16.0625rem;left:3.625rem;display:block; }
#cfdbZbAbT88X4VIizJm27gE2JNHbxl23 { color:rgba(var(--color-tertiary-4),1);display:block;width:51.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:normal;z-index:15008;line-height:1.8;letter-spacing:0;top:17.375rem;left:4.4375rem;height:11.8125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#Ii2Jib8TMIUO22QlK4E8efBOxGK0v7wG { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(230,230,230,0.4);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; }#Ii2Jib8TMIUO22QlK4E8efBOxGK0v7wG > .row .container { background-color: transparent; background-image: none; }#Ii2Jib8TMIUO22QlK4E8efBOxGK0v7wG::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ii2Jib8TMIUO22QlK4E8efBOxGK0v7wG > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ii2Jib8TMIUO22QlK4E8efBOxGK0v7wG > .row .container > .video-iframe-container { display: none; }#Ii2Jib8TMIUO22QlK4E8efBOxGK0v7wG > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ii2Jib8TMIUO22QlK4E8efBOxGK0v7wG > .row > .video-iframe-container { display: none; }#Ii2Jib8TMIUO22QlK4E8efBOxGK0v7wG > .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); }#Ii2Jib8TMIUO22QlK4E8efBOxGK0v7wG > .row .container { border-width: 0; border-radius: 0; }#Ii2Jib8TMIUO22QlK4E8efBOxGK0v7wG > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Ii2Jib8TMIUO22QlK4E8efBOxGK0v7wG > .row .container { font-size:0.875rem;font-family:arial;height:9.625rem;width:60rem;position:relative;display:block; }#ifaqfszb8haz13aeXuSPcO3Nqaxk5uxd { color:rgba(var(--color-primary-4),1);display:block;width:45.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:700;z-index:14999;line-height:1.3;letter-spacing:0;top:2.625rem;left:7.4375rem;height:6.496875rem;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;font-style:normal;display:block; }
#bBABfUmTU3H5ETVtKGhacEZD5RJmxupX { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(230,230,230,0.4);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; }#bBABfUmTU3H5ETVtKGhacEZD5RJmxupX > .row .container { background-color: transparent; background-image: none; }#bBABfUmTU3H5ETVtKGhacEZD5RJmxupX::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bBABfUmTU3H5ETVtKGhacEZD5RJmxupX > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bBABfUmTU3H5ETVtKGhacEZD5RJmxupX > .row .container > .video-iframe-container { display: none; }#bBABfUmTU3H5ETVtKGhacEZD5RJmxupX > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bBABfUmTU3H5ETVtKGhacEZD5RJmxupX > .row > .video-iframe-container { display: none; }#bBABfUmTU3H5ETVtKGhacEZD5RJmxupX > .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); }#bBABfUmTU3H5ETVtKGhacEZD5RJmxupX > .row .container { border-width: 0; border-radius: 0; }#bBABfUmTU3H5ETVtKGhacEZD5RJmxupX > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#bBABfUmTU3H5ETVtKGhacEZD5RJmxupX > .row .container { font-size:0.875rem;font-family:arial;height:19.0625rem;width:60rem;position:relative;display:block; }#azfsGnBGHxRZcOtJHIrF9m8OwNVPD9PG { color:#1f333b;display:block;width:24.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:normal;z-index:15013;line-height:1.4;letter-spacing:0;top:10.375rem;left:0rem;height:6.646875rem;text-align:left;text-align-last:left;display:block; }
#VbKWu0aaopH9MZhu1eZL1UJ12QOdrkMB { color:#1f333b;display:block;width:22.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15012;line-height:1.4;letter-spacing:0;top:7.6875rem;left:0rem;height:1.75rem;text-align:left;text-align-last:left;display:block; }
#VblGiXJTli3W1Bkq6KSNnsL5d30i4L87 { position:absolute;display:block;z-index:15021;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.1875rem;width:1.875rem;top:2.1875rem;left:0rem;display:block; }
#dWiMB1kI3DxicH4X5o0Ikxk1rWoLIpi7 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.4375rem;width:3.4375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15022;opacity:1;top:2.5625rem;left:0rem; }
#qVRV4nByU7ngLHpKZoFQnTb0L66IvWXt { color:#1f333b;display:block;width:24.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:normal;z-index:15017;line-height:1.4;letter-spacing:0;top:10.4375rem;left:30rem;height:4.98515625rem;text-align:left;text-align-last:left;display:block; }
#aavyaveAHHsNF88lNsdrQGrQdoV4RPQJ { color:#1f333b;display:block;width:27.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15016;line-height:1.4;letter-spacing:0;top:7.75rem;left:30rem;height:1.75rem;text-align:left;text-align-last:left;display:block; }
#yVKbdgUOPmnEHSsaVc0irUnsff8Jk6gF { position:absolute;display:block;z-index:15025;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.1875rem;width:1.875rem;top:2.25rem;left:30rem;display:block; }
#rssbKd5iLskOciyO443yRudOkRLLrMKU { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.4375rem;width:3.4375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15026;opacity:1;top:2.625rem;left:30rem; }
#iW32TxQso2mrWfSUqHPwE0wcfn1ycV3T { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(230,230,230,0.4), rgba(var(--color-primary-2),0.4));background-image: -moz-linear-gradient(180deg, rgba(230,230,230,0.4), rgba(var(--color-primary-2),0.4));background-image: -ms-linear-gradient(180deg, rgba(230,230,230,0.4), rgba(var(--color-primary-2),0.4));background-image: -o-linear-gradient(180deg, rgba(230,230,230,0.4), rgba(var(--color-primary-2),0.4));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#e6e6e666', endColorstr='rgba(var(--color-primary-2),0.4)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#e6e6e666', endColorstr='rgba(var(--color-primary-2),0.4)' );";background-image: linear-gradient(180deg, rgba(230,230,230,0.4), rgba(var(--color-primary-2),0.4));background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#iW32TxQso2mrWfSUqHPwE0wcfn1ycV3T > .row .container { background-color: transparent; background-image: none; }#iW32TxQso2mrWfSUqHPwE0wcfn1ycV3T::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iW32TxQso2mrWfSUqHPwE0wcfn1ycV3T > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iW32TxQso2mrWfSUqHPwE0wcfn1ycV3T > .row .container > .video-iframe-container { display: none; }#iW32TxQso2mrWfSUqHPwE0wcfn1ycV3T > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iW32TxQso2mrWfSUqHPwE0wcfn1ycV3T > .row > .video-iframe-container { display: none; }#iW32TxQso2mrWfSUqHPwE0wcfn1ycV3T > .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); }#iW32TxQso2mrWfSUqHPwE0wcfn1ycV3T > .row .container { border-width: 0; border-radius: 0; }#iW32TxQso2mrWfSUqHPwE0wcfn1ycV3T > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#iW32TxQso2mrWfSUqHPwE0wcfn1ycV3T > .row .container { font-size:0.875rem;font-family:arial;height:22.125rem;width:60rem;position:relative;display:block; }#LC2iqcB2oIZuRxO5AgnviNSNx6POthJa { color:#1f333b;display:block;width:24.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:normal;z-index:15013;line-height:1.4;letter-spacing:0;top:12.1875rem;left:0rem;height:4.986325rem;text-align:left;text-align-last:left;display:block; }
#k38hsuwK3bE3vPrSQIOMLGi3AxN9vtmT { color:#1f333b;display:block;width:17.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15012;line-height:1.4;letter-spacing:0;top:7.6875rem;left:0rem;height:3.5rem;text-align:left;text-align-last:left;display:block; }
#fwTJUrDepfgyV6NXZ6gKRXc9Z8q2O2ES { position:absolute;display:block;z-index:15021;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.1875rem;width:1.875rem;top:2.1875rem;left:0rem;display:block; }
#DvTq82v5haQ72fv7665Zy7aBCTKWai3t { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.4375rem;width:3.4375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15022;opacity:1;top:2.5625rem;left:0rem; }
#o68qHsobNQAoekq0nx0kHvQa0t5J7V57 { color:#1f333b;display:block;width:24.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:normal;z-index:15017;line-height:1.4;letter-spacing:0;top:12.125rem;left:30rem;height:4.986325rem;text-align:left;text-align-last:left;display:block; }
#vDS82OU0KxKuG19LdUkTTTEdQH00qhJl { color:#1f333b;display:block;width:22.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15016;line-height:1.4;letter-spacing:0;top:7.75rem;left:30rem;height:3.5rem;text-align:left;text-align-last:left;display:block; }
#eeIBTvnXfw41X00zBtKJpLPuNB8FTWkZ { position:absolute;display:block;z-index:15025;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.1875rem;width:1.875rem;top:2.25rem;left:30rem;display:block; }
#afIMUVCUl72bIzdcIHhIOo0THNHXUSu3 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.4375rem;width:3.4375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15026;opacity:1;top:2.625rem;left:30rem; }
#u6LQAVvm3t6wmpisqtHlfzpb4TMEKOTE { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),0.4);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; }#u6LQAVvm3t6wmpisqtHlfzpb4TMEKOTE > .row .container { background-color: transparent; background-image: none; }#u6LQAVvm3t6wmpisqtHlfzpb4TMEKOTE::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#u6LQAVvm3t6wmpisqtHlfzpb4TMEKOTE > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#u6LQAVvm3t6wmpisqtHlfzpb4TMEKOTE > .row .container > .video-iframe-container { display: none; }#u6LQAVvm3t6wmpisqtHlfzpb4TMEKOTE > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#u6LQAVvm3t6wmpisqtHlfzpb4TMEKOTE > .row > .video-iframe-container { display: none; }#u6LQAVvm3t6wmpisqtHlfzpb4TMEKOTE > .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); }#u6LQAVvm3t6wmpisqtHlfzpb4TMEKOTE > .row .container { border-width: 0; border-radius: 0; }#u6LQAVvm3t6wmpisqtHlfzpb4TMEKOTE > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#u6LQAVvm3t6wmpisqtHlfzpb4TMEKOTE > .row .container { font-size:0.875rem;font-family:arial;height:52.5rem;width:60rem;position:relative;display:block; }#NIZJmmS1dKRtELPcRX63BM44NhE60q2x { color:rgba(var(--color-primary-4),1);display:block;width:51.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:normal;z-index:15011;line-height:1.4;letter-spacing:0;top:3.125rem;left:4.25rem;height:1.92480625rem;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; }
#fh9osBt89OPHPBGDo02KB2LPeoMu0whr { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.9375rem;width:1.9375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15021;opacity:1;top:8.0625rem;left:6.4375rem; }
#z9gvKC5o72eDHQIlke3cwd33CTmMw7PB { position:absolute;display:block;z-index:15020;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3rem;width:1.3125rem;top:7.5rem;left:6.4375rem;display:block; }
#SZR21yTSOTvGaiTAcSPRzmtscBspQRDX { color:#1f333b;display:block;width:38.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:normal;z-index:15010;line-height:1.4;letter-spacing:0;top:8.25rem;left:9.3125rem;height:3.32421875rem;text-align:left;text-align-last:left;display:block; }
#fWuv5pSdzHSadyWpgFKqshmAvGPNnrGN { position:absolute;display:block;z-index:15023;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3rem;width:1.3125rem;top:12.3125rem;left:6.4375rem;display:block; }
#NBva32ClImc7eewGUMW2HMuTAhUHBJoD { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.9375rem;width:1.9375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15024;opacity:1;top:12.875rem;left:6.4375rem; }
#ObnAoLAsW16LnoWlE3uDLTvpWNDPmhLE { color:#1f333b;display:block;width:43rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:normal;z-index:15013;line-height:1.4;letter-spacing:0;top:13.0625rem;left:9.3125rem;height:3.32421875rem;text-align:left;text-align-last:left;display:block; }
#DPtAzuKPUOLUrGyd2qWI17DR41lu6Ad0 { color:#1f333b;display:block;width:40rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:normal;z-index:15016;line-height:1.4;letter-spacing:0;top:17.6875rem;left:9.3125rem;height:3.32421875rem;text-align:left;text-align-last:left;display:block; }
#mPgziWvyfin0pyKwVnW74LKK7JWq4eDb { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.9375rem;width:1.9375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15027;opacity:1;top:17.5rem;left:6.4375rem; }
#CApPyNigWPqzynIKgbeC588dRMJIeWg9 { position:absolute;display:block;z-index:15026;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3rem;width:1.3125rem;top:16.9375rem;left:6.4375rem;display:block; }
#aK3SOIfTVOWPhx0sMPyyizFowwvmkIko { position:absolute;display:block;z-index:15029;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3rem;width:1.3125rem;top:21.5rem;left:6.4375rem;display:block; }
#qKvb5AyuPSb1Z2C9BrLkXA0dkVWqSRD5 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.9375rem;width:1.9375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15030;opacity:1;top:22.0625rem;left:6.4375rem; }
#KnfkUQXtBHWF6lCbGDNU1u5zxzkK0Ial { color:#1f333b;display:block;width:38.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:normal;z-index:15019;line-height:1.4;letter-spacing:0;top:22.25rem;left:9.3125rem;height:3.32421875rem;text-align:left;text-align-last:left;display:block; }
#NOJJOS3nCCocTByTitZw4OqmkIoht6v4 { color:#1f333b;display:block;width:37.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:normal;z-index:15025;line-height:1.4;letter-spacing:0;top:31.375rem;left:9.3125rem;height:3.32421875rem;text-align:left;text-align-last:left;display:block; }
#yAcLXNxkTyMqBHwdJKuehU83lm441SDq { position:absolute;display:block;z-index:15035;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3rem;width:1.3125rem;top:30.625rem;left:6.4375rem;display:block; }
#Q2ol940C1LK6X8QpU3WcNac8ndmVpzGe { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.9375rem;width:1.9375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15036;opacity:1;top:31.1875rem;left:6.4375rem; }
#mF7LZAGAFL5NT2dHcwwE6A8qCIx9vDfm { color:#1f333b;display:block;width:43.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:normal;z-index:15022;line-height:1.4;letter-spacing:0;top:26.8125rem;left:9.3125rem;height:3.32421875rem;text-align:left;text-align-last:left;display:block; }
#c6XHhJ4g6HCQFuwn9iUTQDEabRhJP0Lg { position:absolute;display:block;z-index:15032;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3rem;width:1.3125rem;top:26.0625rem;left:6.4375rem;display:block; }
#s6eO0OICOMEy562PMWdHxalIZ7hExVUJ { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.9375rem;width:1.9375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15033;opacity:1;top:26.625rem;left:6.4375rem; }
#pt0bU3ym8C3aBCAgeKLvL5OzWDcwxpox { background-color:rgba(var(--color-primary-4),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:12.5rem;border-top-right-radius:12.5rem;border-bottom-left-radius:12.5rem;border-bottom-right-radius:12.5rem;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.1875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:29rem;height:4.375rem;text-decoration:none;z-index:15008;text-align:center;text-align-last:center;top:42.25rem;left:16.3125rem;display:block; }
#spQrMaeIaM2xH8WoU83TNncxtI86JZD5 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#r3NCHW00sJGLquhKBebNdVv0fCOgTD6O { color:#1f333b;display:block;width:37.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:normal;z-index:15028;line-height:1.4;letter-spacing:0;top:36rem;left:9.3125rem;height:3.32421875rem;text-align:left;text-align-last:left;display:block; }
#KF0IdsBcrK4wmHTzINATcRdFS1CJFZkS { position:absolute;display:block;z-index:15038;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3rem;width:1.3125rem;top:35.25rem;left:6.4375rem;display:block; }
#FDRshkv3df0HbeZvVD9ZGS1JS5UNDEim { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.9375rem;width:1.9375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15039;opacity:1;top:35.8125rem;left:6.4375rem; }
#Kfgyo3TCZE3JWT7fyGKyOSB24XhxLWrz { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-2),0.4);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; }#Kfgyo3TCZE3JWT7fyGKyOSB24XhxLWrz > .row .container { background-color: transparent; background-image: none; }#Kfgyo3TCZE3JWT7fyGKyOSB24XhxLWrz::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Kfgyo3TCZE3JWT7fyGKyOSB24XhxLWrz > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Kfgyo3TCZE3JWT7fyGKyOSB24XhxLWrz > .row .container > .video-iframe-container { display: none; }#Kfgyo3TCZE3JWT7fyGKyOSB24XhxLWrz > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Kfgyo3TCZE3JWT7fyGKyOSB24XhxLWrz > .row > .video-iframe-container { display: none; }#Kfgyo3TCZE3JWT7fyGKyOSB24XhxLWrz > .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); }#Kfgyo3TCZE3JWT7fyGKyOSB24XhxLWrz > .row .container { border-width: 0; border-radius: 0; }#Kfgyo3TCZE3JWT7fyGKyOSB24XhxLWrz > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Kfgyo3TCZE3JWT7fyGKyOSB24XhxLWrz > .row .container { font-size:0.875rem;font-family:arial;height:56.9375rem;width:60rem;position:relative;display:block; }#hqJTtXVqmNX4Q4S262bW67OSxAkxoxfN { color:rgba(var(--color-primary-4),1);display:block;width:59.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:700;z-index:14998;line-height:1.3;letter-spacing:0;top:3.625rem;left:0.375rem;height:3.2484375rem;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;font-style:normal;display:block; }
#ZzNXqh2qUHdkPe38mCc02eoTqHVEq2JV { color:rgba(var(--color-tertiary-4),1);display:block;width:19.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:normal;z-index:15007;line-height:1.8;letter-spacing:0;top:9.125rem;left:4.8125rem;height:2.4746125rem;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; }
#aBAmwwFZepGdShyAGpJAKOzyPtOtGk0R { position:absolute;display:block;z-index:14997;background-color:rgba(var(--color-primary-3),0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.1875rem solid rgba(var(--color-primary-4),1);border-left:0.1875rem solid rgba(var(--color-primary-4),1);border-right:0.1875rem solid rgba(var(--color-primary-4),1);border-bottom:0.1875rem solid rgba(var(--color-primary-4),1);border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:15.875rem;width:52.75rem;top:12.375rem;left:3.625rem;display:block; }
#bSk9QClX4rl8AOJXMZpVKBlzNZtT0JuI { color:rgba(var(--color-tertiary-4),1);display:block;width:51.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15008;line-height:1.8;letter-spacing:0;top:13.6875rem;left:4.8125rem;height:13.7085625rem;display:block; }#bSk9QClX4rl8AOJXMZpVKBlzNZtT0JuI li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#bSk9QClX4rl8AOJXMZpVKBlzNZtT0JuI li:before{  }
#kAAv3Sa4c0RS1yIxr4zVNM0Ck8aNqrSG { position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-primary-3),0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.1875rem solid rgba(var(--color-primary-4),1);border-left:0.1875rem solid rgba(var(--color-primary-4),1);border-right:0.1875rem solid rgba(var(--color-primary-4),1);border-bottom:0.1875rem solid rgba(var(--color-primary-4),1);border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:18rem;width:52.75rem;top:33.5rem;left:3.625rem;display:block; }
#f6BgBrfXXTy7RdS7x7XHOTyqrbONg3h1 { color:rgba(var(--color-tertiary-4),1);display:block;width:51.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15011;line-height:1.8;letter-spacing:0;top:35.125rem;left:4.625rem;height:;display:block; }#f6BgBrfXXTy7RdS7x7XHOTyqrbONg3h1 li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#f6BgBrfXXTy7RdS7x7XHOTyqrbONg3h1 li:before{  }
#NwoSSEXoDqw1O8wJTTDBLohkUs2SHD66 { color:rgba(var(--color-tertiary-4),1);display:block;width:36.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:normal;z-index:15010;line-height:1.8;letter-spacing:0;top:30.5625rem;left:4.625rem;height:2.4746125rem;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; }
#CGKxUfsl7GmUbOvKsCXE67k8kb29DG7l { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;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; }#CGKxUfsl7GmUbOvKsCXE67k8kb29DG7l > .row .container { background-color: transparent; background-image: none; }#CGKxUfsl7GmUbOvKsCXE67k8kb29DG7l::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CGKxUfsl7GmUbOvKsCXE67k8kb29DG7l > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CGKxUfsl7GmUbOvKsCXE67k8kb29DG7l > .row .container > .video-iframe-container { display: none; }#CGKxUfsl7GmUbOvKsCXE67k8kb29DG7l > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CGKxUfsl7GmUbOvKsCXE67k8kb29DG7l > .row > .video-iframe-container { display: none; }#CGKxUfsl7GmUbOvKsCXE67k8kb29DG7l > .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); }#CGKxUfsl7GmUbOvKsCXE67k8kb29DG7l > .row .container { border-width: 0; border-radius: 0; }#CGKxUfsl7GmUbOvKsCXE67k8kb29DG7l > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#CGKxUfsl7GmUbOvKsCXE67k8kb29DG7l > .row .container { font-size:0.875rem;font-family:arial;height:7.125rem;width:60rem;position:relative;display:block; }#SIrpwEHbU6BCQkT4kxbfyMZ0NxsCc1IW { color:rgba(var(--color-primary-4),1);display:block;width:54.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:700;z-index:14999;line-height:1.2;letter-spacing:0;top:3.5rem;left:2.96875rem;height:2.998825rem;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;font-style:normal;display:block; }
#Vmx0cdAqzSk6Trt7d9T7d2nZkykDXhAS { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;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; }#Vmx0cdAqzSk6Trt7d9T7d2nZkykDXhAS > .row .container { background-color: transparent; background-image: none; }#Vmx0cdAqzSk6Trt7d9T7d2nZkykDXhAS::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Vmx0cdAqzSk6Trt7d9T7d2nZkykDXhAS > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Vmx0cdAqzSk6Trt7d9T7d2nZkykDXhAS > .row .container > .video-iframe-container { display: none; }#Vmx0cdAqzSk6Trt7d9T7d2nZkykDXhAS > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Vmx0cdAqzSk6Trt7d9T7d2nZkykDXhAS > .row > .video-iframe-container { display: none; }#Vmx0cdAqzSk6Trt7d9T7d2nZkykDXhAS > .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); }#Vmx0cdAqzSk6Trt7d9T7d2nZkykDXhAS > .row .container { border-width: 0; border-radius: 0; }#Vmx0cdAqzSk6Trt7d9T7d2nZkykDXhAS > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Vmx0cdAqzSk6Trt7d9T7d2nZkykDXhAS > .row .container { font-size:0.875rem;font-family:arial;height:30.375rem;width:60rem;position:relative;display:block; }#EbqUzTkmaUuZgA4LGkMkATrei9D906Xr { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.5rem;width:3.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15018;opacity:1;top:0rem;left:26.5625rem; }
#S5RDMrlrq2AcVazFHTnkLfJ937B6VlUl { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.5rem;width:3.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15019;opacity:1;top:0rem;left:56.5rem; }
#S9D2fsiDxXblwEsfGJMUyRAoXB1nmsQ9 { position:absolute;display:block;z-index:15020;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:27rem;width:27rem;top:2.3125rem;left:0rem;overflow:hidden;display:block; }
#UMImKZoZk9UC5cx2bG2C1sTgOpafyt7s { position:absolute;display:block;z-index:15021;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:26rem;width:26rem;top:2.3125rem;left:30rem;overflow:hidden;display:block; }
#eRoa5RqrWGb5OqPceKIgvg4e3oRS2caP { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;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; }#eRoa5RqrWGb5OqPceKIgvg4e3oRS2caP > .row .container { background-color: transparent; background-image: none; }#eRoa5RqrWGb5OqPceKIgvg4e3oRS2caP::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eRoa5RqrWGb5OqPceKIgvg4e3oRS2caP > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eRoa5RqrWGb5OqPceKIgvg4e3oRS2caP > .row .container > .video-iframe-container { display: none; }#eRoa5RqrWGb5OqPceKIgvg4e3oRS2caP > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eRoa5RqrWGb5OqPceKIgvg4e3oRS2caP > .row > .video-iframe-container { display: none; }#eRoa5RqrWGb5OqPceKIgvg4e3oRS2caP > .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); }#eRoa5RqrWGb5OqPceKIgvg4e3oRS2caP > .row .container { border-width: 0; border-radius: 0; }#eRoa5RqrWGb5OqPceKIgvg4e3oRS2caP > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#eRoa5RqrWGb5OqPceKIgvg4e3oRS2caP > .row .container { font-size:0.875rem;font-family:arial;height:30.375rem;width:60rem;position:relative;display:block; }#TfA19xD8iFdR8N3MWC8LFGrD5r0XhAAQ { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.5rem;width:3.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15018;opacity:1;top:0rem;left:26.5625rem; }
#WQCiTOgz64FIkHCgsGUvBhtxDwQVUBcZ { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.5rem;width:3.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15019;opacity:1;top:0rem;left:56.5rem; }
#T0qF9JQ99JahqfCkvUKXCqRP1ShcXmHy { position:absolute;display:block;z-index:15020;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:27rem;width:27rem;top:2.3125rem;left:0rem;overflow:hidden;display:block; }
#RP5OceTpFzJwsm4TLCrRf6itTcRbVkfX { position:absolute;display:block;z-index:15021;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:26rem;width:26rem;top:2.3125rem;left:30rem;overflow:hidden;display:block; }
#GP8sUP6HcU1Qf5bGtmFaGEaM5A9GHugz { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;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; }#GP8sUP6HcU1Qf5bGtmFaGEaM5A9GHugz > .row .container { background-color: transparent; background-image: none; }#GP8sUP6HcU1Qf5bGtmFaGEaM5A9GHugz::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GP8sUP6HcU1Qf5bGtmFaGEaM5A9GHugz > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GP8sUP6HcU1Qf5bGtmFaGEaM5A9GHugz > .row .container > .video-iframe-container { display: none; }#GP8sUP6HcU1Qf5bGtmFaGEaM5A9GHugz > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GP8sUP6HcU1Qf5bGtmFaGEaM5A9GHugz > .row > .video-iframe-container { display: none; }#GP8sUP6HcU1Qf5bGtmFaGEaM5A9GHugz > .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); }#GP8sUP6HcU1Qf5bGtmFaGEaM5A9GHugz > .row .container { border-width: 0; border-radius: 0; }#GP8sUP6HcU1Qf5bGtmFaGEaM5A9GHugz > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#GP8sUP6HcU1Qf5bGtmFaGEaM5A9GHugz > .row .container { font-size:0.875rem;font-family:arial;height:31.5rem;width:60rem;position:relative;display:block; }#W7O8KdKnsBMIFANChN62erCAT6QofBnv { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.5rem;width:3.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15018;opacity:1;top:0rem;left:26.5625rem; }
#I1Ms1etfkfeS9VtbWWPE0DZR1BkOvdPy { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.5rem;width:3.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15019;opacity:1;top:0rem;left:56.5rem; }
#FrwBgDi8Wr2eT7RaJEvSC5wsgCBWcFgg { position:absolute;display:block;z-index:15020;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:27rem;width:27rem;top:2.3125rem;left:0rem;overflow:hidden;display:block; }
#qE9RFDK1bTahm5D69TMzPm3wuHZ1fuEJ { position:absolute;display:block;z-index:15021;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:26rem;width:26rem;top:2.3125rem;left:30rem;overflow:hidden;display:block; }
#DWqbxDAUCTupCvklZ1FxoQBzaGa94sQm { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/3432567f-a8f2-49f2-8934-279dd97ac4df/3.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#DWqbxDAUCTupCvklZ1FxoQBzaGa94sQm.adaptive-delivery-prevent-bg, #DWqbxDAUCTupCvklZ1FxoQBzaGa94sQm.lazyload, #DWqbxDAUCTupCvklZ1FxoQBzaGa94sQm.lazyloading { background-image: none; }#DWqbxDAUCTupCvklZ1FxoQBzaGa94sQm > .row .container { background-color: transparent; background-image: none; }#DWqbxDAUCTupCvklZ1FxoQBzaGa94sQm::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-primary-4),0.85); }#DWqbxDAUCTupCvklZ1FxoQBzaGa94sQm > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DWqbxDAUCTupCvklZ1FxoQBzaGa94sQm > .row .container > .video-iframe-container { display: none; }#DWqbxDAUCTupCvklZ1FxoQBzaGa94sQm > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-primary-4),0.85); }#DWqbxDAUCTupCvklZ1FxoQBzaGa94sQm > .row > .video-iframe-container { display: none; }#DWqbxDAUCTupCvklZ1FxoQBzaGa94sQm > .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); }#DWqbxDAUCTupCvklZ1FxoQBzaGa94sQm > .row .container { border-width: 0; border-radius: 0; }#DWqbxDAUCTupCvklZ1FxoQBzaGa94sQm::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#DWqbxDAUCTupCvklZ1FxoQBzaGa94sQm > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#DWqbxDAUCTupCvklZ1FxoQBzaGa94sQm > .row .container { font-size:0.875rem;font-family:arial;height:130.9375rem;width:60rem;position:relative;display:block; }#dwHhg3huOXD2IDLwfvvhZSDHwdwPkRbL { color:rgba(var(--color-tertiary-0),1);display:block;width:58.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:700;z-index:14999;line-height:1.3;letter-spacing:0;top:28.0625rem;left:0.5625rem;height:6.496875rem;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;font-style:normal;display:block; }
#VVWRE3xF0FvtA2a2HxDAEyQxEholLfG4 { position:absolute;display:block;z-index:15025;border-top:0.1875rem solid rgba(var(--color-primary-4),1);border-left:0.1875rem solid rgba(var(--color-primary-4),1);border-right:0.1875rem solid rgba(var(--color-primary-4),1);border-bottom:0.1875rem solid rgba(var(--color-primary-4),1);border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:24.4375rem;width:34.5625rem;top:1.9375rem;left:12.53125rem;overflow:hidden;display:block; }
#XDTeHCoZ0u9m1rH6sX9fuzoLKz6MLV0v { color:rgba(var(--color-tertiary-0),1);display:block;width:19.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:106.0625rem;left:21.125rem;height:6.474125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }#XDTeHCoZ0u9m1rH6sX9fuzoLKz6MLV0v li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#XDTeHCoZ0u9m1rH6sX9fuzoLKz6MLV0v li:before{  }
#XgERhALsAvaHBJ7AUbVCTs8ELETezIIr { color:rgba(var(--color-tertiary-0),1);display:block;width:50.5625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:102.1875rem;left:5.6875rem;height:2.6003875rem;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;font-style:normal;display:block; }
#T1ClEcqGEi6B7GTRPREkoaxQxJ9Wsfye { position:absolute;display:block;z-index:15060;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3rem;width:1.3125rem;top:39.8125rem;left:6.25rem;display:block; }
#Wr8WrfLzg6n3xpAoxNXpgaFezacv7G0I { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.9375rem;width:1.9375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15061;opacity:1;top:40.375rem;left:6.25rem; }
#Et5c8rETZTUOvXg2mMSS2EA8szuEPGRU { color:rgba(var(--color-tertiary-0),1);display:block;width:46.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:normal;z-index:15050;line-height:1.4;letter-spacing:0;top:40.5625rem;left:9.125rem;height:1.6621125rem;text-align:left;text-align-last:left;display:block; }
#kKLTlKMTeHTRz1CEOMMLLXP6u09gH2OO { color:rgba(var(--color-tertiary-0),1);display:block;width:48.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5rem;font-weight:400;z-index:15027;line-height:1.5;letter-spacing:0;top:36.5625rem;left:6.25rem;height:2.25rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#x1zcKv63lVumgGsStW31pVGtOLSu3ihE { color:rgba(var(--color-tertiary-0),1);display:block;width:36.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:normal;z-index:15051;line-height:1.4;letter-spacing:0;top:43.75rem;left:8.9375rem;height:19.422625rem;text-align:left;text-align-last:left;display:block; }#x1zcKv63lVumgGsStW31pVGtOLSu3ihE li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#x1zcKv63lVumgGsStW31pVGtOLSu3ihE li:before{  }
#wk6zGqizk1yC9QZyKDxsiTcgMRx7k5mg { color:rgba(var(--color-tertiary-0),1);display:block;width:41.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:normal;z-index:15055;line-height:1.4;letter-spacing:0;top:67.9375rem;left:8.9375rem;height:7.582rem;text-align:left;text-align-last:left;display:block; }#wk6zGqizk1yC9QZyKDxsiTcgMRx7k5mg li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#wk6zGqizk1yC9QZyKDxsiTcgMRx7k5mg li:before{  }
#TmcpbJtvxcnfHzbZF7pm3OCeHKwsqOiZ { position:absolute;display:block;z-index:15064;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3rem;width:1.3125rem;top:64rem;left:6.25rem;display:block; }
#BWTalJJ2xrfonfywB3AEytO3wEr5EmVf { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.9375rem;width:1.9375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15065;opacity:1;top:64.5625rem;left:6.25rem; }
#nIzouuvAzJaXm1QPy9ARgpySsTBvKZHc { color:rgba(var(--color-tertiary-0),1);display:block;width:46.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:normal;z-index:15054;line-height:1.4;letter-spacing:0;top:64.75rem;left:9.125rem;height:1.6621125rem;text-align:left;text-align-last:left;display:block; }
#hARo7TkPqnhtGLyk8hlsdR0iT39bOCJh { color:rgba(var(--color-tertiary-0),1);display:block;width:41.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:normal;z-index:15059;line-height:1.4;letter-spacing:0;top:80.8125rem;left:8.9375rem;height:7.582rem;text-align:left;text-align-last:left;display:block; }#hARo7TkPqnhtGLyk8hlsdR0iT39bOCJh li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#hARo7TkPqnhtGLyk8hlsdR0iT39bOCJh li:before{  }
#Tup4k0xto6hpVabFZy81DQZIMd9y2TyC { color:rgba(var(--color-tertiary-0),1);display:block;width:46.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:normal;z-index:15058;line-height:1.4;letter-spacing:0;top:77.625rem;left:9.125rem;height:1.6621125rem;text-align:left;text-align-last:left;display:block; }
#gG4BN8FXmkyetKr56xBaxMwN67JqgyII { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.9375rem;width:1.9375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15069;opacity:1;top:77.4375rem;left:6.25rem; }
#s78Jpk6TorpA2h8XT7eLJw3HrUll9yMT { position:absolute;display:block;z-index:15068;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3rem;width:1.3125rem;top:76.875rem;left:6.25rem;display:block; }
#ZWe66NXraXZ57UfKwr85nxl6JBIubcT9 { color:rgba(var(--color-tertiary-0),1);display:block;width:41.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:normal;z-index:15059;line-height:1.4;letter-spacing:0;top:93rem;left:8.9375rem;height:4.98515625rem;text-align:left;text-align-last:left;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; }
#W9FGNRzPPXN1dur2JtfI0MrZPMT4upwp { position:absolute;display:block;z-index:15068;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3rem;width:1.3125rem;top:89.0625rem;left:6.25rem;display:block; }
#Qw0hcOAxpI9Mp0w8paLd9Bz9T01WBJyu { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.9375rem;width:1.9375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15069;opacity:1;top:89.625rem;left:6.25rem; }
#gQALQKhXUznN9EmblIHOOFoNaE7eFDEM { color:rgba(var(--color-tertiary-0),1);display:block;width:46.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:normal;z-index:15058;line-height:1.4;letter-spacing:0;top:89.8125rem;left:9.125rem;height:1.6621125rem;text-align:left;text-align-last:left;display:block; }
#UsM1NOP7Z92xGRG6mDHs8P8z6EeQcTO9 { color:rgba(var(--color-tertiary-0),1);display:block;width:50.5625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.375rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:114.375rem;left:5.71875rem;height:1.7859375rem;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;font-style:normal;display:block; }
#TUuFB2iKhOBTLRFwDghRMlEiRCRTLzMp { box-sizing:content-box;height:9.125rem;width:30.625rem;position:absolute;display:block;z-index:15015;background-color:rgba(var(--color-tertiary-0),1);background-image:none;box-shadow: 0.3125rem 0.375rem 0.5rem rgba(var(--color-tertiary-4),0.6) ;border-bottom:0;border-left:0;border-right:0;border-top:0;top:118.875rem;left:14.3125rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;display:block; }
#bdD96I2CTS1ten6qzxMmaRxlGTWWhP2c { position:absolute;display:block;z-index:15016;height:8.0625rem;width:27.9375rem;top:119.40625rem;left:15.65625rem;display:block; }
#hrIzm9iTU56TSx1PZinvWKcIHw6nk6Z4 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;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; }#hrIzm9iTU56TSx1PZinvWKcIHw6nk6Z4 > .row .container { background-color: transparent; background-image: none; }#hrIzm9iTU56TSx1PZinvWKcIHw6nk6Z4::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hrIzm9iTU56TSx1PZinvWKcIHw6nk6Z4 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hrIzm9iTU56TSx1PZinvWKcIHw6nk6Z4 > .row .container > .video-iframe-container { display: none; }#hrIzm9iTU56TSx1PZinvWKcIHw6nk6Z4 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hrIzm9iTU56TSx1PZinvWKcIHw6nk6Z4 > .row > .video-iframe-container { display: none; }#hrIzm9iTU56TSx1PZinvWKcIHw6nk6Z4 > .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); }#hrIzm9iTU56TSx1PZinvWKcIHw6nk6Z4 > .row .container { border-width: 0; border-radius: 0; }#hrIzm9iTU56TSx1PZinvWKcIHw6nk6Z4 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#hrIzm9iTU56TSx1PZinvWKcIHw6nk6Z4 > .row .container { font-size:0.875rem;font-family:arial;height:8.375rem;width:60rem;position:relative;display:block; }#ffw4IfWw5t3AlJIJM3fJR5Q4kkBfn6Fo { color:rgba(var(--color-primary-4),1);display:block;width:49.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:700;z-index:14999;line-height:1.3;letter-spacing:0;top:4.09375rem;left:5.28125rem;height:3.2484375rem;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;font-style:normal;display:block; }
#L47sgzOipa40O8Vh1mItGrPHLAa0iVTk { position:relative;display:block; }#L47sgzOipa40O8Vh1mItGrPHLAa0iVTk { background-color: transparent; background-image: none; }#L47sgzOipa40O8Vh1mItGrPHLAa0iVTk::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#L47sgzOipa40O8Vh1mItGrPHLAa0iVTk > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#L47sgzOipa40O8Vh1mItGrPHLAa0iVTk > .row .container > .video-iframe-container { display: none; }#L47sgzOipa40O8Vh1mItGrPHLAa0iVTk > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#L47sgzOipa40O8Vh1mItGrPHLAa0iVTk > .row > .video-iframe-container { display: none; }#L47sgzOipa40O8Vh1mItGrPHLAa0iVTk > .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); }#L47sgzOipa40O8Vh1mItGrPHLAa0iVTk { border-width: 0; border-radius: 0; }#L47sgzOipa40O8Vh1mItGrPHLAa0iVTk > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#L47sgzOipa40O8Vh1mItGrPHLAa0iVTk > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:156.625rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#lZrcoivWbywZdI3LDNltDJRnnkmTStUI { color:rgba(var(--color-tertiary-4),1);display:block;width:12.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.6875rem;font-weight:normal;z-index:15031;line-height:1.4;letter-spacing:0;top:1.25rem;left:3.5rem;height:4.725rem;text-align:center;text-align-last:center;display:block; }
#il0PsQrF4dKT3T8GmcJ3QqHHbEeNPJr1 { position:absolute;display:block;z-index:15027;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid rgba(var(--color-primary-2),1);border-left:0.125rem solid rgba(var(--color-primary-2),1);border-right:0.125rem solid rgba(var(--color-primary-2),1);border-bottom:0.125rem solid rgba(var(--color-primary-2),1);border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:108.375rem;width:18.875rem;top:0rem;left:0rem;display:block; }
#E2F76nZQVMV1GRixA80BWoTE9DaQFufh { color:rgba(var(--color-primary-4),1);display:block;width:15.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.6875rem;font-weight:normal;z-index:15032;line-height:1.4;letter-spacing:0;top:6.5rem;left:1.875rem;height:2.3625rem;text-align:center;text-align-last:center;display:block; }
#yt1mtf95kbrTrorPZ7sdqcTrAKX3rMCp { color:#1f333b;display:block;width:17.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15036;line-height:1.4;letter-spacing:0;top:9.9375rem;left:1.34375rem;height:1.575rem;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; }
#Ug0z4SrrM6rlITuOOyWNE9eUmcd2MzS7 { color:rgba(var(--color-tertiary-4),1);display:block;width:15.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:normal;z-index:15034;line-height:1.4;letter-spacing:0;top:13.8125rem;left:0.9375rem;height:2.9746125rem;text-align:left;text-align-last:left;display:block; }
#C2g6QTtvB2hmiU8l1vqBJm0tP5CHhgSf { color:#1f333b;display:block;width:16.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:normal;z-index:15038;line-height:1.3;letter-spacing:0;top:17.5625rem;left:0.5rem;height:23.5300625rem;text-align:left;text-align-last:left;display:block; }#C2g6QTtvB2hmiU8l1vqBJm0tP5CHhgSf li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#C2g6QTtvB2hmiU8l1vqBJm0tP5CHhgSf li:before{  }
#Nd4qH4KQMX7GeJzy8qfrExu8zX3I1Nrx { color:rgba(var(--color-tertiary-4),1);display:block;width:19rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:normal;z-index:15040;line-height:1.4;letter-spacing:0;top:47.5rem;left:0rem;height:1.48730625rem;text-align:center;text-align-last:center;display:block; }
#adGeLy1H72OfJtyVTTXPLGbKSUIEc0HG { color:#1f333b;display:block;width:16.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15046;line-height:1.4;letter-spacing:0;top:55.875rem;left:0.9375rem;height:;text-align:left;text-align-last:left;display:block; }#adGeLy1H72OfJtyVTTXPLGbKSUIEc0HG li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#adGeLy1H72OfJtyVTTXPLGbKSUIEc0HG li:before{  }
#pH4TubVpGSmRfvvBSM82xvf1My8lHK0c { color:rgba(var(--color-tertiary-4),1);display:block;width:15.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:normal;z-index:15042;line-height:1.4;letter-spacing:0;top:50.375rem;left:0.9375rem;height:4.4619125rem;text-align:left;text-align-last:left;display:block; }
#lKUuAEPLWfkryWRcAfJ86LuOA7uesX1n { color:rgba(var(--color-tertiary-4),1);display:block;width:18.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:normal;z-index:15046;line-height:1.4;letter-spacing:0;top:62.5rem;left:0rem;height:1.48730625rem;text-align:center;text-align-last:center;display:block; }
#fDZzUC6UdeSpCzKJNqGnGKrMAH2W4AO4 { color:#1f333b;display:block;width:17.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:normal;z-index:15052;line-height:1.3;letter-spacing:0;top:69.875rem;left:0.75rem;height:10.918375rem;text-align:left;text-align-last:left;display:block; }#fDZzUC6UdeSpCzKJNqGnGKrMAH2W4AO4 li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#fDZzUC6UdeSpCzKJNqGnGKrMAH2W4AO4 li:before{  }
#aFG7624KWiKwE2P3g269Z4hmEpsgV177 { color:rgba(var(--color-tertiary-4),1);display:block;width:14.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:normal;z-index:15048;line-height:1.4;letter-spacing:0;top:65.8125rem;left:0.9375rem;height:2.9746125rem;text-align:left;text-align-last:left;display:block; }
#XHsN3XBqHcFJu971dafA6fEvf1JkBXck { color:rgba(var(--color-tertiary-4),1);display:block;width:18.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:normal;z-index:15050;line-height:1.4;letter-spacing:0;top:83.25rem;left:0rem;height:1.48730625rem;text-align:center;text-align-last:center;display:block; }
#sadcblkvwEFreHe6olUafGfW4ayy3JqF { color:#1f333b;display:block;width:19rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:normal;z-index:15056;line-height:1.4;letter-spacing:0;top:90.1875rem;left:0rem;height:1.48730625rem;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; }
#StbGpv1xCGZL33TLUe4yDU1yqO3QzgOl { color:rgba(var(--color-tertiary-4),1);display:block;width:17.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:normal;z-index:15052;line-height:1.4;letter-spacing:0;top:86.375rem;left:0.5625rem;height:2.9746125rem;text-align:left;text-align-last:left;display:block; }
#QT9Vc0TnbTG88Ja16GZ26gccFL8d6pU8 { color:rgba(var(--color-tertiary-4),1);display:block;width:18.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:normal;z-index:15054;line-height:1.4;letter-spacing:0;top:94.375rem;left:0rem;height:1.8375rem;text-align:center;text-align-last:center;display:block; }
#XP7NShH3GFiTRTqr1y07WRuaB8kkkH9X { color:rgba(7,192,12,0.81);display:block;width:18.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.8125rem;font-weight:normal;z-index:15056;line-height:1.4;letter-spacing:0;top:96.9375rem;left:0rem;height:2.5371125rem;text-align:center;text-align-last:center;display:block; }
#OWAaRfROiS753QmGf4qOxMQteca646do { background-color:rgba(var(--color-primary-4),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:12.5rem;border-top-right-radius:12.5rem;border-bottom-left-radius:12.5rem;border-bottom-right-radius:12.5rem;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:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.25rem;height:3.125rem;text-decoration:none;z-index:15028;text-align:center;text-align-last:center;top:100.5625rem;left:0.875rem;display:block; }
#WZw4cBPuF6KLfTK6WexXOQFuKckIeh6v { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ckkeQn0GHTDsccmC9enKUlTAvHQEryTv { position:absolute;display:block;z-index:15045;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid rgba(var(--color-primary-2),1);border-left:0.125rem solid rgba(var(--color-primary-2),1);border-right:0.125rem solid rgba(var(--color-primary-2),1);border-bottom:0.125rem solid rgba(var(--color-primary-2),1);border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:123.625rem;width:18.875rem;top:-0.0625rem;left:20.5rem;display:block; }
#OsBzGFUT9FuXOyi70V87V7lc8oVOX0Oz { background-color:rgba(var(--color-primary-4),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:12.5rem;border-top-right-radius:12.5rem;border-bottom-left-radius:12.5rem;border-bottom-right-radius:12.5rem;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:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.25rem;height:3.125rem;text-decoration:none;z-index:15046;text-align:center;text-align-last:center;top:117.6875rem;left:21.4375rem;display:block; }
#nOHSCCx8zkRHfU49yLBUEtMgVx7NkBzN { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#eJ7DacUrTt2dfqBlfe7L3ueXtngrJ50a { color:rgba(7,192,12,0.81);display:block;width:18.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.8125rem;font-weight:normal;z-index:15074;line-height:1.4;letter-spacing:0;top:114.0625rem;left:20.5625rem;height:2.5371125rem;text-align:center;text-align-last:center;display:block; }
#Z88Zd3WSDK2boTCIDZd0MWrSenxz7S9R { color:rgba(var(--color-tertiary-4),1);display:block;width:18.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:normal;z-index:15072;line-height:1.4;letter-spacing:0;top:111.5rem;left:20.5625rem;height:1.8375rem;text-align:center;text-align-last:center;display:block; }
#iKyVDrP8uuE03q8145zKmtNcM6i5gMDg { color:#1f333b;display:block;width:19rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:normal;z-index:15074;line-height:1.4;letter-spacing:0;top:90.3125rem;left:20.5rem;height:1.48730625rem;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; }
#ihWZceSWnikT7UdXekRHNkSqELOihcbq { color:rgba(var(--color-tertiary-4),1);display:block;width:17.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:normal;z-index:15070;line-height:1.4;letter-spacing:0;top:86.5rem;left:21.0625rem;height:2.9746125rem;text-align:left;text-align-last:left;display:block; }
#idkQZlaO5ZfgsvvsaIahhFIWbdpimtrR { color:rgba(var(--color-tertiary-4),1);display:block;width:18.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:normal;z-index:15068;line-height:1.4;letter-spacing:0;top:83.375rem;left:20.5rem;height:1.48730625rem;text-align:center;text-align-last:center;display:block; }
#bgdCFGgZy9vZ3zlv800dZXh5OW2Cq09A { color:#1f333b;display:block;width:17.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:normal;z-index:15070;line-height:1.3;letter-spacing:0;top:70rem;left:21.25rem;height:10.918375rem;text-align:left;text-align-last:left;display:block; }#bgdCFGgZy9vZ3zlv800dZXh5OW2Cq09A li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#bgdCFGgZy9vZ3zlv800dZXh5OW2Cq09A li:before{  }
#Zl49MotOFcNTmJ3rmum0VyFgUAqaL9BB { color:#1f333b;display:block;width:16.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15064;line-height:1.4;letter-spacing:0;top:56rem;left:21.4375rem;height:;text-align:left;text-align-last:left;display:block; }#Zl49MotOFcNTmJ3rmum0VyFgUAqaL9BB li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#Zl49MotOFcNTmJ3rmum0VyFgUAqaL9BB li:before{  }
#ZHddPpxO5NLq7DsdNdQtqgenuvOiqNUJ { color:rgba(var(--color-tertiary-4),1);display:block;width:18.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:normal;z-index:15064;line-height:1.4;letter-spacing:0;top:62.625rem;left:20.5rem;height:1.48730625rem;text-align:center;text-align-last:center;display:block; }
#nNXhiV42DfpJhwCewCCWqcm9mnIXlkKk { color:rgba(var(--color-tertiary-4),1);display:block;width:14.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:normal;z-index:15066;line-height:1.4;letter-spacing:0;top:65.9375rem;left:21.4375rem;height:2.9746125rem;text-align:left;text-align-last:left;display:block; }
#RkkS0JZucLwbms14wN3xkSxWWpkQB1gE { color:#1f333b;display:block;width:16.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:normal;z-index:15056;line-height:1.3;letter-spacing:0;top:17.6875rem;left:21rem;height:23.5300625rem;text-align:left;text-align-last:left;display:block; }#RkkS0JZucLwbms14wN3xkSxWWpkQB1gE li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#RkkS0JZucLwbms14wN3xkSxWWpkQB1gE li:before{  }
#ZTRO9Jq2EFSN6tTXKdTJxPTGJ8IEBAHO { color:rgba(var(--color-tertiary-4),1);display:block;width:19rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:normal;z-index:15058;line-height:1.4;letter-spacing:0;top:47.625rem;left:20.5rem;height:1.48730625rem;text-align:center;text-align-last:center;display:block; }
#Sn6D1TaAMpQAlQA3TmMzUfzKRDuifmT3 { color:rgba(var(--color-tertiary-4),1);display:block;width:15.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:normal;z-index:15060;line-height:1.4;letter-spacing:0;top:50.5rem;left:21.4375rem;height:4.4619125rem;text-align:left;text-align-last:left;display:block; }
#aTZM18dVIlDBvO0RIT3by3IcIDPT36ZT { color:rgba(var(--color-tertiary-4),1);display:block;width:15.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.6875rem;font-weight:normal;z-index:15049;line-height:1.4;letter-spacing:0;top:1.25rem;left:22.21875rem;height:4.725rem;text-align:center;text-align-last:center;display:block; }
#h1VK3c748KsHcn7DTO9GtEtp9isoeXCn { color:rgba(var(--color-primary-4),1);display:block;width:15.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.6875rem;font-weight:normal;z-index:15050;line-height:1.4;letter-spacing:0;top:6.5rem;left:22.3125rem;height:2.3625rem;text-align:center;text-align-last:center;display:block; }
#lBi3n3oIRfeTMkfx8QTtIP5Jmc3xqWHI { color:#1f333b;display:block;width:17.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15054;line-height:1.4;letter-spacing:0;top:9.9375rem;left:21.34375rem;height:1.575rem;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; }
#iUpsLlCfDNVwH7EQISnwFu77EVwaCUVo { color:rgba(var(--color-tertiary-4),1);display:block;width:15.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:normal;z-index:15052;line-height:1.4;letter-spacing:0;top:13.8125rem;left:22.4375rem;height:2.9746125rem;text-align:left;text-align-last:left;display:block; }
#k2ahyggDmMCEDbTW8nEQmUNSSmOwWNyZ { color:rgba(var(--color-tertiary-4),1);display:block;width:17.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:normal;z-index:15072;line-height:1.4;letter-spacing:0;top:92.6875rem;left:21.0625rem;height:2.9746125rem;text-align:left;text-align-last:left;display:block; }
#Z4EnDtQgVQLJAW18fl7pNHfKlpBGmA6E { color:#1f333b;display:block;width:19rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:normal;z-index:15076;line-height:1.4;letter-spacing:0;top:96.5rem;left:20.5rem;height:1.48730625rem;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; }
#Pf1mtHk4RTrXw3Dqg6D3VT6DDZg16N9V { color:rgba(var(--color-tertiary-4),1);display:block;width:17.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:normal;z-index:15074;line-height:1.4;letter-spacing:0;top:100rem;left:21.125rem;height:1.48730625rem;text-align:left;text-align-last:left;display:block; }
#TPtKr3cmKSlpnIXI1ReHppCwAaV4yyM0 { color:#1f333b;display:block;width:19rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:normal;z-index:15078;line-height:1.4;letter-spacing:0;top:108.625rem;left:20.5rem;height:1.48730625rem;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; }
#NxFevubsBXwnFynPd4LP0IA74yK4fEla { color:#1f333b;display:block;width:19rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:normal;z-index:15080;line-height:1.4;letter-spacing:0;top:102.9375rem;left:21.125rem;height:1.48730625rem;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; }
#OgC4830K2dsrFWeHhzDIIIOTXMhQ6sDh { color:rgba(var(--color-tertiary-4),1);display:block;width:17.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:normal;z-index:15076;line-height:1.4;letter-spacing:0;top:105.25rem;left:21.125rem;height:2.9746125rem;text-align:left;text-align-last:left;display:block; }
#tonfWvptAgAX48SFVprxwakkVlLEF594 { position:absolute;display:block;z-index:15069;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid rgba(var(--color-primary-2),1);border-left:0.125rem solid rgba(var(--color-primary-2),1);border-right:0.125rem solid rgba(var(--color-primary-2),1);border-bottom:0.125rem solid rgba(var(--color-primary-2),1);border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:153.3125rem;width:18.875rem;top:0rem;left:40.875rem;display:block; }
#U87JPyTDghhN4SBO61mfoVTgrV67kpus { color:rgba(var(--color-tertiary-4),1);display:block;width:15.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.6875rem;font-weight:normal;z-index:15073;line-height:1.4;letter-spacing:0;top:1.3125rem;left:42.625rem;height:4.725rem;text-align:center;text-align-last:center;display:block; }
#FpGg1uIy6h2rF96XH3RbnU3G9IwPXhOd { color:rgba(var(--color-primary-4),1);display:block;width:15.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.6875rem;font-weight:normal;z-index:15074;line-height:1.4;letter-spacing:0;top:6.5625rem;left:42.6875rem;height:2.3625rem;text-align:center;text-align-last:center;display:block; }
#RdtDsXs0eU7sF8oZAbtUGucmql4TWyd6 { color:#1f333b;display:block;width:17.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15078;line-height:1.4;letter-spacing:0;top:10rem;left:41.75rem;height:1.575rem;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; }
#n86S4MdLzZUGAGNNES108zHupNJxH3Io { color:rgba(var(--color-tertiary-4),1);display:block;width:15.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:normal;z-index:15076;line-height:1.4;letter-spacing:0;top:13.875rem;left:42.8125rem;height:2.9746125rem;text-align:left;text-align-last:left;display:block; }
#OIfdbv4Q3m1feLFg0E3G7vFw4ElctSGA { color:#1f333b;display:block;width:16.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:normal;z-index:15080;line-height:1.3;letter-spacing:0;top:17.75rem;left:41.375rem;height:23.5300625rem;text-align:left;text-align-last:left;display:block; }#OIfdbv4Q3m1feLFg0E3G7vFw4ElctSGA li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#OIfdbv4Q3m1feLFg0E3G7vFw4ElctSGA li:before{  }
#dmIwStJDXbyMrBXwVrwiBPyu1D1PoBvd { color:#1f333b;display:block;width:16.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15088;line-height:1.4;letter-spacing:0;top:56.0625rem;left:41.8125rem;height:;text-align:left;text-align-last:left;display:block; }#dmIwStJDXbyMrBXwVrwiBPyu1D1PoBvd li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#dmIwStJDXbyMrBXwVrwiBPyu1D1PoBvd li:before{  }
#qT3O5hv7g0V3b8p6n0LKAJZ8Sl67P5Fw { color:rgba(var(--color-tertiary-4),1);display:block;width:19rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:normal;z-index:15082;line-height:1.4;letter-spacing:0;top:47.6875rem;left:40.875rem;height:1.48730625rem;text-align:center;text-align-last:center;display:block; }
#dDf7ePrdds3qv4n00kpWpLheeLOnIeFV { color:rgba(var(--color-tertiary-4),1);display:block;width:15.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:normal;z-index:15084;line-height:1.4;letter-spacing:0;top:50.5625rem;left:41.8125rem;height:4.4619125rem;text-align:left;text-align-last:left;display:block; }
#F8qtZWaqorPwQRqqoxe7SXIms9Pi6Cky { color:rgba(var(--color-tertiary-4),1);display:block;width:18.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:normal;z-index:15088;line-height:1.4;letter-spacing:0;top:62.6875rem;left:40.875rem;height:1.48730625rem;text-align:center;text-align-last:center;display:block; }
#o05obfWFOr8nNuWfnRo2x1KyRr5zt1eI { background-color:rgba(var(--color-primary-4),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:12.5rem;border-top-right-radius:12.5rem;border-bottom-left-radius:12.5rem;border-bottom-right-radius:12.5rem;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:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.25rem;height:3.625rem;text-decoration:none;z-index:15070;text-align:center;text-align-last:center;top:148.5rem;left:41.8125rem;display:block; }
#q9yG5KXSR9cDnKoQqPQVEB0Lf5QhXy6q { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#fJO4Gyi7i7tc0rAlTlfFTPHEyScGb1PC { color:rgba(7,192,12,0.81);display:block;width:18.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.8125rem;font-weight:normal;z-index:15098;line-height:1.4;letter-spacing:0;top:145.375rem;left:41.0625rem;height:2.5371125rem;text-align:center;text-align-last:center;display:block; }
#eTMp6mNSwy47HGI8aJCOd6RHbKcTsBs0 { color:rgba(var(--color-tertiary-4),1);display:block;width:18.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:normal;z-index:15096;line-height:1.4;letter-spacing:0;top:142.8125rem;left:41.0625rem;height:1.8375rem;text-align:center;text-align-last:center;display:block; }
#X5w1hZt7VRRtcaT8Nazx48h1QeKBS7vm { color:#1f333b;display:block;width:19rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:normal;z-index:15098;line-height:1.4;letter-spacing:0;top:90.375rem;left:40.875rem;height:1.48730625rem;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; }
#OKrnNN44rzZm4Ite0zgDhUZlQdmXF0bg { color:rgba(var(--color-tertiary-4),1);display:block;width:17.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:normal;z-index:15094;line-height:1.4;letter-spacing:0;top:86.5625rem;left:41.4375rem;height:2.9746125rem;text-align:left;text-align-last:left;display:block; }
#gJzGi7NctVEaDlWFp83GkT3TabF57Rcx { color:rgba(var(--color-tertiary-4),1);display:block;width:18.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:normal;z-index:15092;line-height:1.4;letter-spacing:0;top:83.4375rem;left:40.875rem;height:1.48730625rem;text-align:center;text-align-last:center;display:block; }
#DVUEvmQ0rbI9UZKmR9J24Tw1N9HXTCwJ { color:#1f333b;display:block;width:17.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:normal;z-index:15094;line-height:1.3;letter-spacing:0;top:70.0625rem;left:41.625rem;height:10.918375rem;text-align:left;text-align-last:left;display:block; }#DVUEvmQ0rbI9UZKmR9J24Tw1N9HXTCwJ li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#DVUEvmQ0rbI9UZKmR9J24Tw1N9HXTCwJ li:before{  }
#yvItyRTMQcppndnK2qP42Uita20w9vTR { color:rgba(var(--color-tertiary-4),1);display:block;width:14.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:normal;z-index:15090;line-height:1.4;letter-spacing:0;top:66rem;left:41.8125rem;height:2.9746125rem;text-align:left;text-align-last:left;display:block; }
#dB2A2Fh4pdXTPhng1uOULf9pWAK9ENn3 { color:rgba(var(--color-tertiary-4),1);display:block;width:17.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:normal;z-index:15096;line-height:1.4;letter-spacing:0;top:92.75rem;left:41.4375rem;height:2.9746125rem;text-align:left;text-align-last:left;display:block; }
#Ism8UDTUk97sSciRfKXrbHohw5l42gLr { color:#1f333b;display:block;width:19rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:normal;z-index:15100;line-height:1.4;letter-spacing:0;top:96.5625rem;left:40.875rem;height:1.48730625rem;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; }
#SNNW3hmQcGFQ8LcGBtG6Fm6eFN9U6Sak { color:rgba(var(--color-tertiary-4),1);display:block;width:17.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:normal;z-index:15098;line-height:1.4;letter-spacing:0;top:100.0625rem;left:41.5rem;height:1.48730625rem;text-align:left;text-align-last:left;display:block; }
#TIoXDQEZTHTxnfyQXfsOrQ98vP3Tudtk { color:#1f333b;display:block;width:19rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:normal;z-index:15102;line-height:1.4;letter-spacing:0;top:108.6875rem;left:40.875rem;height:1.48730625rem;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; }
#b9mQc0pgvmOhNaEFH1gPrmWuXfxHGTfx { color:#1f333b;display:block;width:18.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:normal;z-index:15104;line-height:1.4;letter-spacing:0;top:103rem;left:41.5rem;height:1.48730625rem;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; }
#JVDTMzhTwFkblTKxBDXHAKnLDAbRIg4k { color:rgba(var(--color-tertiary-4),1);display:block;width:17.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:normal;z-index:15100;line-height:1.4;letter-spacing:0;top:105.3125rem;left:41.5rem;height:2.9746125rem;text-align:left;text-align-last:left;display:block; }
#dHyE81fWcto3Sn2g39M1DzVREAFUSvwS { color:rgba(var(--color-tertiary-4),1);display:block;width:17rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:normal;z-index:15093;line-height:1.4;letter-spacing:0;top:111.5rem;left:41.6875rem;height:1.48730625rem;text-align:left;text-align-last:left;display:block; }
#ftHbyFI6uTirw5G3srweVyB7NEXit20C { color:#1f333b;display:block;width:17.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:normal;z-index:15097;line-height:1.3;letter-spacing:0;top:113.0625rem;left:41.6875rem;height:7.843375rem;text-align:left;text-align-last:left;display:block; }#ftHbyFI6uTirw5G3srweVyB7NEXit20C li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#ftHbyFI6uTirw5G3srweVyB7NEXit20C li:before{  }
#e5lEW2S9Is910ZayG7z8g37yN2Am0xHr { color:rgba(var(--color-tertiary-4),1);display:block;width:17rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:normal;z-index:15095;line-height:1.4;letter-spacing:0;top:122.25rem;left:41.6875rem;height:1.48730625rem;text-align:left;text-align-last:left;display:block; }
#gHV64WkDK8QTE80FlNq05HAmmcDTnad5 { color:#1f333b;display:block;width:17.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:normal;z-index:15099;line-height:1.3;letter-spacing:0;top:124.8125rem;left:41.6875rem;height:11.2300625rem;text-align:left;text-align-last:left;display:block; }#gHV64WkDK8QTE80FlNq05HAmmcDTnad5 li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#gHV64WkDK8QTE80FlNq05HAmmcDTnad5 li:before{  }
#NBrxPc4OdneeIPPLO0vKRqa0WZOsvTp4 { color:#1f333b;display:block;width:16.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:normal;z-index:15103;line-height:1.4;letter-spacing:0;top:138.5625rem;left:41.5625rem;height:2.9746125rem;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; }
#rA1ITu2qdKSC96gFHHO2pqkVOgX07Vl3 { position:relative;display:none; }#rA1ITu2qdKSC96gFHHO2pqkVOgX07Vl3 { border-width: 0; border-radius: 0; }#rA1ITu2qdKSC96gFHHO2pqkVOgX07Vl3 > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#rA1ITu2qdKSC96gFHHO2pqkVOgX07Vl3 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:112.3125rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#EWmpT0ryWu9JbRLFmzPs5aGnBHSs42tG { color:rgba(var(--color-tertiary-4),1);display:block;width:18.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:normal;z-index:15068;line-height:1.4;letter-spacing:0;top:83.25rem;left:0.4375rem;height:1.4375rem;text-align:center;text-align-last:center;display:block; }
#lJFCiFkOP027mwM9zoEube0rW1OuKFgR { color:#1f333b;display:block;width:19rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:normal;z-index:15074;line-height:1.4;letter-spacing:0;top:90.1875rem;left:0.4375rem;height:1.4375rem;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; }
#RHtS9M4rvz24FvPaB97HrAtyWrsvreKI { color:rgba(var(--color-tertiary-4),1);display:block;width:17.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:normal;z-index:15070;line-height:1.4;letter-spacing:0;top:86.375rem;left:1rem;height:2.875rem;text-align:left;text-align-last:left;display:block; }
#UQBV3TmnFawuiHAFCCabax94k98TirXh { color:rgba(var(--color-tertiary-4),1);display:block;width:18.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:normal;z-index:15072;line-height:1.4;letter-spacing:0;top:94.375rem;left:0.4375rem;height:1.8125rem;text-align:center;text-align-last:center;display:block; }
#LCPUWNvsIuNEq6wfP616ywi7BnDVHa4x { color:rgba(7,192,12,0.81);display:block;width:18.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.8125rem;font-weight:normal;z-index:15074;line-height:1.4;letter-spacing:0;top:96.9375rem;left:0.4375rem;height:2.5rem;text-align:center;text-align-last:center;display:block; }
#mEDLWZZQwJLHGJxqlpnkNJEfwy5eG9hN { background-color:rgba(var(--color-primary-4),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:12.5rem;border-top-right-radius:12.5rem;border-bottom-left-radius:12.5rem;border-bottom-right-radius:12.5rem;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:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.25rem;height:3.125rem;text-decoration:none;z-index:15046;text-align:center;text-align-last:center;top:100.5625rem;left:1.3125rem;display:block; }
#C6fNRHxpwWgd8ytDe8g0kdJUEdElPRdT { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#lNy04SyeHXfXwvO0WM3p4yclZgwMsJW4 { color:#1f333b;display:block;width:17.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:normal;z-index:15070;line-height:1.3;letter-spacing:0;top:69.875rem;left:1.1875rem;height:12.25rem;text-align:left;text-align-last:left;display:block; }#lNy04SyeHXfXwvO0WM3p4yclZgwMsJW4 li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#lNy04SyeHXfXwvO0WM3p4yclZgwMsJW4 li:before{  }
#INnkkiqFoMdGB92ithtdvOKksOAxOtEt { color:#1f333b;display:block;width:16.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15064;line-height:1.4;letter-spacing:0;top:55.875rem;left:1.375rem;height:5.3125rem;text-align:left;text-align-last:left;display:block; }#INnkkiqFoMdGB92ithtdvOKksOAxOtEt li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#INnkkiqFoMdGB92ithtdvOKksOAxOtEt li:before{  }
#whgeNhbSfvdua7yZeJvb38JD5vaLX3Fq { color:rgba(var(--color-tertiary-4),1);display:block;width:18.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:normal;z-index:15064;line-height:1.4;letter-spacing:0;top:62.5rem;left:0.4375rem;height:1.4375rem;text-align:center;text-align-last:center;display:block; }
#O2inTG2B3VJdpM7OteLeJ7UP24NRozXs { color:rgba(var(--color-tertiary-4),1);display:block;width:14.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:normal;z-index:15066;line-height:1.4;letter-spacing:0;top:65.8125rem;left:1.375rem;height:2.875rem;text-align:left;text-align-last:left;display:block; }
#Xlif8RoRBFRJ8PwnqFwUn8RcFUVnokbM { color:rgba(var(--color-tertiary-4),1);display:block;width:15.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:normal;z-index:15060;line-height:1.4;letter-spacing:0;top:50.5rem;left:1rem;height:4.3125rem;text-align:left;text-align-last:left;display:block; }
#u35pTwqUO3WzVF2accO8TFTT1zlsb1Ox { position:absolute;display:block;z-index:15045;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid rgba(var(--color-primary-2),1);border-left:0.125rem solid rgba(var(--color-primary-2),1);border-right:0.125rem solid rgba(var(--color-primary-2),1);border-bottom:0.125rem solid rgba(var(--color-primary-2),1);border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:108.375rem;width:18.875rem;top:0rem;left:0.4375rem;display:block; }
#swkHdTnJoW8ECR0SWoyZVfIQ72TVZvkd { color:rgba(var(--color-tertiary-4),1);display:block;width:19rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:normal;z-index:15058;line-height:1.4;letter-spacing:0;top:47.25rem;left:1rem;height:1.4375rem;text-align:center;text-align-last:center;display:block; }
#lQsMk9rIcKEQ6oQQ6va4y0WCAL16D6om { color:#1f333b;display:block;width:16.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:normal;z-index:15056;line-height:1.3;letter-spacing:0;top:17.3125rem;left:1.5rem;height:28.9375rem;text-align:left;text-align-last:left;display:block; }#lQsMk9rIcKEQ6oQQ6va4y0WCAL16D6om li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#lQsMk9rIcKEQ6oQQ6va4y0WCAL16D6om li:before{  }
#TTWbQhKeMVAgibmiSeguI8aRVTrNpao4 { color:rgba(var(--color-tertiary-4),1);display:block;width:15.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:normal;z-index:15052;line-height:1.4;letter-spacing:0;top:13.5625rem;left:1.9375rem;height:2.875rem;text-align:left;text-align-last:left;display:block; }
#oNI38IhANpdz2mOOyLaJ2sboSXa3Wr22 { color:#1f333b;display:block;width:17.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15054;line-height:1.4;letter-spacing:0;top:9.6875rem;left:2.375rem;height:3.125rem;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; }
#RSCnzFSsOWH9tZDxcJUIuuGQP5b8Wgic { color:rgba(var(--color-primary-4),1);display:block;width:15.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.6875rem;font-weight:normal;z-index:15050;line-height:1.4;letter-spacing:0;top:6.25rem;left:2.875rem;height:2.3125rem;text-align:center;text-align-last:center;display:block; }
#QT7222rXhKycoqItxK510kCF88uU945e { color:rgba(var(--color-tertiary-4),1);display:block;width:12.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.6875rem;font-weight:normal;z-index:15049;line-height:1.4;letter-spacing:0;top:1rem;left:4.5rem;height:4.625rem;text-align:center;text-align-last:center;display:block; }
#OFEaQKMTR9FuO5mQp0onu8wi5P6zTSVH { position:relative;display:none; }#OFEaQKMTR9FuO5mQp0onu8wi5P6zTSVH { border-width: 0; border-radius: 0; }#OFEaQKMTR9FuO5mQp0onu8wi5P6zTSVH > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#OFEaQKMTR9FuO5mQp0onu8wi5P6zTSVH > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:126rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#an5Ri04N2QkuTxH6eGiT7BtxTT0QG1Wr { background-color:rgba(var(--color-primary-4),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:12.5rem;border-top-right-radius:12.5rem;border-bottom-left-radius:12.5rem;border-bottom-right-radius:12.5rem;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:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.25rem;height:3.125rem;text-decoration:none;z-index:15070;text-align:center;text-align-last:center;top:117.75rem;left:0.9375rem;display:block; }
#hMWiTd3f6xyDtrLXamqpVxs80L0HwZAh { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#EHzh50sATwVFR8RTZT5Hkaf47a3tesnt { color:rgba(7,192,12,0.81);display:block;width:18.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.8125rem;font-weight:normal;z-index:15098;line-height:1.4;letter-spacing:0;top:114.125rem;left:0.0625rem;height:2.5rem;text-align:center;text-align-last:center;display:block; }
#Dl1xhuv3gMcM2tTF5aRs6WaxOeMtamav { color:rgba(var(--color-tertiary-4),1);display:block;width:18.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:normal;z-index:15096;line-height:1.4;letter-spacing:0;top:111.5625rem;left:0.0625rem;height:1.8125rem;text-align:center;text-align-last:center;display:block; }
#d3oRGR0poFOqEIwXmu7FiQbh4XtdT8I4 { color:#1f333b;display:block;width:19rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:normal;z-index:15098;line-height:1.4;letter-spacing:0;top:90.375rem;left:0rem;height:1.4375rem;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; }
#yBXD5QFDCoTQL5TdmdIKGnPaOJ3iRxGJ { color:rgba(var(--color-tertiary-4),1);display:block;width:17.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:normal;z-index:15094;line-height:1.4;letter-spacing:0;top:86.5625rem;left:0.5625rem;height:2.875rem;text-align:left;text-align-last:left;display:block; }
#Szkl85To1CtOkz85JFTvoLOosKL2KCTJ { color:rgba(var(--color-tertiary-4),1);display:block;width:17.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:normal;z-index:15096;line-height:1.4;letter-spacing:0;top:92.75rem;left:0.5625rem;height:2.875rem;text-align:left;text-align-last:left;display:block; }
#pcuS5blnGapzPItzDuM26TP3MTz8bfbb { color:#1f333b;display:block;width:19rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:normal;z-index:15100;line-height:1.4;letter-spacing:0;top:96.5625rem;left:0rem;height:1.4375rem;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; }
#DZ4VbJWLWVcQzWxpNGEse7Ma9fCtVNbH { color:rgba(var(--color-tertiary-4),1);display:block;width:17.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:normal;z-index:15098;line-height:1.4;letter-spacing:0;top:100.0625rem;left:0.625rem;height:1.4375rem;text-align:left;text-align-last:left;display:block; }
#vJOcwilWcCCS5KBl2BIIU4QMKzg2xrTe { color:#1f333b;display:block;width:19rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:normal;z-index:15102;line-height:1.4;letter-spacing:0;top:108.6875rem;left:0rem;height:1.4375rem;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; }
#toxpT6KngbhS4VkIlJaDt2JQZXRbTs8c { color:#1f333b;display:block;width:19rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:normal;z-index:15104;line-height:1.4;letter-spacing:0;top:103rem;left:0.625rem;height:1.4375rem;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; }
#XIzrRl03FwfSyg0yhol2NP27NNMJ4bN1 { color:rgba(var(--color-tertiary-4),1);display:block;width:17.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:normal;z-index:15100;line-height:1.4;letter-spacing:0;top:105.3125rem;left:0.625rem;height:2.875rem;text-align:left;text-align-last:left;display:block; }
#pQXXVXGtS2icGhsw3MFuN4W04y2zAUZC { color:rgba(var(--color-tertiary-4),1);display:block;width:18.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:normal;z-index:15092;line-height:1.4;letter-spacing:0;top:83.4375rem;left:0rem;height:1.4375rem;text-align:center;text-align-last:center;display:block; }
#hn0afTWlFvplNyKK81nLqqD9MzihMSpZ { color:#1f333b;display:block;width:17.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:normal;z-index:15094;line-height:1.3;letter-spacing:0;top:70.0625rem;left:0.75rem;height:12.25rem;text-align:left;text-align-last:left;display:block; }#hn0afTWlFvplNyKK81nLqqD9MzihMSpZ li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#hn0afTWlFvplNyKK81nLqqD9MzihMSpZ li:before{  }
#MNKZUWKLB1JwRt6oqKScbJVtXJobwcUE { color:#1f333b;display:block;width:16.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15088;line-height:1.4;letter-spacing:0;top:56.0625rem;left:0.9375rem;height:5.3125rem;text-align:left;text-align-last:left;display:block; }#MNKZUWKLB1JwRt6oqKScbJVtXJobwcUE li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#MNKZUWKLB1JwRt6oqKScbJVtXJobwcUE li:before{  }
#VsVeXhGvZZnh5pGNzGv16uRNf4RFe6Zn { color:rgba(var(--color-tertiary-4),1);display:block;width:18.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:normal;z-index:15088;line-height:1.4;letter-spacing:0;top:62.6875rem;left:0rem;height:1.4375rem;text-align:center;text-align-last:center;display:block; }
#KeVcqOA2rRytG9AnhU7Xr09BO0PAWII4 { color:rgba(var(--color-tertiary-4),1);display:block;width:14.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:normal;z-index:15090;line-height:1.4;letter-spacing:0;top:66rem;left:0.9375rem;height:2.875rem;text-align:left;text-align-last:left;display:block; }
#yRv1wWU6vZw13flbDkKyeW7K5WXXTgxS { color:rgba(var(--color-tertiary-4),1);display:block;width:19rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:normal;z-index:15082;line-height:1.4;letter-spacing:0;top:47.6875rem;left:0rem;height:1.4375rem;text-align:center;text-align-last:center;display:block; }
#bhTI2tqml3wAhD1ipEGqVkR1CyBffwgt { color:rgba(var(--color-tertiary-4),1);display:block;width:15.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:normal;z-index:15084;line-height:1.4;letter-spacing:0;top:50.5625rem;left:0.9375rem;height:4.3125rem;text-align:left;text-align-last:left;display:block; }
#EWUbKeCSiQMlpqMNmq5E36Px6lnZZ1NO { position:absolute;display:block;z-index:15069;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid rgba(var(--color-primary-2),1);border-left:0.125rem solid rgba(var(--color-primary-2),1);border-right:0.125rem solid rgba(var(--color-primary-2),1);border-bottom:0.125rem solid rgba(var(--color-primary-2),1);border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:123.625rem;width:18.875rem;top:0rem;left:0rem;display:block; }
#yO2HXsofv4P0Sp1Fr4QwR29RKAtrbvrH { color:#1f333b;display:block;width:16.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:normal;z-index:15080;line-height:1.3;letter-spacing:0;top:17.75rem;left:0.5rem;height:28.9375rem;text-align:left;text-align-last:left;display:block; }#yO2HXsofv4P0Sp1Fr4QwR29RKAtrbvrH li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#yO2HXsofv4P0Sp1Fr4QwR29RKAtrbvrH li:before{  }
#rW3zTHlSsyIiMsliZBnbO313cznhVAxh { color:rgba(var(--color-tertiary-4),1);display:block;width:15.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.6875rem;font-weight:normal;z-index:15073;line-height:1.4;letter-spacing:0;top:1.3125rem;left:1.75rem;height:4.625rem;text-align:center;text-align-last:center;display:block; }
#JtRLN9hBcLF1Q8J8IgMtcJVNXpZRD4m0 { color:rgba(var(--color-primary-4),1);display:block;width:15.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.6875rem;font-weight:normal;z-index:15074;line-height:1.4;letter-spacing:0;top:6.5625rem;left:1.8125rem;height:2.3125rem;text-align:center;text-align-last:center;display:block; }
#pUlQPmC7E060ZxDRHQ0qgdpfQ5dPN03u { color:#1f333b;display:block;width:17.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15078;line-height:1.4;letter-spacing:0;top:10rem;left:0.875rem;height:3.125rem;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; }
#TNrOrLBwQN9MMJ0TiE553xQGSQqqupZF { color:rgba(var(--color-tertiary-4),1);display:block;width:15.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:normal;z-index:15076;line-height:1.4;letter-spacing:0;top:13.875rem;left:1.9375rem;height:2.875rem;text-align:left;text-align-last:left;display:block; }
#GvJhbNAN4ACUwhUqqOLNSBBJLbLzHNFo { position:relative;display:none; }#GvJhbNAN4ACUwhUqqOLNSBBJLbLzHNFo { border-width: 0; border-radius: 0; }#GvJhbNAN4ACUwhUqqOLNSBBJLbLzHNFo > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#GvJhbNAN4ACUwhUqqOLNSBBJLbLzHNFo > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:153.375rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#ey6e5hfFh0SnOTezpM2G7Ib1f4Jvd9wB { background-color:rgba(var(--color-primary-4),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:12.5rem;border-top-right-radius:12.5rem;border-bottom-left-radius:12.5rem;border-bottom-right-radius:12.5rem;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:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.25rem;height:3.625rem;text-decoration:none;z-index:15099;text-align:center;text-align-last:center;top:147.6875rem;left:0.9375rem;display:block; }
#xA9eCR2f3t6VMiPdgGrDiQywLWEEhOpR { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ZtmTEo0ZWKwmH63LXP2gNlTGsFlNsdUA { color:rgba(7,192,12,0.81);display:block;width:18.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.8125rem;font-weight:normal;z-index:15127;line-height:1.4;letter-spacing:0;top:144.5625rem;left:0.1875rem;height:2.5rem;text-align:center;text-align-last:center;display:block; }
#BHRdaiVQVdV6GzKUeMbXglTZbdPAVGRy { color:rgba(var(--color-tertiary-4),1);display:block;width:18.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:normal;z-index:15125;line-height:1.4;letter-spacing:0;top:142rem;left:0.1875rem;height:1.8125rem;text-align:center;text-align-last:center;display:block; }
#w9GTC96E8GIig0pfl6cRMeTLm4hEDkmH { color:#1f333b;display:block;width:17.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:normal;z-index:15128;line-height:1.3;letter-spacing:0;top:124rem;left:0.8125rem;height:12.5625rem;text-align:left;text-align-last:left;display:block; }#w9GTC96E8GIig0pfl6cRMeTLm4hEDkmH li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#w9GTC96E8GIig0pfl6cRMeTLm4hEDkmH li:before{  }
#ORF3aBcxaLEuWnXW2xVVxtzn2iwqBUbm { color:#1f333b;display:block;width:16.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:normal;z-index:15132;line-height:1.4;letter-spacing:0;top:137.75rem;left:0.6875rem;height:2.875rem;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; }
#CHua37109aKOtzgupUmW9ge4SpQtQMiA { color:rgba(var(--color-tertiary-4),1);display:block;width:17rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:normal;z-index:15124;line-height:1.4;letter-spacing:0;top:121.4375rem;left:0.8125rem;height:1.4375rem;text-align:left;text-align-last:left;display:block; }
#P2gBPSXnD9M2XkwZEypK6K1C68PQ240L { color:#1f333b;display:block;width:17.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:normal;z-index:15126;line-height:1.3;letter-spacing:0;top:114.0625rem;left:0.8125rem;height:6.125rem;text-align:left;text-align-last:left;display:block; }#P2gBPSXnD9M2XkwZEypK6K1C68PQ240L li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#P2gBPSXnD9M2XkwZEypK6K1C68PQ240L li:before{  }
#PWfqwfJyLhi3moBmlGTZEmVvhlfAkD13 { color:#1f333b;display:block;width:19rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:normal;z-index:15131;line-height:1.4;letter-spacing:0;top:108.6875rem;left:0rem;height:1.4375rem;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; }
#WZHzNQ9OdAvPFLNBGJ7mZzCKIcEtTfqr { color:#1f333b;display:block;width:18.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:normal;z-index:15133;line-height:1.4;letter-spacing:0;top:103rem;left:0.625rem;height:1.4375rem;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; }
#S0vTT9nc0xQBTv6RZ7WJc0IvMHNEkd42 { color:rgba(var(--color-tertiary-4),1);display:block;width:17.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:normal;z-index:15129;line-height:1.4;letter-spacing:0;top:105.3125rem;left:0.625rem;height:2.875rem;text-align:left;text-align-last:left;display:block; }
#bWuvL6IPzaO8T43rmfmdkGUuTzTAITpW { color:rgba(var(--color-tertiary-4),1);display:block;width:17rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:normal;z-index:15122;line-height:1.4;letter-spacing:0;top:111.5rem;left:0.8125rem;height:1.4375rem;text-align:left;text-align-last:left;display:block; }
#wMayyfpC6Q5h186d2dd5g4MZM8h7AwHw { color:rgba(var(--color-tertiary-4),1);display:block;width:17.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:normal;z-index:15127;line-height:1.4;letter-spacing:0;top:100.0625rem;left:0.625rem;height:1.4375rem;text-align:left;text-align-last:left;display:block; }
#upISe0FayXs4NmP8IwaXvnHqSEIbTSw1 { color:rgba(var(--color-tertiary-4),1);display:block;width:17.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:normal;z-index:15125;line-height:1.4;letter-spacing:0;top:92.75rem;left:0.5625rem;height:2.875rem;text-align:left;text-align-last:left;display:block; }
#iV4d0i8fTzkNaWO6U78Lfoume2N9G1iC { color:#1f333b;display:block;width:19rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:normal;z-index:15129;line-height:1.4;letter-spacing:0;top:96.5625rem;left:0rem;height:1.4375rem;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; }
#w4U6XckGwepbiChvsVE2CJpX24utKmRA { color:#1f333b;display:block;width:19rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:normal;z-index:15127;line-height:1.4;letter-spacing:0;top:90.375rem;left:0rem;height:1.4375rem;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; }
#mQD2e9U9vomgvCV5uuuTQNcLsuxlJZWR { position:absolute;display:block;z-index:15098;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid rgba(var(--color-primary-2),1);border-left:0.125rem solid rgba(var(--color-primary-2),1);border-right:0.125rem solid rgba(var(--color-primary-2),1);border-bottom:0.125rem solid rgba(var(--color-primary-2),1);border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:151.8125rem;width:18.875rem;top:0rem;left:0rem;display:block; }
#BSGtBgc0k4XXew3fD1pmNsh3ikuyswIt { color:rgba(var(--color-tertiary-4),1);display:block;width:17.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:normal;z-index:15123;line-height:1.4;letter-spacing:0;top:86.5625rem;left:0.5625rem;height:2.875rem;text-align:left;text-align-last:left;display:block; }
#BD4BxT8p3QuqOSBHI4hA1G9Z3V4mMKtS { color:rgba(var(--color-tertiary-4),1);display:block;width:18.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:normal;z-index:15121;line-height:1.4;letter-spacing:0;top:83.4375rem;left:0rem;height:1.4375rem;text-align:center;text-align-last:center;display:block; }
#pFum2IIAqgSTWlTmVxa9lIPrDWeF11vH { color:#1f333b;display:block;width:17.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:normal;z-index:15123;line-height:1.3;letter-spacing:0;top:70.0625rem;left:0.75rem;height:12.25rem;text-align:left;text-align-last:left;display:block; }#pFum2IIAqgSTWlTmVxa9lIPrDWeF11vH li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#pFum2IIAqgSTWlTmVxa9lIPrDWeF11vH li:before{  }
#QnacoTcD5CUnKEX67xo9voTSG7fwx1Cd { color:#1f333b;display:block;width:16.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15117;line-height:1.4;letter-spacing:0;top:56.0625rem;left:0.9375rem;height:5.3125rem;text-align:left;text-align-last:left;display:block; }#QnacoTcD5CUnKEX67xo9voTSG7fwx1Cd li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#QnacoTcD5CUnKEX67xo9voTSG7fwx1Cd li:before{  }
#qsNgvoca4zEt4fiVhS1xE7ePCyIFZEox { color:rgba(var(--color-tertiary-4),1);display:block;width:18.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:normal;z-index:15117;line-height:1.4;letter-spacing:0;top:62.6875rem;left:0rem;height:1.4375rem;text-align:center;text-align-last:center;display:block; }
#iQhOcv98XIeJdm05aVAxUMuLLdviEeeH { color:rgba(var(--color-tertiary-4),1);display:block;width:14.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:normal;z-index:15119;line-height:1.4;letter-spacing:0;top:66rem;left:0.9375rem;height:2.875rem;text-align:left;text-align-last:left;display:block; }
#SaW0gt1HvwcqBfhK4BoHNFkXI3T4v6QA { color:#1f333b;display:block;width:16.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:normal;z-index:15109;line-height:1.3;letter-spacing:0;top:17.75rem;left:0.5rem;height:28.9375rem;text-align:left;text-align-last:left;display:block; }#SaW0gt1HvwcqBfhK4BoHNFkXI3T4v6QA li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#SaW0gt1HvwcqBfhK4BoHNFkXI3T4v6QA li:before{  }
#p3skHaUEIIMz13TL0nK3b7ZkHzrxGcbI { color:rgba(var(--color-tertiary-4),1);display:block;width:19rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:normal;z-index:15111;line-height:1.4;letter-spacing:0;top:47.6875rem;left:0rem;height:1.4375rem;text-align:center;text-align-last:center;display:block; }
#LbdAXridPruND7TOVdshDKmhkXbWokpr { color:rgba(var(--color-tertiary-4),1);display:block;width:15.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:normal;z-index:15113;line-height:1.4;letter-spacing:0;top:50.5625rem;left:0.9375rem;height:4.3125rem;text-align:left;text-align-last:left;display:block; }
#v15xl4B75G68MoxsUwNue9uInLNF8U17 { color:rgba(var(--color-tertiary-4),1);display:block;width:15.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.6875rem;font-weight:normal;z-index:15102;line-height:1.4;letter-spacing:0;top:1.3125rem;left:1.75rem;height:4.625rem;text-align:center;text-align-last:center;display:block; }
#n2BVDKrXxBgW2Zhy6TTJeEb4EM6qcnwF { color:rgba(var(--color-primary-4),1);display:block;width:15.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.6875rem;font-weight:normal;z-index:15103;line-height:1.4;letter-spacing:0;top:6.5625rem;left:1.8125rem;height:2.3125rem;text-align:center;text-align-last:center;display:block; }
#XLbJMKOe1dxsRaS0xIuo0Wwv4Td4l1gq { color:#1f333b;display:block;width:17.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15107;line-height:1.4;letter-spacing:0;top:10rem;left:0.875rem;height:3.125rem;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; }
#DsJiioKEWvpUKpIQHWvVRcWgCylkaP7J { color:rgba(var(--color-tertiary-4),1);display:block;width:15.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:normal;z-index:15105;line-height:1.4;letter-spacing:0;top:13.875rem;left:1.9375rem;height:2.875rem;text-align:left;text-align-last:left;display:block; }
#RDBIL6vxDEno28yGDJKGlQEXL3XuViIt { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;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; }#RDBIL6vxDEno28yGDJKGlQEXL3XuViIt > .row .container { border-width: 0; border-radius: 0; }#RDBIL6vxDEno28yGDJKGlQEXL3XuViIt > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#RDBIL6vxDEno28yGDJKGlQEXL3XuViIt > .row .container { font-size:0.875rem;font-family:arial;height:112.5625rem;width:60rem;position:relative;display:none; }#Btx8bpuXDX4VFVP2TJwgKndThEmwTwKb { color:rgba(var(--color-tertiary-4),1);display:block;width:27.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.6875rem;font-weight:normal;z-index:15012;line-height:1.4;letter-spacing:0;top:3rem;left:1.1875rem;height:2.3125rem;text-align:center;text-align-last:center;display:block; }
#nFPphROnDGohTvl4Q6TRue7GeM8HdaV1 { color:#1f333b;display:block;width:17.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15017;line-height:1.4;letter-spacing:0;top:9.75rem;left:6.0625rem;height:3.125rem;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; }
#J5imvA6uebDzXV6RvHTiPtN77IkFTAPi { position:absolute;display:block;z-index:15008;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid rgba(var(--color-primary-2),1);border-left:0.125rem solid rgba(var(--color-primary-2),1);border-right:0.125rem solid rgba(var(--color-primary-2),1);border-bottom:0.125rem solid rgba(var(--color-primary-2),1);border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:107.3125rem;width:29.1875rem;top:0.8125rem;left:0rem;display:block; }
#ycJfp1mzmLamaZkQED99Nq8Mii2OIXep { color:#1f333b;display:block;width:26.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15019;line-height:1.4;letter-spacing:0;top:18.4375rem;left:0.9375rem;height:20rem;text-align:left;text-align-last:left;display:block; }#ycJfp1mzmLamaZkQED99Nq8Mii2OIXep li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#ycJfp1mzmLamaZkQED99Nq8Mii2OIXep li:before{  }
#qD7MIV6BB0dhryg9M34bl0E2fQToF5Mk { color:rgba(var(--color-tertiary-4),1);display:block;width:17.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:normal;z-index:15015;line-height:1.4;letter-spacing:0;top:13.8125rem;left:0.9375rem;height:3.25rem;text-align:left;text-align-last:left;display:block; }
#yb1sLmBiFEnM26hKm35nZcfKhcNmuBPJ { color:rgba(var(--color-tertiary-4),1);display:block;width:28.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:normal;z-index:15021;line-height:1.4;letter-spacing:0;top:39.875rem;left:0.625rem;height:1.625rem;text-align:center;text-align-last:center;display:block; }
#eKZqWveOThhRP3PcuVrDpNhJawbTDFZq { color:#1f333b;display:block;width:26.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15027;line-height:1.4;letter-spacing:0;top:48rem;left:1.1875rem;height:5.3125rem;text-align:left;text-align-last:left;display:block; }#eKZqWveOThhRP3PcuVrDpNhJawbTDFZq li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#eKZqWveOThhRP3PcuVrDpNhJawbTDFZq li:before{  }
#Ty2Q34hnoAaQugBIHgsnro24axWUEMA8 { color:rgba(var(--color-tertiary-4),1);display:block;width:24.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:normal;z-index:15023;line-height:1.4;letter-spacing:0;top:43.3125rem;left:1.1875rem;height:3.25rem;text-align:left;text-align-last:left;display:block; }
#Kmg6niprimCM4RGtPbTgbxXnNChfwPA7 { color:rgba(var(--color-tertiary-4),1);display:block;width:19.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:normal;z-index:15027;line-height:1.4;letter-spacing:0;top:54.1875rem;left:4.9375rem;height:1.625rem;text-align:center;text-align-last:center;display:block; }
#T3uqc97Z4OazPkRPs1TC45DvuHHZD1v1 { color:#1f333b;display:block;width:26.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15033;line-height:1.4;letter-spacing:0;top:62.125rem;left:1.1875rem;height:10.625rem;text-align:left;text-align-last:left;display:block; }#T3uqc97Z4OazPkRPs1TC45DvuHHZD1v1 li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#T3uqc97Z4OazPkRPs1TC45DvuHHZD1v1 li:before{  }
#dSAsv9a5MbdaBohTZocrOZNAGIAmN45k { color:rgba(var(--color-tertiary-4),1);display:block;width:20.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:normal;z-index:15029;line-height:1.4;letter-spacing:0;top:57.8125rem;left:1.1875rem;height:3.25rem;text-align:left;text-align-last:left;display:block; }
#CBEdA2B5fPF5BCD1Ckh6aGhw3ntHgDSs { color:rgba(var(--color-tertiary-4),1);display:block;width:19.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:normal;z-index:15031;line-height:1.4;letter-spacing:0;top:73.875rem;left:4.9375rem;height:1.625rem;text-align:center;text-align-last:center;display:block; }
#SsV8F3SPz2CvXTx4mkRnTOHkPCMrfcNW { color:#1f333b;display:block;width:26.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15037;line-height:1.4;letter-spacing:0;top:82.875rem;left:1.3125rem;height:1.5625rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#U7PtnH4FUnWcrkznhwAkwoakxGOGwR7Q { color:rgba(var(--color-tertiary-4),1);display:block;width:22.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:normal;z-index:15033;line-height:1.4;letter-spacing:0;top:77.375rem;left:1.1875rem;height:3.25rem;text-align:left;text-align-last:left;display:block; }
#NQH8wxBVHsqEvFCKtEnOD4E3LMzRkBA8 { color:rgba(var(--color-tertiary-4),1);display:block;width:22.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:normal;z-index:15035;line-height:1.4;letter-spacing:0;top:86.6875rem;left:3.125rem;height:1.8125rem;text-align:center;text-align-last:center;display:block; }
#llDXPHDaCUnuaTNg6bWhb5dT5VOpZbP9 { color:rgba(7,192,12,0.81);display:block;width:21.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.8125rem;font-weight:normal;z-index:15037;line-height:1.4;letter-spacing:0;top:89.5rem;left:3.8125rem;height:2.5rem;text-align:center;text-align-last:center;display:block; }
#dCeXEykpRiIP7BuzX3QC3kku8xiJCPRW { position:absolute;display:block;z-index:15010;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid rgba(var(--color-primary-2),1);border-left:0.125rem solid rgba(var(--color-primary-2),1);border-right:0.125rem solid rgba(var(--color-primary-2),1);border-bottom:0.125rem solid rgba(var(--color-primary-2),1);border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:56.875rem;width:29.1875rem;top:0.8125rem;left:30.5625rem;display:block; }
#egCPTnvbQBE5UPmVu5cUSN5W80tn1xT9 { color:#1f333b;display:block;width:19.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:normal;z-index:15045;line-height:1.4;letter-spacing:0;top:9.75rem;left:35.375rem;height:4.125rem;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; }
#trPwUiWpG8XzTGu64Hq449JO5LCdtGH1 { color:rgba(var(--color-tertiary-4),1);display:block;width:27.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.6875rem;font-weight:normal;z-index:15040;line-height:1.4;letter-spacing:0;top:3rem;left:31.75rem;height:2.3125rem;text-align:center;text-align-last:center;display:block; }
#uFsJs7OPJzNKGkmsf7v6hS8SHXUP3Ch4 { color:rgba(var(--color-primary-4),1);display:block;width:27.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.6875rem;font-weight:normal;z-index:15013;line-height:1.4;letter-spacing:0;top:6rem;left:1.1875rem;height:2.3125rem;text-align:center;text-align-last:center;display:block; }
#gEpIc7GiuHyTM1aFXhLLf40zqJDX3Ewp { color:rgba(var(--color-primary-4),1);display:block;width:27.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.6875rem;font-weight:normal;z-index:15014;line-height:1.4;letter-spacing:0;top:6rem;left:31.75rem;height:2.3125rem;text-align:center;text-align-last:center;display:block; }
#LS365zu3T2s9vqcKmOTu3no6H6KCmgR3 { background-color:rgba(var(--color-primary-4),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:12.5rem;border-top-right-radius:12.5rem;border-bottom-left-radius:12.5rem;border-bottom-right-radius:12.5rem;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.1875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:19.1875rem;height:4.375rem;text-decoration:none;z-index:15009;text-align:center;text-align-last:center;top:94.0625rem;left:5.125rem;display:block; }
#geChQt47KkLGoy9wEaur4FL3DSf2hvD0 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#hQPRO0KbfxToVK2iognFmGPXaEGdzmte { background-color:rgba(var(--color-primary-4),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:12.5rem;border-top-right-radius:12.5rem;border-bottom-left-radius:12.5rem;border-bottom-right-radius:12.5rem;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.1875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:19.1875rem;height:4.375rem;text-decoration:none;z-index:15014;text-align:center;text-align-last:center;top:44.3125rem;left:36.0625rem;display:block; }
#EdBwkisFWpb4d0uq2SUQIJmMNCk5Td4s { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#SoFNThsaG7lSpVU5OxckNOFC7xyMdHbV { color:rgba(7,192,12,0.81);display:block;width:21.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.8125rem;font-weight:normal;z-index:15042;line-height:1.4;letter-spacing:0;top:39.75rem;left:34.75rem;height:2.5rem;text-align:center;text-align-last:center;display:block; }
#ufKFKClxxhXr3rGhpM48wFzHTMsol0zN { color:rgba(var(--color-tertiary-4),1);display:block;width:22.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:normal;z-index:15040;line-height:1.4;letter-spacing:0;top:36.9375rem;left:34.0625rem;height:1.8125rem;text-align:center;text-align-last:center;display:block; }
#gXaDLea52c2UuzH9s5ygi48PvWOdb9rJ { color:#1f333b;display:block;width:26.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15042;line-height:1.4;letter-spacing:0;top:20.1875rem;left:31.875rem;height:1.5625rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#a7nM9VMt64JoKh665iqEo9nSP8NWq1TR { color:rgba(var(--color-tertiary-4),1);display:block;width:19.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:normal;z-index:15038;line-height:1.4;letter-spacing:0;top:15.4375rem;left:32.375rem;height:3.25rem;text-align:left;text-align-last:left;display:block; }
#c7ZqmoP2GmakxqGpMHRDp4c7K5TA7L3Q { color:rgba(var(--color-tertiary-4),1);display:block;width:19.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:normal;z-index:15040;line-height:1.4;letter-spacing:0;top:23.25rem;left:32.875rem;height:1.625rem;text-align:left;text-align-last:left;display:block; }
#OG6RVpqsQgpRNHfAIN8QQ3HC3hrAIpzW { color:#1f333b;display:block;width:26.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15044;line-height:1.4;letter-spacing:0;top:26.25rem;left:31.875rem;height:1.5625rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#OS28Cbts15e8KS4gKU0rQPuRBV2AB7eS { color:rgba(var(--color-tertiary-4),1);display:block;width:23.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:normal;z-index:15042;line-height:1.4;letter-spacing:0;top:29.125rem;left:32.875rem;height:3.25rem;text-align:left;text-align-last:left;display:block; }
#xSehzFBu5LtOPCcLmRtI5vBxHisJlCPM { color:#1f333b;display:block;width:26.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15046;line-height:1.4;letter-spacing:0;top:33.3125rem;left:31.875rem;height:1.5625rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#er57fDoTOiE8O4IOa5wgpzcT1dmJMaa5 { color:#1f333b;display:block;width:26.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15038;line-height:1.4;letter-spacing:0;top:100.375rem;left:1.59375rem;height:4.6875rem;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; }
#v3zTuH0KKVPsMpToXwPJqZ3eJhyBQKuS { color:#1f333b;display:block;width:26.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15039;line-height:1.4;letter-spacing:0;top:50.4375rem;left:31.59375rem;height:4.6875rem;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; }
#ZztVEONpSPoCqQkpaEJnmVdBOdrXVTCe { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(230,230,230,0.4);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; }#ZztVEONpSPoCqQkpaEJnmVdBOdrXVTCe > .row .container { background-color: transparent; background-image: none; }#ZztVEONpSPoCqQkpaEJnmVdBOdrXVTCe::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZztVEONpSPoCqQkpaEJnmVdBOdrXVTCe > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZztVEONpSPoCqQkpaEJnmVdBOdrXVTCe > .row .container > .video-iframe-container { display: none; }#ZztVEONpSPoCqQkpaEJnmVdBOdrXVTCe > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZztVEONpSPoCqQkpaEJnmVdBOdrXVTCe > .row > .video-iframe-container { display: none; }#ZztVEONpSPoCqQkpaEJnmVdBOdrXVTCe > .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); }#ZztVEONpSPoCqQkpaEJnmVdBOdrXVTCe > .row .container { border-width: 0; border-radius: 0; }#ZztVEONpSPoCqQkpaEJnmVdBOdrXVTCe > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ZztVEONpSPoCqQkpaEJnmVdBOdrXVTCe > .row .container { font-size:0.875rem;font-family:arial;height:45.625rem;width:60rem;position:relative;display:block; }#qdt6Z3vDbfxbAgTykNkKxaJ4LcHM7KRo { color:rgba(var(--color-primary-4),1);display:block;width:60rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:700;z-index:14999;line-height:1.3;letter-spacing:0;top:3.1875rem;left:0rem;height:;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;font-style:normal;display:block; }
#LJ6poTN9iTrbavr8cBGSxI5VrSv9y2nX { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.9375rem;width:1.9375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15024;opacity:1;top:16.875rem;left:5.75rem; }
#pr03WpEn4DkVpTQvwKfys4TEN8NzpOJC { position:absolute;display:block;z-index:15023;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3rem;width:1.3125rem;top:16.3125rem;left:5.75rem;display:block; }
#PVtu7JzMrgg2OEVXZqS2VvFXHuAZuD3P { color:rgba(var(--color-tertiary-4),1);display:block;width:42.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:normal;z-index:15013;line-height:1.4;letter-spacing:0;top:17.0625rem;left:8.5625rem;height:1.6621125rem;text-align:left;text-align-last:left;display:block; }
#P4OLfvk9DTM9ZFyBJKeaI4kX0W4CKRnH { position:absolute;display:block;z-index:15026;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3rem;width:1.3125rem;top:20rem;left:5.75rem;display:block; }
#CS7XA8qQap655CdVOnh3WTQzgNeEFOGo { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.9375rem;width:1.9375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15027;opacity:1;top:20.5625rem;left:5.75rem; }
#SQMPk75R4GZTWMW5vdu1klaFcslw8cZ9 { color:rgba(var(--color-tertiary-4),1);display:block;width:42.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:normal;z-index:15016;line-height:1.4;letter-spacing:0;top:20.75rem;left:8.5625rem;height:3.3234375rem;text-align:left;text-align-last:left;display:block; }
#iTMeThnX0hbX5u3y11l1Px40xKf9kHMf { position:absolute;display:block;z-index:15029;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3rem;width:1.3125rem;top:26.1875rem;left:5.75rem;display:block; }
#Hnl4KmoQmkecPtIhPKyBkmKmUD0pBzRK { color:rgba(var(--color-tertiary-4),1);display:block;width:42.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:normal;z-index:15019;line-height:1.4;letter-spacing:0;top:26.9375rem;left:8.5625rem;height:3.32421875rem;text-align:left;text-align-last:left;display:block; }
#hkSX00BydWuSASqXakEHFzxOC6PbImIT { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.9375rem;width:1.9375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15030;opacity:1;top:26.75rem;left:5.75rem; }
#feXWaX2qhT5xpOJHNPI0q9vevDz5WJTc { color:rgba(var(--color-tertiary-4),1);display:block;width:45.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:normal;z-index:15022;line-height:1.4;letter-spacing:0;top:31.5625rem;left:8.5625rem;height:3.32421875rem;text-align:left;text-align-last:left;display:block; }
#eH82p99NspT0ognUxGkV6TmZpXVe4Bhx { position:absolute;display:block;z-index:15032;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3rem;width:1.3125rem;top:30.8125rem;left:5.75rem;display:block; }
#E0EtqaWE5VB1CLEWo9JVUBNO5V7kwATn { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.9375rem;width:1.9375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15033;opacity:1;top:31.375rem;left:5.75rem; }
#fhr1OR36vgmc5LAeMBcrSuoofuOGM7Nn { color:rgba(var(--color-tertiary-4),1);display:block;width:51.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:normal;z-index:15025;line-height:1.4;letter-spacing:0;top:36.8125rem;left:5.75rem;height:4.986325rem;text-align:left;text-align-last:left;display:block; }
#pmuSqEOb7Q5aaXk6pImfxWHHZzVl6erh { color:rgba(var(--color-tertiary-4),1);display:block;width:42.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:normal;z-index:15014;line-height:1.4;letter-spacing:0;top:13.125rem;left:5.75rem;height:1.6621125rem;text-align:left;text-align-last:left;display:block; }
#sipUR2X8ykQZH41mE6swkcVEuJw4BJJW { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-2),0.4);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; }#sipUR2X8ykQZH41mE6swkcVEuJw4BJJW > .row .container { background-color: transparent; background-image: none; }#sipUR2X8ykQZH41mE6swkcVEuJw4BJJW::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sipUR2X8ykQZH41mE6swkcVEuJw4BJJW > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sipUR2X8ykQZH41mE6swkcVEuJw4BJJW > .row .container > .video-iframe-container { display: none; }#sipUR2X8ykQZH41mE6swkcVEuJw4BJJW > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sipUR2X8ykQZH41mE6swkcVEuJw4BJJW > .row > .video-iframe-container { display: none; }#sipUR2X8ykQZH41mE6swkcVEuJw4BJJW > .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); }#sipUR2X8ykQZH41mE6swkcVEuJw4BJJW > .row .container { border-width: 0; border-radius: 0; }#sipUR2X8ykQZH41mE6swkcVEuJw4BJJW > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#sipUR2X8ykQZH41mE6swkcVEuJw4BJJW > .row .container { font-size:0.875rem;font-family:arial;height:93.1875rem;width:60rem;position:relative;display:block; }#aimTdkWgaMZGXTXmqevhUvIzU4ET1vN5 { color:rgba(var(--color-primary-4),1);display:block;width:37.6875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:700;z-index:14999;line-height:1.3;letter-spacing:0;top:3.0625rem;left:11.15625rem;height:;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;font-style:normal;display:block; }
#wfpvm32qnCMFGfKiUihQEsbizNGxmFHk { position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-primary-3),0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.1875rem solid rgba(var(--color-primary-4),1);border-left:0.1875rem solid rgba(var(--color-primary-4),1);border-right:0.1875rem solid rgba(var(--color-primary-4),1);border-bottom:0.1875rem solid rgba(var(--color-primary-4),1);border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:48.75rem;width:52.75rem;top:21.75rem;left:3.4375rem;display:block; }
#TLpUmthpn22eRz3BQZybsg0n7niIwoKF { color:rgba(var(--color-tertiary-4),1);display:block;width:51.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:normal;z-index:15011;line-height:1.8;letter-spacing:0;top:26rem;left:4.40625rem;height:36.3375rem;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; }
#A8FqwxNdkzgVgi8lzMlpGJ7NVivFEpf5 { color:rgba(var(--color-tertiary-4),1);display:block;width:19.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:normal;z-index:15010;line-height:1.8;letter-spacing:0;top:22.4375rem;left:4.8125rem;height:2.4746125rem;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; }
#fplX86uJCmsGtTPwBRpZghIWDZrGxGC5 { color:rgba(var(--color-tertiary-4),1);display:block;width:51.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:normal;z-index:15026;line-height:1.4;letter-spacing:0;top:11.875rem;left:4.15625rem;height:6.646875rem;text-align:left;text-align-last:left;display:block; }
#zMDEhUnPCnRt8qwMceFxrZlbWOoKmFN5 { background-color:rgba(var(--color-primary-4),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:12.5rem;border-top-right-radius:12.5rem;border-bottom-left-radius:12.5rem;border-bottom-right-radius:12.5rem;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.1875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:28.25rem;height:4.75rem;text-decoration:none;z-index:15010;text-align:center;text-align-last:center;top:73.25rem;left:15.875rem;display:block; }
#seBNMzqr5ebCX8Id9TfkmrTw1SJDKFBs { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#eH2K01zmelc29DbKHB6MJsKU03rdZ3ht { box-sizing:content-box;height:9.125rem;width:30.625rem;position:absolute;display:block;z-index:15013;background-color:rgba(var(--color-tertiary-0),1);background-image:none;box-shadow: 0.3125rem 0.375rem 0.5rem rgba(var(--color-tertiary-4),0.6) ;border-bottom:0;border-left:0;border-right:0;border-top:0;top:80.625rem;left:14.6875rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;display:block; }
#hGsMMd2Lg2J4iqyZvuL9Oyk5GXgfQmeQ { position:absolute;display:block;z-index:15014;height:8.0625rem;width:27.9375rem;top:81.15625rem;left:16.03125rem;display:block; }
#oiwHzkaDxqnngU2a8fVTr1pEoTyzhTNc { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#oiwHzkaDxqnngU2a8fVTr1pEoTyzhTNc > .row .container { background-color: transparent; background-image: none; }#oiwHzkaDxqnngU2a8fVTr1pEoTyzhTNc::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oiwHzkaDxqnngU2a8fVTr1pEoTyzhTNc > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oiwHzkaDxqnngU2a8fVTr1pEoTyzhTNc > .row .container > .video-iframe-container { display: none; }#oiwHzkaDxqnngU2a8fVTr1pEoTyzhTNc > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oiwHzkaDxqnngU2a8fVTr1pEoTyzhTNc > .row > .video-iframe-container { display: none; }#oiwHzkaDxqnngU2a8fVTr1pEoTyzhTNc > .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); }#oiwHzkaDxqnngU2a8fVTr1pEoTyzhTNc > .row .container { border-width: 0; border-radius: 0; }#oiwHzkaDxqnngU2a8fVTr1pEoTyzhTNc > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#oiwHzkaDxqnngU2a8fVTr1pEoTyzhTNc > .row .container { font-size:0.875rem;font-family:arial;height:8.25rem;width:60rem;position:relative;display:block; }#MfUIcBI42yNVebWvauyN90PzVMrgIl1R { color:rgba(var(--color-primary-4),1);display:block;width:60rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:700;z-index:14999;line-height:1.3;letter-spacing:0;top:3.1875rem;left:0rem;height:;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;font-style:normal;display:block; }
#u4VO0il5Je9dirZJ62Q8NIIb6DJrzr0D { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#u4VO0il5Je9dirZJ62Q8NIIb6DJrzr0D > .row .container { background-color: transparent; background-image: none; }#u4VO0il5Je9dirZJ62Q8NIIb6DJrzr0D::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#u4VO0il5Je9dirZJ62Q8NIIb6DJrzr0D > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#u4VO0il5Je9dirZJ62Q8NIIb6DJrzr0D > .row .container > .video-iframe-container { display: none; }#u4VO0il5Je9dirZJ62Q8NIIb6DJrzr0D > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#u4VO0il5Je9dirZJ62Q8NIIb6DJrzr0D > .row > .video-iframe-container { display: none; }#u4VO0il5Je9dirZJ62Q8NIIb6DJrzr0D > .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); }#u4VO0il5Je9dirZJ62Q8NIIb6DJrzr0D > .row .container { border-width: 0; border-radius: 0; }#u4VO0il5Je9dirZJ62Q8NIIb6DJrzr0D > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#u4VO0il5Je9dirZJ62Q8NIIb6DJrzr0D > .row .container { font-size:0.875rem;font-family:arial;height:26rem;width:60rem;position:relative;display:block; }#kn8InEpxRp26Eaco1OGnqUO0gwxZdIhC { color:rgba(var(--color-tertiary-4),1);display:block;width:36.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15008;line-height:1.4;letter-spacing:0;top:9.0625rem;left:0rem;height:1.75rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#MV8fTzeBNuhysR7xpSrlgNCqDHlPsZLe { position:absolute;display:block;z-index:15011;background-color:rgba(var(--color-primary-4),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:5.875rem;width:12.0625rem;top:18.4375rem;left:41.5625rem;display:block; }
#HgOLawqlFhTTOfn9PbccRCZ5M1FFFKuG { position:absolute;display:block;z-index:15012;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:21.6875rem;width:16.1875rem;top:1.6875rem;left:43.8125rem;overflow:hidden;display:block; }
#qcrnAoDVV9ccEiLgJHK0qHbuLfvD4h5n { color:rgba(var(--color-tertiary-4),1);display:block;width:36.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:normal;z-index:15007;line-height:1.4;letter-spacing:0;top:1.6875rem;left:0rem;height:4.461325rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#xSiE6ODbqf9tWJvHu3q6oJuDdw0zI0LZ { color:rgba(var(--color-tertiary-4),1);display:block;width:37.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:normal;z-index:15009;line-height:1.4;letter-spacing:0;top:11.3125rem;left:0rem;height:4.461325rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#tzmOQGKTAyeb1McoiHhEPoTSahGqZJUf { color:rgba(var(--color-tertiary-4),1);display:block;width:37.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:normal;z-index:15010;line-height:1.4;letter-spacing:0;top:18.4375rem;left:0rem;height:4.461325rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#eExpcVbvBJPBwOZaB6XbDF9F6nVrAGh7 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#eExpcVbvBJPBwOZaB6XbDF9F6nVrAGh7 > .row .container { background-color: transparent; background-image: none; }#eExpcVbvBJPBwOZaB6XbDF9F6nVrAGh7::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eExpcVbvBJPBwOZaB6XbDF9F6nVrAGh7 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eExpcVbvBJPBwOZaB6XbDF9F6nVrAGh7 > .row .container > .video-iframe-container { display: none; }#eExpcVbvBJPBwOZaB6XbDF9F6nVrAGh7 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eExpcVbvBJPBwOZaB6XbDF9F6nVrAGh7 > .row > .video-iframe-container { display: none; }#eExpcVbvBJPBwOZaB6XbDF9F6nVrAGh7 > .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); }#eExpcVbvBJPBwOZaB6XbDF9F6nVrAGh7 > .row .container { border-width: 0; border-radius: 0; }#eExpcVbvBJPBwOZaB6XbDF9F6nVrAGh7 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#eExpcVbvBJPBwOZaB6XbDF9F6nVrAGh7 > .row .container { font-size:0.875rem;font-family:arial;height:38.875rem;width:60rem;position:relative;display:block; }#cbPT5RKaEAgTRlLL5loHHPpmqGMcEZaE { position:absolute;display:block;z-index:15011;background-color:rgba(var(--color-primary-4),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:5.875rem;width:12.0625rem;top:28.25rem;left:8.75rem;display:block; }
#uIhdw7HMAGaaMWewurfePOqq9WEWD2I9 { position:absolute;display:block;z-index:15012;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:25.6875rem;width:19.25rem;top:4.8125rem;left:0rem;overflow:hidden;display:block; }
#iI6tZpyb5u1KhHSq3fs0ovkesbzBKX1b { color:rgba(var(--color-tertiary-4),1);display:block;width:36.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:normal;z-index:15007;line-height:1.4;letter-spacing:0;top:19.1875rem;left:23rem;height:14.87108125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#U3iwdnd6SmxRgZotSMQuQiWpC5LL2iJz { color:rgba(var(--color-tertiary-4),1);display:block;width:36.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15009;line-height:1.4;letter-spacing:0;top:1.375rem;left:23rem;height:1.75rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#sifDE234EzevgJFrNQNRfHKJcQVxStml { color:rgba(var(--color-tertiary-4),1);display:block;width:36.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:normal;z-index:15009;line-height:1.4;letter-spacing:0;top:3.8125rem;left:23rem;height:10.40975625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#oyfgBVexidEic7A7BG3rtusEJMqEs1ph { color:rgba(var(--color-tertiary-4),1);display:block;width:36.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15011;line-height:1.4;letter-spacing:0;top:16.5625rem;left:23rem;height:1.75rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#JTkAfPaBcQmoN1uATpbSmthzp2WyxVo1 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(230,230,230,0.4);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; }#JTkAfPaBcQmoN1uATpbSmthzp2WyxVo1 > .row .container { background-color: transparent; background-image: none; }#JTkAfPaBcQmoN1uATpbSmthzp2WyxVo1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JTkAfPaBcQmoN1uATpbSmthzp2WyxVo1 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JTkAfPaBcQmoN1uATpbSmthzp2WyxVo1 > .row .container > .video-iframe-container { display: none; }#JTkAfPaBcQmoN1uATpbSmthzp2WyxVo1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JTkAfPaBcQmoN1uATpbSmthzp2WyxVo1 > .row > .video-iframe-container { display: none; }#JTkAfPaBcQmoN1uATpbSmthzp2WyxVo1 > .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); }#JTkAfPaBcQmoN1uATpbSmthzp2WyxVo1 > .row .container { border-width: 0; border-radius: 0; }#JTkAfPaBcQmoN1uATpbSmthzp2WyxVo1 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#JTkAfPaBcQmoN1uATpbSmthzp2WyxVo1 > .row .container { font-size:0.875rem;font-family:arial;height:45.1875rem;width:60rem;position:relative;display:block; }#bk3dQTp3BFfkzOu9cfu8Nvh0sAmGa1cc { color:rgba(var(--color-primary-4),1);display:block;width:45.5625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:700;z-index:14998;line-height:1.3;letter-spacing:0;top:2.8125rem;left:7.21875rem;height:6.496875rem;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;font-style:normal;display:block; }
#ndpulC6C33v1oIfvh0c38nDgqpZkCThC { color:rgba(var(--color-tertiary-4),1);display:block;width:54.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:normal;z-index:15026;line-height:1.4;letter-spacing:0;top:10.9375rem;left:2.96875rem;height:29.9109375rem;text-align:left;text-align-last:left;display:block; }
#dXvLWaRR0roi4xHMa71Q1TF5qSASWyQm { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-2),0.4);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; }#dXvLWaRR0roi4xHMa71Q1TF5qSASWyQm > .row .container { background-color: transparent; background-image: none; }#dXvLWaRR0roi4xHMa71Q1TF5qSASWyQm::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dXvLWaRR0roi4xHMa71Q1TF5qSASWyQm > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dXvLWaRR0roi4xHMa71Q1TF5qSASWyQm > .row .container > .video-iframe-container { display: none; }#dXvLWaRR0roi4xHMa71Q1TF5qSASWyQm > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dXvLWaRR0roi4xHMa71Q1TF5qSASWyQm > .row > .video-iframe-container { display: none; }#dXvLWaRR0roi4xHMa71Q1TF5qSASWyQm > .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); }#dXvLWaRR0roi4xHMa71Q1TF5qSASWyQm > .row .container { border-width: 0; border-radius: 0; }#dXvLWaRR0roi4xHMa71Q1TF5qSASWyQm > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#dXvLWaRR0roi4xHMa71Q1TF5qSASWyQm > .row .container { font-size:0.875rem;font-family:arial;height:10rem;width:60rem;position:relative;display:block; }#RfFSiT7IopQ1pI6vW2WGVZ4sHpugE2QQ { color:rgba(var(--color-primary-4),1);display:block;width:46.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:700;z-index:14999;line-height:1.2;letter-spacing:0;top:3.375rem;left:6.96875rem;height:5.99765625rem;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;font-style:normal;display:block; }
#l1TPy72THKpkLCT4V7HodumwgSHZmQVx { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-2),0.4);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; }#l1TPy72THKpkLCT4V7HodumwgSHZmQVx > .row .container { background-color: transparent; background-image: none; }#l1TPy72THKpkLCT4V7HodumwgSHZmQVx::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#l1TPy72THKpkLCT4V7HodumwgSHZmQVx > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#l1TPy72THKpkLCT4V7HodumwgSHZmQVx > .row .container > .video-iframe-container { display: none; }#l1TPy72THKpkLCT4V7HodumwgSHZmQVx > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#l1TPy72THKpkLCT4V7HodumwgSHZmQVx > .row > .video-iframe-container { display: none; }#l1TPy72THKpkLCT4V7HodumwgSHZmQVx > .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); }#l1TPy72THKpkLCT4V7HodumwgSHZmQVx > .row .container { border-width: 0; border-radius: 0; }#l1TPy72THKpkLCT4V7HodumwgSHZmQVx > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#l1TPy72THKpkLCT4V7HodumwgSHZmQVx > .row .container { font-size:0.875rem;font-family:arial;height:23.6875rem;width:60rem;position:relative;display:block; }#GvE1axPPAJOhM0cTMdfE176DbicDF3p9 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.5rem;width:3.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15018;opacity:1;top:2.3125rem;left:24.15625rem; }
#QGTx5mvD2TpPrgIDK17aQqwm0ebTNzkg { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.5rem;width:3.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15019;opacity:1;top:2.3125rem;left:54.46875rem; }
#WH3aQ4LsWBEvi8vpcp5vRrMKbkpc388e { position:absolute;display:block;z-index:15020;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:20.8125rem;width:22.875rem;top:2.8125rem;left:0rem;overflow:hidden;display:block; }
#Qv1x4yAtZOWty9nHtyOX8i2mDmRA2GFx { position:absolute;display:block;z-index:15021;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:20.0625rem;width:21.1875rem;top:3.625rem;left:30rem;overflow:hidden;display:block; }
#xLXJ0D7WG5TzPMvr2NHt93dNdVAfsP8u { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-2),0.4);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; }#xLXJ0D7WG5TzPMvr2NHt93dNdVAfsP8u > .row .container { background-color: transparent; background-image: none; }#xLXJ0D7WG5TzPMvr2NHt93dNdVAfsP8u::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xLXJ0D7WG5TzPMvr2NHt93dNdVAfsP8u > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xLXJ0D7WG5TzPMvr2NHt93dNdVAfsP8u > .row .container > .video-iframe-container { display: none; }#xLXJ0D7WG5TzPMvr2NHt93dNdVAfsP8u > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xLXJ0D7WG5TzPMvr2NHt93dNdVAfsP8u > .row > .video-iframe-container { display: none; }#xLXJ0D7WG5TzPMvr2NHt93dNdVAfsP8u > .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); }#xLXJ0D7WG5TzPMvr2NHt93dNdVAfsP8u > .row .container { border-width: 0; border-radius: 0; }#xLXJ0D7WG5TzPMvr2NHt93dNdVAfsP8u > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#xLXJ0D7WG5TzPMvr2NHt93dNdVAfsP8u > .row .container { font-size:0.875rem;font-family:arial;height:20.5625rem;width:60rem;position:relative;display:block; }#nrnAiV0OP6uSfpFuIW0J7AHoHr7bAfTw { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.5rem;width:3.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15018;opacity:1;top:2.3125rem;left:24.15625rem; }
#vhcXAtNwJtX102VrwNJl5ZKmTr53k161 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.5rem;width:3.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15019;opacity:1;top:2.3125rem;left:54.46875rem; }
#IyRdfFoWU817c5T3zNVrUxZUabVVD1D7 { position:absolute;display:block;z-index:15022;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:9.3125rem;width:22.5rem;top:3.59375rem;left:0rem;overflow:hidden;display:block; }
#S2TvOvVJIBzwpC0R1UOUFn18gIqVdX98 { position:absolute;display:block;z-index:15023;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:13.9375rem;width:21.125rem;top:2.5rem;left:30rem;overflow:hidden;display:block; }
#XAJgDTTVnAqRf5ifUrrrbvznUslxzZeB { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),0.4);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; }#XAJgDTTVnAqRf5ifUrrrbvznUslxzZeB > .row .container { background-color: transparent; background-image: none; }#XAJgDTTVnAqRf5ifUrrrbvznUslxzZeB::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XAJgDTTVnAqRf5ifUrrrbvznUslxzZeB > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XAJgDTTVnAqRf5ifUrrrbvznUslxzZeB > .row .container > .video-iframe-container { display: none; }#XAJgDTTVnAqRf5ifUrrrbvznUslxzZeB > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XAJgDTTVnAqRf5ifUrrrbvznUslxzZeB > .row > .video-iframe-container { display: none; }#XAJgDTTVnAqRf5ifUrrrbvznUslxzZeB > .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); }#XAJgDTTVnAqRf5ifUrrrbvznUslxzZeB > .row .container { border-width: 0; border-radius: 0; }#XAJgDTTVnAqRf5ifUrrrbvznUslxzZeB > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#XAJgDTTVnAqRf5ifUrrrbvznUslxzZeB > .row .container { font-size:0.875rem;font-family:arial;height:37.625rem;width:60rem;position:relative;display:block; }#wzoyBRqEhAdgy4A20GfsnH1vMhVgIQLU { color:rgba(var(--color-primary-4),1);display:block;width:60rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:700;z-index:14999;line-height:1.3;letter-spacing:0;top:3.1875rem;left:0rem;height:;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;font-style:normal;display:block; }
#MBawwPDqRW9V12Rrek2ZNFWbcWDaEfXw { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.9375rem;width:1.9375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15024;opacity:1;top:11.9375rem;left:2.75rem; }
#dSFkntnekVW3gCtvZ5gPX5HQEoMsHI8u { position:absolute;display:block;z-index:15023;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3rem;width:1.3125rem;top:11.375rem;left:2.75rem;display:block; }
#l3w81TTlE394kT6p5sKmqwLmNB5Cw7Zb { color:rgba(var(--color-tertiary-4),1);display:block;width:42.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:normal;z-index:15013;line-height:1.4;letter-spacing:0;top:12.09375rem;left:5.5625rem;height:1.6621125rem;text-align:left;text-align-last:left;display:block; }
#RRX03JOomu03A1A3oktC17EGoLyLPxxk { position:absolute;display:block;z-index:15026;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3rem;width:1.3125rem;top:14.9375rem;left:2.75rem;display:block; }
#vG2pgirSLscmo35OX415DlcSMXiTgEhn { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.9375rem;width:1.9375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15027;opacity:1;top:15.5rem;left:2.75rem; }
#pxwlSdUcruzBsNBFCaSQ1CDewPH2UL8V { color:rgba(var(--color-tertiary-4),1);display:block;width:51.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:normal;z-index:15016;line-height:1.4;letter-spacing:0;top:15.625rem;left:5.5625rem;height:1.6621125rem;text-align:left;text-align-last:left;display:block; }
#DqXOb4V5yzx9Z09bX1V4JbZTHpSgmTL4 { position:absolute;display:block;z-index:15029;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3rem;width:1.3125rem;top:18.5rem;left:2.75rem;display:block; }
#pEXuKQcmLRpMTcqozg8T41kd7xqQucn1 { color:rgba(var(--color-tertiary-4),1);display:block;width:50.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:normal;z-index:15019;line-height:1.4;letter-spacing:0;top:19.1875rem;left:5.5625rem;height:1.6621125rem;text-align:left;text-align-last:left;display:block; }
#CrkrlPRecA8EDMLTTQJkTviFXZy7rxMm { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.9375rem;width:1.9375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15030;opacity:1;top:19.0625rem;left:2.75rem; }
#v85yD9RRT8Fi4t8ENJAx6xw2M6TghU6r { color:rgba(var(--color-tertiary-4),1);display:block;width:53.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:normal;z-index:15022;line-height:1.4;letter-spacing:0;top:22.75rem;left:5.5625rem;height:1.6621125rem;text-align:left;text-align-last:left;display:block; }
#o9qxKHrXBHXLuTLnBvwKfTR4VrtiasbD { position:absolute;display:block;z-index:15032;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3rem;width:1.3125rem;top:22.0625rem;left:2.75rem;display:block; }
#zZkkfARLwTSxNm8zMNNfwDdTlkGKyxSi { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.9375rem;width:1.9375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15033;opacity:1;top:22.625rem;left:2.75rem; }
#q5vKtbMJt5v2XGom7FXVOoab65oRTSTt { color:rgba(var(--color-tertiary-4),1);display:block;width:42.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:normal;z-index:15026;line-height:1.4;letter-spacing:0;top:8.5625rem;left:2.75rem;height:1.8375rem;text-align:left;text-align-last:left;display:block; }
#VZsLdye64gWDQuqhhCIFKUpgDvyZIZVw { position:absolute;display:block;z-index:14998;background-color:rgba(var(--color-primary-3),0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.1875rem solid rgba(var(--color-primary-4),1);border-left:0.1875rem solid rgba(var(--color-primary-4),1);border-right:0.1875rem solid rgba(var(--color-primary-4),1);border-bottom:0.1875rem solid rgba(var(--color-primary-4),1);border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:26.8125rem;width:59.625rem;top:7.1875rem;left:0rem;display:block; }
#WUmayFFOfskPB7uXUWPJIqaME7daFJcy { color:rgba(var(--color-tertiary-4),1);display:block;width:53.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:normal;z-index:15025;line-height:1.4;letter-spacing:0;top:26.3125rem;left:5.5625rem;height:1.6621125rem;text-align:left;text-align-last:left;display:block; }
#soVZAwTUtWKJW275O3C9tPeJqmyDK4oM { position:absolute;display:block;z-index:15035;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3rem;width:1.3125rem;top:25.625rem;left:2.75rem;display:block; }
#N8xekWUGolPmET9tDqK05HldVmqRxzl3 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.9375rem;width:1.9375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15036;opacity:1;top:26.1875rem;left:2.75rem; }
#Su8D7AIRuSuzb0VxewhhCn1a9m9BhH9d { position:absolute;display:block;z-index:15038;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3rem;width:1.3125rem;top:29.1875rem;left:2.75rem;display:block; }
#RovGhPt8ySTf7ZeaE7pARR3vlB7TJV5l { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.9375rem;width:1.9375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15039;opacity:1;top:29.75rem;left:2.75rem; }
#TFJT49vC6rakb8CTsV8oVDB4tMAsCOux { color:rgba(var(--color-tertiary-4),1);display:block;width:53.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:normal;z-index:15028;line-height:1.4;letter-spacing:0;top:29.875rem;left:5.5625rem;height:1.6621125rem;text-align:left;text-align-last:left;display:block; }
#iVBN86ID0wFOH8iSpWdBFxUPP9OQfu1s { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(230,230,230,0.4);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; }#iVBN86ID0wFOH8iSpWdBFxUPP9OQfu1s > .row .container { background-color: transparent; background-image: none; }#iVBN86ID0wFOH8iSpWdBFxUPP9OQfu1s::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iVBN86ID0wFOH8iSpWdBFxUPP9OQfu1s > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iVBN86ID0wFOH8iSpWdBFxUPP9OQfu1s > .row .container > .video-iframe-container { display: none; }#iVBN86ID0wFOH8iSpWdBFxUPP9OQfu1s > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iVBN86ID0wFOH8iSpWdBFxUPP9OQfu1s > .row > .video-iframe-container { display: none; }#iVBN86ID0wFOH8iSpWdBFxUPP9OQfu1s > .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); }#iVBN86ID0wFOH8iSpWdBFxUPP9OQfu1s > .row .container { border-width: 0; border-radius: 0; }#iVBN86ID0wFOH8iSpWdBFxUPP9OQfu1s > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#iVBN86ID0wFOH8iSpWdBFxUPP9OQfu1s > .row .container { font-size:0.875rem;font-family:arial;height:24.875rem;width:60rem;position:relative;display:block; }#kUxgp1hxd8C7W6KqhbKV9LZM9uwg3PR1 { position:absolute;display:block;z-index:15023;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:3rem;width:1.3125rem;top:6.125rem;left:2.1875rem;display:block; }
#N6bMMHHPZ8362sKtobg4kwi0ovnSniQl { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.9375rem;width:1.9375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15024;opacity:1;top:6.6875rem;left:2.1875rem; }
#Tq6kiHZGTZiJ2qfM7R71ul0xdnNJEAmT { color:#1f333b;display:block;width:51.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:normal;z-index:15013;line-height:1.4;letter-spacing:0;top:6.875rem;left:5.0625rem;height:1.6621125rem;text-align:left;text-align-last:left;display:block; }
#NoOiZwoizIf9Ml4bNOCCEi2Fvg01BQqJ { color:rgba(var(--color-tertiary-4),1);display:block;width:42.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:normal;z-index:15027;line-height:1.4;letter-spacing:0;top:2.6875rem;left:2.8125rem;height:1.8375rem;text-align:left;text-align-last:left;display:block; }
#A9ZVT3Zvqb3UmWop4pr0cRgnOXyw0TOr { position:absolute;display:block;z-index:15026;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:3rem;width:1.3125rem;top:9.6875rem;left:2.1875rem;display:block; }
#WxSX7P3tKAlsRGe6vIlunrST4Hb77DlG { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.9375rem;width:1.9375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15027;opacity:1;top:10.25rem;left:2.1875rem; }
#DO3vRE0PW37zBJcCbC82RhCBfMz3xXXr { color:#1f333b;display:block;width:52.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:normal;z-index:15016;line-height:1.4;letter-spacing:0;top:10.4375rem;left:5.0625rem;height:1.6621125rem;text-align:left;text-align-last:left;display:block; }
#iT2TPgfySSMJuWUK52QcMOv1dTnaKAMh { color:#1f333b;display:block;width:52.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:normal;z-index:15019;line-height:1.4;letter-spacing:0;top:14rem;left:5.0625rem;height:1.6621125rem;text-align:left;text-align-last:left;display:block; }
#b4J9fUCSD6rLCZevI5rAh6USbWoM4e5i { position:absolute;display:block;z-index:15029;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:3rem;width:1.3125rem;top:13.25rem;left:2.1875rem;display:block; }
#X86OTWZoQ3os3Hqbid1dDxoTGuZBDknS { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.9375rem;width:1.9375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15030;opacity:1;top:13.8125rem;left:2.1875rem; }
#gxkiZJ6OX8Ieb6WMWCDm56zXFVnTn0S2 { color:#1f333b;display:block;width:52.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:normal;z-index:15022;line-height:1.4;letter-spacing:0;top:17.5625rem;left:5.0625rem;height:1.6621125rem;text-align:left;text-align-last:left;display:block; }
#P0IbdZ67PTtH6wawwHmdMG4CbX0SU1lW { position:absolute;display:block;z-index:15032;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:3rem;width:1.3125rem;top:16.8125rem;left:2.1875rem;display:block; }
#CqH4nZbF1VkuJUqLc69DyXB6NTG62TkE { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.9375rem;width:1.9375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15033;opacity:1;top:17.375rem;left:2.1875rem; }
#eCRUECrktuto1CrMoDg7uWgslOWn3aSD { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;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; }#eCRUECrktuto1CrMoDg7uWgslOWn3aSD > .row .container { background-color: transparent; background-image: none; }#eCRUECrktuto1CrMoDg7uWgslOWn3aSD::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eCRUECrktuto1CrMoDg7uWgslOWn3aSD > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eCRUECrktuto1CrMoDg7uWgslOWn3aSD > .row .container > .video-iframe-container { display: none; }#eCRUECrktuto1CrMoDg7uWgslOWn3aSD > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eCRUECrktuto1CrMoDg7uWgslOWn3aSD > .row > .video-iframe-container { display: none; }#eCRUECrktuto1CrMoDg7uWgslOWn3aSD > .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); }#eCRUECrktuto1CrMoDg7uWgslOWn3aSD > .row .container { border-width: 0; border-radius: 0; }#eCRUECrktuto1CrMoDg7uWgslOWn3aSD > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#eCRUECrktuto1CrMoDg7uWgslOWn3aSD > .row .container { font-size:0.875rem;font-family:arial;height:45.75rem;width:60rem;position:relative;display:block; }#uqrtmhHbBBnEB5wxNarP458C2hnV9BpX { color:rgba(var(--color-primary-4),1);display:block;width:37.6875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:700;z-index:14999;line-height:1.3;letter-spacing:0;top:3.0625rem;left:11.15625rem;height:;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;font-style:normal;display:block; }
#e5TgOUUgOMBl1Oybpu8aeD5hsGqp2Tht { position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-primary-3),0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.1875rem solid rgba(var(--color-primary-4),1);border-left:0.1875rem solid rgba(var(--color-primary-4),1);border-right:0.1875rem solid rgba(var(--color-primary-4),1);border-bottom:0.1875rem solid rgba(var(--color-primary-4),1);border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.25rem;width:52.75rem;top:25.5625rem;left:3.625rem;display:block; }
#Z52kcLQdpXe56muoT77ekcvWfmgXtITk { color:rgba(var(--color-tertiary-4),1);display:block;width:51.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15011;line-height:1.8;letter-spacing:0;top:27.375rem;left:4.625rem;height:4.05rem;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; }
#va5GJJQ4K5OQ7NTbyMsPJTTJAtvraTQT { color:rgba(var(--color-tertiary-4),1);display:block;width:51.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15026;line-height:1.4;letter-spacing:0;top:7.375rem;left:4.15625rem;height:15.75rem;text-align:left;text-align-last:left;display:block; }
#q298TcXk7flXSD2MRtD4kVgDwBGKLrUT { background-color:rgba(var(--color-primary-4),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:12.5rem;border-top-right-radius:12.5rem;border-bottom-left-radius:12.5rem;border-bottom-right-radius:12.5rem;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.1875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:28.25rem;height:4.75rem;text-decoration:none;z-index:15010;text-align:center;text-align-last:center;top:35.5625rem;left:15.875rem;display:block; }
#d1VsPcIHEHBe3R5ck7obewkCy8QhRbiO { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#RolMXGJnRatycHcWQ9F6NQMZIe70yPmi { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-2),0.4);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; }#RolMXGJnRatycHcWQ9F6NQMZIe70yPmi > .row .container { background-color: transparent; background-image: none; }#RolMXGJnRatycHcWQ9F6NQMZIe70yPmi::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RolMXGJnRatycHcWQ9F6NQMZIe70yPmi > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RolMXGJnRatycHcWQ9F6NQMZIe70yPmi > .row .container > .video-iframe-container { display: none; }#RolMXGJnRatycHcWQ9F6NQMZIe70yPmi > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RolMXGJnRatycHcWQ9F6NQMZIe70yPmi > .row > .video-iframe-container { display: none; }#RolMXGJnRatycHcWQ9F6NQMZIe70yPmi > .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); }#RolMXGJnRatycHcWQ9F6NQMZIe70yPmi > .row .container { border-width: 0; border-radius: 0; }#RolMXGJnRatycHcWQ9F6NQMZIe70yPmi > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#RolMXGJnRatycHcWQ9F6NQMZIe70yPmi > .row .container { font-size:0.875rem;font-family:arial;height:11.875rem;width:60rem;position:relative;display:block; }#Hg7ahoUFvmolymUrJK2FBdk59XGPWqGB { color:rgba(var(--color-primary-4),1);display:block;width:60rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:700;z-index:14999;line-height:1.3;letter-spacing:0;top:3.6875rem;left:0rem;height:3.2484375rem;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;font-style:normal;display:block; }
#hg9vzdsdnAEWTRnG3yXindMWTTWh6Ct4 { color:rgba(var(--color-primary-4),1);display:block;width:60rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:7.5625rem;left:0rem;height:3.2484375rem;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;font-style:normal;display:block; }
#uvWQO5b3A86BpalBVDURf1PpBw35U6m8 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-2),0.4);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; }#uvWQO5b3A86BpalBVDURf1PpBw35U6m8 > .row .container { background-color: transparent; background-image: none; }#uvWQO5b3A86BpalBVDURf1PpBw35U6m8::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uvWQO5b3A86BpalBVDURf1PpBw35U6m8 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uvWQO5b3A86BpalBVDURf1PpBw35U6m8 > .row .container > .video-iframe-container { display: none; }#uvWQO5b3A86BpalBVDURf1PpBw35U6m8 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uvWQO5b3A86BpalBVDURf1PpBw35U6m8 > .row > .video-iframe-container { display: none; }#uvWQO5b3A86BpalBVDURf1PpBw35U6m8 > .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); }#uvWQO5b3A86BpalBVDURf1PpBw35U6m8 > .row .container { border-width: 0; border-radius: 0; }#uvWQO5b3A86BpalBVDURf1PpBw35U6m8 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#uvWQO5b3A86BpalBVDURf1PpBw35U6m8 > .row .container { font-size:0.875rem;font-family:arial;height:10.375rem;width:60rem;position:relative;display:block; }#Em1xZiTPig8rXguO8OeRdOLQX7Tv6Owi { color:#1f333b;display:block;width:51.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:1.619140625rem;left:5rem;height:1.6253875rem;text-align:left;text-align-last:left;display:block; }
#VQASaRVhKGqHgFaHk8PFUDoheXvIzSI7 { color:#1f333b;display:block;width:47.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15003;line-height:1.4;letter-spacing:0;top:4.5rem;left:5rem;height:3.15rem;text-align:left;text-align-last:left;display:block; }
#glB7JLTofSQIrXTMgrgIeVCDmM7hceER { position:absolute;display:block;z-index:15025;background-color:rgba(var(--color-primary-4),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:0.125rem;width:60rem;top:10.1875rem;left:0rem;display:block; }
#zxxm2p1haGHGBlkbVudVUOR5qswSnrX4 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-2),0.4);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; }#zxxm2p1haGHGBlkbVudVUOR5qswSnrX4 > .row .container { background-color: transparent; background-image: none; }#zxxm2p1haGHGBlkbVudVUOR5qswSnrX4::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zxxm2p1haGHGBlkbVudVUOR5qswSnrX4 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zxxm2p1haGHGBlkbVudVUOR5qswSnrX4 > .row .container > .video-iframe-container { display: none; }#zxxm2p1haGHGBlkbVudVUOR5qswSnrX4 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zxxm2p1haGHGBlkbVudVUOR5qswSnrX4 > .row > .video-iframe-container { display: none; }#zxxm2p1haGHGBlkbVudVUOR5qswSnrX4 > .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); }#zxxm2p1haGHGBlkbVudVUOR5qswSnrX4 > .row .container { border-width: 0; border-radius: 0; }#zxxm2p1haGHGBlkbVudVUOR5qswSnrX4 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#zxxm2p1haGHGBlkbVudVUOR5qswSnrX4 > .row .container { font-size:0.875rem;font-family:arial;height:10.9375rem;width:60rem;position:relative;display:block; }#fOSqMh9UarEsQnrzyV2QelvHr4gSvyzN { color:#1f333b;display:block;width:50.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:1.619140625rem;left:5rem;height:1.6253875rem;text-align:left;text-align-last:left;display:block; }
#T3fRGFqNSTtqOPAXKKLvMuILFfriG19r { color:#1f333b;display:block;width:51.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15003;line-height:1.4;letter-spacing:0;top:6.125rem;left:5.25rem;height:3.15rem;text-align:left;text-align-last:left;display:block; }
#u6VQALDeJPkdvnBg59X8q5uOe6iRoxbp { position:absolute;display:block;z-index:15025;background-color:rgba(var(--color-primary-4),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:0.125rem;width:60rem;top:10.625rem;left:0rem;display:block; }
#e3pmTEm5NhtRlzk7cCk6mDP4eVWEqxHH { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-2),0.4);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; }#e3pmTEm5NhtRlzk7cCk6mDP4eVWEqxHH > .row .container { background-color: transparent; background-image: none; }#e3pmTEm5NhtRlzk7cCk6mDP4eVWEqxHH::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#e3pmTEm5NhtRlzk7cCk6mDP4eVWEqxHH > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#e3pmTEm5NhtRlzk7cCk6mDP4eVWEqxHH > .row .container > .video-iframe-container { display: none; }#e3pmTEm5NhtRlzk7cCk6mDP4eVWEqxHH > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#e3pmTEm5NhtRlzk7cCk6mDP4eVWEqxHH > .row > .video-iframe-container { display: none; }#e3pmTEm5NhtRlzk7cCk6mDP4eVWEqxHH > .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); }#e3pmTEm5NhtRlzk7cCk6mDP4eVWEqxHH > .row .container { border-width: 0; border-radius: 0; }#e3pmTEm5NhtRlzk7cCk6mDP4eVWEqxHH > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#e3pmTEm5NhtRlzk7cCk6mDP4eVWEqxHH > .row .container { font-size:0.875rem;font-family:arial;height:10.625rem;width:60rem;position:relative;display:block; }#Dy3mcHRIGyLWGvWAIRkxWab3isFLn8nE { color:#1f333b;display:block;width:47.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:1.619140625rem;left:5rem;height:1.6253875rem;text-align:left;text-align-last:left;display:block; }
#ZtiWglOkOswdJQpd0TIG60WWP7zvMyVk { color:#1f333b;display:block;width:51.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15003;line-height:1.4;letter-spacing:0;top:4.5rem;left:5rem;height:4.725rem;text-align:left;text-align-last:left;display:block; }
#RTnMlooHp6ZcGHcrf6lpqq9oX4LC6Tea { position:absolute;display:block;z-index:15025;background-color:rgba(var(--color-primary-4),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:0.125rem;width:60rem;top:10.5rem;left:0rem;display:block; }
#VeNBh1N4P858NNW9WlOBKXBZx9T6T6rs { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-2),0.4);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; }#VeNBh1N4P858NNW9WlOBKXBZx9T6T6rs > .row .container { background-color: transparent; background-image: none; }#VeNBh1N4P858NNW9WlOBKXBZx9T6T6rs::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VeNBh1N4P858NNW9WlOBKXBZx9T6T6rs > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VeNBh1N4P858NNW9WlOBKXBZx9T6T6rs > .row .container > .video-iframe-container { display: none; }#VeNBh1N4P858NNW9WlOBKXBZx9T6T6rs > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VeNBh1N4P858NNW9WlOBKXBZx9T6T6rs > .row > .video-iframe-container { display: none; }#VeNBh1N4P858NNW9WlOBKXBZx9T6T6rs > .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); }#VeNBh1N4P858NNW9WlOBKXBZx9T6T6rs > .row .container { border-width: 0; border-radius: 0; }#VeNBh1N4P858NNW9WlOBKXBZx9T6T6rs > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#VeNBh1N4P858NNW9WlOBKXBZx9T6T6rs > .row .container { font-size:0.875rem;font-family:arial;height:9.125rem;width:60rem;position:relative;display:block; }#KS7GIqEhE7XiKfuespO62n8R3rTwn80e { color:#1f333b;display:block;width:47.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:1.619140625rem;left:5rem;height:1.6253875rem;text-align:left;text-align-last:left;display:block; }
#zOcGXAJduLVaZRfNFEL3MRFHdtCFK7pN { color:#1f333b;display:block;width:50.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15003;line-height:1.4;letter-spacing:0;top:4.5rem;left:5rem;height:1.575rem;text-align:left;text-align-last:left;display:block; }
#MJW6vvMLLO0rriA7K2OFdLFHBU1dvTMh { position:absolute;display:block;z-index:15025;background-color:rgba(var(--color-primary-4),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:0.125rem;width:60rem;top:8.9375rem;left:0rem;display:block; }
#xZ62tyPWkQpJnFPciqcOcIwTkdz2BNz4 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-2),0.4);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; }#xZ62tyPWkQpJnFPciqcOcIwTkdz2BNz4 > .row .container { background-color: transparent; background-image: none; }#xZ62tyPWkQpJnFPciqcOcIwTkdz2BNz4::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xZ62tyPWkQpJnFPciqcOcIwTkdz2BNz4 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xZ62tyPWkQpJnFPciqcOcIwTkdz2BNz4 > .row .container > .video-iframe-container { display: none; }#xZ62tyPWkQpJnFPciqcOcIwTkdz2BNz4 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xZ62tyPWkQpJnFPciqcOcIwTkdz2BNz4 > .row > .video-iframe-container { display: none; }#xZ62tyPWkQpJnFPciqcOcIwTkdz2BNz4 > .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); }#xZ62tyPWkQpJnFPciqcOcIwTkdz2BNz4 > .row .container { border-width: 0; border-radius: 0; }#xZ62tyPWkQpJnFPciqcOcIwTkdz2BNz4 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#xZ62tyPWkQpJnFPciqcOcIwTkdz2BNz4 > .row .container { font-size:0.875rem;font-family:arial;height:10.3125rem;width:60rem;position:relative;display:block; }#TxCf96sWHLAD32ptHd4L5cb66Q519Kxg { color:#1f333b;display:block;width:53.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:1.619140625rem;left:5rem;height:1.6253875rem;text-align:left;text-align-last:left;display:block; }
#ENEZEbuBgCFE3mItquH1GpdcBInr9dbi { color:#1f333b;display:block;width:47.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15003;line-height:1.4;letter-spacing:0;top:4.5rem;left:5rem;height:4.725rem;text-align:left;text-align-last:left;display:block; }
#XMHxxE6RgkW8K9vSXgruramwpFdz4cxU { position:absolute;display:block;z-index:15025;background-color:rgba(var(--color-primary-4),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:0.125rem;width:60rem;top:10rem;left:0rem;display:block; }
#qkwb20IPBkIwTqOsU2NCSPtSkl7BThBH { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-2),0.4);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; }#qkwb20IPBkIwTqOsU2NCSPtSkl7BThBH > .row .container { background-color: transparent; background-image: none; }#qkwb20IPBkIwTqOsU2NCSPtSkl7BThBH::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qkwb20IPBkIwTqOsU2NCSPtSkl7BThBH > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qkwb20IPBkIwTqOsU2NCSPtSkl7BThBH > .row .container > .video-iframe-container { display: none; }#qkwb20IPBkIwTqOsU2NCSPtSkl7BThBH > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qkwb20IPBkIwTqOsU2NCSPtSkl7BThBH > .row > .video-iframe-container { display: none; }#qkwb20IPBkIwTqOsU2NCSPtSkl7BThBH > .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); }#qkwb20IPBkIwTqOsU2NCSPtSkl7BThBH > .row .container { border-width: 0; border-radius: 0; }#qkwb20IPBkIwTqOsU2NCSPtSkl7BThBH > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#qkwb20IPBkIwTqOsU2NCSPtSkl7BThBH > .row .container { font-size:0.875rem;font-family:arial;height:8.5625rem;width:60rem;position:relative;display:block; }#BA0P0NCAvL5hLSkPWrrVRqHEXawtbzWu { color:#1f333b;display:block;width:47.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:1.619140625rem;left:5rem;height:1.6253875rem;text-align:left;text-align-last:left;display:block; }
#ytI2k5T6hDu8LOnXUGaKKzIAEk9AM2z6 { color:#1f333b;display:block;width:47.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15003;line-height:1.4;letter-spacing:0;top:4.5rem;left:5rem;height:3.15rem;text-align:left;text-align-last:left;display:block; }
#bx7yaT34ex7ozXKxaywrBspMF0a2LtDf { position:absolute;display:block;z-index:15025;background-color:rgba(var(--color-primary-4),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:0.125rem;width:60rem;top:8.375rem;left:0rem;display:block; }
#ExSiBehRS5akmIDfGycG6WVdOPHhFgrA { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-2),0.4);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; }#ExSiBehRS5akmIDfGycG6WVdOPHhFgrA > .row .container { background-color: transparent; background-image: none; }#ExSiBehRS5akmIDfGycG6WVdOPHhFgrA::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ExSiBehRS5akmIDfGycG6WVdOPHhFgrA > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ExSiBehRS5akmIDfGycG6WVdOPHhFgrA > .row .container > .video-iframe-container { display: none; }#ExSiBehRS5akmIDfGycG6WVdOPHhFgrA > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ExSiBehRS5akmIDfGycG6WVdOPHhFgrA > .row > .video-iframe-container { display: none; }#ExSiBehRS5akmIDfGycG6WVdOPHhFgrA > .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); }#ExSiBehRS5akmIDfGycG6WVdOPHhFgrA > .row .container { border-width: 0; border-radius: 0; }#ExSiBehRS5akmIDfGycG6WVdOPHhFgrA > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ExSiBehRS5akmIDfGycG6WVdOPHhFgrA > .row .container { font-size:0.875rem;font-family:arial;height:8.6875rem;width:60rem;position:relative;display:block; }#gwh4MFQDAItbuG3ga6ToHvvH4p5OreOb { color:#1f333b;display:block;width:47.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:1.619140625rem;left:5rem;height:1.6253875rem;text-align:left;text-align-last:left;display:block; }
#ziUVyRiZdWPWkPTpDDit3IXnJHQpSVGm { color:#1f333b;display:block;width:47.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15003;line-height:1.4;letter-spacing:0;top:4.5rem;left:5rem;height:3.15rem;text-align:left;text-align-last:left;display:block; }
#hX3sBzHtU59E0tzpt4QyDC1yrs6T2Mgq { position:absolute;display:block;z-index:15025;background-color:rgba(var(--color-primary-4),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:0.125rem;width:60rem;top:8.5rem;left:0rem;display:block; }
#TszxRppTMSkNTAmc82Ffp56gkhxRrVEz { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-2),0.4);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; }#TszxRppTMSkNTAmc82Ffp56gkhxRrVEz > .row .container { background-color: transparent; background-image: none; }#TszxRppTMSkNTAmc82Ffp56gkhxRrVEz::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TszxRppTMSkNTAmc82Ffp56gkhxRrVEz > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TszxRppTMSkNTAmc82Ffp56gkhxRrVEz > .row .container > .video-iframe-container { display: none; }#TszxRppTMSkNTAmc82Ffp56gkhxRrVEz > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TszxRppTMSkNTAmc82Ffp56gkhxRrVEz > .row > .video-iframe-container { display: none; }#TszxRppTMSkNTAmc82Ffp56gkhxRrVEz > .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); }#TszxRppTMSkNTAmc82Ffp56gkhxRrVEz > .row .container { border-width: 0; border-radius: 0; }#TszxRppTMSkNTAmc82Ffp56gkhxRrVEz > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#TszxRppTMSkNTAmc82Ffp56gkhxRrVEz > .row .container { font-size:0.875rem;font-family:arial;height:15rem;width:60rem;position:relative;display:block; }#QSo7lycTeFDDi04CLNsTlw7JWr8J0ATW { color:#1f333b;display:block;width:47.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15003;line-height:1.4;letter-spacing:0;top:1.8125rem;left:5.0625rem;height:1.575rem;text-align:left;text-align-last:left;display:block; }
#noeMAoaXDS51QXU3TT2yUJPMSNu80XNu { background-color:rgba(var(--color-primary-4),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:12.5rem;border-top-right-radius:12.5rem;border-bottom-left-radius:12.5rem;border-bottom-right-radius:12.5rem;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.1875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:29rem;height:4.375rem;text-decoration:none;z-index:15010;text-align:center;text-align-last:center;top:6.875rem;left:15.5rem;display:block; }
#iXwUUG9g8d805OffVQAuyTy2WqBL3Tbb { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#t9O10lOePqUuy9RMsZdDSK3oICvhbFsB { position:relative;display:block; }#t9O10lOePqUuy9RMsZdDSK3oICvhbFsB { background-color: transparent; background-image: none; }#t9O10lOePqUuy9RMsZdDSK3oICvhbFsB::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#t9O10lOePqUuy9RMsZdDSK3oICvhbFsB > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#t9O10lOePqUuy9RMsZdDSK3oICvhbFsB > .row .container > .video-iframe-container { display: none; }#t9O10lOePqUuy9RMsZdDSK3oICvhbFsB > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#t9O10lOePqUuy9RMsZdDSK3oICvhbFsB > .row > .video-iframe-container { display: none; }#t9O10lOePqUuy9RMsZdDSK3oICvhbFsB > .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); }#t9O10lOePqUuy9RMsZdDSK3oICvhbFsB { border-width: 0; border-radius: 0; }#t9O10lOePqUuy9RMsZdDSK3oICvhbFsB > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#t9O10lOePqUuy9RMsZdDSK3oICvhbFsB > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:6.75rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#pP9nLZTLL48E599A97V9u36eQlvuyG0x { color:#1f333b;display:block;width:13.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:normal;z-index:15004;line-height:1.4;letter-spacing:0;top:1.75rem;left:46.875rem;height:1.3125rem;text-align:left;text-align-last:left;display:block; }
#veQA546lG6imbJvlMS4IWxaHNLXtC37s { color:#1f333b;display:block;width:12.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:normal;z-index:15005;line-height:1.4;letter-spacing:0;top:3.6875rem;left:46.875rem;height:1.3125rem;text-align:left;text-align-last:left;display:block; }
#OG086o73Z3w1yQtQbZZJ7bR6MrHztnI7 { position:absolute;display:block;z-index:15023;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.875rem;width:7.4375rem;top:0.9375rem;left:0rem;overflow:hidden;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) { #L9KVTEUHT4eu5D0xFQy0QaQF0ysJkIW1 { width:47.75rem;height:;top:1.375rem;left:0rem;font-size:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rFpZyI6RNFrsE4gs26NFtJtMVLulp9fd { display:block; }#rFpZyI6RNFrsE4gs26NFtJtMVLulp9fd > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #p58q5ZxaT6JznxdeRxQicI6l1tp8CbmN { width:47.75rem;height:10.6875rem;top:2.625rem;left:0rem;font-size:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #JwA9wzHGEQs7SnaSSNSzsiVztXrwlvA5 { width:4.875rem;height:7.4375rem;top:12.125rem;left:42.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #iu8ZHAlraVBdkfKbW4BivpaLu1nnKqXe { width:6.5rem;height:9.75rem;top:5.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #VAqrsgZyvpx9N1QIke4OTcweWyc5WxaG { width:29rem;height:4.375rem;top:22.3125rem;left:9.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qeOn5MASZOvZs3I3iUxtp51Gz5pgnfSm { display:block; }
 }@media only screen and (max-width: 763px) { #xb5E8wFaxIE0BtqgvRQTzmAq54Xpc1f5 { width:43.125rem;height:4.125rem;top:15.5625rem;left:2.3125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zCfhozc0ppFu0WKiq4S2BaR7DHTmIyzW { width:29rem;height:4.375rem;top:23.125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #liB1U3U6zeBkaXmfpORaNxpJXVvIxiMa { display:block; }
 }@media only screen and (max-width: 763px) { #iTU3VAUldNTIb5Z0bahnreBPRu8GhGyZ { top:28.875rem;left:8.5625rem;width:30.625rem;height:9.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cLrP0rRKLFrSLgA94td8obk4966PT3v8 { top:29.375rem;left:9.90625rem;width:27.9375rem;height:8.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xmyzNfiC28hXLkK1tmgCzXsNioTzLw0g { display:block; }#xmyzNfiC28hXLkK1tmgCzXsNioTzLw0g > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SCfAHkb05OtmR5501XF5GhOVwchiTfq3 { width:47.75rem;height:;top:3.875rem;left:0rem;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #e5gKTQ7ZWCumSIWUSFGVWsUv0NphTLCO { width:47.75rem;height:6rem;top:8.8125rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MDahFo0yftDXDEC579XzWfd3fOvl4kwu { width:47.375rem;height:4.5rem;top:16.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ArW53dlQe3G3R3fDqwXdpRcMhwgMToob { width:47.75rem;height:2.3125rem;top:17.375rem;left:0rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #V48TNVOvJsg3TPczLkRKiHubZew62T7s { display:block; }#V48TNVOvJsg3TPczLkRKiHubZew62T7s > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TlqHN8UBxcSLFpaztevbft8fttK3eWdG { width:1.9375rem;height:1.9375rem;top:12.9375rem;left:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #aABPO79NnX4QOZgDItK4z07DGcBg2BLN { width:1.3125rem;height:3rem;top:12.375rem;left:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Br1aMMv4I0xTucMbgL8cinCtR8ba1UOi { width:46.0625rem;height:1.625rem;top:13.125rem;left:1.6875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bgPck06E7TxDw1kzGWgEQNrzqLufIc23 { width:1.3125rem;height:3rem;top:16.25rem;left:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #CqOfgqtnrwEIiXEFNwq9E8fNp6Rlm9W9 { width:1.9375rem;height:1.9375rem;top:16.8125rem;left:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #MInTo8gTfOzg5cPRqGPyTusqA0919k9B { width:46.625rem;height:1.625rem;top:16.9375rem;left:1.125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CoJJxaTk5LQuglrw0yNhgcbS3TJVkJl4 { width:44.4375rem;height:1.625rem;top:20.6875rem;left:3.3125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q3ITPdna5BQyNPs9X12wmPnZne2bfZMf { width:1.9375rem;height:1.9375rem;top:20.5rem;left:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #LUdqzaoFm881GrQLJ25sbS2tmk4Ehhdg { width:1.3125rem;height:3rem;top:19.9375rem;left:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #CBzOU7cJneWpZTXysBqUxsWJ2nfJudZz { width:1.3125rem;height:3rem;top:23.6875rem;left:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #htrVRnFDfprleWzOXlqsvFeJXLzrdzX0 { width:1.9375rem;height:1.9375rem;top:24.25rem;left:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #HZfsKdX3HZ5flnexviqRBJJIqIuLS9xA { width:46.625rem;height:1.625rem;top:24.375rem;left:1.125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PtTTGCbRxcHR5J3kUTH9HnNqxDCi0yfv { width:45.9375rem;height:7rem;top:3.9375rem;left:0.1875rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #J10SNwlTingLMRAT7FH1OmT9cFfpChTl { width:47.75rem;height:3.5rem;top:32.0625rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KPtLdM0rwHi18vLpF0JaTcVgANU3PvKQ { width:1.3125rem;height:3rem;top:27.4375rem;left:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #SZv1kHnB9enMw4QZcDBh9ETaoMZh1wgV { width:1.9375rem;height:1.9375rem;top:28rem;left:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #UEPzVLCQNtdVdVRdq0sbASWvoMN8TWTO { width:45.75rem;height:1.625rem;top:28.125rem;left:2rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FXd1CiNoxwEIWIa6vvNANTExx5T4p3rM { width:47.75rem;height:5.25rem;top:36.5625rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MAhHIKCTgSKGTtTfIEZKuUGkboS2LTG2 { display:block; }#MAhHIKCTgSKGTtTfIEZKuUGkboS2LTG2 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XPN1sUrpgfiNl7cZ4rdr2eCBJfXmpfO8 { width:1.9375rem;height:1.9375rem;top:12.375rem;left:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xRviJlPf02B3AJy8ohkXWWhTbZmW6VlU { width:1.3125rem;height:3rem;top:11.8125rem;left:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QfuQGmrFNCOqv7yfVvXhTGso8XwbvAXl { width:39.4375rem;height:3.25rem;top:12.5625rem;left:4.8125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VEu6HS3guaeQcczJomr8QEMlLfRH7BoK { width:1.3125rem;height:3rem;top:16.625rem;left:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #nKFfvyWAm9KuXQfAfn1uQPaVTVRFinyW { width:1.9375rem;height:1.9375rem;top:17.1875rem;left:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #GsDvpMd7DZgp2f4B4DIsgT9ix9UOGZsB { width:33rem;height:3.25rem;top:17.375rem;left:4.8125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rsOEPoBNfi4feOrh9oGbNX6i7vGDTTWi { width:40.9375rem;height:3.25rem;top:21.375rem;left:4.8125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #oeDWqTRpGwHKFyP2d3UA2q26wRHTqnJL { width:1.9375rem;height:1.9375rem;top:21.1875rem;left:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dvTmvnhL2GI7NaDnGPPApE826x6RPD6l { width:1.3125rem;height:3rem;top:20.625rem;left:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ShcRLHNtPxzg8nhUleMmBnF5cXAMgS6x { width:1.3125rem;height:3rem;top:25.1875rem;left:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #suEAfZvOAJgXGN9Bq5ANHO3luJbnSMmT { width:1.9375rem;height:1.9375rem;top:25.75rem;left:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TkTPrUXGvlUsXur5UOXD4Jqei4kwGCXX { width:38.625rem;height:3.25rem;top:25.9375rem;left:4.8125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QZTlpsTGQwyPqvs25ePEqzRP2VX2puZC { width:43.9375rem;height:3.25rem;top:30.5rem;left:3.8125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #C76RxGp7klwigApo7ZbXsoNW3zunCKtQ { width:1.3125rem;height:3rem;top:29.75rem;left:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #X9bavwO6u6zfxz0T1vem8JrMEwp1c09Z { width:1.9375rem;height:1.9375rem;top:30.3125rem;left:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #AEEcNT2rviPFUysB3dE8wf9Sw1SWCc7s { width:45.9375rem;height:7rem;top:3.0625rem;left:1.8125rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #gIoJeRWQoIvdJhL7Ez01GPFHHEXg9TX5 { width:47.75rem;height:4.875rem;top:35.8125rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vOmq4grDkhmegclgqCWba6mbTsfZIa62 { display:block; }#vOmq4grDkhmegclgqCWba6mbTsfZIa62 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #a1qbBuWu0nspsGnnnvhzsTWN1bPstKrs { width:47.75rem;height:;top:3.875rem;left:0rem;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZLPty600Z643ydSqphCuAFQCKs4zmI7Q { width:47.75rem;height:6rem;top:8.8125rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XWAV7uwX6U542UJTVTVxLzPwoZCywcT7 { width:47.375rem;height:14.125rem;top:16.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #cfdbZbAbT88X4VIizJm27gE2JNHbxl23 { width:47.75rem;height:11.5625rem;top:17.375rem;left:0rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ii2Jib8TMIUO22QlK4E8efBOxGK0v7wG { display:block; }#Ii2Jib8TMIUO22QlK4E8efBOxGK0v7wG > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ifaqfszb8haz13aeXuSPcO3Nqaxk5uxd { width:45.125rem;height:6.5rem;top:2.625rem;left:1.3125rem;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bBABfUmTU3H5ETVtKGhacEZD5RJmxupX { display:block; }#bBABfUmTU3H5ETVtKGhacEZD5RJmxupX > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #azfsGnBGHxRZcOtJHIrF9m8OwNVPD9PG { width:24.5rem;height:8.125rem;top:10.375rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VbKWu0aaopH9MZhu1eZL1UJ12QOdrkMB { width:22.1875rem;height:1.75rem;top:7.6875rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #VblGiXJTli3W1Bkq6KSNnsL5d30i4L87 { width:1.875rem;height:4.1875rem;top:2.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #dWiMB1kI3DxicH4X5o0Ikxk1rWoLIpi7 { width:3.4375rem;height:3.4375rem;top:2.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #qVRV4nByU7ngLHpKZoFQnTb0L66IvWXt { width:24.5rem;height:6.5rem;top:10.4375rem;left:23.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #aavyaveAHHsNF88lNsdrQGrQdoV4RPQJ { width:27.125rem;height:1.75rem;top:7.75rem;left:20.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #yVKbdgUOPmnEHSsaVc0irUnsff8Jk6gF { width:1.875rem;height:4.1875rem;top:2.25rem;left:23.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rssbKd5iLskOciyO443yRudOkRLLrMKU { width:3.4375rem;height:3.4375rem;top:2.625rem;left:23.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #iW32TxQso2mrWfSUqHPwE0wcfn1ycV3T { display:block; }#iW32TxQso2mrWfSUqHPwE0wcfn1ycV3T > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LC2iqcB2oIZuRxO5AgnviNSNx6POthJa { width:24.5rem;height:4.875rem;top:12.1875rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #k38hsuwK3bE3vPrSQIOMLGi3AxN9vtmT { width:17.375rem;height:3.5rem;top:7.6875rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #fwTJUrDepfgyV6NXZ6gKRXc9Z8q2O2ES { width:1.875rem;height:4.1875rem;top:2.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #DvTq82v5haQ72fv7665Zy7aBCTKWai3t { width:3.4375rem;height:3.4375rem;top:2.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #o68qHsobNQAoekq0nx0kHvQa0t5J7V57 { width:24.5rem;height:4.875rem;top:12.125rem;left:23.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vDS82OU0KxKuG19LdUkTTTEdQH00qhJl { width:22.5rem;height:3.5rem;top:7.75rem;left:20.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #eeIBTvnXfw41X00zBtKJpLPuNB8FTWkZ { width:1.875rem;height:4.1875rem;top:2.25rem;left:23.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #afIMUVCUl72bIzdcIHhIOo0THNHXUSu3 { width:3.4375rem;height:3.4375rem;top:2.625rem;left:23.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #u6LQAVvm3t6wmpisqtHlfzpb4TMEKOTE { display:block; }#u6LQAVvm3t6wmpisqtHlfzpb4TMEKOTE > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NIZJmmS1dKRtELPcRX63BM44NhE60q2x { width:47.75rem;height:1.875rem;top:3.125rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fh9osBt89OPHPBGDo02KB2LPeoMu0whr { width:1.9375rem;height:1.9375rem;top:8.0625rem;left:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #z9gvKC5o72eDHQIlke3cwd33CTmMw7PB { width:1.3125rem;height:3rem;top:7.5rem;left:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SZR21yTSOTvGaiTAcSPRzmtscBspQRDX { width:38.875rem;height:3.25rem;top:8.25rem;left:3.1875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fWuv5pSdzHSadyWpgFKqshmAvGPNnrGN { width:1.3125rem;height:3rem;top:12.3125rem;left:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NBva32ClImc7eewGUMW2HMuTAhUHBJoD { width:1.9375rem;height:1.9375rem;top:12.875rem;left:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ObnAoLAsW16LnoWlE3uDLTvpWNDPmhLE { width:43rem;height:3.25rem;top:13.0625rem;left:3.1875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DPtAzuKPUOLUrGyd2qWI17DR41lu6Ad0 { width:40rem;height:3.25rem;top:17.6875rem;left:3.1875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mPgziWvyfin0pyKwVnW74LKK7JWq4eDb { width:1.9375rem;height:1.9375rem;top:17.5rem;left:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CApPyNigWPqzynIKgbeC588dRMJIeWg9 { width:1.3125rem;height:3rem;top:16.9375rem;left:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #aK3SOIfTVOWPhx0sMPyyizFowwvmkIko { width:1.3125rem;height:3rem;top:21.5rem;left:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qKvb5AyuPSb1Z2C9BrLkXA0dkVWqSRD5 { width:1.9375rem;height:1.9375rem;top:22.0625rem;left:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KnfkUQXtBHWF6lCbGDNU1u5zxzkK0Ial { width:38.875rem;height:3.25rem;top:22.25rem;left:3.1875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NOJJOS3nCCocTByTitZw4OqmkIoht6v4 { width:37.6875rem;height:3.25rem;top:31.375rem;left:3.1875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yAcLXNxkTyMqBHwdJKuehU83lm441SDq { width:1.3125rem;height:3rem;top:30.625rem;left:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q2ol940C1LK6X8QpU3WcNac8ndmVpzGe { width:1.9375rem;height:1.9375rem;top:31.1875rem;left:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mF7LZAGAFL5NT2dHcwwE6A8qCIx9vDfm { width:43.9375rem;height:3.25rem;top:26.8125rem;left:3.1875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #c6XHhJ4g6HCQFuwn9iUTQDEabRhJP0Lg { width:1.3125rem;height:3rem;top:26.0625rem;left:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #s6eO0OICOMEy562PMWdHxalIZ7hExVUJ { width:1.9375rem;height:1.9375rem;top:26.625rem;left:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pt0bU3ym8C3aBCAgeKLvL5OzWDcwxpox { width:29rem;height:4.375rem;top:42.25rem;left:10.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #spQrMaeIaM2xH8WoU83TNncxtI86JZD5 { display:block; }
 }@media only screen and (max-width: 763px) { #r3NCHW00sJGLquhKBebNdVv0fCOgTD6O { width:37.6875rem;height:3.25rem;top:36rem;left:3.1875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KF0IdsBcrK4wmHTzINATcRdFS1CJFZkS { width:1.3125rem;height:3rem;top:35.25rem;left:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FDRshkv3df0HbeZvVD9ZGS1JS5UNDEim { width:1.9375rem;height:1.9375rem;top:35.8125rem;left:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Kfgyo3TCZE3JWT7fyGKyOSB24XhxLWrz { display:block; }#Kfgyo3TCZE3JWT7fyGKyOSB24XhxLWrz > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hqJTtXVqmNX4Q4S262bW67OSxAkxoxfN { width:47.75rem;height:3.25rem;top:3.625rem;left:0rem;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZzNXqh2qUHdkPe38mCc02eoTqHVEq2JV { width:19.875rem;height:2.4375rem;top:9.125rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #aBAmwwFZepGdShyAGpJAKOzyPtOtGk0R { width:47.375rem;height:15.875rem;top:12.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #bSk9QClX4rl8AOJXMZpVKBlzNZtT0JuI { width:47.75rem;height:;top:13.6875rem;left:0rem;font-size:1.125rem;display:block; }#bSk9QClX4rl8AOJXMZpVKBlzNZtT0JuI li:before{  }
 }@media only screen and (max-width: 763px) { #kAAv3Sa4c0RS1yIxr4zVNM0Ck8aNqrSG { width:47.375rem;height:18rem;top:33.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #f6BgBrfXXTy7RdS7x7XHOTyqrbONg3h1 { width:47.75rem;height:;top:35.125rem;left:0rem;font-size:1.125rem;display:block; }#f6BgBrfXXTy7RdS7x7XHOTyqrbONg3h1 li:before{  }
 }@media only screen and (max-width: 763px) { #NwoSSEXoDqw1O8wJTTDBLohkUs2SHD66 { width:36.6875rem;height:2.4375rem;top:30.5625rem;left:0rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CGKxUfsl7GmUbOvKsCXE67k8kb29DG7l { display:block; }#CGKxUfsl7GmUbOvKsCXE67k8kb29DG7l > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SIrpwEHbU6BCQkT4kxbfyMZ0NxsCc1IW { width:47.75rem;height:3rem;top:3.5rem;left:0rem;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vmx0cdAqzSk6Trt7d9T7d2nZkykDXhAS { display:block; }#Vmx0cdAqzSk6Trt7d9T7d2nZkykDXhAS > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #EbqUzTkmaUuZgA4LGkMkATrei9D906Xr { width:3.5rem;height:3.5rem;top:0rem;left:20.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #S5RDMrlrq2AcVazFHTnkLfJ937B6VlUl { width:3.5rem;height:3.5rem;top:0rem;left:44.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #S9D2fsiDxXblwEsfGJMUyRAoXB1nmsQ9 { top:2.3125rem;left:0rem;width:27rem;height:27rem;display:block; }
 }@media only screen and (max-width: 763px) { #UMImKZoZk9UC5cx2bG2C1sTgOpafyt7s { top:2.3125rem;left:21.75rem;width:26rem;height:26rem;display:block; }
 }@media only screen and (max-width: 763px) { #eRoa5RqrWGb5OqPceKIgvg4e3oRS2caP { display:block; }#eRoa5RqrWGb5OqPceKIgvg4e3oRS2caP > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TfA19xD8iFdR8N3MWC8LFGrD5r0XhAAQ { width:3.5rem;height:3.5rem;top:0rem;left:20.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WQCiTOgz64FIkHCgsGUvBhtxDwQVUBcZ { width:3.5rem;height:3.5rem;top:0rem;left:44.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #T0qF9JQ99JahqfCkvUKXCqRP1ShcXmHy { top:2.3125rem;left:0rem;width:27rem;height:27rem;display:block; }
 }@media only screen and (max-width: 763px) { #RP5OceTpFzJwsm4TLCrRf6itTcRbVkfX { top:2.3125rem;left:21.75rem;width:26rem;height:26rem;display:block; }
 }@media only screen and (max-width: 763px) { #GP8sUP6HcU1Qf5bGtmFaGEaM5A9GHugz { display:block; }#GP8sUP6HcU1Qf5bGtmFaGEaM5A9GHugz > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #W7O8KdKnsBMIFANChN62erCAT6QofBnv { width:3.5rem;height:3.5rem;top:0rem;left:20.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #I1Ms1etfkfeS9VtbWWPE0DZR1BkOvdPy { width:3.5rem;height:3.5rem;top:0rem;left:44.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #FrwBgDi8Wr2eT7RaJEvSC5wsgCBWcFgg { top:2.3125rem;left:0rem;width:27rem;height:27rem;display:block; }
 }@media only screen and (max-width: 763px) { #qE9RFDK1bTahm5D69TMzPm3wuHZ1fuEJ { top:2.3125rem;left:21.75rem;width:26rem;height:26rem;display:block; }
 }@media only screen and (max-width: 763px) { #DWqbxDAUCTupCvklZ1FxoQBzaGa94sQm { display:block; }#DWqbxDAUCTupCvklZ1FxoQBzaGa94sQm > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dwHhg3huOXD2IDLwfvvhZSDHwdwPkRbL { width:47.75rem;height:6.5rem;top:28.0625rem;left:0rem;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VVWRE3xF0FvtA2a2HxDAEyQxEholLfG4 { top:1.9375rem;left:6.40625rem;width:34.5625rem;height:24.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XDTeHCoZ0u9m1rH6sX9fuzoLKz6MLV0v { width:19.75rem;height:;top:106.0625rem;left:15rem;font-size:1.3125rem;display:block; }#XDTeHCoZ0u9m1rH6sX9fuzoLKz6MLV0v li:before{  }
 }@media only screen and (max-width: 763px) { #XgERhALsAvaHBJ7AUbVCTs8ELETezIIr { width:47.75rem;height:2.5625rem;top:102.1875rem;left:0rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #T1ClEcqGEi6B7GTRPREkoaxQxJ9Wsfye { width:1.3125rem;height:3rem;top:39.8125rem;left:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wr8WrfLzg6n3xpAoxNXpgaFezacv7G0I { width:1.9375rem;height:1.9375rem;top:40.375rem;left:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Et5c8rETZTUOvXg2mMSS2EA8szuEPGRU { width:46.8125rem;height:1.625rem;top:40.5625rem;left:0.9375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kKLTlKMTeHTRz1CEOMMLLXP6u09gH2OO { width:47.75rem;height:2.25rem;top:36.5625rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #x1zcKv63lVumgGsStW31pVGtOLSu3ihE { width:36.5rem;height:19.0625rem;top:43.75rem;left:2.8125rem;font-size:1.125rem;display:block; }#x1zcKv63lVumgGsStW31pVGtOLSu3ihE li:before{  }
 }@media only screen and (max-width: 763px) { #wk6zGqizk1yC9QZyKDxsiTcgMRx7k5mg { width:41.375rem;height:7.4375rem;top:67.9375rem;left:2.8125rem;font-size:1.125rem;display:block; }#wk6zGqizk1yC9QZyKDxsiTcgMRx7k5mg li:before{  }
 }@media only screen and (max-width: 763px) { #TmcpbJtvxcnfHzbZF7pm3OCeHKwsqOiZ { width:1.3125rem;height:3rem;top:64rem;left:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BWTalJJ2xrfonfywB3AEytO3wEr5EmVf { width:1.9375rem;height:1.9375rem;top:64.5625rem;left:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nIzouuvAzJaXm1QPy9ARgpySsTBvKZHc { width:46.8125rem;height:1.625rem;top:64.75rem;left:0.9375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hARo7TkPqnhtGLyk8hlsdR0iT39bOCJh { width:41.375rem;height:7.4375rem;top:80.8125rem;left:2.8125rem;font-size:1.125rem;display:block; }#hARo7TkPqnhtGLyk8hlsdR0iT39bOCJh li:before{  }
 }@media only screen and (max-width: 763px) { #Tup4k0xto6hpVabFZy81DQZIMd9y2TyC { width:46.8125rem;height:1.625rem;top:77.625rem;left:0.9375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gG4BN8FXmkyetKr56xBaxMwN67JqgyII { width:1.9375rem;height:1.9375rem;top:77.4375rem;left:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #s78Jpk6TorpA2h8XT7eLJw3HrUll9yMT { width:1.3125rem;height:3rem;top:76.875rem;left:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZWe66NXraXZ57UfKwr85nxl6JBIubcT9 { width:41.375rem;height:6.5rem;top:93rem;left:2.8125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #W9FGNRzPPXN1dur2JtfI0MrZPMT4upwp { width:1.3125rem;height:3rem;top:89.0625rem;left:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qw0hcOAxpI9Mp0w8paLd9Bz9T01WBJyu { width:1.9375rem;height:1.9375rem;top:89.625rem;left:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gQALQKhXUznN9EmblIHOOFoNaE7eFDEM { width:46.8125rem;height:1.625rem;top:89.8125rem;left:0.9375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UsM1NOP7Z92xGRG6mDHs8P8z6EeQcTO9 { width:47.75rem;height:1.75rem;top:114.375rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TUuFB2iKhOBTLRFwDghRMlEiRCRTLzMp { top:118.875rem;left:8.1875rem;width:30.625rem;height:9.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bdD96I2CTS1ten6qzxMmaRxlGTWWhP2c { top:119.375rem;left:9.53125rem;width:27.9375rem;height:8.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hrIzm9iTU56TSx1PZinvWKcIHw6nk6Z4 { display:block; }#hrIzm9iTU56TSx1PZinvWKcIHw6nk6Z4 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ffw4IfWw5t3AlJIJM3fJR5Q4kkBfn6Fo { width:47.75rem;height:3.25rem;top:4.0625rem;left:0rem;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #L47sgzOipa40O8Vh1mItGrPHLAa0iVTk { display:block; }#L47sgzOipa40O8Vh1mItGrPHLAa0iVTk > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lZrcoivWbywZdI3LDNltDJRnnkmTStUI { width:12.125rem;height:4.625rem;top:1.25rem;left:1.4375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #il0PsQrF4dKT3T8GmcJ3QqHHbEeNPJr1 { width:18.875rem;height:108.375rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #E2F76nZQVMV1GRixA80BWoTE9DaQFufh { width:15.375rem;height:2.3125rem;top:6.5rem;left:0rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #yt1mtf95kbrTrorPZ7sdqcTrAKX3rMCp { width:17.3125rem;height:3.125rem;top:9.9375rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ug0z4SrrM6rlITuOOyWNE9eUmcd2MzS7 { width:15.125rem;height:2.875rem;top:13.8125rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #C2g6QTtvB2hmiU8l1vqBJm0tP5CHhgSf { width:16.9375rem;height:28.9375rem;top:17.5625rem;left:0rem;font-size:1.0625rem;display:block; }#C2g6QTtvB2hmiU8l1vqBJm0tP5CHhgSf li:before{  }
 }@media only screen and (max-width: 763px) { #Nd4qH4KQMX7GeJzy8qfrExu8zX3I1Nrx { width:19rem;height:1.4375rem;top:47.5rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #adGeLy1H72OfJtyVTTXPLGbKSUIEc0HG { width:16.3125rem;height:;top:55.875rem;left:0rem;font-size:1.125rem;display:block; }#adGeLy1H72OfJtyVTTXPLGbKSUIEc0HG li:before{  }
 }@media only screen and (max-width: 763px) { #pH4TubVpGSmRfvvBSM82xvf1My8lHK0c { width:15.8125rem;height:4.3125rem;top:50.375rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #lKUuAEPLWfkryWRcAfJ86LuOA7uesX1n { width:18.9375rem;height:1.4375rem;top:62.5rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fDZzUC6UdeSpCzKJNqGnGKrMAH2W4AO4 { width:17.5rem;height:12.25rem;top:69.875rem;left:0rem;font-size:1.0625rem;display:block; }#fDZzUC6UdeSpCzKJNqGnGKrMAH2W4AO4 li:before{  }
 }@media only screen and (max-width: 763px) { #aFG7624KWiKwE2P3g269Z4hmEpsgV177 { width:14.5625rem;height:2.875rem;top:65.8125rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #XHsN3XBqHcFJu971dafA6fEvf1JkBXck { width:18.625rem;height:1.4375rem;top:83.25rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #sadcblkvwEFreHe6olUafGfW4ayy3JqF { width:19rem;height:1.4375rem;top:90.1875rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #StbGpv1xCGZL33TLUe4yDU1yqO3QzgOl { width:17.75rem;height:2.875rem;top:86.375rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #QT9Vc0TnbTG88Ja16GZ26gccFL8d6pU8 { width:18.875rem;height:1.8125rem;top:94.375rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #XP7NShH3GFiTRTqr1y07WRuaB8kkkH9X { width:18.9375rem;height:2.5rem;top:96.9375rem;left:0rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OWAaRfROiS753QmGf4qOxMQteca646do { width:17.25rem;height:3.125rem;top:100.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #WZw4cBPuF6KLfTK6WexXOQFuKckIeh6v { display:block; }
 }@media only screen and (max-width: 763px) { #ckkeQn0GHTDsccmC9enKUlTAvHQEryTv { width:18.875rem;height:123.625rem;top:-0.0625rem;left:12.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #OsBzGFUT9FuXOyi70V87V7lc8oVOX0Oz { width:17.25rem;height:3.125rem;top:117.6875rem;left:14.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #nOHSCCx8zkRHfU49yLBUEtMgVx7NkBzN { display:block; }
 }@media only screen and (max-width: 763px) { #eJ7DacUrTt2dfqBlfe7L3ueXtngrJ50a { width:18.9375rem;height:2.5rem;top:114.0625rem;left:12.8125rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z88Zd3WSDK2boTCIDZd0MWrSenxz7S9R { width:18.875rem;height:1.8125rem;top:111.5rem;left:12.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #iKyVDrP8uuE03q8145zKmtNcM6i5gMDg { width:19rem;height:1.4375rem;top:90.3125rem;left:12.75rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ihWZceSWnikT7UdXekRHNkSqELOihcbq { width:17.75rem;height:2.875rem;top:86.5rem;left:14rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #idkQZlaO5ZfgsvvsaIahhFIWbdpimtrR { width:18.625rem;height:1.4375rem;top:83.375rem;left:13.125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #bgdCFGgZy9vZ3zlv800dZXh5OW2Cq09A { width:17.5rem;height:12.25rem;top:70rem;left:14.25rem;font-size:1.0625rem;display:block; }#bgdCFGgZy9vZ3zlv800dZXh5OW2Cq09A li:before{  }
 }@media only screen and (max-width: 763px) { #Zl49MotOFcNTmJ3rmum0VyFgUAqaL9BB { width:16.3125rem;height:;top:56rem;left:15.4375rem;font-size:1.125rem;display:block; }#Zl49MotOFcNTmJ3rmum0VyFgUAqaL9BB li:before{  }
 }@media only screen and (max-width: 763px) { #ZHddPpxO5NLq7DsdNdQtqgenuvOiqNUJ { width:18.9375rem;height:1.4375rem;top:62.625rem;left:12.8125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #nNXhiV42DfpJhwCewCCWqcm9mnIXlkKk { width:14.5625rem;height:2.875rem;top:65.9375rem;left:15.875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #RkkS0JZucLwbms14wN3xkSxWWpkQB1gE { width:16.9375rem;height:28.9375rem;top:17.6875rem;left:14.8125rem;font-size:1.0625rem;display:block; }#RkkS0JZucLwbms14wN3xkSxWWpkQB1gE li:before{  }
 }@media only screen and (max-width: 763px) { #ZTRO9Jq2EFSN6tTXKdTJxPTGJ8IEBAHO { width:19rem;height:1.4375rem;top:47.625rem;left:12.75rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Sn6D1TaAMpQAlQA3TmMzUfzKRDuifmT3 { width:15.8125rem;height:4.3125rem;top:50.5rem;left:15.875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #aTZM18dVIlDBvO0RIT3by3IcIDPT36ZT { width:15.5625rem;height:4.625rem;top:1.25rem;left:16.03125rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #h1VK3c748KsHcn7DTO9GtEtp9isoeXCn { width:15.375rem;height:2.3125rem;top:6.5rem;left:16.125rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lBi3n3oIRfeTMkfx8QTtIP5Jmc3xqWHI { width:17.3125rem;height:3.125rem;top:9.9375rem;left:14.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #iUpsLlCfDNVwH7EQISnwFu77EVwaCUVo { width:15.125rem;height:2.875rem;top:13.8125rem;left:16.25rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #k2ahyggDmMCEDbTW8nEQmUNSSmOwWNyZ { width:17.75rem;height:2.875rem;top:92.6875rem;left:14rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z4EnDtQgVQLJAW18fl7pNHfKlpBGmA6E { width:19rem;height:1.4375rem;top:96.5rem;left:12.75rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Pf1mtHk4RTrXw3Dqg6D3VT6DDZg16N9V { width:17.75rem;height:1.4375rem;top:100rem;left:14rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TPtKr3cmKSlpnIXI1ReHppCwAaV4yyM0 { width:19rem;height:1.4375rem;top:108.625rem;left:12.75rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #NxFevubsBXwnFynPd4LP0IA74yK4fEla { width:19rem;height:1.4375rem;top:102.9375rem;left:12.75rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #OgC4830K2dsrFWeHhzDIIIOTXMhQ6sDh { width:17.75rem;height:2.875rem;top:105.25rem;left:14rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #tonfWvptAgAX48SFVprxwakkVlLEF594 { width:18.875rem;height:153.3125rem;top:0rem;left:28.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #U87JPyTDghhN4SBO61mfoVTgrV67kpus { width:15.5625rem;height:4.625rem;top:1.3125rem;left:32.0625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #FpGg1uIy6h2rF96XH3RbnU3G9IwPXhOd { width:15.375rem;height:2.3125rem;top:6.5625rem;left:32.25rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RdtDsXs0eU7sF8oZAbtUGucmql4TWyd6 { width:17.3125rem;height:3.125rem;top:10rem;left:30.3125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #n86S4MdLzZUGAGNNES108zHupNJxH3Io { width:15.125rem;height:2.875rem;top:13.875rem;left:32.5rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #OIfdbv4Q3m1feLFg0E3G7vFw4ElctSGA { width:16.9375rem;height:28.9375rem;top:17.75rem;left:30.6875rem;font-size:1.0625rem;display:block; }#OIfdbv4Q3m1feLFg0E3G7vFw4ElctSGA li:before{  }
 }@media only screen and (max-width: 763px) { #dmIwStJDXbyMrBXwVrwiBPyu1D1PoBvd { width:16.3125rem;height:;top:56.0625rem;left:31.3125rem;font-size:1.125rem;display:block; }#dmIwStJDXbyMrBXwVrwiBPyu1D1PoBvd li:before{  }
 }@media only screen and (max-width: 763px) { #qT3O5hv7g0V3b8p6n0LKAJZ8Sl67P5Fw { width:19rem;height:1.4375rem;top:47.6875rem;left:28.625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dDf7ePrdds3qv4n00kpWpLheeLOnIeFV { width:15.8125rem;height:4.3125rem;top:50.5625rem;left:31.75rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #F8qtZWaqorPwQRqqoxe7SXIms9Pi6Cky { width:18.9375rem;height:1.4375rem;top:62.6875rem;left:28.6875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #o05obfWFOr8nNuWfnRo2x1KyRr5zt1eI { width:17.25rem;height:3.625rem;top:148.5rem;left:30.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #q9yG5KXSR9cDnKoQqPQVEB0Lf5QhXy6q { display:block; }
 }@media only screen and (max-width: 763px) { #fJO4Gyi7i7tc0rAlTlfFTPHEyScGb1PC { width:18.9375rem;height:2.5rem;top:145.375rem;left:28.6875rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #eTMp6mNSwy47HGI8aJCOd6RHbKcTsBs0 { width:18.875rem;height:1.8125rem;top:142.8125rem;left:28.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #X5w1hZt7VRRtcaT8Nazx48h1QeKBS7vm { width:19rem;height:1.4375rem;top:90.375rem;left:28.625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #OKrnNN44rzZm4Ite0zgDhUZlQdmXF0bg { width:17.75rem;height:2.875rem;top:86.5625rem;left:29.875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gJzGi7NctVEaDlWFp83GkT3TabF57Rcx { width:18.625rem;height:1.4375rem;top:83.4375rem;left:29rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DVUEvmQ0rbI9UZKmR9J24Tw1N9HXTCwJ { width:17.5rem;height:12.25rem;top:70.0625rem;left:30.125rem;font-size:1.0625rem;display:block; }#DVUEvmQ0rbI9UZKmR9J24Tw1N9HXTCwJ li:before{  }
 }@media only screen and (max-width: 763px) { #yvItyRTMQcppndnK2qP42Uita20w9vTR { width:14.5625rem;height:2.875rem;top:66rem;left:31.75rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dB2A2Fh4pdXTPhng1uOULf9pWAK9ENn3 { width:17.75rem;height:2.875rem;top:92.75rem;left:29.875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ism8UDTUk97sSciRfKXrbHohw5l42gLr { width:19rem;height:1.4375rem;top:96.5625rem;left:28.625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #SNNW3hmQcGFQ8LcGBtG6Fm6eFN9U6Sak { width:17.75rem;height:1.4375rem;top:100.0625rem;left:29.875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TIoXDQEZTHTxnfyQXfsOrQ98vP3Tudtk { width:19rem;height:1.4375rem;top:108.6875rem;left:28.625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #b9mQc0pgvmOhNaEFH1gPrmWuXfxHGTfx { width:18.25rem;height:1.4375rem;top:103rem;left:29.375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #JVDTMzhTwFkblTKxBDXHAKnLDAbRIg4k { width:17.75rem;height:2.875rem;top:105.3125rem;left:29.875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dHyE81fWcto3Sn2g39M1DzVREAFUSvwS { width:17rem;height:1.4375rem;top:111.5rem;left:30.75rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ftHbyFI6uTirw5G3srweVyB7NEXit20C { width:17.5rem;height:7.8125rem;top:113.0625rem;left:30.125rem;font-size:1.0625rem;display:block; }#ftHbyFI6uTirw5G3srweVyB7NEXit20C li:before{  }
 }@media only screen and (max-width: 763px) { #e5lEW2S9Is910ZayG7z8g37yN2Am0xHr { width:17rem;height:1.4375rem;top:122.25rem;left:30.625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gHV64WkDK8QTE80FlNq05HAmmcDTnad5 { width:17.5rem;height:12.5625rem;top:124.8125rem;left:30.125rem;font-size:1.0625rem;display:block; }#gHV64WkDK8QTE80FlNq05HAmmcDTnad5 li:before{  }
 }@media only screen and (max-width: 763px) { #NBrxPc4OdneeIPPLO0vKRqa0WZOsvTp4 { width:16.9375rem;height:2.875rem;top:138.5625rem;left:30.6875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rA1ITu2qdKSC96gFHHO2pqkVOgX07Vl3 { display:block; }#rA1ITu2qdKSC96gFHHO2pqkVOgX07Vl3 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #EWmpT0ryWu9JbRLFmzPs5aGnBHSs42tG { width:18.625rem;height:1.4375rem;top:83.25rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #lJFCiFkOP027mwM9zoEube0rW1OuKFgR { width:19rem;height:1.4375rem;top:90.1875rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #RHtS9M4rvz24FvPaB97HrAtyWrsvreKI { width:17.75rem;height:2.875rem;top:86.375rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #UQBV3TmnFawuiHAFCCabax94k98TirXh { width:18.875rem;height:1.8125rem;top:94.375rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #LCPUWNvsIuNEq6wfP616ywi7BnDVHa4x { width:18.9375rem;height:2.5rem;top:96.9375rem;left:0rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mEDLWZZQwJLHGJxqlpnkNJEfwy5eG9hN { width:17.25rem;height:3.125rem;top:100.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #C6fNRHxpwWgd8ytDe8g0kdJUEdElPRdT { display:block; }
 }@media only screen and (max-width: 763px) { #lNy04SyeHXfXwvO0WM3p4yclZgwMsJW4 { width:17.5rem;height:12.25rem;top:69.875rem;left:0rem;font-size:1.0625rem;display:block; }#lNy04SyeHXfXwvO0WM3p4yclZgwMsJW4 li:before{  }
 }@media only screen and (max-width: 763px) { #INnkkiqFoMdGB92ithtdvOKksOAxOtEt { width:16.3125rem;height:;top:55.875rem;left:0rem;font-size:1.125rem;display:block; }#INnkkiqFoMdGB92ithtdvOKksOAxOtEt li:before{  }
 }@media only screen and (max-width: 763px) { #whgeNhbSfvdua7yZeJvb38JD5vaLX3Fq { width:18.9375rem;height:1.4375rem;top:62.5rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #O2inTG2B3VJdpM7OteLeJ7UP24NRozXs { width:14.5625rem;height:2.875rem;top:65.8125rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xlif8RoRBFRJ8PwnqFwUn8RcFUVnokbM { width:15.8125rem;height:4.3125rem;top:50.5rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #u35pTwqUO3WzVF2accO8TFTT1zlsb1Ox { width:18.875rem;height:108.375rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #swkHdTnJoW8ECR0SWoyZVfIQ72TVZvkd { width:19rem;height:1.4375rem;top:47.25rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #lQsMk9rIcKEQ6oQQ6va4y0WCAL16D6om { width:16.9375rem;height:28.9375rem;top:17.3125rem;left:0rem;font-size:1.0625rem;display:block; }#lQsMk9rIcKEQ6oQQ6va4y0WCAL16D6om li:before{  }
 }@media only screen and (max-width: 763px) { #TTWbQhKeMVAgibmiSeguI8aRVTrNpao4 { width:15.125rem;height:2.875rem;top:13.5625rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #oNI38IhANpdz2mOOyLaJ2sboSXa3Wr22 { width:17.3125rem;height:3.125rem;top:9.6875rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RSCnzFSsOWH9tZDxcJUIuuGQP5b8Wgic { width:15.375rem;height:2.3125rem;top:6.25rem;left:0rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QT7222rXhKycoqItxK510kCF88uU945e { width:12.125rem;height:4.625rem;top:1rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #OFEaQKMTR9FuO5mQp0onu8wi5P6zTSVH { display:block; }#OFEaQKMTR9FuO5mQp0onu8wi5P6zTSVH > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #an5Ri04N2QkuTxH6eGiT7BtxTT0QG1Wr { width:17.25rem;height:3.125rem;top:117.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #hMWiTd3f6xyDtrLXamqpVxs80L0HwZAh { display:block; }
 }@media only screen and (max-width: 763px) { #EHzh50sATwVFR8RTZT5Hkaf47a3tesnt { width:18.9375rem;height:2.5rem;top:114.125rem;left:0rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Dl1xhuv3gMcM2tTF5aRs6WaxOeMtamav { width:18.875rem;height:1.8125rem;top:111.5625rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #d3oRGR0poFOqEIwXmu7FiQbh4XtdT8I4 { width:19rem;height:1.4375rem;top:90.375rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #yBXD5QFDCoTQL5TdmdIKGnPaOJ3iRxGJ { width:17.75rem;height:2.875rem;top:86.5625rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Szkl85To1CtOkz85JFTvoLOosKL2KCTJ { width:17.75rem;height:2.875rem;top:92.75rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #pcuS5blnGapzPItzDuM26TP3MTz8bfbb { width:19rem;height:1.4375rem;top:96.5625rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DZ4VbJWLWVcQzWxpNGEse7Ma9fCtVNbH { width:17.75rem;height:1.4375rem;top:100.0625rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vJOcwilWcCCS5KBl2BIIU4QMKzg2xrTe { width:19rem;height:1.4375rem;top:108.6875rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #toxpT6KngbhS4VkIlJaDt2JQZXRbTs8c { width:19rem;height:1.4375rem;top:103rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #XIzrRl03FwfSyg0yhol2NP27NNMJ4bN1 { width:17.75rem;height:2.875rem;top:105.3125rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #pQXXVXGtS2icGhsw3MFuN4W04y2zAUZC { width:18.625rem;height:1.4375rem;top:83.4375rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hn0afTWlFvplNyKK81nLqqD9MzihMSpZ { width:17.5rem;height:12.25rem;top:70.0625rem;left:0rem;font-size:1.0625rem;display:block; }#hn0afTWlFvplNyKK81nLqqD9MzihMSpZ li:before{  }
 }@media only screen and (max-width: 763px) { #MNKZUWKLB1JwRt6oqKScbJVtXJobwcUE { width:16.3125rem;height:;top:56.0625rem;left:0rem;font-size:1.125rem;display:block; }#MNKZUWKLB1JwRt6oqKScbJVtXJobwcUE li:before{  }
 }@media only screen and (max-width: 763px) { #VsVeXhGvZZnh5pGNzGv16uRNf4RFe6Zn { width:18.9375rem;height:1.4375rem;top:62.6875rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #KeVcqOA2rRytG9AnhU7Xr09BO0PAWII4 { width:14.5625rem;height:2.875rem;top:66rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #yRv1wWU6vZw13flbDkKyeW7K5WXXTgxS { width:19rem;height:1.4375rem;top:47.6875rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #bhTI2tqml3wAhD1ipEGqVkR1CyBffwgt { width:15.8125rem;height:4.3125rem;top:50.5625rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #EWUbKeCSiQMlpqMNmq5E36Px6lnZZ1NO { width:18.875rem;height:123.625rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #yO2HXsofv4P0Sp1Fr4QwR29RKAtrbvrH { width:16.9375rem;height:28.9375rem;top:17.75rem;left:0rem;font-size:1.0625rem;display:block; }#yO2HXsofv4P0Sp1Fr4QwR29RKAtrbvrH li:before{  }
 }@media only screen and (max-width: 763px) { #rW3zTHlSsyIiMsliZBnbO313cznhVAxh { width:15.5625rem;height:4.625rem;top:1.3125rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #JtRLN9hBcLF1Q8J8IgMtcJVNXpZRD4m0 { width:15.375rem;height:2.3125rem;top:6.5625rem;left:0rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pUlQPmC7E060ZxDRHQ0qgdpfQ5dPN03u { width:17.3125rem;height:3.125rem;top:10rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TNrOrLBwQN9MMJ0TiE553xQGSQqqupZF { width:15.125rem;height:2.875rem;top:13.875rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #GvJhbNAN4ACUwhUqqOLNSBBJLbLzHNFo { display:block; }#GvJhbNAN4ACUwhUqqOLNSBBJLbLzHNFo > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ey6e5hfFh0SnOTezpM2G7Ib1f4Jvd9wB { width:17.25rem;height:3.625rem;top:147.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #xA9eCR2f3t6VMiPdgGrDiQywLWEEhOpR { display:block; }
 }@media only screen and (max-width: 763px) { #ZtmTEo0ZWKwmH63LXP2gNlTGsFlNsdUA { width:18.9375rem;height:2.5rem;top:144.5625rem;left:0rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BHRdaiVQVdV6GzKUeMbXglTZbdPAVGRy { width:18.875rem;height:1.8125rem;top:142rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #w9GTC96E8GIig0pfl6cRMeTLm4hEDkmH { width:17.5rem;height:12.5625rem;top:124rem;left:0rem;font-size:1.0625rem;display:block; }#w9GTC96E8GIig0pfl6cRMeTLm4hEDkmH li:before{  }
 }@media only screen and (max-width: 763px) { #ORF3aBcxaLEuWnXW2xVVxtzn2iwqBUbm { width:16.9375rem;height:2.875rem;top:137.75rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #CHua37109aKOtzgupUmW9ge4SpQtQMiA { width:17rem;height:1.4375rem;top:121.4375rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #P2gBPSXnD9M2XkwZEypK6K1C68PQ240L { width:17.5rem;height:;top:114.0625rem;left:0rem;font-size:1.0625rem;display:block; }#P2gBPSXnD9M2XkwZEypK6K1C68PQ240L li:before{  }
 }@media only screen and (max-width: 763px) { #PWfqwfJyLhi3moBmlGTZEmVvhlfAkD13 { width:19rem;height:1.4375rem;top:108.6875rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WZHzNQ9OdAvPFLNBGJ7mZzCKIcEtTfqr { width:18.25rem;height:1.4375rem;top:103rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #S0vTT9nc0xQBTv6RZ7WJc0IvMHNEkd42 { width:17.75rem;height:2.875rem;top:105.3125rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #bWuvL6IPzaO8T43rmfmdkGUuTzTAITpW { width:17rem;height:1.4375rem;top:111.5rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wMayyfpC6Q5h186d2dd5g4MZM8h7AwHw { width:17.75rem;height:1.4375rem;top:100.0625rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #upISe0FayXs4NmP8IwaXvnHqSEIbTSw1 { width:17.75rem;height:2.875rem;top:92.75rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #iV4d0i8fTzkNaWO6U78Lfoume2N9G1iC { width:19rem;height:1.4375rem;top:96.5625rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #w4U6XckGwepbiChvsVE2CJpX24utKmRA { width:19rem;height:1.4375rem;top:90.375rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #mQD2e9U9vomgvCV5uuuTQNcLsuxlJZWR { width:18.875rem;height:151.8125rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #BSGtBgc0k4XXew3fD1pmNsh3ikuyswIt { width:17.75rem;height:2.875rem;top:86.5625rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #BD4BxT8p3QuqOSBHI4hA1G9Z3V4mMKtS { width:18.625rem;height:1.4375rem;top:83.4375rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #pFum2IIAqgSTWlTmVxa9lIPrDWeF11vH { width:17.5rem;height:12.25rem;top:70.0625rem;left:0rem;font-size:1.0625rem;display:block; }#pFum2IIAqgSTWlTmVxa9lIPrDWeF11vH li:before{  }
 }@media only screen and (max-width: 763px) { #QnacoTcD5CUnKEX67xo9voTSG7fwx1Cd { width:16.3125rem;height:;top:56.0625rem;left:0rem;font-size:1.125rem;display:block; }#QnacoTcD5CUnKEX67xo9voTSG7fwx1Cd li:before{  }
 }@media only screen and (max-width: 763px) { #qsNgvoca4zEt4fiVhS1xE7ePCyIFZEox { width:18.9375rem;height:1.4375rem;top:62.6875rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #iQhOcv98XIeJdm05aVAxUMuLLdviEeeH { width:14.5625rem;height:2.875rem;top:66rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #SaW0gt1HvwcqBfhK4BoHNFkXI3T4v6QA { width:16.9375rem;height:28.9375rem;top:17.75rem;left:0rem;font-size:1.0625rem;display:block; }#SaW0gt1HvwcqBfhK4BoHNFkXI3T4v6QA li:before{  }
 }@media only screen and (max-width: 763px) { #p3skHaUEIIMz13TL0nK3b7ZkHzrxGcbI { width:19rem;height:1.4375rem;top:47.6875rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #LbdAXridPruND7TOVdshDKmhkXbWokpr { width:15.8125rem;height:4.3125rem;top:50.5625rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #v15xl4B75G68MoxsUwNue9uInLNF8U17 { width:15.5625rem;height:4.625rem;top:1.3125rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #n2BVDKrXxBgW2Zhy6TTJeEb4EM6qcnwF { width:15.375rem;height:2.3125rem;top:6.5625rem;left:0rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XLbJMKOe1dxsRaS0xIuo0Wwv4Td4l1gq { width:17.3125rem;height:3.125rem;top:10rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DsJiioKEWvpUKpIQHWvVRcWgCylkaP7J { width:15.125rem;height:2.875rem;top:13.875rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #RDBIL6vxDEno28yGDJKGlQEXL3XuViIt { display:block; }#RDBIL6vxDEno28yGDJKGlQEXL3XuViIt > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Btx8bpuXDX4VFVP2TJwgKndThEmwTwKb { width:27.125rem;height:2.3125rem;top:3rem;left:0rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nFPphROnDGohTvl4Q6TRue7GeM8HdaV1 { width:17.3125rem;height:3.125rem;top:9.75rem;left:3rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #J5imvA6uebDzXV6RvHTiPtN77IkFTAPi { width:29.1875rem;height:107.3125rem;top:0.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ycJfp1mzmLamaZkQED99Nq8Mii2OIXep { width:26.8125rem;height:20rem;top:18.4375rem;left:0rem;font-size:1.125rem;display:block; }#ycJfp1mzmLamaZkQED99Nq8Mii2OIXep li:before{  }
 }@media only screen and (max-width: 763px) { #qD7MIV6BB0dhryg9M34bl0E2fQToF5Mk { width:17.9375rem;height:3.25rem;top:13.8125rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yb1sLmBiFEnM26hKm35nZcfKhcNmuBPJ { width:28.1875rem;height:1.625rem;top:39.875rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #eKZqWveOThhRP3PcuVrDpNhJawbTDFZq { width:26.8125rem;height:5.3125rem;top:48rem;left:0rem;font-size:1.125rem;display:block; }#eKZqWveOThhRP3PcuVrDpNhJawbTDFZq li:before{  }
 }@media only screen and (max-width: 763px) { #Ty2Q34hnoAaQugBIHgsnro24axWUEMA8 { width:24.1875rem;height:3.25rem;top:43.3125rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Kmg6niprimCM4RGtPbTgbxXnNChfwPA7 { width:19.5625rem;height:1.625rem;top:54.1875rem;left:1.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #T3uqc97Z4OazPkRPs1TC45DvuHHZD1v1 { width:26.8125rem;height:10.625rem;top:62.125rem;left:0rem;font-size:1.125rem;display:block; }#T3uqc97Z4OazPkRPs1TC45DvuHHZD1v1 li:before{  }
 }@media only screen and (max-width: 763px) { #dSAsv9a5MbdaBohTZocrOZNAGIAmN45k { width:20.625rem;height:3.25rem;top:57.8125rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CBEdA2B5fPF5BCD1Ckh6aGhw3ntHgDSs { width:19.5625rem;height:1.625rem;top:73.875rem;left:1.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SsV8F3SPz2CvXTx4mkRnTOHkPCMrfcNW { width:26.8125rem;height:1.5625rem;top:82.875rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #U7PtnH4FUnWcrkznhwAkwoakxGOGwR7Q { width:22.5rem;height:3.25rem;top:77.375rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NQH8wxBVHsqEvFCKtEnOD4E3LMzRkBA8 { width:22.5rem;height:1.8125rem;top:86.6875rem;left:0.0625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #llDXPHDaCUnuaTNg6bWhb5dT5VOpZbP9 { width:21.875rem;height:2.5rem;top:89.5rem;left:0.75rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dCeXEykpRiIP7BuzX3QC3kku8xiJCPRW { width:29.1875rem;height:56.875rem;top:0.8125rem;left:18.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #egCPTnvbQBE5UPmVu5cUSN5W80tn1xT9 { width:19.875rem;height:4.125rem;top:9.75rem;left:26.1875rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #trPwUiWpG8XzTGu64Hq449JO5LCdtGH1 { width:27.125rem;height:2.3125rem;top:3rem;left:20.625rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #uFsJs7OPJzNKGkmsf7v6hS8SHXUP3Ch4 { width:27.125rem;height:2.3125rem;top:6rem;left:0rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gEpIc7GiuHyTM1aFXhLLf40zqJDX3Ewp { width:27.125rem;height:2.3125rem;top:6rem;left:20.625rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LS365zu3T2s9vqcKmOTu3no6H6KCmgR3 { width:19.1875rem;height:4.375rem;top:94.0625rem;left:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #geChQt47KkLGoy9wEaur4FL3DSf2hvD0 { display:block; }
 }@media only screen and (max-width: 763px) { #hQPRO0KbfxToVK2iognFmGPXaEGdzmte { width:19.1875rem;height:4.375rem;top:44.3125rem;left:26.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #EdBwkisFWpb4d0uq2SUQIJmMNCk5Td4s { display:block; }
 }@media only screen and (max-width: 763px) { #SoFNThsaG7lSpVU5OxckNOFC7xyMdHbV { width:21.875rem;height:2.5rem;top:39.75rem;left:25.5625rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ufKFKClxxhXr3rGhpM48wFzHTMsol0zN { width:22.5rem;height:1.8125rem;top:36.9375rem;left:24.875rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gXaDLea52c2UuzH9s5ygi48PvWOdb9rJ { width:26.8125rem;height:1.5625rem;top:20.1875rem;left:20.9375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #a7nM9VMt64JoKh665iqEo9nSP8NWq1TR { width:19.375rem;height:3.25rem;top:15.4375rem;left:23.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #c7ZqmoP2GmakxqGpMHRDp4c7K5TA7L3Q { width:19.375rem;height:1.625rem;top:23.25rem;left:23.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OG6RVpqsQgpRNHfAIN8QQ3HC3hrAIpzW { width:26.8125rem;height:1.5625rem;top:26.25rem;left:20.9375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OS28Cbts15e8KS4gKU0rQPuRBV2AB7eS { width:23.625rem;height:3.25rem;top:29.125rem;left:23.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xSehzFBu5LtOPCcLmRtI5vBxHisJlCPM { width:26.8125rem;height:1.5625rem;top:33.3125rem;left:20.9375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #er57fDoTOiE8O4IOa5wgpzcT1dmJMaa5 { width:26.8125rem;height:4.6875rem;top:100.375rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #v3zTuH0KKVPsMpToXwPJqZ3eJhyBQKuS { width:26.8125rem;height:4.6875rem;top:50.4375rem;left:20.9375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZztVEONpSPoCqQkpaEJnmVdBOdrXVTCe { display:block; }#ZztVEONpSPoCqQkpaEJnmVdBOdrXVTCe > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qdt6Z3vDbfxbAgTykNkKxaJ4LcHM7KRo { width:47.75rem;height:;top:3.1875rem;left:0rem;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LJ6poTN9iTrbavr8cBGSxI5VrSv9y2nX { width:1.9375rem;height:1.9375rem;top:16.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #pr03WpEn4DkVpTQvwKfys4TEN8NzpOJC { width:1.3125rem;height:3rem;top:16.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #PVtu7JzMrgg2OEVXZqS2VvFXHuAZuD3P { width:42.9375rem;height:1.625rem;top:17.0625rem;left:2.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #P4OLfvk9DTM9ZFyBJKeaI4kX0W4CKRnH { width:1.3125rem;height:3rem;top:20rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #CS7XA8qQap655CdVOnh3WTQzgNeEFOGo { width:1.9375rem;height:1.9375rem;top:20.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #SQMPk75R4GZTWMW5vdu1klaFcslw8cZ9 { width:42.9375rem;height:4.875rem;top:20.75rem;left:2.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #iTMeThnX0hbX5u3y11l1Px40xKf9kHMf { width:1.3125rem;height:3rem;top:26.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Hnl4KmoQmkecPtIhPKyBkmKmUD0pBzRK { width:42.9375rem;height:3.25rem;top:26.9375rem;left:2.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hkSX00BydWuSASqXakEHFzxOC6PbImIT { width:1.9375rem;height:1.9375rem;top:26.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #feXWaX2qhT5xpOJHNPI0q9vevDz5WJTc { width:45.6875rem;height:3.25rem;top:31.5625rem;left:2.0625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #eH82p99NspT0ognUxGkV6TmZpXVe4Bhx { width:1.3125rem;height:3rem;top:30.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #E0EtqaWE5VB1CLEWo9JVUBNO5V7kwATn { width:1.9375rem;height:1.9375rem;top:31.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #fhr1OR36vgmc5LAeMBcrSuoofuOGM7Nn { width:47.75rem;height:4.875rem;top:36.8125rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pmuSqEOb7Q5aaXk6pImfxWHHZzVl6erh { width:42.9375rem;height:1.625rem;top:13.125rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #sipUR2X8ykQZH41mE6swkcVEuJw4BJJW { display:block; }#sipUR2X8ykQZH41mE6swkcVEuJw4BJJW > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #aimTdkWgaMZGXTXmqevhUvIzU4ET1vN5 { width:37.6875rem;height:;top:3.0625rem;left:5.03125rem;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wfpvm32qnCMFGfKiUihQEsbizNGxmFHk { width:47.375rem;height:48.75rem;top:21.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TLpUmthpn22eRz3BQZybsg0n7niIwoKF { width:47.75rem;height:43.125rem;top:26rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #A8FqwxNdkzgVgi8lzMlpGJ7NVivFEpf5 { width:19.875rem;height:2.4375rem;top:22.4375rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #fplX86uJCmsGtTPwBRpZghIWDZrGxGC5 { width:47.75rem;height:6.625rem;top:11.875rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zMDEhUnPCnRt8qwMceFxrZlbWOoKmFN5 { width:28.25rem;height:4.75rem;top:73.25rem;left:9.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #seBNMzqr5ebCX8Id9TfkmrTw1SJDKFBs { display:block; }
 }@media only screen and (max-width: 763px) { #eH2K01zmelc29DbKHB6MJsKU03rdZ3ht { top:80.625rem;left:8.5625rem;width:30.625rem;height:9.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hGsMMd2Lg2J4iqyZvuL9Oyk5GXgfQmeQ { top:81.125rem;left:9.90625rem;width:27.9375rem;height:8.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #oiwHzkaDxqnngU2a8fVTr1pEoTyzhTNc { display:block; }#oiwHzkaDxqnngU2a8fVTr1pEoTyzhTNc > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MfUIcBI42yNVebWvauyN90PzVMrgIl1R { width:47.75rem;height:;top:3.1875rem;left:0rem;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #u4VO0il5Je9dirZJ62Q8NIIb6DJrzr0D { display:block; }#u4VO0il5Je9dirZJ62Q8NIIb6DJrzr0D > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kn8InEpxRp26Eaco1OGnqUO0gwxZdIhC { width:36.4375rem;height:1.75rem;top:9.0625rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #MV8fTzeBNuhysR7xpSrlgNCqDHlPsZLe { width:12.0625rem;height:5.875rem;top:18.4375rem;left:35.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #HgOLawqlFhTTOfn9PbccRCZ5M1FFFKuG { width:16.1875rem;height:21.6875rem;top:1.6875rem;left:31.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qcrnAoDVV9ccEiLgJHK0qHbuLfvD4h5n { width:36.4375rem;height:5.75rem;top:1.6875rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xSiE6ODbqf9tWJvHu3q6oJuDdw0zI0LZ { width:37.5625rem;height:5.75rem;top:11.3125rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #tzmOQGKTAyeb1McoiHhEPoTSahGqZJUf { width:37.5625rem;height:5.75rem;top:18.4375rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #eExpcVbvBJPBwOZaB6XbDF9F6nVrAGh7 { display:block; }#eExpcVbvBJPBwOZaB6XbDF9F6nVrAGh7 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cbPT5RKaEAgTRlLL5loHHPpmqGMcEZaE { width:12.0625rem;height:5.875rem;top:28.25rem;left:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #uIhdw7HMAGaaMWewurfePOqq9WEWD2I9 { width:19.25rem;height:25.6875rem;top:4.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #iI6tZpyb5u1KhHSq3fs0ovkesbzBKX1b { width:36.4375rem;height:15.8125rem;top:19.1875rem;left:11.3125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #U3iwdnd6SmxRgZotSMQuQiWpC5LL2iJz { width:36.4375rem;height:1.75rem;top:1.375rem;left:11.3125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #sifDE234EzevgJFrNQNRfHKJcQVxStml { width:36.4375rem;height:11.5rem;top:3.8125rem;left:11.3125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #oyfgBVexidEic7A7BG3rtusEJMqEs1ph { width:36.4375rem;height:1.75rem;top:16.5625rem;left:11.3125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #JTkAfPaBcQmoN1uATpbSmthzp2WyxVo1 { display:block; }#JTkAfPaBcQmoN1uATpbSmthzp2WyxVo1 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bk3dQTp3BFfkzOu9cfu8Nvh0sAmGa1cc { width:45.5625rem;height:6.5rem;top:2.8125rem;left:1.09375rem;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ndpulC6C33v1oIfvh0c38nDgqpZkCThC { width:47.75rem;height:30.875rem;top:10.9375rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dXvLWaRR0roi4xHMa71Q1TF5qSASWyQm { display:block; }#dXvLWaRR0roi4xHMa71Q1TF5qSASWyQm > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RfFSiT7IopQ1pI6vW2WGVZ4sHpugE2QQ { width:46.0625rem;height:;top:3.375rem;left:0.84375rem;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #l1TPy72THKpkLCT4V7HodumwgSHZmQVx { display:block; }#l1TPy72THKpkLCT4V7HodumwgSHZmQVx > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GvE1axPPAJOhM0cTMdfE176DbicDF3p9 { width:3.5rem;height:3.5rem;top:2.3125rem;left:20.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QGTx5mvD2TpPrgIDK17aQqwm0ebTNzkg { width:3.5rem;height:3.5rem;top:2.3125rem;left:44.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #WH3aQ4LsWBEvi8vpcp5vRrMKbkpc388e { top:2.8125rem;left:0rem;width:22.875rem;height:20.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qv1x4yAtZOWty9nHtyOX8i2mDmRA2GFx { top:3.625rem;left:23.875rem;width:21.1875rem;height:20.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xLXJ0D7WG5TzPMvr2NHt93dNdVAfsP8u { display:block; }#xLXJ0D7WG5TzPMvr2NHt93dNdVAfsP8u > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nrnAiV0OP6uSfpFuIW0J7AHoHr7bAfTw { width:3.5rem;height:3.5rem;top:2.3125rem;left:20.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vhcXAtNwJtX102VrwNJl5ZKmTr53k161 { width:3.5rem;height:3.5rem;top:2.3125rem;left:44.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #IyRdfFoWU817c5T3zNVrUxZUabVVD1D7 { top:3.5625rem;left:0rem;width:22.5rem;height:9.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #S2TvOvVJIBzwpC0R1UOUFn18gIqVdX98 { top:2.5rem;left:23.875rem;width:21.125rem;height:13.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XAJgDTTVnAqRf5ifUrrrbvznUslxzZeB { display:block; }#XAJgDTTVnAqRf5ifUrrrbvznUslxzZeB > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wzoyBRqEhAdgy4A20GfsnH1vMhVgIQLU { width:47.75rem;height:;top:3.1875rem;left:0rem;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MBawwPDqRW9V12Rrek2ZNFWbcWDaEfXw { width:1.9375rem;height:1.9375rem;top:11.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #dSFkntnekVW3gCtvZ5gPX5HQEoMsHI8u { width:1.3125rem;height:3rem;top:11.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #l3w81TTlE394kT6p5sKmqwLmNB5Cw7Zb { width:42.9375rem;height:1.625rem;top:12.0625rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RRX03JOomu03A1A3oktC17EGoLyLPxxk { width:1.3125rem;height:3rem;top:14.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #vG2pgirSLscmo35OX415DlcSMXiTgEhn { width:1.9375rem;height:1.9375rem;top:15.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #pxwlSdUcruzBsNBFCaSQ1CDewPH2UL8V { width:47.75rem;height:1.625rem;top:15.625rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DqXOb4V5yzx9Z09bX1V4JbZTHpSgmTL4 { width:1.3125rem;height:3rem;top:18.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #pEXuKQcmLRpMTcqozg8T41kd7xqQucn1 { width:47.75rem;height:1.625rem;top:19.1875rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CrkrlPRecA8EDMLTTQJkTviFXZy7rxMm { width:1.9375rem;height:1.9375rem;top:19.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #v85yD9RRT8Fi4t8ENJAx6xw2M6TghU6r { width:47.75rem;height:1.625rem;top:22.75rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #o9qxKHrXBHXLuTLnBvwKfTR4VrtiasbD { width:1.3125rem;height:3rem;top:22.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #zZkkfARLwTSxNm8zMNNfwDdTlkGKyxSi { width:1.9375rem;height:1.9375rem;top:22.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #q5vKtbMJt5v2XGom7FXVOoab65oRTSTt { width:42.0625rem;height:1.8125rem;top:8.5625rem;left:0rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VZsLdye64gWDQuqhhCIFKUpgDvyZIZVw { width:47.375rem;height:26.8125rem;top:7.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #WUmayFFOfskPB7uXUWPJIqaME7daFJcy { width:47.75rem;height:1.625rem;top:26.3125rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #soVZAwTUtWKJW275O3C9tPeJqmyDK4oM { width:1.3125rem;height:3rem;top:25.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #N8xekWUGolPmET9tDqK05HldVmqRxzl3 { width:1.9375rem;height:1.9375rem;top:26.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Su8D7AIRuSuzb0VxewhhCn1a9m9BhH9d { width:1.3125rem;height:3rem;top:29.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #RovGhPt8ySTf7ZeaE7pARR3vlB7TJV5l { width:1.9375rem;height:1.9375rem;top:29.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TFJT49vC6rakb8CTsV8oVDB4tMAsCOux { width:47.75rem;height:1.625rem;top:29.875rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #iVBN86ID0wFOH8iSpWdBFxUPP9OQfu1s { display:block; }#iVBN86ID0wFOH8iSpWdBFxUPP9OQfu1s > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kUxgp1hxd8C7W6KqhbKV9LZM9uwg3PR1 { width:1.3125rem;height:3rem;top:6.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #N6bMMHHPZ8362sKtobg4kwi0ovnSniQl { width:1.9375rem;height:1.9375rem;top:6.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tq6kiHZGTZiJ2qfM7R71ul0xdnNJEAmT { width:47.75rem;height:1.625rem;top:6.875rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NoOiZwoizIf9Ml4bNOCCEi2Fvg01BQqJ { width:42.0625rem;height:1.8125rem;top:2.6875rem;left:0rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #A9ZVT3Zvqb3UmWop4pr0cRgnOXyw0TOr { width:1.3125rem;height:3rem;top:9.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #WxSX7P3tKAlsRGe6vIlunrST4Hb77DlG { width:1.9375rem;height:1.9375rem;top:10.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #DO3vRE0PW37zBJcCbC82RhCBfMz3xXXr { width:47.75rem;height:1.625rem;top:10.4375rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #iT2TPgfySSMJuWUK52QcMOv1dTnaKAMh { width:47.75rem;height:1.625rem;top:14rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #b4J9fUCSD6rLCZevI5rAh6USbWoM4e5i { width:1.3125rem;height:3rem;top:13.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #X86OTWZoQ3os3Hqbid1dDxoTGuZBDknS { width:1.9375rem;height:1.9375rem;top:13.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #gxkiZJ6OX8Ieb6WMWCDm56zXFVnTn0S2 { width:47.75rem;height:1.625rem;top:17.5625rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #P0IbdZ67PTtH6wawwHmdMG4CbX0SU1lW { width:1.3125rem;height:3rem;top:16.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #CqH4nZbF1VkuJUqLc69DyXB6NTG62TkE { width:1.9375rem;height:1.9375rem;top:17.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #eCRUECrktuto1CrMoDg7uWgslOWn3aSD { display:block; }#eCRUECrktuto1CrMoDg7uWgslOWn3aSD > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uqrtmhHbBBnEB5wxNarP458C2hnV9BpX { width:37.6875rem;height:;top:3.0625rem;left:5.03125rem;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #e5TgOUUgOMBl1Oybpu8aeD5hsGqp2Tht { width:47.375rem;height:7.25rem;top:25.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z52kcLQdpXe56muoT77ekcvWfmgXtITk { width:47.75rem;height:4rem;top:27.375rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #va5GJJQ4K5OQ7NTbyMsPJTTJAtvraTQT { width:47.75rem;height:17.1875rem;top:7.375rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #q298TcXk7flXSD2MRtD4kVgDwBGKLrUT { width:28.25rem;height:4.75rem;top:35.5625rem;left:9.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #d1VsPcIHEHBe3R5ck7obewkCy8QhRbiO { display:block; }
 }@media only screen and (max-width: 763px) { #RolMXGJnRatycHcWQ9F6NQMZIe70yPmi { display:block; }#RolMXGJnRatycHcWQ9F6NQMZIe70yPmi > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Hg7ahoUFvmolymUrJK2FBdk59XGPWqGB { width:47.75rem;height:3.25rem;top:3.6875rem;left:0rem;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hg9vzdsdnAEWTRnG3yXindMWTTWh6Ct4 { width:47.75rem;height:3.25rem;top:7.5625rem;left:0rem;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #uvWQO5b3A86BpalBVDURf1PpBw35U6m8 { display:block; }#uvWQO5b3A86BpalBVDURf1PpBw35U6m8 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Em1xZiTPig8rXguO8OeRdOLQX7Tv6Owi { width:47.75rem;height:1.625rem;top:1.5625rem;left:0rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VQASaRVhKGqHgFaHk8PFUDoheXvIzSI7 { width:47.25rem;height:4.6875rem;top:4.5rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #glB7JLTofSQIrXTMgrgIeVCDmM7hceER { width:47.75rem;height:0.125rem;top:10.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #zxxm2p1haGHGBlkbVudVUOR5qswSnrX4 { display:block; }#zxxm2p1haGHGBlkbVudVUOR5qswSnrX4 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fOSqMh9UarEsQnrzyV2QelvHr4gSvyzN { width:47.75rem;height:1.625rem;top:1.5625rem;left:0rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #T3fRGFqNSTtqOPAXKKLvMuILFfriG19r { width:47.75rem;height:3.125rem;top:6.125rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #u6VQALDeJPkdvnBg59X8q5uOe6iRoxbp { width:47.75rem;height:0.125rem;top:10.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #e3pmTEm5NhtRlzk7cCk6mDP4eVWEqxHH { display:block; }#e3pmTEm5NhtRlzk7cCk6mDP4eVWEqxHH > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Dy3mcHRIGyLWGvWAIRkxWab3isFLn8nE { width:47.25rem;height:1.625rem;top:1.5625rem;left:0rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZtiWglOkOswdJQpd0TIG60WWP7zvMyVk { width:47.75rem;height:4.6875rem;top:4.5rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RTnMlooHp6ZcGHcrf6lpqq9oX4LC6Tea { width:47.75rem;height:0.125rem;top:10.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #VeNBh1N4P858NNW9WlOBKXBZx9T6T6rs { display:block; }#VeNBh1N4P858NNW9WlOBKXBZx9T6T6rs > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KS7GIqEhE7XiKfuespO62n8R3rTwn80e { width:47.25rem;height:1.625rem;top:1.5625rem;left:0rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zOcGXAJduLVaZRfNFEL3MRFHdtCFK7pN { width:47.75rem;height:3.125rem;top:4.5rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MJW6vvMLLO0rriA7K2OFdLFHBU1dvTMh { width:47.75rem;height:0.125rem;top:8.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #xZ62tyPWkQpJnFPciqcOcIwTkdz2BNz4 { display:block; }#xZ62tyPWkQpJnFPciqcOcIwTkdz2BNz4 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TxCf96sWHLAD32ptHd4L5cb66Q519Kxg { width:47.75rem;height:1.625rem;top:1.5625rem;left:0rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ENEZEbuBgCFE3mItquH1GpdcBInr9dbi { width:47.25rem;height:4.6875rem;top:4.5rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XMHxxE6RgkW8K9vSXgruramwpFdz4cxU { width:47.75rem;height:0.125rem;top:10rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #qkwb20IPBkIwTqOsU2NCSPtSkl7BThBH { display:block; }#qkwb20IPBkIwTqOsU2NCSPtSkl7BThBH > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BA0P0NCAvL5hLSkPWrrVRqHEXawtbzWu { width:47.25rem;height:1.625rem;top:1.5625rem;left:0rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ytI2k5T6hDu8LOnXUGaKKzIAEk9AM2z6 { width:47.25rem;height:3.125rem;top:4.5rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bx7yaT34ex7ozXKxaywrBspMF0a2LtDf { width:47.75rem;height:0.125rem;top:8.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ExSiBehRS5akmIDfGycG6WVdOPHhFgrA { display:block; }#ExSiBehRS5akmIDfGycG6WVdOPHhFgrA > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gwh4MFQDAItbuG3ga6ToHvvH4p5OreOb { width:47.25rem;height:1.625rem;top:1.5625rem;left:0rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ziUVyRiZdWPWkPTpDDit3IXnJHQpSVGm { width:47.25rem;height:3.125rem;top:4.5rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hX3sBzHtU59E0tzpt4QyDC1yrs6T2Mgq { width:47.75rem;height:0.125rem;top:8.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TszxRppTMSkNTAmc82Ffp56gkhxRrVEz { display:block; }#TszxRppTMSkNTAmc82Ffp56gkhxRrVEz > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QSo7lycTeFDDi04CLNsTlw7JWr8J0ATW { width:47.25rem;height:3.125rem;top:1.8125rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #noeMAoaXDS51QXU3TT2yUJPMSNu80XNu { width:29rem;height:4.375rem;top:6.875rem;left:9.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #iXwUUG9g8d805OffVQAuyTy2WqBL3Tbb { display:block; }
 }@media only screen and (max-width: 763px) { #t9O10lOePqUuy9RMsZdDSK3oICvhbFsB { display:block; }#t9O10lOePqUuy9RMsZdDSK3oICvhbFsB > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pP9nLZTLL48E599A97V9u36eQlvuyG0x { width:13.125rem;height:1.3125rem;top:1.75rem;left:34.625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #veQA546lG6imbJvlMS4IWxaHNLXtC37s { width:12.0625rem;height:1.3125rem;top:3.6875rem;left:35.6875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #OG086o73Z3w1yQtQbZZJ7bR6MrHztnI7 { top:0.9375rem;left:0rem;width:7.4375rem;height:4.875rem;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:9rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #L9KVTEUHT4eu5D0xFQy0QaQF0ysJkIW1 { width:20rem;height:5.3984375rem;top:1.80078125rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #rFpZyI6RNFrsE4gs26NFtJtMVLulp9fd { background-color:rgba(52,145,93,0.94);background-image:none;display:block; }#rFpZyI6RNFrsE4gs26NFtJtMVLulp9fd > .row .container { background-color: transparent; background-image: none; }#rFpZyI6RNFrsE4gs26NFtJtMVLulp9fd::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rFpZyI6RNFrsE4gs26NFtJtMVLulp9fd > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rFpZyI6RNFrsE4gs26NFtJtMVLulp9fd > .row .container > .video-iframe-container { display: none; }#rFpZyI6RNFrsE4gs26NFtJtMVLulp9fd > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rFpZyI6RNFrsE4gs26NFtJtMVLulp9fd > .row > .video-iframe-container { display: none; }#rFpZyI6RNFrsE4gs26NFtJtMVLulp9fd > .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); }#rFpZyI6RNFrsE4gs26NFtJtMVLulp9fd > .row .container { width:20rem;height:43.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #p58q5ZxaT6JznxdeRxQicI6l1tp8CbmN { width:20rem;height:15.75rem;top:1.5625rem;left:0rem;font-size:1.875rem;text-align:center;text-align-last:center;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #JwA9wzHGEQs7SnaSSNSzsiVztXrwlvA5 { width:4.25rem;height:5.875rem;top:23.5625rem;left:13.75rem;z-index:14988;display:none; }
 }@media only screen and (max-width: 763px) { #iu8ZHAlraVBdkfKbW4BivpaLu1nnKqXe { width:6.5rem;height:9.75rem;top:38.375rem;left:1.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #VAqrsgZyvpx9N1QIke4OTcweWyc5WxaG { width:20rem;height:4.375rem;top:27.4375rem;left:0rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qeOn5MASZOvZs3I3iUxtp51Gz5pgnfSm { display:block; }
 }@media only screen and (max-width: 763px) { #xb5E8wFaxIE0BtqgvRQTzmAq54Xpc1f5 { width:19.375rem;height:6.2988125rem;top:19.0625rem;left:0.625rem;font-size:1.125rem;text-align:left;text-align-last:left;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #zCfhozc0ppFu0WKiq4S2BaR7DHTmIyzW { width:19rem;height:4.375rem;top:42.8125rem;left:1rem;text-align:center;text-align-last:center;font-size:0.9375rem;z-index:15008;display:none; }
 }@media only screen and (max-width: 763px) { #liB1U3U6zeBkaXmfpORaNxpJXVvIxiMa { display:block; }
 }@media only screen and (max-width: 763px) { #iTU3VAUldNTIb5Z0bahnreBPRu8GhGyZ { width:20rem;height:9.125rem;top:33.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #cLrP0rRKLFrSLgA94td8obk4966PT3v8 { width:19.625rem;height:8.0625rem;top:33.59375rem;left:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xmyzNfiC28hXLkK1tmgCzXsNioTzLw0g { display:block; }#xmyzNfiC28hXLkK1tmgCzXsNioTzLw0g > .row .container { width:20rem;height:30.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SCfAHkb05OtmR5501XF5GhOVwchiTfq3 { width:18rem;height:4.79980625rem;top:1.875rem;left:1rem;font-size:2rem;text-align:center;text-align-last:center;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #e5gKTQ7ZWCumSIWUSFGVWsUv0NphTLCO { width:20rem;height:11.0229375rem;top:8.4375rem;left:0rem;font-size:1.125rem;text-align:left;text-align-last:left;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #MDahFo0yftDXDEC579XzWfd3fOvl4kwu { width:19.625rem;height:6.5rem;top:20.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ArW53dlQe3G3R3fDqwXdpRcMhwgMToob { width:18.3125rem;height:4.72411875rem;top:21.6875rem;left:0.875rem;font-size:1.125rem;text-align:left;text-align-last:left;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #V48TNVOvJsg3TPczLkRKiHubZew62T7s { display:block; }#V48TNVOvJsg3TPczLkRKiHubZew62T7s > .row .container { width:20rem;height:67.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TlqHN8UBxcSLFpaztevbft8fttK3eWdG { display:flex;width:1.9375rem;height:1.9375rem;top:16rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #aABPO79NnX4QOZgDItK4z07DGcBg2BLN { width:1.3125rem;height:3rem;top:15.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Br1aMMv4I0xTucMbgL8cinCtR8ba1UOi { width:16.9375rem;height:3.1494125rem;top:16rem;left:3.0625rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #bgPck06E7TxDw1kzGWgEQNrzqLufIc23 { width:1.3125rem;height:3rem;top:20.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #CqOfgqtnrwEIiXEFNwq9E8fNp6Rlm9W9 { display:flex;width:1.9375rem;height:1.9375rem;top:20.6875rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #MInTo8gTfOzg5cPRqGPyTusqA0919k9B { width:16.8125rem;height:3.1494125rem;top:20.6875rem;left:3.1875rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #CoJJxaTk5LQuglrw0yNhgcbS3TJVkJl4 { width:16.8125rem;height:3.1494125rem;top:25.1875rem;left:3.1875rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #Q3ITPdna5BQyNPs9X12wmPnZne2bfZMf { display:flex;width:1.9375rem;height:1.9375rem;top:25.1875rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #LUdqzaoFm881GrQLJ25sbS2tmk4Ehhdg { width:1.3125rem;height:3rem;top:24.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #CBzOU7cJneWpZTXysBqUxsWJ2nfJudZz { width:1.3125rem;height:3rem;top:29rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #htrVRnFDfprleWzOXlqsvFeJXLzrdzX0 { display:flex;width:1.9375rem;height:1.9375rem;top:29.5625rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #HZfsKdX3HZ5flnexviqRBJJIqIuLS9xA { width:16.75rem;height:4.72411875rem;top:29.5625rem;left:3.25rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #PtTTGCbRxcHR5J3kUTH9HnNqxDCi0yfv { width:20rem;height:11.19925rem;top:1.8125rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #J10SNwlTingLMRAT7FH1OmT9cFfpChTl { width:20rem;height:8.4375rem;top:42.1875rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #KPtLdM0rwHi18vLpF0JaTcVgANU3PvKQ { width:1.3125rem;height:3rem;top:35.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #SZv1kHnB9enMw4QZcDBh9ETaoMZh1wgV { display:flex;width:1.9375rem;height:1.9375rem;top:35.625rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #UEPzVLCQNtdVdVRdq0sbASWvoMN8TWTO { width:16.6875rem;height:4.72411875rem;top:35.625rem;left:3.3125rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #FXd1CiNoxwEIWIa6vvNANTExx5T4p3rM { width:20rem;height:11.8125rem;top:52.375rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #MAhHIKCTgSKGTtTfIEZKuUGkboS2LTG2 { display:block; }#MAhHIKCTgSKGTtTfIEZKuUGkboS2LTG2 > .row .container { width:20rem;height:68.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XPN1sUrpgfiNl7cZ4rdr2eCBJfXmpfO8 { display:flex;width:1.9375rem;height:1.9375rem;top:16.9375rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #xRviJlPf02B3AJy8ohkXWWhTbZmW6VlU { width:1.3125rem;height:3rem;top:16.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #QfuQGmrFNCOqv7yfVvXhTGso8XwbvAXl { width:16.875rem;height:6.2988125rem;top:16.9375rem;left:3.125rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #VEu6HS3guaeQcczJomr8QEMlLfRH7BoK { width:1.3125rem;height:3rem;top:24.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #nKFfvyWAm9KuXQfAfn1uQPaVTVRFinyW { display:flex;width:1.9375rem;height:1.9375rem;top:24.625rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #GsDvpMd7DZgp2f4B4DIsgT9ix9UOGZsB { width:16.8125rem;height:4.72411875rem;top:24.625rem;left:3.1875rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #rsOEPoBNfi4feOrh9oGbNX6i7vGDTTWi { width:16.8125rem;height:6.2988125rem;top:30.4375rem;left:3.1875rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #oeDWqTRpGwHKFyP2d3UA2q26wRHTqnJL { display:flex;width:1.9375rem;height:1.9375rem;top:30.4375rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #dvTmvnhL2GI7NaDnGPPApE826x6RPD6l { width:1.3125rem;height:3rem;top:29.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ShcRLHNtPxzg8nhUleMmBnF5cXAMgS6x { width:1.3125rem;height:3rem;top:37.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #suEAfZvOAJgXGN9Bq5ANHO3luJbnSMmT { display:flex;width:1.9375rem;height:1.9375rem;top:38.125rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #TkTPrUXGvlUsXur5UOXD4Jqei4kwGCXX { width:16.6875rem;height:6.2988125rem;top:38.125rem;left:3.3125rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #QZTlpsTGQwyPqvs25ePEqzRP2VX2puZC { width:16.625rem;height:6.2988125rem;top:45.625rem;left:3.375rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #C76RxGp7klwigApo7ZbXsoNW3zunCKtQ { width:1.3125rem;height:3rem;top:45.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #X9bavwO6u6zfxz0T1vem8JrMEwp1c09Z { display:flex;width:1.9375rem;height:1.9375rem;top:45.625rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #AEEcNT2rviPFUysB3dE8wf9Sw1SWCc7s { width:20rem;height:11.19925rem;top:3.0625rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #gIoJeRWQoIvdJhL7Ez01GPFHHEXg9TX5 { width:20rem;height:12.597625rem;top:54rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #vOmq4grDkhmegclgqCWba6mbTsfZIa62 { display:block; }#vOmq4grDkhmegclgqCWba6mbTsfZIa62 > .row .container { width:20rem;height:42.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #a1qbBuWu0nspsGnnnvhzsTWN1bPstKrs { width:18rem;height:4.79980625rem;top:1.875rem;left:1rem;font-size:2rem;text-align:center;text-align-last:center;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #ZLPty600Z643ydSqphCuAFQCKs4zmI7Q { width:20rem;height:11.0229375rem;top:7.9375rem;left:0rem;font-size:1.125rem;text-align:left;text-align-last:left;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #XWAV7uwX6U542UJTVTVxLzPwoZCywcT7 { width:19.625rem;height:20.0625rem;top:19.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #cfdbZbAbT88X4VIizJm27gE2JNHbxl23 { width:18.3125rem;height:18.8965rem;top:20.75rem;left:0.875rem;font-size:1.125rem;text-align:left;text-align-last:left;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #Ii2Jib8TMIUO22QlK4E8efBOxGK0v7wG { display:block; }#Ii2Jib8TMIUO22QlK4E8efBOxGK0v7wG > .row .container { width:20rem;height:12.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ifaqfszb8haz13aeXuSPcO3Nqaxk5uxd { width:20rem;height:9.599625rem;top:3.0625rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #bBABfUmTU3H5ETVtKGhacEZD5RJmxupX { display:block; }#bBABfUmTU3H5ETVtKGhacEZD5RJmxupX > .row .container { width:20rem;height:39.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #azfsGnBGHxRZcOtJHIrF9m8OwNVPD9PG { width:20rem;height:9.44825rem;top:11rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #VbKWu0aaopH9MZhu1eZL1UJ12QOdrkMB { width:20rem;height:3.5rem;top:6.6875rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #VblGiXJTli3W1Bkq6KSNnsL5d30i4L87 { width:1.875rem;height:4.1875rem;top:1.25rem;left:9.0625rem;z-index:15011;display:block; }
 }@media only screen and (max-width: 763px) { #dWiMB1kI3DxicH4X5o0Ikxk1rWoLIpi7 { display:flex;width:3.4375rem;height:3.4375rem;top:1.625rem;left:9.0625rem;z-index:15018; }
 }@media only screen and (max-width: 763px) { #qVRV4nByU7ngLHpKZoFQnTb0L66IvWXt { width:20rem;height:6.2988125rem;top:31.8125rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #aavyaveAHHsNF88lNsdrQGrQdoV4RPQJ { width:20rem;height:3.5rem;top:27.0625rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #yVKbdgUOPmnEHSsaVc0irUnsff8Jk6gF { width:1.875rem;height:4.1875rem;top:21.625rem;left:9.0625rem;z-index:15011;display:block; }
 }@media only screen and (max-width: 763px) { #rssbKd5iLskOciyO443yRudOkRLLrMKU { display:flex;width:3.4375rem;height:3.4375rem;top:22rem;left:9.0625rem;z-index:15018; }
 }@media only screen and (max-width: 763px) { #iW32TxQso2mrWfSUqHPwE0wcfn1ycV3T { display:block; }#iW32TxQso2mrWfSUqHPwE0wcfn1ycV3T > .row .container { width:20rem;height:37.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LC2iqcB2oIZuRxO5AgnviNSNx6POthJa { width:20rem;height:6.2988125rem;top:11rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #k38hsuwK3bE3vPrSQIOMLGi3AxN9vtmT { width:20rem;height:3.5rem;top:6.6875rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #fwTJUrDepfgyV6NXZ6gKRXc9Z8q2O2ES { width:1.875rem;height:4.1875rem;top:1.25rem;left:9.0625rem;z-index:15011;display:block; }
 }@media only screen and (max-width: 763px) { #DvTq82v5haQ72fv7665Zy7aBCTKWai3t { display:flex;width:3.4375rem;height:3.4375rem;top:1.625rem;left:9.0625rem;z-index:15018; }
 }@media only screen and (max-width: 763px) { #o68qHsobNQAoekq0nx0kHvQa0t5J7V57 { width:20rem;height:6.2988125rem;top:28.6875rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #vDS82OU0KxKuG19LdUkTTTEdQH00qhJl { width:20rem;height:3.5rem;top:23.9375rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #eeIBTvnXfw41X00zBtKJpLPuNB8FTWkZ { width:1.875rem;height:4.1875rem;top:18.5rem;left:9.0625rem;z-index:15011;display:block; }
 }@media only screen and (max-width: 763px) { #afIMUVCUl72bIzdcIHhIOo0THNHXUSu3 { display:flex;width:3.4375rem;height:3.4375rem;top:18.875rem;left:9.0625rem;z-index:15018; }
 }@media only screen and (max-width: 763px) { #u6LQAVvm3t6wmpisqtHlfzpb4TMEKOTE { display:block; }#u6LQAVvm3t6wmpisqtHlfzpb4TMEKOTE > .row .container { width:20rem;height:81.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NIZJmmS1dKRtELPcRX63BM44NhE60q2x { width:20rem;height:1.92480625rem;top:1.9375rem;left:0rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #fh9osBt89OPHPBGDo02KB2LPeoMu0whr { display:flex;width:1.9375rem;height:1.9375rem;top:6.875rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #z9gvKC5o72eDHQIlke3cwd33CTmMw7PB { width:1.3125rem;height:3rem;top:6.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #SZR21yTSOTvGaiTAcSPRzmtscBspQRDX { width:16.6875rem;height:6.2988125rem;top:6.875rem;left:3.3125rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #fWuv5pSdzHSadyWpgFKqshmAvGPNnrGN { width:1.3125rem;height:3rem;top:13.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #NBva32ClImc7eewGUMW2HMuTAhUHBJoD { display:flex;width:1.9375rem;height:1.9375rem;top:14.5rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #ObnAoLAsW16LnoWlE3uDLTvpWNDPmhLE { width:16.6875rem;height:9.44825rem;top:14.5rem;left:3.3125rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #DPtAzuKPUOLUrGyd2qWI17DR41lu6Ad0 { width:16.75rem;height:7.8735625rem;top:25.1875rem;left:3.25rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #mPgziWvyfin0pyKwVnW74LKK7JWq4eDb { display:flex;width:1.9375rem;height:1.9375rem;top:25.1875rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #CApPyNigWPqzynIKgbeC588dRMJIeWg9 { width:1.3125rem;height:3rem;top:24.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #aK3SOIfTVOWPhx0sMPyyizFowwvmkIko { width:1.3125rem;height:3rem;top:33.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #qKvb5AyuPSb1Z2C9BrLkXA0dkVWqSRD5 { display:flex;width:1.9375rem;height:1.9375rem;top:34.375rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #KnfkUQXtBHWF6lCbGDNU1u5zxzkK0Ial { width:16.75rem;height:7.8735625rem;top:34.375rem;left:3.25rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #NOJJOS3nCCocTByTitZw4OqmkIoht6v4 { width:16.8125rem;height:7.8735625rem;top:54.8125rem;left:3.1875rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #yAcLXNxkTyMqBHwdJKuehU83lm441SDq { width:1.3125rem;height:3rem;top:54.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q2ol940C1LK6X8QpU3WcNac8ndmVpzGe { display:flex;width:1.9375rem;height:1.9375rem;top:54.8125rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #mF7LZAGAFL5NT2dHcwwE6A8qCIx9vDfm { width:16.875rem;height:9.44825rem;top:43.5625rem;left:3.125rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #c6XHhJ4g6HCQFuwn9iUTQDEabRhJP0Lg { width:1.3125rem;height:3rem;top:43rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #s6eO0OICOMEy562PMWdHxalIZ7hExVUJ { display:flex;width:1.9375rem;height:1.9375rem;top:43.5625rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #pt0bU3ym8C3aBCAgeKLvL5OzWDcwxpox { width:20rem;height:4.375rem;top:73.375rem;left:0rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #spQrMaeIaM2xH8WoU83TNncxtI86JZD5 { display:block; }
 }@media only screen and (max-width: 763px) { #r3NCHW00sJGLquhKBebNdVv0fCOgTD6O { width:16.8125rem;height:7.8735625rem;top:63.75rem;left:3.1875rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #KF0IdsBcrK4wmHTzINATcRdFS1CJFZkS { width:1.3125rem;height:3rem;top:63.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #FDRshkv3df0HbeZvVD9ZGS1JS5UNDEim { display:flex;width:1.9375rem;height:1.9375rem;top:63.75rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #Kfgyo3TCZE3JWT7fyGKyOSB24XhxLWrz { display:block; }#Kfgyo3TCZE3JWT7fyGKyOSB24XhxLWrz > .row .container { width:20rem;height:81.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hqJTtXVqmNX4Q4S262bW67OSxAkxoxfN { width:18rem;height:7.1996875rem;top:2.75rem;left:1rem;font-size:2rem;text-align:center;text-align-last:center;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #ZzNXqh2qUHdkPe38mCc02eoTqHVEq2JV { width:18.75rem;height:1.75rem;top:11.65625rem;left:0rem;font-size:1.25rem;text-align:left;text-align-last:left;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #aBAmwwFZepGdShyAGpJAKOzyPtOtGk0R { width:19.625rem;height:27.125rem;top:14rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #bSk9QClX4rl8AOJXMZpVKBlzNZtT0JuI { width:18.6875rem;height:25.183125rem;top:15.25rem;left:0.6875rem;font-size:1.125rem;text-align:left;text-align-last:left;line-height:1.4;display:block; }#bSk9QClX4rl8AOJXMZpVKBlzNZtT0JuI li:before{  }
 }@media only screen and (max-width: 763px) { #kAAv3Sa4c0RS1yIxr4zVNM0Ck8aNqrSG { width:19.625rem;height:30.625rem;top:47.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #f6BgBrfXXTy7RdS7x7XHOTyqrbONg3h1 { width:18.6875rem;height:28.3325rem;top:49.1875rem;left:0.6875rem;font-size:1.125rem;text-align:left;text-align-last:left;line-height:1.4;display:block; }#f6BgBrfXXTy7RdS7x7XHOTyqrbONg3h1 li:before{  }
 }@media only screen and (max-width: 763px) { #NwoSSEXoDqw1O8wJTTDBLohkUs2SHD66 { width:19.875rem;height:3.67480625rem;top:43.3125rem;left:0rem;font-size:1.3125rem;text-align:left;text-align-last:left;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #CGKxUfsl7GmUbOvKsCXE67k8kb29DG7l { display:block; }#CGKxUfsl7GmUbOvKsCXE67k8kb29DG7l > .row .container { width:20rem;height:14.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SIrpwEHbU6BCQkT4kxbfyMZ0NxsCc1IW { width:20rem;height:7.1996875rem;top:3.4375rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #Vmx0cdAqzSk6Trt7d9T7d2nZkykDXhAS { display:block; }#Vmx0cdAqzSk6Trt7d9T7d2nZkykDXhAS > .row .container { width:20rem;height:49.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #EbqUzTkmaUuZgA4LGkMkATrei9D906Xr { display:flex;width:3.5rem;height:3.5rem;top:0rem;left:16.5rem; }
 }@media only screen and (max-width: 763px) { #S5RDMrlrq2AcVazFHTnkLfJ937B6VlUl { display:flex;width:3.5rem;height:3.5rem;top:25.1875rem;left:16.5rem; }
 }@media only screen and (max-width: 763px) { #S9D2fsiDxXblwEsfGJMUyRAoXB1nmsQ9 { width:20rem;height:20rem;top:3.5rem;left:0rem;z-index:15017;display:block; }
 }@media only screen and (max-width: 763px) { #UMImKZoZk9UC5cx2bG2C1sTgOpafyt7s { width:20rem;height:20rem;top:28.6875rem;left:0rem;z-index:15016;display:block; }
 }@media only screen and (max-width: 763px) { #eRoa5RqrWGb5OqPceKIgvg4e3oRS2caP { display:block; }#eRoa5RqrWGb5OqPceKIgvg4e3oRS2caP > .row .container { width:20rem;height:47.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TfA19xD8iFdR8N3MWC8LFGrD5r0XhAAQ { display:flex;width:3.5rem;height:3.5rem;top:0rem;left:16.5rem; }
 }@media only screen and (max-width: 763px) { #WQCiTOgz64FIkHCgsGUvBhtxDwQVUBcZ { display:flex;width:3.5rem;height:3.5rem;top:24.4375rem;left:16.5rem; }
 }@media only screen and (max-width: 763px) { #T0qF9JQ99JahqfCkvUKXCqRP1ShcXmHy { width:20rem;height:20rem;top:3.5rem;left:0rem;z-index:15017;display:block; }
 }@media only screen and (max-width: 763px) { #RP5OceTpFzJwsm4TLCrRf6itTcRbVkfX { width:20rem;height:20rem;top:27.875rem;left:0rem;z-index:15016;display:block; }
 }@media only screen and (max-width: 763px) { #GP8sUP6HcU1Qf5bGtmFaGEaM5A9GHugz { display:block; }#GP8sUP6HcU1Qf5bGtmFaGEaM5A9GHugz > .row .container { width:20rem;height:50.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #W7O8KdKnsBMIFANChN62erCAT6QofBnv { display:flex;width:3.5rem;height:3.5rem;top:0rem;left:16.5rem; }
 }@media only screen and (max-width: 763px) { #I1Ms1etfkfeS9VtbWWPE0DZR1BkOvdPy { display:flex;width:3.5rem;height:3.5rem;top:24.59375rem;left:16.5rem; }
 }@media only screen and (max-width: 763px) { #FrwBgDi8Wr2eT7RaJEvSC5wsgCBWcFgg { width:20rem;height:20rem;top:3.5rem;left:0rem;z-index:15017;display:block; }
 }@media only screen and (max-width: 763px) { #qE9RFDK1bTahm5D69TMzPm3wuHZ1fuEJ { width:20rem;height:20rem;top:28.09375rem;left:0rem;z-index:15016;display:block; }
 }@media only screen and (max-width: 763px) { #DWqbxDAUCTupCvklZ1FxoQBzaGa94sQm { display:block; }#DWqbxDAUCTupCvklZ1FxoQBzaGa94sQm > .row .container { width:20rem;height:152.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dwHhg3huOXD2IDLwfvvhZSDHwdwPkRbL { width:20rem;height:9.599625rem;top:15.625rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #VVWRE3xF0FvtA2a2HxDAEyQxEholLfG4 { width:15.5rem;height:11rem;top:2.1875rem;left:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #XDTeHCoZ0u9m1rH6sX9fuzoLKz6MLV0v { width:17.125rem;height:5.34911875rem;top:135.75rem;left:1.4375rem;font-size:1.3125rem;text-align:left;text-align-last:left;line-height:1.2;display:block; }#XDTeHCoZ0u9m1rH6sX9fuzoLKz6MLV0v li:before{  }
 }@media only screen and (max-width: 763px) { #XgERhALsAvaHBJ7AUbVCTs8ELETezIIr { width:20rem;height:4.19921875rem;top:130.4375rem;left:0rem;font-size:1.75rem;text-align:center;text-align-last:center;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #T1ClEcqGEi6B7GTRPREkoaxQxJ9Wsfye { width:1.3125rem;height:3rem;top:30.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wr8WrfLzg6n3xpAoxNXpgaFezacv7G0I { display:flex;width:1.9375rem;height:1.9375rem;top:31.25rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #Et5c8rETZTUOvXg2mMSS2EA8szuEPGRU { width:16.625rem;height:6.2988125rem;top:31.25rem;left:3.375rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #kKLTlKMTeHTRz1CEOMMLLXP6u09gH2OO { width:20rem;height:1.875rem;top:27.375rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #x1zcKv63lVumgGsStW31pVGtOLSu3ihE { width:20rem;height:28.0078125rem;top:38.4375rem;left:0rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }#x1zcKv63lVumgGsStW31pVGtOLSu3ihE li:before{  }
 }@media only screen and (max-width: 763px) { #wk6zGqizk1yC9QZyKDxsiTcgMRx7k5mg { width:20rem;height:13.535125rem;top:72.3125rem;left:0rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }#wk6zGqizk1yC9QZyKDxsiTcgMRx7k5mg li:before{  }
 }@media only screen and (max-width: 763px) { #TmcpbJtvxcnfHzbZF7pm3OCeHKwsqOiZ { width:1.3125rem;height:3rem;top:67.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #BWTalJJ2xrfonfywB3AEytO3wEr5EmVf { display:flex;width:1.9375rem;height:1.9375rem;top:68.25rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #nIzouuvAzJaXm1QPy9ARgpySsTBvKZHc { width:16.6875rem;height:3.1494125rem;top:68.25rem;left:3.3125rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #hARo7TkPqnhtGLyk8hlsdR0iT39bOCJh { width:20rem;height:8.8110625rem;top:91.8125rem;left:0rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }#hARo7TkPqnhtGLyk8hlsdR0iT39bOCJh li:before{  }
 }@media only screen and (max-width: 763px) { #Tup4k0xto6hpVabFZy81DQZIMd9y2TyC { width:16.6875rem;height:3.1494125rem;top:87.5625rem;left:3.3125rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #gG4BN8FXmkyetKr56xBaxMwN67JqgyII { display:flex;width:1.9375rem;height:1.9375rem;top:87.5625rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #s78Jpk6TorpA2h8XT7eLJw3HrUll9yMT { width:1.3125rem;height:3rem;top:87rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZWe66NXraXZ57UfKwr85nxl6JBIubcT9 { width:20rem;height:12.597625rem;top:108.125rem;left:0rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #W9FGNRzPPXN1dur2JtfI0MrZPMT4upwp { width:1.3125rem;height:3rem;top:101.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qw0hcOAxpI9Mp0w8paLd9Bz9T01WBJyu { display:flex;width:1.9375rem;height:1.9375rem;top:102.375rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #gQALQKhXUznN9EmblIHOOFoNaE7eFDEM { width:16.75rem;height:4.72411875rem;top:102.375rem;left:3.25rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #UsM1NOP7Z92xGRG6mDHs8P8z6EeQcTO9 { width:20rem;height:4.94970625rem;top:123.5625rem;left:0rem;font-size:1.375rem;text-align:center;text-align-last:center;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #TUuFB2iKhOBTLRFwDghRMlEiRCRTLzMp { width:20rem;height:9.125rem;top:142.34863125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #bdD96I2CTS1ten6qzxMmaRxlGTWWhP2c { width:19.25rem;height:8.0625rem;top:142.8798828125rem;left:0.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hrIzm9iTU56TSx1PZinvWKcIHw6nk6Z4 { display:block; }#hrIzm9iTU56TSx1PZinvWKcIHw6nk6Z4 > .row .container { width:20rem;height:9.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ffw4IfWw5t3AlJIJM3fJR5Q4kkBfn6Fo { width:20rem;height:4.79980625rem;top:3.0625rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #L47sgzOipa40O8Vh1mItGrPHLAa0iVTk { display:none; }#L47sgzOipa40O8Vh1mItGrPHLAa0iVTk { border-width: 0; border-radius: 0; }#L47sgzOipa40O8Vh1mItGrPHLAa0iVTk > .row .container { width:20rem;height:156.5625rem;border-top:0;border-left:0;border-right:0;border-bottom:0;position:relative;display:none; } }@media only screen and (max-width: 763px) { #lZrcoivWbywZdI3LDNltDJRnnkmTStUI { width:15.5625rem;height:2.0625rem;top:1.8125rem;left:2.21875rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #il0PsQrF4dKT3T8GmcJ3QqHHbEeNPJr1 { width:18.875rem;height:108.375rem;top:0rem;left:0.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #E2F76nZQVMV1GRixA80BWoTE9DaQFufh { width:15.375rem;height:1.75rem;top:4.4375rem;left:2.3125rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #yt1mtf95kbrTrorPZ7sdqcTrAKX3rMCp { width:19.375rem;height:1.5625rem;top:6.875rem;left:0.625rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #Ug0z4SrrM6rlITuOOyWNE9eUmcd2MzS7 { width:19.3125rem;height:2.875rem;top:9.3125rem;left:0.625rem;font-size:1.0625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #C2g6QTtvB2hmiU8l1vqBJm0tP5CHhgSf { width:19.5rem;height:24.8125rem;top:13.8125rem;left:0.5rem;font-size:1.0625rem;text-align:left;text-align-last:left;display:block; }#C2g6QTtvB2hmiU8l1vqBJm0tP5CHhgSf li:before{  }
 }@media only screen and (max-width: 763px) { #Nd4qH4KQMX7GeJzy8qfrExu8zX3I1Nrx { width:20rem;height:1.4375rem;top:39.375rem;left:0rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #adGeLy1H72OfJtyVTTXPLGbKSUIEc0HG { width:19.375rem;height:5.3125rem;top:46.78125rem;left:0.625rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }#adGeLy1H72OfJtyVTTXPLGbKSUIEc0HG li:before{  }
 }@media only screen and (max-width: 763px) { #pH4TubVpGSmRfvvBSM82xvf1My8lHK0c { width:18.0625rem;height:4.3125rem;top:41.9375rem;left:0.5rem;font-size:1.0625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #lKUuAEPLWfkryWRcAfJ86LuOA7uesX1n { width:20rem;height:1.4375rem;top:53.5625rem;left:0rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #fDZzUC6UdeSpCzKJNqGnGKrMAH2W4AO4 { width:19rem;height:10.875rem;top:60.1875rem;left:0.5rem;font-size:1.0625rem;text-align:left;text-align-last:left;display:block; }#fDZzUC6UdeSpCzKJNqGnGKrMAH2W4AO4 li:before{  }
 }@media only screen and (max-width: 763px) { #aFG7624KWiKwE2P3g269Z4hmEpsgV177 { width:18.5625rem;height:2.875rem;top:56.4375rem;left:0.5625rem;font-size:1.0625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #XHsN3XBqHcFJu971dafA6fEvf1JkBXck { width:20rem;height:1.4375rem;top:72rem;left:0rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #sadcblkvwEFreHe6olUafGfW4ayy3JqF { width:20rem;height:1.4375rem;top:80.0625rem;left:0rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #StbGpv1xCGZL33TLUe4yDU1yqO3QzgOl { width:18.9375rem;height:2.875rem;top:75.25rem;left:0.5rem;font-size:1.0625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #QT9Vc0TnbTG88Ja16GZ26gccFL8d6pU8 { width:18.875rem;height:1.75rem;top:83.3125rem;left:0.625rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #XP7NShH3GFiTRTqr1y07WRuaB8kkkH9X { width:18.9375rem;height:2.5rem;top:85.875rem;left:0.5625rem;font-size:1.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #OWAaRfROiS753QmGf4qOxMQteca646do { width:17.25rem;height:3.125rem;top:89.5rem;left:1.4375rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WZw4cBPuF6KLfTK6WexXOQFuKckIeh6v { display:block; }
 }@media only screen and (max-width: 763px) { #ckkeQn0GHTDsccmC9enKUlTAvHQEryTv { width:18.875rem;height:123.625rem;top:-0.0625rem;left:0.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #OsBzGFUT9FuXOyi70V87V7lc8oVOX0Oz { width:17.25rem;height:3.125rem;top:117.6875rem;left:1.375rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #nOHSCCx8zkRHfU49yLBUEtMgVx7NkBzN { display:block; }
 }@media only screen and (max-width: 763px) { #eJ7DacUrTt2dfqBlfe7L3ueXtngrJ50a { width:18.9375rem;height:auto;top:114.0625rem;left:0.5rem;font-size:1.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Z88Zd3WSDK2boTCIDZd0MWrSenxz7S9R { width:18.875rem;height:auto;top:111.5rem;left:0.5625rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #iKyVDrP8uuE03q8145zKmtNcM6i5gMDg { width:19rem;height:auto;top:90.3125rem;left:0.5rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ihWZceSWnikT7UdXekRHNkSqELOihcbq { width:17.75rem;height:auto;top:86.5rem;left:1.125rem;font-size:1.0625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #idkQZlaO5ZfgsvvsaIahhFIWbdpimtrR { width:18.625rem;height:auto;top:83.375rem;left:0.6875rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #bgdCFGgZy9vZ3zlv800dZXh5OW2Cq09A { width:17.5rem;height:auto;top:70rem;left:1.25rem;font-size:1.0625rem;text-align:left;text-align-last:left;display:block; }#bgdCFGgZy9vZ3zlv800dZXh5OW2Cq09A li:before{  }
 }@media only screen and (max-width: 763px) { #Zl49MotOFcNTmJ3rmum0VyFgUAqaL9BB { width:16.3125rem;height:0;top:93.875rem;left:1.8125rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }#Zl49MotOFcNTmJ3rmum0VyFgUAqaL9BB li:before{  }
 }@media only screen and (max-width: 763px) { #ZHddPpxO5NLq7DsdNdQtqgenuvOiqNUJ { width:18.9375rem;height:auto;top:62.625rem;left:0.5rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #nNXhiV42DfpJhwCewCCWqcm9mnIXlkKk { width:14.5625rem;height:auto;top:65.9375rem;left:2.6875rem;font-size:1.0625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #RkkS0JZucLwbms14wN3xkSxWWpkQB1gE { width:16.9375rem;height:auto;top:17.6875rem;left:1.5rem;font-size:1.0625rem;text-align:left;text-align-last:left;display:block; }#RkkS0JZucLwbms14wN3xkSxWWpkQB1gE li:before{  }
 }@media only screen and (max-width: 763px) { #ZTRO9Jq2EFSN6tTXKdTJxPTGJ8IEBAHO { width:19rem;height:auto;top:47.625rem;left:0.5rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Sn6D1TaAMpQAlQA3TmMzUfzKRDuifmT3 { width:15.8125rem;height:auto;top:50.5rem;left:2.0625rem;font-size:1.0625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #aTZM18dVIlDBvO0RIT3by3IcIDPT36ZT { width:15.5625rem;height:4.125rem;top:10.5625rem;left:2.21875rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #h1VK3c748KsHcn7DTO9GtEtp9isoeXCn { width:15.375rem;height:auto;top:6.5rem;left:2.3125rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #lBi3n3oIRfeTMkfx8QTtIP5Jmc3xqWHI { width:17.3125rem;height:auto;top:9.9375rem;left:1.3125rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #iUpsLlCfDNVwH7EQISnwFu77EVwaCUVo { width:15.125rem;height:auto;top:13.8125rem;left:2.4375rem;font-size:1.0625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #k2ahyggDmMCEDbTW8nEQmUNSSmOwWNyZ { width:17.75rem;height:auto;top:92.6875rem;left:1.125rem;font-size:1.0625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #Z4EnDtQgVQLJAW18fl7pNHfKlpBGmA6E { width:19rem;height:auto;top:96.5rem;left:0.5rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Pf1mtHk4RTrXw3Dqg6D3VT6DDZg16N9V { width:17.75rem;height:auto;top:100rem;left:1.125rem;font-size:1.0625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #TPtKr3cmKSlpnIXI1ReHppCwAaV4yyM0 { width:19rem;height:auto;top:108.625rem;left:0.5rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #NxFevubsBXwnFynPd4LP0IA74yK4fEla { width:19rem;height:auto;top:102.9375rem;left:0.5rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #OgC4830K2dsrFWeHhzDIIIOTXMhQ6sDh { width:17.75rem;height:auto;top:105.25rem;left:1.125rem;font-size:1.0625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #tonfWvptAgAX48SFVprxwakkVlLEF594 { width:18.875rem;height:153.3125rem;top:0rem;left:0.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #U87JPyTDghhN4SBO61mfoVTgrV67kpus { width:15.5625rem;height:auto;top:1.3125rem;left:2.1875rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #FpGg1uIy6h2rF96XH3RbnU3G9IwPXhOd { width:15.375rem;height:auto;top:6.5625rem;left:2.3125rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #RdtDsXs0eU7sF8oZAbtUGucmql4TWyd6 { width:17.3125rem;height:auto;top:10rem;left:1.3125rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #n86S4MdLzZUGAGNNES108zHupNJxH3Io { width:15.125rem;height:auto;top:13.875rem;left:2.4375rem;font-size:1.0625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #OIfdbv4Q3m1feLFg0E3G7vFw4ElctSGA { width:16.9375rem;height:auto;top:17.75rem;left:1.5rem;font-size:1.0625rem;text-align:left;text-align-last:left;display:block; }#OIfdbv4Q3m1feLFg0E3G7vFw4ElctSGA li:before{  }
 }@media only screen and (max-width: 763px) { #dmIwStJDXbyMrBXwVrwiBPyu1D1PoBvd { width:16.3125rem;height:0;top:100.47411875rem;left:1.8125rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }#dmIwStJDXbyMrBXwVrwiBPyu1D1PoBvd li:before{  }
 }@media only screen and (max-width: 763px) { #qT3O5hv7g0V3b8p6n0LKAJZ8Sl67P5Fw { width:19rem;height:auto;top:47.6875rem;left:0.5rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #dDf7ePrdds3qv4n00kpWpLheeLOnIeFV { width:15.8125rem;height:auto;top:50.5625rem;left:2.0625rem;font-size:1.0625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #F8qtZWaqorPwQRqqoxe7SXIms9Pi6Cky { width:18.9375rem;height:auto;top:62.6875rem;left:0.5rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #o05obfWFOr8nNuWfnRo2x1KyRr5zt1eI { width:17.25rem;height:3.625rem;top:148.5rem;left:1.375rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #q9yG5KXSR9cDnKoQqPQVEB0Lf5QhXy6q { display:block; }
 }@media only screen and (max-width: 763px) { #fJO4Gyi7i7tc0rAlTlfFTPHEyScGb1PC { width:18.9375rem;height:auto;top:145.375rem;left:0.5rem;font-size:1.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #eTMp6mNSwy47HGI8aJCOd6RHbKcTsBs0 { width:18.875rem;height:auto;top:142.8125rem;left:0.5625rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #X5w1hZt7VRRtcaT8Nazx48h1QeKBS7vm { width:19rem;height:auto;top:90.375rem;left:0.5rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #OKrnNN44rzZm4Ite0zgDhUZlQdmXF0bg { width:17.75rem;height:auto;top:86.5625rem;left:1.125rem;font-size:1.0625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #gJzGi7NctVEaDlWFp83GkT3TabF57Rcx { width:18.625rem;height:auto;top:83.4375rem;left:0.6875rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #DVUEvmQ0rbI9UZKmR9J24Tw1N9HXTCwJ { width:17.5rem;height:auto;top:70.0625rem;left:1.25rem;font-size:1.0625rem;text-align:left;text-align-last:left;display:block; }#DVUEvmQ0rbI9UZKmR9J24Tw1N9HXTCwJ li:before{  }
 }@media only screen and (max-width: 763px) { #yvItyRTMQcppndnK2qP42Uita20w9vTR { width:14.5625rem;height:auto;top:66rem;left:2.6875rem;font-size:1.0625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #dB2A2Fh4pdXTPhng1uOULf9pWAK9ENn3 { width:17.75rem;height:auto;top:92.75rem;left:1.125rem;font-size:1.0625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #Ism8UDTUk97sSciRfKXrbHohw5l42gLr { width:19rem;height:auto;top:96.5625rem;left:0.5rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #SNNW3hmQcGFQ8LcGBtG6Fm6eFN9U6Sak { width:17.75rem;height:auto;top:100.0625rem;left:1.125rem;font-size:1.0625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #TIoXDQEZTHTxnfyQXfsOrQ98vP3Tudtk { width:19rem;height:auto;top:108.6875rem;left:0.5rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #b9mQc0pgvmOhNaEFH1gPrmWuXfxHGTfx { width:18.25rem;height:auto;top:103rem;left:0.875rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #JVDTMzhTwFkblTKxBDXHAKnLDAbRIg4k { width:17.75rem;height:auto;top:105.3125rem;left:1.125rem;font-size:1.0625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #dHyE81fWcto3Sn2g39M1DzVREAFUSvwS { width:17rem;height:auto;top:111.5rem;left:1.5rem;font-size:1.0625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #ftHbyFI6uTirw5G3srweVyB7NEXit20C { width:17.5rem;height:auto;top:113.0625rem;left:1.25rem;font-size:1.0625rem;text-align:left;text-align-last:left;display:block; }#ftHbyFI6uTirw5G3srweVyB7NEXit20C li:before{  }
 }@media only screen and (max-width: 763px) { #e5lEW2S9Is910ZayG7z8g37yN2Am0xHr { width:17rem;height:auto;top:122.25rem;left:1.5rem;font-size:1.0625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #gHV64WkDK8QTE80FlNq05HAmmcDTnad5 { width:17.5rem;height:auto;top:124.8125rem;left:1.25rem;font-size:1.0625rem;text-align:left;text-align-last:left;display:block; }#gHV64WkDK8QTE80FlNq05HAmmcDTnad5 li:before{  }
 }@media only screen and (max-width: 763px) { #NBrxPc4OdneeIPPLO0vKRqa0WZOsvTp4 { width:16.9375rem;height:auto;top:138.5625rem;left:1.5rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #rA1ITu2qdKSC96gFHHO2pqkVOgX07Vl3 { display:block; }#rA1ITu2qdKSC96gFHHO2pqkVOgX07Vl3 > .row .container { width:20rem;height:106.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #EWmpT0ryWu9JbRLFmzPs5aGnBHSs42tG { width:18.625rem;height:1.48730625rem;top:83.25rem;left:0.6875rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #lJFCiFkOP027mwM9zoEube0rW1OuKFgR { width:19rem;height:1.48730625rem;top:90.1875rem;left:0.5rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #RHtS9M4rvz24FvPaB97HrAtyWrsvreKI { width:17.75rem;height:2.9746125rem;top:86.375rem;left:1.125rem;font-size:1.0625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #UQBV3TmnFawuiHAFCCabax94k98TirXh { width:18.875rem;height:1.75rem;top:94.375rem;left:0.5625rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #LCPUWNvsIuNEq6wfP616ywi7BnDVHa4x { width:18.9375rem;height:2.5371125rem;top:96.9375rem;left:0.5rem;font-size:1.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #mEDLWZZQwJLHGJxqlpnkNJEfwy5eG9hN { width:17.25rem;height:3.125rem;top:100.5625rem;left:1.375rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #C6fNRHxpwWgd8ytDe8g0kdJUEdElPRdT { display:block; }
 }@media only screen and (max-width: 763px) { #lNy04SyeHXfXwvO0WM3p4yclZgwMsJW4 { width:17.5rem;height:12.296875rem;top:69.875rem;left:1.25rem;font-size:1.0625rem;text-align:left;text-align-last:left;display:block; }#lNy04SyeHXfXwvO0WM3p4yclZgwMsJW4 li:before{  }
 }@media only screen and (max-width: 763px) { #INnkkiqFoMdGB92ithtdvOKksOAxOtEt { width:16.3125rem;height:auto;top:55.875rem;left:1.8125rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }#INnkkiqFoMdGB92ithtdvOKksOAxOtEt li:before{  }
 }@media only screen and (max-width: 763px) { #whgeNhbSfvdua7yZeJvb38JD5vaLX3Fq { width:18.9375rem;height:1.48730625rem;top:62.5rem;left:0.5rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #O2inTG2B3VJdpM7OteLeJ7UP24NRozXs { width:14.5625rem;height:2.9746125rem;top:65.8125rem;left:2.6875rem;font-size:1.0625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #Xlif8RoRBFRJ8PwnqFwUn8RcFUVnokbM { width:15.8125rem;height:4.4619125rem;top:50.5rem;left:2.0625rem;font-size:1.0625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #u35pTwqUO3WzVF2accO8TFTT1zlsb1Ox { width:18.875rem;height:108.375rem;top:0rem;left:0.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #swkHdTnJoW8ECR0SWoyZVfIQ72TVZvkd { width:19rem;height:1.48730625rem;top:47.25rem;left:0.5rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #lQsMk9rIcKEQ6oQQ6va4y0WCAL16D6om { width:16.9375rem;height:29.0488125rem;top:17.3125rem;left:1.5rem;font-size:1.0625rem;text-align:left;text-align-last:left;display:block; }#lQsMk9rIcKEQ6oQQ6va4y0WCAL16D6om li:before{  }
 }@media only screen and (max-width: 763px) { #TTWbQhKeMVAgibmiSeguI8aRVTrNpao4 { width:15.125rem;height:2.9746125rem;top:13.5625rem;left:2.4375rem;font-size:1.0625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #oNI38IhANpdz2mOOyLaJ2sboSXa3Wr22 { width:17.3125rem;height:3.1494125rem;top:9.6875rem;left:1.3125rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #RSCnzFSsOWH9tZDxcJUIuuGQP5b8Wgic { width:15.375rem;height:1.75rem;top:6.25rem;left:2.3125rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #QT7222rXhKycoqItxK510kCF88uU945e { width:12.125rem;height:auto;top:1rem;left:3.9375rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #OFEaQKMTR9FuO5mQp0onu8wi5P6zTSVH { display:block; }#OFEaQKMTR9FuO5mQp0onu8wi5P6zTSVH { border-width: 0; border-radius: 0; }#OFEaQKMTR9FuO5mQp0onu8wi5P6zTSVH > .row .container { width:20rem;height:126rem;border-top:0.25rem solid #34915d;border-left:0.25rem solid #34915d;border-right:0.25rem solid #34915d;border-bottom:0.25rem solid #34915d;position:relative;display:block; } }@media only screen and (max-width: 763px) { #an5Ri04N2QkuTxH6eGiT7BtxTT0QG1Wr { width:17.25rem;height:3.125rem;top:117.75rem;left:1.375rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hMWiTd3f6xyDtrLXamqpVxs80L0HwZAh { display:block; }
 }@media only screen and (max-width: 763px) { #EHzh50sATwVFR8RTZT5Hkaf47a3tesnt { width:18.9375rem;height:auto;top:114.125rem;left:0.5rem;font-size:1.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Dl1xhuv3gMcM2tTF5aRs6WaxOeMtamav { width:18.875rem;height:auto;top:111.5625rem;left:0.5625rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #d3oRGR0poFOqEIwXmu7FiQbh4XtdT8I4 { width:19rem;height:auto;top:90.375rem;left:0.5rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #yBXD5QFDCoTQL5TdmdIKGnPaOJ3iRxGJ { width:17.75rem;height:auto;top:86.5625rem;left:1.125rem;font-size:1.0625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #Szkl85To1CtOkz85JFTvoLOosKL2KCTJ { width:17.75rem;height:auto;top:92.75rem;left:1.125rem;font-size:1.0625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #pcuS5blnGapzPItzDuM26TP3MTz8bfbb { width:19rem;height:auto;top:96.5625rem;left:0.5rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #DZ4VbJWLWVcQzWxpNGEse7Ma9fCtVNbH { width:17.75rem;height:auto;top:100.0625rem;left:1.125rem;font-size:1.0625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #vJOcwilWcCCS5KBl2BIIU4QMKzg2xrTe { width:19rem;height:auto;top:108.6875rem;left:0.5rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #toxpT6KngbhS4VkIlJaDt2JQZXRbTs8c { width:19rem;height:auto;top:103rem;left:0.5rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #XIzrRl03FwfSyg0yhol2NP27NNMJ4bN1 { width:17.75rem;height:auto;top:105.3125rem;left:1.125rem;font-size:1.0625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #pQXXVXGtS2icGhsw3MFuN4W04y2zAUZC { width:18.625rem;height:auto;top:83.4375rem;left:0.6875rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #hn0afTWlFvplNyKK81nLqqD9MzihMSpZ { width:17.5rem;height:auto;top:70.0625rem;left:1.25rem;font-size:1.0625rem;text-align:left;text-align-last:left;display:block; }#hn0afTWlFvplNyKK81nLqqD9MzihMSpZ li:before{  }
 }@media only screen and (max-width: 763px) { #MNKZUWKLB1JwRt6oqKScbJVtXJobwcUE { width:16.3125rem;height:auto;top:56.0625rem;left:1.8125rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }#MNKZUWKLB1JwRt6oqKScbJVtXJobwcUE li:before{  }
 }@media only screen and (max-width: 763px) { #VsVeXhGvZZnh5pGNzGv16uRNf4RFe6Zn { width:18.9375rem;height:auto;top:62.6875rem;left:0.5rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #KeVcqOA2rRytG9AnhU7Xr09BO0PAWII4 { width:14.5625rem;height:auto;top:66rem;left:2.6875rem;font-size:1.0625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #yRv1wWU6vZw13flbDkKyeW7K5WXXTgxS { width:19rem;height:auto;top:47.6875rem;left:0.5rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #bhTI2tqml3wAhD1ipEGqVkR1CyBffwgt { width:15.8125rem;height:auto;top:50.5625rem;left:2.0625rem;font-size:1.0625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #EWUbKeCSiQMlpqMNmq5E36Px6lnZZ1NO { width:18.875rem;height:123.625rem;top:0rem;left:0.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #yO2HXsofv4P0Sp1Fr4QwR29RKAtrbvrH { width:16.9375rem;height:auto;top:17.75rem;left:1.5rem;font-size:1.0625rem;text-align:left;text-align-last:left;display:block; }#yO2HXsofv4P0Sp1Fr4QwR29RKAtrbvrH li:before{  }
 }@media only screen and (max-width: 763px) { #rW3zTHlSsyIiMsliZBnbO313cznhVAxh { width:15.5625rem;height:auto;top:1.3125rem;left:2.1875rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #JtRLN9hBcLF1Q8J8IgMtcJVNXpZRD4m0 { width:15.375rem;height:1.75rem;top:6.5625rem;left:2.3125rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #pUlQPmC7E060ZxDRHQ0qgdpfQ5dPN03u { width:17.3125rem;height:auto;top:10rem;left:1.3125rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #TNrOrLBwQN9MMJ0TiE553xQGSQqqupZF { width:15.125rem;height:auto;top:13.875rem;left:2.4375rem;font-size:1.0625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #GvJhbNAN4ACUwhUqqOLNSBBJLbLzHNFo { display:block; }#GvJhbNAN4ACUwhUqqOLNSBBJLbLzHNFo > .row .container { width:20rem;height:155.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ey6e5hfFh0SnOTezpM2G7Ib1f4Jvd9wB { width:17.25rem;height:3.625rem;top:149.1875rem;left:1.4375rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xA9eCR2f3t6VMiPdgGrDiQywLWEEhOpR { display:block; }
 }@media only screen and (max-width: 763px) { #ZtmTEo0ZWKwmH63LXP2gNlTGsFlNsdUA { width:18.9375rem;height:2.5371125rem;top:146.0625rem;left:0.5625rem;font-size:1.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #BHRdaiVQVdV6GzKUeMbXglTZbdPAVGRy { width:18.875rem;height:1.75rem;top:143.5rem;left:0.625rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #w9GTC96E8GIig0pfl6cRMeTLm4hEDkmH { width:17.5rem;height:12.609375rem;top:125.5rem;left:1.3125rem;font-size:1.0625rem;text-align:left;text-align-last:left;display:block; }#w9GTC96E8GIig0pfl6cRMeTLm4hEDkmH li:before{  }
 }@media only screen and (max-width: 763px) { #ORF3aBcxaLEuWnXW2xVVxtzn2iwqBUbm { width:16.9375rem;height:2.9746125rem;top:139.25rem;left:1.5625rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #CHua37109aKOtzgupUmW9ge4SpQtQMiA { width:17rem;height:1.48730625rem;top:122.9375rem;left:1.5625rem;font-size:1.0625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #P2gBPSXnD9M2XkwZEypK6K1C68PQ240L { width:17.5rem;height:auto;top:114.0625rem;left:1.25rem;font-size:1.0625rem;text-align:left;text-align-last:left;display:block; }#P2gBPSXnD9M2XkwZEypK6K1C68PQ240L li:before{  }
 }@media only screen and (max-width: 763px) { #PWfqwfJyLhi3moBmlGTZEmVvhlfAkD13 { width:19rem;height:auto;top:108.6875rem;left:0.5rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #WZHzNQ9OdAvPFLNBGJ7mZzCKIcEtTfqr { width:18.25rem;height:auto;top:103rem;left:0.875rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #S0vTT9nc0xQBTv6RZ7WJc0IvMHNEkd42 { width:17.75rem;height:auto;top:105.3125rem;left:1.125rem;font-size:1.0625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #bWuvL6IPzaO8T43rmfmdkGUuTzTAITpW { width:17rem;height:auto;top:111.5rem;left:1.5rem;font-size:1.0625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #wMayyfpC6Q5h186d2dd5g4MZM8h7AwHw { width:17.75rem;height:auto;top:100.0625rem;left:1.125rem;font-size:1.0625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #upISe0FayXs4NmP8IwaXvnHqSEIbTSw1 { width:17.75rem;height:auto;top:92.75rem;left:1.125rem;font-size:1.0625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #iV4d0i8fTzkNaWO6U78Lfoume2N9G1iC { width:19rem;height:auto;top:96.5625rem;left:0.5rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #w4U6XckGwepbiChvsVE2CJpX24utKmRA { width:19rem;height:auto;top:90.375rem;left:0.5rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #mQD2e9U9vomgvCV5uuuTQNcLsuxlJZWR { width:18.875rem;height:151.8125rem;top:0rem;left:0.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #BSGtBgc0k4XXew3fD1pmNsh3ikuyswIt { width:17.75rem;height:auto;top:86.5625rem;left:1.125rem;font-size:1.0625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #BD4BxT8p3QuqOSBHI4hA1G9Z3V4mMKtS { width:18.625rem;height:auto;top:83.4375rem;left:0.6875rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #pFum2IIAqgSTWlTmVxa9lIPrDWeF11vH { width:17.5rem;height:auto;top:70.0625rem;left:1.25rem;font-size:1.0625rem;text-align:left;text-align-last:left;display:block; }#pFum2IIAqgSTWlTmVxa9lIPrDWeF11vH li:before{  }
 }@media only screen and (max-width: 763px) { #QnacoTcD5CUnKEX67xo9voTSG7fwx1Cd { width:16.3125rem;height:auto;top:56.0625rem;left:1.8125rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }#QnacoTcD5CUnKEX67xo9voTSG7fwx1Cd li:before{  }
 }@media only screen and (max-width: 763px) { #qsNgvoca4zEt4fiVhS1xE7ePCyIFZEox { width:18.9375rem;height:auto;top:62.6875rem;left:0.5rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #iQhOcv98XIeJdm05aVAxUMuLLdviEeeH { width:14.5625rem;height:auto;top:66rem;left:2.6875rem;font-size:1.0625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #SaW0gt1HvwcqBfhK4BoHNFkXI3T4v6QA { width:16.9375rem;height:auto;top:17.75rem;left:1.5rem;font-size:1.0625rem;text-align:left;text-align-last:left;display:block; }#SaW0gt1HvwcqBfhK4BoHNFkXI3T4v6QA li:before{  }
 }@media only screen and (max-width: 763px) { #p3skHaUEIIMz13TL0nK3b7ZkHzrxGcbI { width:19rem;height:auto;top:47.6875rem;left:0.5rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #LbdAXridPruND7TOVdshDKmhkXbWokpr { width:15.8125rem;height:auto;top:50.5625rem;left:2.0625rem;font-size:1.0625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #v15xl4B75G68MoxsUwNue9uInLNF8U17 { width:10rem;height:4.19921875rem;top:1.4375rem;left:5rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #n2BVDKrXxBgW2Zhy6TTJeEb4EM6qcnwF { width:15.375rem;height:auto;top:6.5625rem;left:2.3125rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #XLbJMKOe1dxsRaS0xIuo0Wwv4Td4l1gq { width:17.3125rem;height:auto;top:10rem;left:1.3125rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #DsJiioKEWvpUKpIQHWvVRcWgCylkaP7J { width:15.125rem;height:auto;top:13.875rem;left:2.4375rem;font-size:1.0625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #RDBIL6vxDEno28yGDJKGlQEXL3XuViIt { display:none; }#RDBIL6vxDEno28yGDJKGlQEXL3XuViIt > .row .container { width:20rem;height:168.625rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #Btx8bpuXDX4VFVP2TJwgKndThEmwTwKb { width:20rem;height:1.75rem;top:1.375rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #nFPphROnDGohTvl4Q6TRue7GeM8HdaV1 { width:20rem;height:3.125rem;top:6.5rem;left:0rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #J5imvA6uebDzXV6RvHTiPtN77IkFTAPi { width:19.75rem;height:159.5625rem;top:0rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #ycJfp1mzmLamaZkQED99Nq8Mii2OIXep { width:20rem;height:27.8125rem;top:14.75rem;left:0rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }#ycJfp1mzmLamaZkQED99Nq8Mii2OIXep li:before{  }
 }@media only screen and (max-width: 763px) { #qD7MIV6BB0dhryg9M34bl0E2fQToF5Mk { width:20rem;height:3.125rem;top:10.9375rem;left:0rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #yb1sLmBiFEnM26hKm35nZcfKhcNmuBPJ { width:20rem;height:1.5625rem;top:43.8125rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #eKZqWveOThhRP3PcuVrDpNhJawbTDFZq { width:20rem;height:5.3125rem;top:53.3125rem;left:0rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }#eKZqWveOThhRP3PcuVrDpNhJawbTDFZq li:before{  }
 }@media only screen and (max-width: 763px) { #Ty2Q34hnoAaQugBIHgsnro24axWUEMA8 { width:20rem;height:4.6875rem;top:47.125rem;left:0rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #Kmg6niprimCM4RGtPbTgbxXnNChfwPA7 { width:19.5625rem;height:1.5625rem;top:59.75rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #T3uqc97Z4OazPkRPs1TC45DvuHHZD1v1 { width:20rem;height:13.75rem;top:67.0625rem;left:0rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }#T3uqc97Z4OazPkRPs1TC45DvuHHZD1v1 li:before{  }
 }@media only screen and (max-width: 763px) { #dSAsv9a5MbdaBohTZocrOZNAGIAmN45k { width:19.5625rem;height:3.125rem;top:63.25rem;left:0.4375rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #CBEdA2B5fPF5BCD1Ckh6aGhw3ntHgDSs { width:19.5625rem;height:1.5625rem;top:81.875rem;left:0.4375rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #SsV8F3SPz2CvXTx4mkRnTOHkPCMrfcNW { width:20rem;height:1.5625rem;top:89.9375rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #U7PtnH4FUnWcrkznhwAkwoakxGOGwR7Q { width:20rem;height:3.125rem;top:85.8125rem;left:0rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #NQH8wxBVHsqEvFCKtEnOD4E3LMzRkBA8 { width:20rem;height:1.75rem;top:93.1875rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #llDXPHDaCUnuaTNg6bWhb5dT5VOpZbP9 { width:20rem;height:2.5rem;top:96.3125rem;left:0rem;font-size:1.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #dCeXEykpRiIP7BuzX3QC3kku8xiJCPRW { width:19.75rem;height:169.5625rem;top:207.28125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #egCPTnvbQBE5UPmVu5cUSN5W80tn1xT9 { width:20rem;height:3.75rem;top:120.4375rem;left:0rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #trPwUiWpG8XzTGu64Hq449JO5LCdtGH1 { width:20rem;height:1.75rem;top:115.75rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #uFsJs7OPJzNKGkmsf7v6hS8SHXUP3Ch4 { width:20rem;height:1.75rem;top:4.25rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #gEpIc7GiuHyTM1aFXhLLf40zqJDX3Ewp { width:20rem;height:1.75rem;top:118rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #LS365zu3T2s9vqcKmOTu3no6H6KCmgR3 { width:19.1875rem;height:4.375rem;top:100.375rem;left:0.4375rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #geChQt47KkLGoy9wEaur4FL3DSf2hvD0 { display:block; }
 }@media only screen and (max-width: 763px) { #hQPRO0KbfxToVK2iognFmGPXaEGdzmte { width:19.1875rem;height:4.375rem;top:152.625rem;left:0.4375rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #EdBwkisFWpb4d0uq2SUQIJmMNCk5Td4s { display:block; }
 }@media only screen and (max-width: 763px) { #SoFNThsaG7lSpVU5OxckNOFC7xyMdHbV { width:20rem;height:2.5rem;top:148.125rem;left:0rem;font-size:1.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ufKFKClxxhXr3rGhpM48wFzHTMsol0zN { width:20rem;height:1.625rem;top:145.3125rem;left:0rem;font-size:1.1875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #gXaDLea52c2UuzH9s5ygi48PvWOdb9rJ { width:20rem;height:1.5625rem;top:129.6875rem;left:0rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #a7nM9VMt64JoKh665iqEo9nSP8NWq1TR { width:19.375rem;height:3.125rem;top:125.3125rem;left:0.3125rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #c7ZqmoP2GmakxqGpMHRDp4c7K5TA7L3Q { width:19.375rem;height:1.5625rem;top:132.5rem;left:0.3125rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #OG6RVpqsQgpRNHfAIN8QQ3HC3hrAIpzW { width:20rem;height:1.5625rem;top:135.3125rem;left:0rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #OS28Cbts15e8KS4gKU0rQPuRBV2AB7eS { width:20rem;height:3.125rem;top:138.125rem;left:0rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #xSehzFBu5LtOPCcLmRtI5vBxHisJlCPM { width:20rem;height:1.5625rem;top:142.5rem;left:0rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #er57fDoTOiE8O4IOa5wgpzcT1dmJMaa5 { width:20rem;height:6.25rem;top:105.8125rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #v3zTuH0KKVPsMpToXwPJqZ3eJhyBQKuS { width:20rem;height:6.25rem;top:157.75rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ZztVEONpSPoCqQkpaEJnmVdBOdrXVTCe { display:block; }#ZztVEONpSPoCqQkpaEJnmVdBOdrXVTCe > .row .container { width:20rem;height:74.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qdt6Z3vDbfxbAgTykNkKxaJ4LcHM7KRo { width:20rem;height:11.9995rem;top:4rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #LJ6poTN9iTrbavr8cBGSxI5VrSv9y2nX { display:flex;width:1.9375rem;height:1.9375rem;top:21.125rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #pr03WpEn4DkVpTQvwKfys4TEN8NzpOJC { width:1.3125rem;height:3rem;top:20.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #PVtu7JzMrgg2OEVXZqS2VvFXHuAZuD3P { width:15.5625rem;height:4.72411875rem;top:21.125rem;left:3rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #P4OLfvk9DTM9ZFyBJKeaI4kX0W4CKRnH { width:1.3125rem;height:3rem;top:25.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #CS7XA8qQap655CdVOnh3WTQzgNeEFOGo { display:flex;width:1.9375rem;height:1.9375rem;top:26.375rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #SQMPk75R4GZTWMW5vdu1klaFcslw8cZ9 { width:17rem;height:11.0229375rem;top:26.375rem;left:3rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #iTMeThnX0hbX5u3y11l1Px40xKf9kHMf { width:1.3125rem;height:3rem;top:37.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Hnl4KmoQmkecPtIhPKyBkmKmUD0pBzRK { width:17.0625rem;height:9.44825rem;top:37.875rem;left:2.9375rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #hkSX00BydWuSASqXakEHFzxOC6PbImIT { display:flex;width:1.9375rem;height:1.9375rem;top:37.875rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #feXWaX2qhT5xpOJHNPI0q9vevDz5WJTc { width:17.0625rem;height:7.8735625rem;top:48.625rem;left:2.9375rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #eH82p99NspT0ognUxGkV6TmZpXVe4Bhx { width:1.3125rem;height:3rem;top:48.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #E0EtqaWE5VB1CLEWo9JVUBNO5V7kwATn { display:flex;width:1.9375rem;height:1.9375rem;top:48.625rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #fhr1OR36vgmc5LAeMBcrSuoofuOGM7Nn { width:20rem;height:12.597625rem;top:58.5625rem;left:0rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #pmuSqEOb7Q5aaXk6pImfxWHHZzVl6erh { width:20rem;height:1.57470625rem;top:18.1875rem;left:0rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #sipUR2X8ykQZH41mE6swkcVEuJw4BJJW { display:block; }#sipUR2X8ykQZH41mE6swkcVEuJw4BJJW > .row .container { width:20rem;height:124.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #aimTdkWgaMZGXTXmqevhUvIzU4ET1vN5 { width:20rem;height:7.1996875rem;top:3.0625rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #wfpvm32qnCMFGfKiUihQEsbizNGxmFHk { width:19.625rem;height:79.6875rem;top:26.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TLpUmthpn22eRz3BQZybsg0n7niIwoKF { width:18.375rem;height:75.852525rem;top:30.9375rem;left:0.8125rem;font-size:1.0625rem;text-align:left;text-align-last:left;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #A8FqwxNdkzgVgi8lzMlpGJ7NVivFEpf5 { width:18.5rem;height:1.75rem;top:27.4375rem;left:0.75rem;font-size:1.25rem;text-align:left;text-align-last:left;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #fplX86uJCmsGtTPwBRpZghIWDZrGxGC5 { width:20rem;height:14.1723875rem;top:11.4375rem;left:0rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #zMDEhUnPCnRt8qwMceFxrZlbWOoKmFN5 { width:19.9991875rem;height:4.74960625rem;top:108.3749961853rem;left:0rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #seBNMzqr5ebCX8Id9TfkmrTw1SJDKFBs { display:block; }
 }@media only screen and (max-width: 763px) { #eH2K01zmelc29DbKHB6MJsKU03rdZ3ht { width:20rem;height:9.125rem;top:114.37402421875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #hGsMMd2Lg2J4iqyZvuL9Oyk5GXgfQmeQ { width:19.375rem;height:8.0625rem;top:114.9052734375rem;left:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #oiwHzkaDxqnngU2a8fVTr1pEoTyzhTNc { display:block; }#oiwHzkaDxqnngU2a8fVTr1pEoTyzhTNc > .row .container { width:20rem;height:9.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MfUIcBI42yNVebWvauyN90PzVMrgIl1R { width:20rem;height:7.1996875rem;top:2.75rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #u4VO0il5Je9dirZJ62Q8NIIb6DJrzr0D { display:block; }#u4VO0il5Je9dirZJ62Q8NIIb6DJrzr0D > .row .container { width:20rem;height:46.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kn8InEpxRp26Eaco1OGnqUO0gwxZdIhC { width:20rem;height:3.1494125rem;top:14.400390625rem;left:0rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #MV8fTzeBNuhysR7xpSrlgNCqDHlPsZLe { width:13.0625rem;height:5.875rem;top:53.5rem;left:6.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #HgOLawqlFhTTOfn9PbccRCZ5M1FFFKuG { width:20rem;height:26.775956284153rem;top:30.125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #qcrnAoDVV9ccEiLgJHK0qHbuLfvD4h5n { width:20rem;height:11.0229375rem;top:2.125rem;left:0rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #xSiE6ODbqf9tWJvHu3q6oJuDdw0zI0LZ { width:20rem;height:12.597625rem;top:19.25rem;left:0rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #tzmOQGKTAyeb1McoiHhEPoTSahGqZJUf { width:20rem;height:12.597625rem;top:33.0625rem;left:0rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #eExpcVbvBJPBwOZaB6XbDF9F6nVrAGh7 { display:block; }#eExpcVbvBJPBwOZaB6XbDF9F6nVrAGh7 > .row .container { width:20rem;height:99.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cbPT5RKaEAgTRlLL5loHHPpmqGMcEZaE { width:13.0625rem;height:5.875rem;top:90.125rem;left:6.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #uIhdw7HMAGaaMWewurfePOqq9WEWD2I9 { width:20rem;height:26.625rem;top:67.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #iI6tZpyb5u1KhHSq3fs0ovkesbzBKX1b { width:20rem;height:31.4941rem;top:34.875rem;left:0rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #U3iwdnd6SmxRgZotSMQuQiWpC5LL2iJz { width:20rem;height:3.1494125rem;top:1.625rem;left:0rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #sifDE234EzevgJFrNQNRfHKJcQVxStml { width:20rem;height:23.62058125rem;top:5.5rem;left:0rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #oyfgBVexidEic7A7BG3rtusEJMqEs1ph { width:20rem;height:1.57470625rem;top:32.25rem;left:0rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #JTkAfPaBcQmoN1uATpbSmthzp2WyxVo1 { display:block; }#JTkAfPaBcQmoN1uATpbSmthzp2WyxVo1 > .row .container { width:20rem;height:83.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bk3dQTp3BFfkzOu9cfu8Nvh0sAmGa1cc { width:20rem;height:7.1996875rem;top:2.8125rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #ndpulC6C33v1oIfvh0c38nDgqpZkCThC { width:20rem;height:69.2870125rem;top:11.5625rem;left:0rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #dXvLWaRR0roi4xHMa71Q1TF5qSASWyQm { display:block; }#dXvLWaRR0roi4xHMa71Q1TF5qSASWyQm > .row .container { width:20rem;height:14.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RfFSiT7IopQ1pI6vW2WGVZ4sHpugE2QQ { width:20rem;height:9.599625rem;top:3.4375rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #l1TPy72THKpkLCT4V7HodumwgSHZmQVx { display:block; }#l1TPy72THKpkLCT4V7HodumwgSHZmQVx > .row .container { width:20rem;height:36.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GvE1axPPAJOhM0cTMdfE176DbicDF3p9 { display:flex;width:3.5rem;height:3.5rem;top:0rem;left:16.5rem; }
 }@media only screen and (max-width: 763px) { #QGTx5mvD2TpPrgIDK17aQqwm0ebTNzkg { display:flex;width:3.5rem;height:3.5rem;top:18.5625rem;left:16.5rem; }
 }@media only screen and (max-width: 763px) { #WH3aQ4LsWBEvi8vpcp5vRrMKbkpc388e { width:17rem;height:15.5rem;top:2.4375rem;left:0rem;z-index:15017;display:block; }
 }@media only screen and (max-width: 763px) { #Qv1x4yAtZOWty9nHtyOX8i2mDmRA2GFx { width:16.75rem;height:15.8125rem;top:20.3125rem;left:0rem;z-index:15016;display:block; }
 }@media only screen and (max-width: 763px) { #xLXJ0D7WG5TzPMvr2NHt93dNdVAfsP8u { display:block; }#xLXJ0D7WG5TzPMvr2NHt93dNdVAfsP8u > .row .container { width:20rem;height:24.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nrnAiV0OP6uSfpFuIW0J7AHoHr7bAfTw { display:flex;width:3.5rem;height:3.5rem;top:0rem;left:16.5rem; }
 }@media only screen and (max-width: 763px) { #vhcXAtNwJtX102VrwNJl5ZKmTr53k161 { display:flex;width:3.5rem;height:3.5rem;top:9.0625rem;left:15.9375rem; }
 }@media only screen and (max-width: 763px) { #IyRdfFoWU817c5T3zNVrUxZUabVVD1D7 { width:16.25rem;height:6.8125rem;top:1.1875rem;left:0rem;z-index:15017;display:block; }
 }@media only screen and (max-width: 763px) { #S2TvOvVJIBzwpC0R1UOUFn18gIqVdX98 { width:15.875rem;height:10.4375rem;top:10.5625rem;left:0rem;z-index:15016;display:block; }
 }@media only screen and (max-width: 763px) { #XAJgDTTVnAqRf5ifUrrrbvznUslxzZeB { display:block; }#XAJgDTTVnAqRf5ifUrrrbvznUslxzZeB > .row .container { width:20rem;height:43.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wzoyBRqEhAdgy4A20GfsnH1vMhVgIQLU { width:20rem;height:4.79980625rem;top:2.375rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #MBawwPDqRW9V12Rrek2ZNFWbcWDaEfXw { display:flex;width:1.9375rem;height:1.9375rem;top:13.9375rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #dSFkntnekVW3gCtvZ5gPX5HQEoMsHI8u { width:1.3125rem;height:3rem;top:13.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #l3w81TTlE394kT6p5sKmqwLmNB5Cw7Zb { width:17.125rem;height:3.1494125rem;top:13.9375rem;left:2.875rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #RRX03JOomu03A1A3oktC17EGoLyLPxxk { width:1.3125rem;height:3rem;top:17.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #vG2pgirSLscmo35OX415DlcSMXiTgEhn { display:flex;width:1.9375rem;height:1.9375rem;top:18.1875rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #pxwlSdUcruzBsNBFCaSQ1CDewPH2UL8V { width:17.1875rem;height:3.1494125rem;top:18.1875rem;left:2.8125rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #DqXOb4V5yzx9Z09bX1V4JbZTHpSgmTL4 { width:1.3125rem;height:3rem;top:22rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #pEXuKQcmLRpMTcqozg8T41kd7xqQucn1 { width:17.1875rem;height:3.1494125rem;top:22.5625rem;left:2.8125rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #CrkrlPRecA8EDMLTTQJkTviFXZy7rxMm { display:flex;width:1.9375rem;height:1.9375rem;top:22.5625rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #v85yD9RRT8Fi4t8ENJAx6xw2M6TghU6r { width:17.25rem;height:3.1494125rem;top:26.875rem;left:2.75rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #o9qxKHrXBHXLuTLnBvwKfTR4VrtiasbD { width:1.3125rem;height:3rem;top:26.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #zZkkfARLwTSxNm8zMNNfwDdTlkGKyxSi { display:flex;width:1.9375rem;height:1.9375rem;top:26.875rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #q5vKtbMJt5v2XGom7FXVOoab65oRTSTt { width:16rem;height:3.67480625rem;top:7.6875rem;left:2rem;font-size:1.3125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #VZsLdye64gWDQuqhhCIFKUpgDvyZIZVw { width:19.625rem;height:24rem;top:76.3125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #WUmayFFOfskPB7uXUWPJIqaME7daFJcy { width:16.9375rem;height:4.72411875rem;top:31.25rem;left:3.0625rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #soVZAwTUtWKJW275O3C9tPeJqmyDK4oM { width:1.3125rem;height:3rem;top:30.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #N8xekWUGolPmET9tDqK05HldVmqRxzl3 { display:flex;width:1.9375rem;height:1.9375rem;top:31.25rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #Su8D7AIRuSuzb0VxewhhCn1a9m9BhH9d { width:1.3125rem;height:3rem;top:36.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #RovGhPt8ySTf7ZeaE7pARR3vlB7TJV5l { display:flex;width:1.9375rem;height:1.9375rem;top:37.0625rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #TFJT49vC6rakb8CTsV8oVDB4tMAsCOux { width:16.8125rem;height:4.72411875rem;top:37.0625rem;left:3.1875rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #iVBN86ID0wFOH8iSpWdBFxUPP9OQfu1s { display:block; }#iVBN86ID0wFOH8iSpWdBFxUPP9OQfu1s > .row .container { width:20rem;height:32.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kUxgp1hxd8C7W6KqhbKV9LZM9uwg3PR1 { width:1.3125rem;height:3rem;top:6.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #N6bMMHHPZ8362sKtobg4kwi0ovnSniQl { display:flex;width:1.9375rem;height:1.9375rem;top:7.5rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #Tq6kiHZGTZiJ2qfM7R71ul0xdnNJEAmT { width:17.5rem;height:4.72411875rem;top:7.5rem;left:2.5rem;font-size:1.125rem;text-align:left;text-align-last:left;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #NoOiZwoizIf9Ml4bNOCCEi2Fvg01BQqJ { width:16.5rem;height:3.67480625rem;top:1.9375rem;left:1.75rem;font-size:1.3125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #A9ZVT3Zvqb3UmWop4pr0cRgnOXyw0TOr { width:1.3125rem;height:3rem;top:12.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #WxSX7P3tKAlsRGe6vIlunrST4Hb77DlG { display:flex;width:1.9375rem;height:1.9375rem;top:13.4375rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #DO3vRE0PW37zBJcCbC82RhCBfMz3xXXr { width:17.4375rem;height:4.72411875rem;top:13.4375rem;left:2.5625rem;font-size:1.125rem;text-align:left;text-align-last:left;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #iT2TPgfySSMJuWUK52QcMOv1dTnaKAMh { width:17.625rem;height:4.72411875rem;top:19.4375rem;left:2.375rem;font-size:1.125rem;text-align:left;text-align-last:left;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #b4J9fUCSD6rLCZevI5rAh6USbWoM4e5i { width:1.3125rem;height:3rem;top:18.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #X86OTWZoQ3os3Hqbid1dDxoTGuZBDknS { display:flex;width:1.9375rem;height:1.9375rem;top:19.4375rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #gxkiZJ6OX8Ieb6WMWCDm56zXFVnTn0S2 { width:17.5rem;height:4.72411875rem;top:25.875rem;left:2.5rem;font-size:1.125rem;text-align:left;text-align-last:left;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #P0IbdZ67PTtH6wawwHmdMG4CbX0SU1lW { width:1.3125rem;height:3rem;top:25.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #CqH4nZbF1VkuJUqLc69DyXB6NTG62TkE { display:flex;width:1.9375rem;height:1.9375rem;top:25.875rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #eCRUECrktuto1CrMoDg7uWgslOWn3aSD { display:block; }#eCRUECrktuto1CrMoDg7uWgslOWn3aSD > .row .container { width:20rem;height:61.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uqrtmhHbBBnEB5wxNarP458C2hnV9BpX { width:20rem;height:2.3999rem;top:3.0625rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #e5TgOUUgOMBl1Oybpu8aeD5hsGqp2Tht { width:19.625rem;height:11rem;top:40.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z52kcLQdpXe56muoT77ekcvWfmgXtITk { width:18.5625rem;height:9.44825rem;top:41.875rem;left:0.71875rem;font-size:1.125rem;text-align:left;text-align-last:left;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #va5GJJQ4K5OQ7NTbyMsPJTTJAtvraTQT { width:20rem;height:33.06884375rem;top:6.6875rem;left:0rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #q298TcXk7flXSD2MRtD4kVgDwBGKLrUT { width:19rem;height:4.75rem;top:53.5625rem;left:0.5rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #d1VsPcIHEHBe3R5ck7obewkCy8QhRbiO { display:block; }
 }@media only screen and (max-width: 763px) { #RolMXGJnRatycHcWQ9F6NQMZIe70yPmi { display:block; }#RolMXGJnRatycHcWQ9F6NQMZIe70yPmi > .row .container { width:20rem;height:13.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Hg7ahoUFvmolymUrJK2FBdk59XGPWqGB { width:20rem;height:2.3999rem;top:3.0625rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #hg9vzdsdnAEWTRnG3yXindMWTTWh6Ct4 { width:20rem;height:4.79980625rem;top:6.6875rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #uvWQO5b3A86BpalBVDURf1PpBw35U6m8 { display:block; }#uvWQO5b3A86BpalBVDURf1PpBw35U6m8 > .row .container { width:20rem;height:17.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Em1xZiTPig8rXguO8OeRdOLQX7Tv6Owi { width:20rem;height:5.1181625rem;top:1.25rem;left:0rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VQASaRVhKGqHgFaHk8PFUDoheXvIzSI7 { width:19.6875rem;height:6.9995rem;top:9.125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #glB7JLTofSQIrXTMgrgIeVCDmM7hceER { width:20rem;height:0.125rem;top:17.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #zxxm2p1haGHGBlkbVudVUOR5qswSnrX4 { display:block; }#zxxm2p1haGHGBlkbVudVUOR5qswSnrX4 > .row .container { width:20rem;height:16.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fOSqMh9UarEsQnrzyV2QelvHr4gSvyzN { width:20rem;height:5.1181625rem;top:1.25rem;left:0rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #T3fRGFqNSTtqOPAXKKLvMuILFfriG19r { width:19.6875rem;height:6.9995rem;top:7.625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #u6VQALDeJPkdvnBg59X8q5uOe6iRoxbp { width:20rem;height:0.125rem;top:16.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #e3pmTEm5NhtRlzk7cCk6mDP4eVWEqxHH { display:block; }#e3pmTEm5NhtRlzk7cCk6mDP4eVWEqxHH > .row .container { width:20rem;height:17.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Dy3mcHRIGyLWGvWAIRkxWab3isFLn8nE { width:20rem;height:3.4121125rem;top:1.25rem;left:0rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZtiWglOkOswdJQpd0TIG60WWP7zvMyVk { width:19.6875rem;height:9.7993125rem;top:6.15625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #RTnMlooHp6ZcGHcrf6lpqq9oX4LC6Tea { width:20rem;height:0.125rem;top:17.46875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #VeNBh1N4P858NNW9WlOBKXBZx9T6T6rs { display:block; }#VeNBh1N4P858NNW9WlOBKXBZx9T6T6rs > .row .container { width:20rem;height:11.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KS7GIqEhE7XiKfuespO62n8R3rTwn80e { width:20rem;height:3.4121125rem;top:1.25rem;left:0rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zOcGXAJduLVaZRfNFEL3MRFHdtCFK7pN { width:19.6875rem;height:4.19970625rem;top:5.78125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #MJW6vvMLLO0rriA7K2OFdLFHBU1dvTMh { width:20rem;height:0.125rem;top:11.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #xZ62tyPWkQpJnFPciqcOcIwTkdz2BNz4 { display:block; }#xZ62tyPWkQpJnFPciqcOcIwTkdz2BNz4 > .row .container { width:20rem;height:17rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TxCf96sWHLAD32ptHd4L5cb66Q519Kxg { width:20rem;height:5.1181625rem;top:1.25rem;left:0rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ENEZEbuBgCFE3mItquH1GpdcBInr9dbi { width:19.6875rem;height:8.3994375rem;top:7.4375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #XMHxxE6RgkW8K9vSXgruramwpFdz4cxU { width:20rem;height:0.125rem;top:16.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #qkwb20IPBkIwTqOsU2NCSPtSkl7BThBH { display:block; }#qkwb20IPBkIwTqOsU2NCSPtSkl7BThBH > .row .container { width:20rem;height:12.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BA0P0NCAvL5hLSkPWrrVRqHEXawtbzWu { width:20rem;height:5.1181625rem;top:0.625rem;left:0rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ytI2k5T6hDu8LOnXUGaKKzIAEk9AM2z6 { width:19.6875rem;height:5.5996125rem;top:6.3125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #bx7yaT34ex7ozXKxaywrBspMF0a2LtDf { width:20rem;height:0.125rem;top:12.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ExSiBehRS5akmIDfGycG6WVdOPHhFgrA { display:block; }#ExSiBehRS5akmIDfGycG6WVdOPHhFgrA > .row .container { width:20rem;height:12.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gwh4MFQDAItbuG3ga6ToHvvH4p5OreOb { width:20rem;height:3.4121125rem;top:1.25rem;left:0rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ziUVyRiZdWPWkPTpDDit3IXnJHQpSVGm { width:19.6875rem;height:5.5996125rem;top:5.5rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #hX3sBzHtU59E0tzpt4QyDC1yrs6T2Mgq { width:20rem;height:0.125rem;top:12.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TszxRppTMSkNTAmc82Ffp56gkhxRrVEz { display:block; }#TszxRppTMSkNTAmc82Ffp56gkhxRrVEz > .row .container { width:20rem;height:15.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QSo7lycTeFDDi04CLNsTlw7JWr8J0ATW { width:19.6875rem;height:5.5996125rem;top:1.3125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #noeMAoaXDS51QXU3TT2yUJPMSNu80XNu { width:19rem;height:4.375rem;top:8.875rem;left:0.5rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #iXwUUG9g8d805OffVQAuyTy2WqBL3Tbb { display:block; }
 }@media only screen and (max-width: 763px) { #t9O10lOePqUuy9RMsZdDSK3oICvhbFsB { display:block; }#t9O10lOePqUuy9RMsZdDSK3oICvhbFsB > .row .container { width:20rem;height:12.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pP9nLZTLL48E599A97V9u36eQlvuyG0x { width:13.125rem;height:1.3125rem;top:7.375rem;left:3.4375rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #veQA546lG6imbJvlMS4IWxaHNLXtC37s { width:12.0625rem;height:1.3125rem;top:9.9375rem;left:3.9375rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #OG086o73Z3w1yQtQbZZJ7bR6MrHztnI7 { width:7.4375rem;height:4.875rem;top:1.25rem;left:5.9375rem;display:block; }
 }