.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,229,231;--color-primary-1:188,176,182;--color-primary-2:143,124,133;--color-primary-3:86,74,80;--color-primary-4:69,36,51;--color-secondary-0:255,243,236;--color-secondary-1:255,213,158;--color-secondary-2:255,200,132;--color-secondary-3:153,120,79;--color-secondary-4:51,40,26;--color-tertiary-0:255,255,255;--color-tertiary-1:255,245,233;--color-tertiary-2:255,200,132;--color-tertiary-3:253,67,54;--color-tertiary-4:0,0,0;--headlines-font-family:"josefin sans";--paragraphs-font-family:"josefin sans"; }@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:rgba(var(--color-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:#5c3949;background-image:url("https://images.assets-landingi.com/uc/a15c1b4e-0e10-4922-8f6d-d93ce0131045/Zdjciegwnenastronzapisufale.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !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:none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.adaptive-delivery-prevent-bg, #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.lazyload, #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.lazyloading { background-image: none; }#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:51rem;width:75rem;overflow:visible;position:relative;display:none; }#iAGZ3eH6XmSvtwx92aCeLLG8OVIyNnE3 { color:rgba(var(--color-tertiary-2),1);display:block;width:37.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:5.625rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:13rem;left:37.5rem;height:7.3125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#X1ztTgPsruOcwdDlmMOOldQCtWCFz7Iy { color:rgba(var(--color-tertiary-2),1);display:block;width:35.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.75rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:19rem;left:38.625rem;height:4.875rem;text-align:center;text-align-last:center;display:block; }
#lpNacvBvrMV73sTHTf4c9UZHw3GDQBy8 { border-bottom:0;border-left:0;border-right:0;border-top:0;height:8.6875rem;width:8.6875rem;position:absolute;display:block;z-index:15030;box-shadow: none;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;top:4.3125rem;left:51.9375rem;overflow:hidden;display:block; }
#JUPlXtiuTKnJyeEaGIoVxHJvk8UURa1N { color:#5c3949;display:block;width:35.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:400;z-index:15032;line-height:1.3;letter-spacing:0;top:26.072917938233rem;left:38.625rem;height:6.5rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#LtkOBRMQqDS3tvOOrcuDXytRnCZb4vU2 { position:absolute;display:block;z-index:15031;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-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;height:12.75rem;width:34.75rem;top:25.187500953674rem;left:38.875rem;display:block; }
#b5MaOpwmko3FWGlm2l6npJrPXGeuyqrq { position:absolute;display:block;z-index:15033;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:13rem;width:13rem;top:35.739582061767rem;left:38.625rem;overflow:hidden;display:block; }
#anGeRMebaHV5kWdaVTHaJGiGiBtoe4iF { color:rgba(var(--color-tertiary-2),1);display:block;width:23.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.1875rem;font-weight:300;z-index:15033;line-height:1.3;letter-spacing:0;top:40.770832061767rem;left:49.5625rem;height:5.625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#a1rpuiDd2vadw01LodUubZUupLRfUS7A { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:31.25rem;width:31.25rem;display:none; }
#Q9Emq65Gc9appqht9RVTdgfVEP8d88En { color:rgba(var(--color-tertiary-0),1);display:block;width:35.25rem;position:absolute;font-family:breathing;font-size:2.5rem;font-weight:400;z-index:15033;line-height:1.3;letter-spacing:0;top:33.291666984558rem;left:38.625rem;height:3.25rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#aHhypQLM6guPoQ5iO1KQUTzFXdR24146 { background-color:#5c3949;background-image:none;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:none; }#aHhypQLM6guPoQ5iO1KQUTzFXdR24146 > .row .container { border-width: 0; border-radius: 0; }#aHhypQLM6guPoQ5iO1KQUTzFXdR24146 > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#aHhypQLM6guPoQ5iO1KQUTzFXdR24146 > .row .container { font-size:0.875rem;font-family:"open sans";height:50.4375rem;width:75rem;overflow:visible;position:relative;display:none; }#Jvnv81wr3Bd2q3oi1ADXs71PQgE9pKui { position:absolute;display:block;z-index:15024;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:19.8125rem;width:24.875rem;top:6.65625rem;left:6.9375rem;overflow:hidden;display:block; }
#oiT4KlQbbQ3Wi8Gb8MbNN5gpHuF3J2IX { color:#ba8f68;display:block;width:26.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:300;z-index:15004;line-height:1.3;letter-spacing:0;top:27.6875rem;left:4.5625rem;height:4.8333335rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#WCICzoT9vHAcTKgfvp9kPud2vdu5egNx { background-color:#4bae16;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid #ba8f68;border-left:0.125rem solid #ba8f68;border-right:0.125rem solid #ba8f68;border-bottom:0.125rem solid #ba8f68;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#fbf6f2;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:18.75rem;height:3.75rem;text-decoration:none;z-index:15028;text-align:center;text-align-last:center;top:43.4375rem;left:29.875rem;display:block; }
#GUBUK8VvgBQOSKcCSfdIF7cJQBxmPSXS { display:block;position:relative;top:50%;width:100%;z-index:15000;display:block; }
#FyHiiDprtyfzseWrX2kNSG52SrqnaMww { color:#ba8f68;display:block;width:27.6875rem;position:absolute;font-family:var(--headlines-font-family);font-size:5.625rem;font-weight:400;z-index:15004;line-height:1.1;letter-spacing:0;top:12.9375rem;left:47.3125rem;height:12.333333rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#nOSM4NrxCXJTnVlzZo3MvcxQnZBs516U { color:#ba8f68;display:block;width:26.5625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.375rem;font-weight:300;z-index:15004;line-height:1.3;letter-spacing:0;top:30.875rem;left:48.4375rem;height:6.1666665rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#xRwdCaQdxLlbPvzFQUyLOJyqqCWnPrGg { color:#ba8f68;display:block;width:27.6875rem;position:absolute;font-family:var(--headlines-font-family);font-size:5.625rem;font-weight:400;z-index:15004;line-height:1.1;letter-spacing:0;top:12.9375rem;left:47.3125rem;height:12.333333rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#rrbXTM76oRWAtdSuQRnn1lyJxrTAPG7D { color:#ba8f68;display:block;width:8.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:5.625rem;font-weight:400;z-index:15005;line-height:1.1;letter-spacing:0;top:13.46875rem;left:33.3125rem;height:6.1666665rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#QODXSuqQufpRKFSZcfKWGFb2J7sh6e4D { position:absolute;display:block;z-index:15029;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:17.875rem;width:26.875rem;top:7.625rem;left:44.4677734375rem;overflow:hidden;display:block; }
#VN0zhhW5cxeXbSI6wh0hEIVawQ1RZn5f { color:#ba8f68;display:block;width:35.8125rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.125rem;font-weight:400;z-index:15005;line-height:1.1;letter-spacing:0;top:2.375rem;left:19.59375rem;height:3.41666675rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#saKACuueoF8lrR2111SxSlNFqF3I98AL { color:#ba8f68;display:block;width:26.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:300;z-index:15005;line-height:1.3;letter-spacing:0;top:28.90625rem;left:44.6240234375rem;height:2.41666675rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#nx1dkVdpXdb5NE7dEzJ7dnd4qTgXL8Ne { color:rgba(var(--color-tertiary-2),1);display:block;width:22.3125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.8125rem;font-weight:400;z-index:15009;line-height:1.5;letter-spacing:0;top:35.0625rem;left:4.5625rem;height:8.333333rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#XH2BQ9EdZcZQuN5on8loQZfOVX8IPwlT { color:#4bae16;display:block;width:35.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:400;z-index:15010;line-height:1.5;letter-spacing:0;top:34.1875rem;left:29.0625rem;height:2.75rem;font-style:normal;display:block; }
#uHl8t4Ameo5Mr0L8CB5TJAn1mDtSaxsE { color:rgba(var(--color-tertiary-0),1);display:block;width:17.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15011;line-height:1.5;letter-spacing:0;top:38.1875rem;left:29.1875rem;height:3.66666675rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#PswJgCAlpbv53ZLdv95lWZ6QZiOadu7m { color:#ba8f68;display:block;width:26.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:15005;line-height:1.3;letter-spacing:0;top:32.5625rem;left:5.3125rem;height:1.583333375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#hPPvbZANsPsqtMKsL1NHlPTkR9ThR2vA { background-color:#5c3949;background-image:url("https://images.assets-landingi.com/uc/a7117901-b3a7-47ec-9183-1baab2a37115/Zdjciewtle_GrupaFBPrzysta.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !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:none; }#hPPvbZANsPsqtMKsL1NHlPTkR9ThR2vA.adaptive-delivery-prevent-bg, #hPPvbZANsPsqtMKsL1NHlPTkR9ThR2vA.lazyload, #hPPvbZANsPsqtMKsL1NHlPTkR9ThR2vA.lazyloading { background-image: none; }#hPPvbZANsPsqtMKsL1NHlPTkR9ThR2vA > .row .container { border-width: 0; border-radius: 0; }#hPPvbZANsPsqtMKsL1NHlPTkR9ThR2vA > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#hPPvbZANsPsqtMKsL1NHlPTkR9ThR2vA > .row .container { font-size:0.875rem;font-family:arial;height:51rem;width:75rem;overflow:visible;position:relative;display:none; }#VKlehIpcnXorWde05sLAo3BxtZZZQO0W { color:rgba(var(--color-tertiary-2),1);display:block;width:37.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:5.625rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:13rem;left:37.5rem;height:7.3333335rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#HqwKftxTkrWgiCMAJS4GLybBRTMupukm { color:rgba(var(--color-tertiary-2),1);display:block;width:35.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.75rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:19rem;left:38.625rem;height:4.8333335rem;text-align:center;text-align-last:center;display:block; }
#SxnTCCD2BPA4r4TJNry6T0IOxAAotSi7 { border-bottom:0;border-left:0;border-right:0;border-top:0;height:8.6875rem;width:8.6875rem;position:absolute;display:block;z-index:15030;box-shadow: none;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;top:4.3125rem;left:51.9375rem;overflow:hidden;display:block; }
#mCUadpk4ipDPAGrofP1nRwJJMvgtL9yR { color:#5c3949;display:block;width:35.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:400;z-index:15032;line-height:1.3;letter-spacing:0;top:27.125rem;left:38.625rem;height:6.5rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#rM08cFOUfWfx8iaitcoyh0FosMTtRyd8 { position:absolute;display:block;z-index:15031;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-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;height:8.4375rem;width:34.75rem;top:26rem;left:38.875rem;display:block; }
#W2X4ylCKScXflNEoNU32Btmq9XuV52lz { position:absolute;display:block;z-index:15033;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:13rem;width:13rem;top:33.625rem;left:39.75rem;overflow:hidden;display:block; }
#dX8ZFTpq6fyRFHfPTJOF12gFtkTQIT1o { color:rgba(var(--color-tertiary-2),1);display:block;width:20.3125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.1875rem;font-weight:300;z-index:15033;line-height:1.3;letter-spacing:0;top:38.8125rem;left:52.75rem;height:5.5rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#eNTiq0xruGM5NZc5ZTGwsQXCHS9ewrKJ { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:52.5rem;width:35rem;display:none; }
#ZTgGfGZM7lv43xb3XuehEX0rGM7tzzFL { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/aeda9f95-39a1-465a-84e0-074af646993f/BF1.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#ZTgGfGZM7lv43xb3XuehEX0rGM7tzzFL.adaptive-delivery-prevent-bg, #ZTgGfGZM7lv43xb3XuehEX0rGM7tzzFL.lazyload, #ZTgGfGZM7lv43xb3XuehEX0rGM7tzzFL.lazyloading { background-image: none; }#ZTgGfGZM7lv43xb3XuehEX0rGM7tzzFL > .row .container { border-width: 0; border-radius: 0; }#ZTgGfGZM7lv43xb3XuehEX0rGM7tzzFL > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ZTgGfGZM7lv43xb3XuehEX0rGM7tzzFL > .row .container { font-size:0.875rem;font-family:arial;height:33.9375rem;width:75rem;position:relative;display:none; }#ArMtGaXWHdxJMkqmO74RagQTb3d205zI { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:11.875rem;width:17.8125rem;top:15.625rem;left:0rem;overflow:hidden;display:block; }
#Plu18STIOrhM84dZ9lrFdZMU25y1FpB9 { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:11.875rem;width:17.8125rem;top:15.625rem;left:19.21875rem;overflow:hidden;display:block; }
#RNKUFrPLV1nFCunDHSJtIST4QWuoH5fe { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:11.875rem;width:17.8125rem;top:15.625rem;left:37.96875rem;overflow:hidden;display:block; }
#dWTQMcPot9AHGQC8fni8JHotLLlaSPCU { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:11.875rem;width:17.8125rem;top:15.5625rem;left:56.8125rem;overflow:hidden;display:block; }
#PXMcRTQ2CLU2DUkTqe3ctxTDcZEu1y5c { color:rgba(var(--color-tertiary-2),1);display:block;width:74.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.75rem;font-weight:normal;z-index:15003;line-height:1.2;letter-spacing:0;top:2.5rem;left:0rem;height:4.5rem;text-align:center;text-align-last:center;display:block; }
#mWDTq1US6Nf3xoBJJM10geMR0FMyOKJ7 { color:rgba(var(--color-tertiary-2),1);display:block;width:74.9375rem;position:absolute;font-family:breathing;font-size:3.75rem;font-weight:normal;z-index:15004;line-height:1.2;letter-spacing:0;top:8rem;left:0rem;height:4.5rem;text-align:center;text-align-last:center;display:block; }
#O2qXMUkxxclDsb50TQln1DuEVfLTmo7a { color:rgba(var(--color-tertiary-0),1);display:block;width:74.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15004;line-height:1.2;letter-spacing:0;top:28.8125rem;left:0rem;height:1.3125rem;text-align:center;text-align-last:center;display:block; }
#rrbTlZqf0dvm6kGGfGSVHSCRl1aUtBZ8 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/aeda9f95-39a1-465a-84e0-074af646993f/BF1.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#rrbTlZqf0dvm6kGGfGSVHSCRl1aUtBZ8.adaptive-delivery-prevent-bg, #rrbTlZqf0dvm6kGGfGSVHSCRl1aUtBZ8.lazyload, #rrbTlZqf0dvm6kGGfGSVHSCRl1aUtBZ8.lazyloading { background-image: none; }#rrbTlZqf0dvm6kGGfGSVHSCRl1aUtBZ8 > .row .container { border-width: 0; border-radius: 0; }#rrbTlZqf0dvm6kGGfGSVHSCRl1aUtBZ8 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#rrbTlZqf0dvm6kGGfGSVHSCRl1aUtBZ8 > .row .container { font-size:0.875rem;font-family:arial;height:28.5rem;width:75rem;position:relative;display:none; }#yBPkb5Q0tcw0ALVgJHdbxUL12wzTdnHy { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:11.875rem;width:17.8125rem;top:10.0625rem;left:0rem;overflow:hidden;display:block; }
#MPbx3B01kg0qdxDPI12kF9Ab9feXs50u { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:11.875rem;width:17.8125rem;top:10.04167175293rem;left:19.21875rem;overflow:hidden;display:block; }
#IXyDVKpxMBqIertBh6qcLHTfpu19JaGm { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:11.875rem;width:17.8125rem;top:10.04167175293rem;left:37.96875rem;overflow:hidden;display:block; }
#COIJgpQ3GHsTIqVTZhe0B7BzSMSBctdN { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:11.875rem;width:17.8125rem;top:10rem;left:56.8125rem;overflow:hidden;display:block; }
#A7pFBRGbCUoansfmTNL9QRzPoHGVgziB { color:rgba(var(--color-tertiary-2),1);display:block;width:74.9375rem;position:absolute;font-family:breathing;font-size:3.75rem;font-weight:normal;z-index:15003;line-height:1.2;letter-spacing:0;top:2.5rem;left:0rem;height:4.5rem;text-align:center;text-align-last:center;display:block; }
#MP6gzGKNGZmfTrR32tyXURm4HLSNtKSk { color:rgba(var(--color-tertiary-0),1);display:block;width:74.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15005;line-height:1.2;letter-spacing:0;top:23.208343505859rem;left:0.0625rem;height:1.3125rem;text-align:center;text-align-last:center;display:block; }
#SwkI0LNyxp5xNxnKNTrhCbM6HrVxZZOx { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/aeda9f95-39a1-465a-84e0-074af646993f/BF1.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#SwkI0LNyxp5xNxnKNTrhCbM6HrVxZZOx.adaptive-delivery-prevent-bg, #SwkI0LNyxp5xNxnKNTrhCbM6HrVxZZOx.lazyload, #SwkI0LNyxp5xNxnKNTrhCbM6HrVxZZOx.lazyloading { background-image: none; }#SwkI0LNyxp5xNxnKNTrhCbM6HrVxZZOx > .row .container { border-width: 0; border-radius: 0; }#SwkI0LNyxp5xNxnKNTrhCbM6HrVxZZOx > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#SwkI0LNyxp5xNxnKNTrhCbM6HrVxZZOx > .row .container { font-size:0.875rem;font-family:arial;height:22.3125rem;width:75rem;position:relative;display:none; }#mt2ZnzAbIzcs4mdRrCet9JxHPLrgOW7J { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:11.875rem;width:17.8125rem;top:4.4375rem;left:0rem;overflow:hidden;display:block; }
#PA55wTuNdJ8Kv2EA0BDuSXMrLWL1MeOt { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:11.875rem;width:17.8125rem;top:4.4375rem;left:19.21875rem;overflow:hidden;display:block; }
#AT2QQhRHw6erUdFvc2iBcJ9kTXdbEVnS { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:11.875rem;width:17.8125rem;top:4.4375rem;left:38.5rem;overflow:hidden;display:block; }
#G9xClzSkZoQCcs6ev1dU2eQfx3M1dtBq { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:11.875rem;width:17.8125rem;top:4.4375rem;left:57.1875rem;overflow:hidden;display:block; }
#swVxJe0m6OE9OHQazZfrJ6LWBuHyJAmQ { color:rgba(var(--color-tertiary-0),1);display:block;width:74.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15004;line-height:1.2;letter-spacing:0;top:17.6875rem;left:0.0625rem;height:1.3125rem;text-align:center;text-align-last:center;display:block; }
#akTx31xla8EBeJRntAmThIudOpJzMPRs { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-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:none; }#akTx31xla8EBeJRntAmThIudOpJzMPRs > .row .container { border-width: 0; border-radius: 0; }#akTx31xla8EBeJRntAmThIudOpJzMPRs > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#akTx31xla8EBeJRntAmThIudOpJzMPRs > .row .container { font-size:0.875rem;font-family:arial;height:27.5rem;width:75rem;position:relative;display:none; }#p7FP1EFNalk5OEnvklsoXiV1KEFEHDik { color:#5c3949;display:block;width:74.9375rem;position:absolute;font-family:breathing;font-size:3.75rem;font-weight:normal;z-index:15004;line-height:1.2;letter-spacing:0;top:3.3125rem;left:0rem;height:4.5rem;text-align:center;text-align-last:center;display:block; }
#hH7v4SPtUH23yiUz7353DTtwMyEzVTr3 { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:11.875rem;width:17.8125rem;top:10.25rem;left:17.71875rem;overflow:hidden;display:block; }
#DOgmZiyaZqVS7DywpT3mStmLGgStHdLo { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:11.875rem;width:17.8125rem;top:10.25rem;left:38.46875rem;overflow:hidden;display:block; }
#KI6ShcyynuJRExezTRGP2OgnT9ZFEHES { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/aeda9f95-39a1-465a-84e0-074af646993f/BF1.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#KI6ShcyynuJRExezTRGP2OgnT9ZFEHES.adaptive-delivery-prevent-bg, #KI6ShcyynuJRExezTRGP2OgnT9ZFEHES.lazyload, #KI6ShcyynuJRExezTRGP2OgnT9ZFEHES.lazyloading { background-image: none; }#KI6ShcyynuJRExezTRGP2OgnT9ZFEHES > .row .container { border-width: 0; border-radius: 0; }#KI6ShcyynuJRExezTRGP2OgnT9ZFEHES > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#KI6ShcyynuJRExezTRGP2OgnT9ZFEHES > .row .container { font-size:0.875rem;font-family:arial;height:21.375rem;width:75rem;position:relative;display:none; }#UDXOzX1ASZgxn9vTXm0GildQbTOGda2Q { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:11.875rem;width:17.8125rem;top:2.4375rem;left:0rem;overflow:hidden;display:block; }
#CHAKRWG3qocCeEkIQaGdTqwslFfNAaTO { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:11.875rem;width:17.8125rem;top:2.4375rem;left:19.21875rem;overflow:hidden;display:block; }
#BEfN1XJUwUz9PRZuUSQPvnBCifLKi1tq { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:11.875rem;width:17.8125rem;top:2.375rem;left:37.96875rem;overflow:hidden;display:block; }
#mO9TPVANHgTEmnrQJTbwGt3dpzhOO9hC { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:11.875rem;width:17.8125rem;top:2.375rem;left:56.71875rem;overflow:hidden;display:block; }
#nVAqXP0L2nCwRVtgFG2ozeILf0HQePO4 { color:rgba(var(--color-tertiary-0),1);display:block;width:74.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15005;line-height:1.2;letter-spacing:0;top:15.7080078125rem;left:0rem;height:1.3125rem;text-align:center;text-align-last:center;display:block; }
#FORXrcdN1OagFOfG0E4NtrDVFGTQu9vO { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-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:none; }#FORXrcdN1OagFOfG0E4NtrDVFGTQu9vO > .row .container { border-width: 0; border-radius: 0; }#FORXrcdN1OagFOfG0E4NtrDVFGTQu9vO > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#FORXrcdN1OagFOfG0E4NtrDVFGTQu9vO > .row .container { font-size:0.875rem;font-family:arial;height:15.1875rem;width:75rem;position:relative;display:none; }#BPNeLG83eQeW4zOObRzZyVQbDASetGGL { color:#5c3949;display:block;width:74.9375rem;position:absolute;font-family:breathing;font-size:3.75rem;font-weight:normal;z-index:15004;line-height:1.2;letter-spacing:0;top:3.75rem;left:0.0625rem;height:4.5rem;text-align:center;text-align-last:center;display:block; }
#MCZfpSIVBlJUTtUDI44K0COknqvamfXo { color:#5c3949;display:block;width:75rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.75rem;font-weight:normal;z-index:15005;line-height:1.2;letter-spacing:0;top:10.29167175293rem;left:0rem;height:4.5rem;text-align:center;text-align-last:center;display:block; }
#m7Iu83Udsp5LI5QhsFGp18TrKI8nnIuf { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-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:none; }#m7Iu83Udsp5LI5QhsFGp18TrKI8nnIuf > .row .container { border-width: 0; border-radius: 0; }#m7Iu83Udsp5LI5QhsFGp18TrKI8nnIuf > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#m7Iu83Udsp5LI5QhsFGp18TrKI8nnIuf > .row .container { font-size:0.875rem;font-family:arial;height:29.6875rem;width:75rem;position:relative;display:none; }#gXoP4znXCKTKHTpRRC3Bz913eCApONta { color:#5c3949;display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:normal;z-index:15003;line-height:1.2;letter-spacing:0;top:2.3125rem;left:0rem;height:4.5rem;text-align:left;text-align-last:left;display:block; }
#gz8tq1NAR1TSDP0wrKEmpa6T1RtJeWVn { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:15rem;width:22.5rem;top:8.6875rem;left:0rem;overflow:hidden;display:block; }
#aWI7Bg2gTGqvSpWuzplTXLcfbRl0JxSc { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:15rem;width:22.5rem;top:8.6875rem;left:26.25rem;overflow:hidden;display:block; }
#SeWQBMTpulNQ4ivIIHGJL8DXr2JNTAWa { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:15rem;width:22.5rem;top:8.6875rem;left:52.5rem;overflow:hidden;display:block; }
#aJaMH1U7t2mDAZ5W8JG5PDPKWVE4t4NK { color:#47545a;display:block;width:74.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15005;line-height:1.2;letter-spacing:0;top:25rem;left:0rem;height:1.3125rem;text-align:center;text-align-last:center;display:block; }
#W6Xu2SoiVs77JUOFuiT0Q8cdacSU9VmX { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-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:none; }#W6Xu2SoiVs77JUOFuiT0Q8cdacSU9VmX > .row .container { border-width: 0; border-radius: 0; }#W6Xu2SoiVs77JUOFuiT0Q8cdacSU9VmX > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#W6Xu2SoiVs77JUOFuiT0Q8cdacSU9VmX > .row .container { font-size:0.875rem;font-family:arial;height:58.125rem;width:75rem;position:relative;display:none; }#nyRx38yOpWXiVdFl4w0VnMd8ixUV9Auo { color:#5c3949;display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:normal;z-index:15003;line-height:1.2;letter-spacing:0;top:2.3125rem;left:0rem;height:4.5rem;text-align:left;text-align-last:left;display:block; }
#GhuBqDprJVPAAKLwhqar8P2EL9n9Ofw3 { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:15rem;width:22.5rem;top:8.6875rem;left:0rem;overflow:hidden;display:block; }
#JAISVNMeSupNWwi0MyRwvFKf5kIzefTO { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:15rem;width:22.5rem;top:8.6875rem;left:26.25rem;overflow:hidden;display:block; }
#fB8Fbt6wN3AUOwAlxhbV2N1TeHTImuDw { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:15rem;width:22.5rem;top:8.6875rem;left:52.5rem;overflow:hidden;display:block; }
#MsMQVmDhrOSHlNi1h4gM02HFfzRca0hP { color:#47545a;display:block;width:74.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15005;line-height:1.2;letter-spacing:0;top:25rem;left:0rem;height:1.3125rem;text-align:center;text-align-last:center;display:block; }
#n0amOzq421FetFKzpiwsqLiIKIugb1lO { color:#5c3949;display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:normal;z-index:15003;line-height:1.2;letter-spacing:0;top:30.4375rem;left:0rem;height:4.5rem;text-align:left;text-align-last:left;display:block; }
#DPlARohnAek2rvSBobTxCwLDBTDwpJND { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:15rem;width:22.5rem;top:37.5625rem;left:0rem;overflow:hidden;display:block; }
#rkFqdnzV82TtgbP8Z2vOPZmZsg4EoxiC { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:15rem;width:22.5rem;top:37.5625rem;left:26.25rem;overflow:hidden;display:block; }
#N2g2Xdx0OFn2QOa6BwG9dRysTKivfDW4 { color:#47545a;display:block;width:74.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15006;line-height:1.2;letter-spacing:0;top:54.3125rem;left:0rem;height:1.3125rem;text-align:center;text-align-last:center;display:block; }
#y7D5xONTinCzpkm1azNmWezBmvtaNLlT { 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;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:none; }#y7D5xONTinCzpkm1azNmWezBmvtaNLlT > .row .container { border-width: 0; border-radius: 0; }#y7D5xONTinCzpkm1azNmWezBmvtaNLlT > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#y7D5xONTinCzpkm1azNmWezBmvtaNLlT > .row .container { font-size:0.875rem;font-family:arial;height:40.125rem;width:75rem;overflow:visible;position:relative;display:none; }#zgSq1Ev1eFtT8VRSLq1lABkSByQCXlWu { color:rgba(var(--color-tertiary-2),1);display:block;width:46.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.8125rem;font-weight:normal;z-index:15002;line-height:1.2;letter-spacing:0;top:2.5rem;left:26.5625rem;height:3.33333325rem;text-align:left;text-align-last:left;display:block; }
#Enxm1WaedIQJW2yHRlx4tpezl1VvqOQJ { color:rgba(var(--color-tertiary-1),1);display:block;width:40.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15006;line-height:1.5;letter-spacing:0;top:6.958335876465rem;left:26.5625rem;height:16.666666rem;font-style:normal;display:block; }
#gnE4lTqtRzKNw0r9ZEyvCOi4n5KTAuM8 { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:14.5rem;width:21.875rem;top:2.4791870117188rem;left:0rem;overflow:hidden;display:block; }
#PPOb9bBbPuFT96ophIsKlcOodbF2VBrQ { background-color:#4bae16;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-secondary-2),1);border-left:0.125rem solid rgba(var(--color-secondary-2),1);border-right:0.125rem solid rgba(var(--color-secondary-2),1);border-bottom:0.125rem solid rgba(var(--color-secondary-2),1);border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-1),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:ubuntu;font-size:1.25rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.625rem;height:3.4375rem;text-decoration:none;z-index:15021;text-align:center;text-align-last:center;top:34.125rem;left:26.5625rem;display:block; }
#BoQZihISy8XumzyzMxOso0rgdUqqwrrw { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#rCnlTt4XrGTduB4QNQ9iAU9kQhsfkxnv { color:rgba(var(--color-tertiary-2),1);display:block;width:21.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15007;line-height:1.5;letter-spacing:0;top:18.16667175293rem;left:0rem;height:4.999999875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#UuqiOuRVBzzkZJSxfuBP4M5kxT5rNuAX { color:rgba(var(--color-tertiary-2),1);display:block;width:16.6875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.8125rem;font-weight:400;z-index:15008;line-height:1.5;letter-spacing:0;top:26.644527435302rem;left:2.625rem;height:8.333333rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#aFKrSGhADpNtF8twbZmF34sATBaDklFf { color:#4bae16;display:block;width:35.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:400;z-index:15009;line-height:1.5;letter-spacing:0;top:26.6875rem;left:26.5625rem;height:2.75rem;font-style:normal;display:block; }
#qBLuVP4eKnMbT58Q9Petx9W1e6NKIVUk { color:rgba(var(--color-tertiary-0),1);display:block;width:11.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15010;line-height:1.5;letter-spacing:0;top:29.4375rem;left:47.25rem;height:3.66666675rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#pkRmydAs2dc2kJbIrX7TWacDMTRD6qAE { color:rgba(var(--color-tertiary-0),1);display:block;width:17.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15010;line-height:1.5;letter-spacing:0;top:29.4375rem;left:25.8125rem;height:3.66666675rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#vDWZu1zKKZWS4LNGDNQas50f0fZ9unKD { background-color:#4bae16;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-secondary-2),1);border-left:0.125rem solid rgba(var(--color-secondary-2),1);border-right:0.125rem solid rgba(var(--color-secondary-2),1);border-bottom:0.125rem solid rgba(var(--color-secondary-2),1);border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-1),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:ubuntu;font-size:1.25rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.625rem;height:3.4375rem;text-decoration:none;z-index:15022;text-align:center;text-align-last:center;top:34.1875rem;left:45rem;display:block; }
#Sps0FEKDxy99hOxgFvKgpmvHmnLzGfHh { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#SgTibaubt7t289KnFvLht33XhPRnkbKs { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-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:none; }#SgTibaubt7t289KnFvLht33XhPRnkbKs > .row .container { border-width: 0; border-radius: 0; }#SgTibaubt7t289KnFvLht33XhPRnkbKs > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#SgTibaubt7t289KnFvLht33XhPRnkbKs > .row .container { font-size:0.875rem;font-family:arial;height:158.125rem;width:75rem;position:relative;display:none; }#xwkP25TbVXBD96Z5cSJTGt9CbMHridUM { color:rgba(var(--color-tertiary-2),1);display:block;width:55.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.1875rem;font-weight:normal;z-index:15003;line-height:1.2;letter-spacing:0;top:3.7278594970703rem;left:9.96875rem;height:2.58333325rem;text-align:center;text-align-last:center;display:block; }
#pWkzM6k9W0i2WzNRFqHVV2T5M7br5nRu { color:#47545a;display:block;width:62.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15007;line-height:1.5;letter-spacing:0;top:8.85417175293rem;left:0rem;height:28.333332625rem;font-style:normal;display:block; }
#oxdBVrTskN9bC0KeXMFSqr9VBhon43MZ { color:rgba(var(--color-tertiary-2),1);display:block;width:55.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.1875rem;font-weight:normal;z-index:15004;line-height:1.2;letter-spacing:0;top:42.1875rem;left:9.96875rem;height:2.58333325rem;text-align:center;text-align-last:center;display:block; }
#bALFsWI8RE36k4aRpADJLJo4cVrtdJRN { color:#47545a;display:block;width:62.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15008;line-height:1.5;letter-spacing:0;top:47.602874755859rem;left:0rem;height:;font-style:normal;display:block; }#bALFsWI8RE36k4aRpADJLJo4cVrtdJRN li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#bALFsWI8RE36k4aRpADJLJo4cVrtdJRN li:before{  }
#hbOciXepwH7tpekbXeq9EVbWkTW1QRGT { color:rgba(var(--color-tertiary-2),1);display:block;width:55.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.1875rem;font-weight:normal;z-index:15005;line-height:1.2;letter-spacing:0;top:61.145843505859rem;left:9.96875rem;height:2.58333325rem;text-align:center;text-align-last:center;display:block; }
#C4ahsUqxRcRBgLAmz2gDhBUTkg1uLfeK { color:#47545a;display:block;width:20rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15009;line-height:1.5;letter-spacing:0;top:72.71875rem;left:1.09375rem;height:16.5rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#nhW7mageSJTPtLtIsc5kPMU3VC6pJZuU { color:#47545a;display:block;width:20rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15010;line-height:1.5;letter-spacing:0;top:81.1875rem;left:27.5rem;height:12rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#zDZJJPZmWZ64V1vIPSZcm0hHAo9wDEOK { color:#47545a;display:block;width:20rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15011;line-height:1.5;letter-spacing:0;top:81.1875rem;left:53.125rem;height:13.5rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#QssWgxTadWGIEohdccHrIi6b4IaBFJSI { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.5rem;width:12.5rem;top:67.25rem;left:57.5rem;overflow:hidden;display:block; }
#tiH9kpvfn2mnqi14QJeqeyXZVxvX0bWx { position:absolute;display:block;z-index:15002;background-color:#5c3949;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;height:5rem;width:75rem;top:2.5rem;left:0rem;display:block; }
#AyvwQArKb5RgPVwukByZ82yfxvMwLDZx { position:absolute;display:block;z-index:15001;background-color:#5c3949;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;height:5rem;width:75rem;top:41.020843505859rem;left:0rem;display:block; }
#JLwioMOPAXWbB2cHXnVbXRsyAC5dwzaS { position:absolute;display:block;z-index:15002;background-color:#5c3949;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;height:5rem;width:75rem;top:59.9375rem;left:0rem;display:block; }
#vhG4JQsF8zOaQIKLn7O5pNlkHuAoMlCM { position:absolute;display:block;z-index:14999;background-color:transparent;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-secondary-2),1);border-left:0.125rem solid rgba(var(--color-secondary-2),1);border-right:0.125rem solid rgba(var(--color-secondary-2),1);border-bottom:0.125rem solid rgba(var(--color-secondary-2),1);border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;height:30.6875rem;width:21.875rem;top:66.125rem;left:0rem;display:block; }
#v57bshnzEb10aH207smObuxtZM2ybNHg { position:absolute;display:block;z-index:15000;background-color:transparent;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-secondary-2),1);border-left:0.125rem solid rgba(var(--color-secondary-2),1);border-right:0.125rem solid rgba(var(--color-secondary-2),1);border-bottom:0.125rem solid rgba(var(--color-secondary-2),1);border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;height:30.6875rem;width:21.875rem;top:66.125rem;left:26.40625rem;display:block; }
#dGVrMw3KvWtRmZf2XIWE4pAr13vkCm1k { position:absolute;display:block;z-index:14998;background-color:transparent;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-secondary-2),1);border-left:0.125rem solid rgba(var(--color-secondary-2),1);border-right:0.125rem solid rgba(var(--color-secondary-2),1);border-bottom:0.125rem solid rgba(var(--color-secondary-2),1);border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;height:30.6875rem;width:21.875rem;top:66.125rem;left:52.03125rem;display:block; }
#iQoHbcEGNPbUW3HFCOrAoLUB9t2tTf2l { position:absolute;display:block;z-index:15004;background-color:#5c3949;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;height:5rem;width:75rem;top:99.4375rem;left:0rem;display:block; }
#MNeKmgN6R4Dog5oNeiE3Bq0yh0D1noAD { color:rgba(var(--color-tertiary-2),1);display:block;width:55.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.1875rem;font-weight:normal;z-index:15007;line-height:1.2;letter-spacing:0;top:100.625rem;left:10rem;height:2.58333325rem;text-align:center;text-align-last:center;display:block; }
#Dhekk35xaB5inl22Zx6VENI5dwh5DDui { color:#47545a;display:block;width:56.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15011;line-height:1.5;letter-spacing:0;top:110.9375rem;left:0rem;height:13.333333rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#ZquTIzuKwmdGCCgLe6vCpfuehTK71Rm5 { color:#47545a;display:block;width:71.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:400;z-index:15012;line-height:1.5;letter-spacing:0;top:106.95834350586rem;left:0rem;height:2.33333325rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#ThxBfkEoAFaUBrX8Z2iGuUf8c7qEGG5k { position:absolute;display:block;z-index:15006;background-color:#5c3949;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;height:5rem;width:75rem;top:129.25rem;left:0rem;display:block; }
#BlAH00L5PP9fh3K9SCO0s2iBTPhSUGIE { color:rgba(var(--color-tertiary-2),1);display:block;width:55.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.1875rem;font-weight:normal;z-index:15009;line-height:1.2;letter-spacing:0;top:130.4375rem;left:10rem;height:2.58333325rem;text-align:center;text-align-last:center;display:block; }
#tNnwbXkFyayRzRqlNBDpIVwEDneT2aHo { color:#5c3949;display:block;width:16.6875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.8125rem;font-weight:400;z-index:15014;line-height:1.5;letter-spacing:0;top:136.5625rem;left:8.25rem;height:8.333333rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#QKzrVqyZUtOHIZmaHHvOx3eNI2dporgZ { color:#47545a;display:block;width:21.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15016;line-height:1.5;letter-spacing:0;top:140.6875rem;left:25.5rem;height:3.66666675rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#iQCVhPMKy45yLHhALygTq6FAUixrHhoT { background-color:#4bae16;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-secondary-2),1);border-left:0.125rem solid rgba(var(--color-secondary-2),1);border-right:0.125rem solid rgba(var(--color-secondary-2),1);border-bottom:0.125rem solid rgba(var(--color-secondary-2),1);border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-1),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:ubuntu;font-size:1.25rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.625rem;height:3.4375rem;text-decoration:none;z-index:15027;text-align:center;text-align-last:center;top:145.375rem;left:28.625rem;display:block; }
#QRE5Gxvo42d8vA3KJhgT1dw0zx0xZqN3 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#zlAt4s9UuesLz3fB3SsrruyFT5Q5yH3y { color:#4bae16;display:block;width:35.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:400;z-index:15015;line-height:1.5;letter-spacing:0;top:137.8125rem;left:29.6875rem;height:2.75rem;font-style:normal;display:block; }
#nMTKK4lWfa3XCDs6UVIpGn1s2gWTWULB { background-color:#4bae16;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-secondary-2),1);border-left:0.125rem solid rgba(var(--color-secondary-2),1);border-right:0.125rem solid rgba(var(--color-secondary-2),1);border-bottom:0.125rem solid rgba(var(--color-secondary-2),1);border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-1),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:ubuntu;font-size:1.25rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.625rem;height:3.4375rem;text-decoration:none;z-index:15028;text-align:center;text-align-last:center;top:145.375rem;left:47.75rem;display:block; }
#ofgsUtiXXF056rZOqZOOQo95X95MCLNH { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ofIuFgUrZ4TFrBTDRvgM8qeGT9lUyOhH { color:#47545a;display:block;width:11.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15016;line-height:1.5;letter-spacing:0;top:140.6875rem;left:50rem;height:3.66666675rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#XcQg9WTN3gUZTJnv4wvAkxycISWvwt78 { color:#5c3949;display:block;width:21.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15017;line-height:1.5;letter-spacing:0;top:146.25rem;left:5.625rem;height:3.66666675rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#lFTDh7FNsJ9K4u4XToZMaArSrqbfwbM4 { position:absolute;display:block;z-index:14997;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;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:22rem;width:75rem;top:131.1875rem;left:0rem;display:block; }
#fPsLf6RNaKQbRTAi3pnUGcvCBR9obgLO { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.5rem;width:12.5rem;top:67.227874755863rem;left:31.25rem;overflow:hidden;display:block; }
#WxNxOBm97A64XmzPuoWJoJaxrXn9Zr2d { background-color:#5c3949;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:none; }#WxNxOBm97A64XmzPuoWJoJaxrXn9Zr2d > .row .container { border-width: 0; border-radius: 0; }#WxNxOBm97A64XmzPuoWJoJaxrXn9Zr2d > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#WxNxOBm97A64XmzPuoWJoJaxrXn9Zr2d > .row .container { font-size:0.875rem;font-family:arial;height:40.0625rem;width:75rem;overflow:visible;position:relative;display:none; }#nXP6I2axbkqNmJwpBMnIdgHDqwfp2wIC { color:rgba(var(--color-tertiary-2),1);display:block;width:45.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.8125rem;font-weight:normal;z-index:15002;line-height:1.2;letter-spacing:0;top:2.5rem;left:26.5625rem;height:3.375rem;text-align:left;text-align-last:left;display:block; }
#sFHBiZqVMzQ3uTGin1TEAIfDduDM7vsl { color:rgba(var(--color-tertiary-1),1);display:block;width:40.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15006;line-height:1.5;letter-spacing:0;top:6.9375rem;left:26.5625rem;height:11.8125rem;font-style:normal;display:block; }
#ot10np0op153U6LUenGsl0z0PLa66aL5 { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:14.5rem;width:21.75rem;top:2.5rem;left:0rem;overflow:hidden;display:block; }
#MNrqKDBlybP31ZgkZftM76l3gOPnF1Kc { color:rgba(var(--color-tertiary-2),1);display:block;width:21.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15008;line-height:1.5;letter-spacing:0;top:18.479187011719rem;left:0rem;height:5.0625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#xbXbc31mGAttIPOQkTV4xJ673eQoRsOH { color:rgba(var(--color-tertiary-2),1);display:block;width:16.6875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.8125rem;font-weight:400;z-index:15014;line-height:1.5;letter-spacing:0;top:25.666687011719rem;left:2.53125rem;height:8.375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#sHxrF5pTmPlAU8Nf7Z4niX72d8TAsE0i { color:#4bae16;display:block;width:35.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:400;z-index:15015;line-height:1.5;letter-spacing:0;top:22.9375rem;left:26.5625rem;height:2.8125rem;font-style:normal;display:block; }
#yX6m1PEODHwf2Qr6U4cRVKUXPuE4Oil1 { color:rgba(var(--color-tertiary-0),1);display:block;width:16.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15016;line-height:1.5;letter-spacing:0;top:25.8125rem;left:26.5625rem;height:3.75rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#cIzJoRmFSy6Eevp6IRUTTdm8hVVH1cNc { background-color:#4bae16;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-secondary-2),1);border-left:0.125rem solid rgba(var(--color-secondary-2),1);border-right:0.125rem solid rgba(var(--color-secondary-2),1);border-bottom:0.125rem solid rgba(var(--color-secondary-2),1);border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-1),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.625rem;height:3.4375rem;text-decoration:none;z-index:15027;text-align:center;text-align-last:center;top:30.8125rem;left:26.5625rem;display:block; }
#cNySIP4xHI77qnhmtgOarveWPykaPJ1L { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#kcGN8XbchbFyEwTOi72nVMZ6Eyzlowxt { color:rgba(var(--color-tertiary-0),1);display:block;width:21.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15018;line-height:1.5;letter-spacing:0;top:34.229187011719rem;left:0rem;height:3.75rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ibkF4ede8lmxJiCm0Q3whM4cNGyBKiqh { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-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:none; }#ibkF4ede8lmxJiCm0Q3whM4cNGyBKiqh > .row .container { border-width: 0; border-radius: 0; }#ibkF4ede8lmxJiCm0Q3whM4cNGyBKiqh > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ibkF4ede8lmxJiCm0Q3whM4cNGyBKiqh > .row .container { font-size:0.875rem;font-family:arial;height:206.6875rem;width:75rem;position:relative;display:none; }#zBw0hybzEm7vckhMqD3HkS1gx5XV3ecn { color:rgba(var(--color-tertiary-2),1);display:block;width:55.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.1875rem;font-weight:normal;z-index:15003;line-height:1.2;letter-spacing:0;top:3.7278594970703rem;left:9.96875rem;height:5.25rem;text-align:center;text-align-last:center;display:block; }
#XGvqXWDJRQk62K02uOswwkDTMnc0fRR5 { color:#47545a;display:block;width:62.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15007;line-height:1.5;letter-spacing:0;top:11.354187011719rem;left:0rem;height:30.375rem;font-style:normal;display:block; }
#R3KIv6s8LprShdI8sqp8yugyyTGJDfcW { color:rgba(var(--color-tertiary-2),1);display:block;width:55.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.1875rem;font-weight:normal;z-index:15004;line-height:1.2;letter-spacing:0;top:46.1875rem;left:10rem;height:2.625rem;text-align:center;text-align-last:center;display:block; }
#UV8T2NiQkwN7loe5NiDyNDKx8CEfyDT8 { color:#47545a;display:block;width:47.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15008;line-height:1.5;letter-spacing:0;top:70.375rem;left:0rem;height:;font-style:normal;display:block; }#UV8T2NiQkwN7loe5NiDyNDKx8CEfyDT8 li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#UV8T2NiQkwN7loe5NiDyNDKx8CEfyDT8 li:before{  }
#bUhx5DzkWRcnEHIlfWQ5s7KB5dyp3Myw { color:rgba(var(--color-tertiary-2),1);display:block;width:55.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.1875rem;font-weight:normal;z-index:15005;line-height:1.2;letter-spacing:0;top:99.915374755863rem;left:9.96875rem;height:2.625rem;text-align:center;text-align-last:center;display:block; }
#go9LgPTx8r3m8ntplqpMyAXlQXueN0fg { color:#47545a;display:block;width:20rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15009;line-height:1.5;letter-spacing:0;top:120.26953125rem;left:1.09375rem;height:21rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#Zf9UKM5sl6QrzRkJenwCTLHWfMmNhcQ6 { color:#47545a;display:block;width:20rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15010;line-height:1.5;letter-spacing:0;top:120.2265625rem;left:27.5rem;height:16.5rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#eArJ3rOc057T1a2ukWB5T1qBkoIz7r74 { color:#47545a;display:block;width:20rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15011;line-height:1.5;letter-spacing:0;top:120.2265625rem;left:53.15625rem;height:10.5rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#rHlqcC1RQW1wMczxqT8tlRGiREcgh4pR { position:absolute;display:block;z-index:15002;background-color:#5c3949;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;height:7.5625rem;width:75rem;top:2.5rem;left:0rem;display:block; }
#gSEgFw7nyo3ZkETTtrAdBlDllyuLnfSE { position:absolute;display:block;z-index:15001;background-color:#5c3949;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;height:5rem;width:75rem;top:45rem;left:0rem;display:block; }
#zhMzb4zuHX9sKT5T2UIn0DrWlRVXpsec { position:absolute;display:block;z-index:15002;background-color:#5c3949;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;height:5rem;width:75rem;top:98.75rem;left:0rem;display:block; }
#yNml429TaMgeRU9MRTShVc9VSGJOgItr { position:absolute;display:block;z-index:14999;background-color:transparent;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-secondary-2),1);border-left:0.125rem solid rgba(var(--color-secondary-2),1);border-right:0.125rem solid rgba(var(--color-secondary-2),1);border-bottom:0.125rem solid rgba(var(--color-secondary-2),1);border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;height:38.75rem;width:21.875rem;top:105.25rem;left:0rem;display:block; }
#CuF3icaFyQROeCAgIZt3TSZT7dvmH3CG { position:absolute;display:block;z-index:15000;background-color:transparent;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-secondary-2),1);border-left:0.125rem solid rgba(var(--color-secondary-2),1);border-right:0.125rem solid rgba(var(--color-secondary-2),1);border-bottom:0.125rem solid rgba(var(--color-secondary-2),1);border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;height:38.75rem;width:21.875rem;top:105.25rem;left:26.4375rem;display:block; }
#ZAzQxGalz7hnLbH0P2kevprxyeyTR7hd { position:absolute;display:block;z-index:14998;background-color:transparent;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-secondary-2),1);border-left:0.125rem solid rgba(var(--color-secondary-2),1);border-right:0.125rem solid rgba(var(--color-secondary-2),1);border-bottom:0.125rem solid rgba(var(--color-secondary-2),1);border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;height:38.75rem;width:21.875rem;top:105.25rem;left:52.0625rem;display:block; }
#CRoSDfPRhFRTpRmBC555abcysT6zq9Es { position:absolute;display:block;z-index:15006;background-color:#5c3949;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;height:5rem;width:75rem;top:179rem;left:0rem;display:block; }
#GGoIn39mkLR5NFtHfhWgMm7EgbM4WJGq { color:rgba(var(--color-tertiary-2),1);display:block;width:62.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.1875rem;font-weight:normal;z-index:15009;line-height:1.2;letter-spacing:0;top:180.25rem;left:6.25rem;height:2.625rem;text-align:center;text-align-last:center;display:block; }
#J97UQVLWVKorsCVvPBMwpkxw2nBtAdI6 { color:#5c3949;display:block;width:16.6875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.8125rem;font-weight:400;z-index:15014;line-height:1.5;letter-spacing:0;top:187.1875rem;left:2.75rem;height:8.375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#QJD42rLD5aArIeHASUqC9kuo9NWWpFzd { color:#47545a;display:block;width:15.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15016;line-height:1.5;letter-spacing:0;top:191.75rem;left:26.75rem;height:3.75rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#o3hpBCvaqzH8OdJTMfZiwmgwkUCJkh97 { color:#4bae16;display:block;width:35.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:400;z-index:15015;line-height:1.5;letter-spacing:0;top:187.4375rem;left:26.4375rem;height:2.8125rem;font-style:normal;display:block; }
#xb1qTtdelF9XURLo8BTW4ptqdzcN7A8s { position:absolute;display:block;z-index:14997;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;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:22rem;width:75rem;top:180.9375rem;left:0rem;display:block; }
#tcCnb2BZaotlAVfUbyOsOJrGZROgyieF { color:#47545a;display:block;width:62.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15008;line-height:1.5;letter-spacing:0;top:51.375030517578rem;left:0rem;height:8.4375rem;font-style:normal;display:block; }
#NxEyJ7ZcBH5OmJnMBqq2rBVlukxHcOTT { position:absolute;display:block;z-index:15002;background-color:#5c3949;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;height:5rem;width:75rem;top:62.375rem;left:0rem;display:block; }
#PUfLDCNymvHq1qKkmLs2E4BRfoII5QPc { color:rgba(var(--color-tertiary-2),1);display:block;width:55.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.1875rem;font-weight:normal;z-index:15005;line-height:1.2;letter-spacing:0;top:63.541656494137rem;left:9.96875rem;height:2.625rem;text-align:center;text-align-last:center;display:block; }
#Hmf3Vi9R3dt27FnyLA0GJJqyFN7gHu9A { background-color:#4bae16;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-secondary-2),1);border-left:0.125rem solid rgba(var(--color-secondary-2),1);border-right:0.125rem solid rgba(var(--color-secondary-2),1);border-bottom:0.125rem solid rgba(var(--color-secondary-2),1);border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-1),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.625rem;height:3.4375rem;text-decoration:none;z-index:15027;text-align:center;text-align-last:center;top:196.4375rem;left:26.5625rem;display:block; }
#od8Mw1JHlo3gaLiBS8t8u5KWvookqVlM { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#WSzn3ncTg3tArzw2A52Uknepap2g7ZeR { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.5rem;width:12.5rem;top:106.41537475586rem;left:4.84375rem;overflow:hidden;display:block; }
#wCGKAkGhUAQwTxoGTlRPRFFgTvRwdgut { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.5rem;width:12.5rem;top:106.33203125rem;left:31.25rem;overflow:hidden;display:block; }
#GAkHVSM0HytQZ39oRmWEdMFpSAcvtTSn { border-bottom:0;border-left:0;border-right:0;border-top:0;height:12.5rem;width:12.5rem;position:absolute;display:block;z-index:15003;box-shadow: none;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;top:106.37240600586rem;left:56.90625rem;overflow:hidden;display:block; }
#arkLRN5nsRuNJtMuIGaB3EqVcS1X1W0y { color:#5c3949;display:block;width:21.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15019;line-height:1.5;letter-spacing:0;top:196.3125rem;left:0rem;height:3.75rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#TlaWBolQxN0Mfd6Bo9VKJQJMKWzQ73tI { position:absolute;display:block;z-index:15017;background-color:#5c3949;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;height:5rem;width:75rem;top:146.5625rem;left:0rem;display:block; }
#g3roxZsVibwXCP9ocQvhsrpFlkz69M91 { color:rgba(var(--color-tertiary-2),1);display:block;width:55.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.1875rem;font-weight:normal;z-index:15020;line-height:1.2;letter-spacing:0;top:147.77087402344rem;left:9.96875rem;height:2.625rem;text-align:center;text-align-last:center;display:block; }
#W3HNaAmegatdnbdVSbbAQo652JWTXpco { color:#47545a;display:block;width:42rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:400;z-index:15025;line-height:1.5;letter-spacing:0;top:152.8125rem;left:0rem;height:4.625rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#CRIAPWSddhNRhshUNsEqpNFNmTN55nSU { 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:15rem;width:22.5rem;top:159.375rem;left:0rem;overflow:hidden;display:block; }
#FPmaUaFzXAix0kyunuJO3zXWf3tSfZbu { 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:15rem;width:22.5rem;top:159.375rem;left:26.25rem;overflow:hidden;display:block; }
#Gsak59meaLB5J0s5pSxZLpNnR01bK7LM { color:#47545a;display:block;width:74.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15022;line-height:1.2;letter-spacing:0;top:175.66662597656rem;left:0rem;height:1.3125rem;text-align:center;text-align-last:center;display:block; }
#x3ptnVlBV5AiSRmlugXakApfhtrTT6Ak { position:absolute;display:block;z-index:15018;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:15rem;width:22.5rem;top:159.375rem;left:52.5rem;overflow:hidden;display:block; }
#xMhnyEphSXC7nMJqp3A5W8X5G7kqf4CC { 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;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:none; }#xMhnyEphSXC7nMJqp3A5W8X5G7kqf4CC > .row .container { border-width: 0; border-radius: 0; }#xMhnyEphSXC7nMJqp3A5W8X5G7kqf4CC > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#xMhnyEphSXC7nMJqp3A5W8X5G7kqf4CC > .row .container { font-size:0.875rem;font-family:arial;height:43.1875rem;width:75rem;overflow:visible;position:relative;display:none; }#twhihN4ieMJwTnfQU6XEoDtVdZ5wZaXC { color:rgba(var(--color-tertiary-2),1);display:block;width:40.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.8125rem;font-weight:normal;z-index:15002;line-height:1.2;letter-spacing:0;top:2.5rem;left:26.5625rem;height:3.375rem;text-align:left;text-align-last:left;display:block; }
#bsWA0NSUqJT03AJbSFzC2xMuPlccah86 { color:rgba(var(--color-tertiary-1),1);display:block;width:40.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15006;line-height:1.5;letter-spacing:0;top:6.958335876465rem;left:26.5625rem;height:11.8125rem;font-style:normal;display:block; }
#UoIpZhhhhiJJd03zI3FhrI5Emlru6sO4 { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:14.5rem;width:21.75rem;top:2.5rem;left:0rem;overflow:hidden;display:block; }
#h30Ex6iZ52MOFiEhyqq15tBDcPudz3mR { color:rgba(var(--color-tertiary-2),1);display:block;width:21.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15016;line-height:1.5;letter-spacing:0;top:19.1875rem;left:0rem;height:5.0625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#zrWU8GvPgUTLiqRvEsplCfW65Wyxw70z { color:#4bae16;display:block;width:35.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:400;z-index:15022;line-height:1.5;letter-spacing:0;top:23.75rem;left:25.875rem;height:2.8125rem;font-style:normal;display:block; }
#FIrvHKEoftub4Tq8snJGVxpAOM8mtm3d { color:rgba(var(--color-tertiary-2),1);display:block;width:16.6875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.8125rem;font-weight:400;z-index:15021;line-height:1.5;letter-spacing:0;top:26.458374023438rem;left:2.53125rem;height:8.375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#NDDciPFk7J9RULzZmqa6qSTvFg8z2cq7 { color:rgba(var(--color-tertiary-0),1);display:block;width:15.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15023;line-height:1.5;letter-spacing:0;top:26.6875rem;left:26.4375rem;height:3.75rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#OlstqtNKyHPDXPXyi1aaEl7iln7yqdB5 { background-color:#4bae16;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-secondary-2),1);border-left:0.125rem solid rgba(var(--color-secondary-2),1);border-right:0.125rem solid rgba(var(--color-secondary-2),1);border-bottom:0.125rem solid rgba(var(--color-secondary-2),1);border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-1),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.625rem;height:3.4375rem;text-decoration:none;z-index:15034;text-align:center;text-align-last:center;top:31.5625rem;left:26.5625rem;display:block; }
#niqcThCCHXHGvJRokTpss7aHXGulodLi { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#kKh5z7UsNNoX3oPPrNTCgsb7TpAeSDv3 { color:rgba(var(--color-tertiary-0),1);display:block;width:21.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15019;line-height:1.5;letter-spacing:0;top:35.729187011719rem;left:0rem;height:3.75rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#TWPr7cWeEmGMLMgDyT4yOD9g0mtLqkOx { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-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:none; }#TWPr7cWeEmGMLMgDyT4yOD9g0mtLqkOx > .row .container { border-width: 0; border-radius: 0; }#TWPr7cWeEmGMLMgDyT4yOD9g0mtLqkOx > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#TWPr7cWeEmGMLMgDyT4yOD9g0mtLqkOx > .row .container { font-size:0.875rem;font-family:arial;height:160.0625rem;width:75rem;position:relative;display:none; }#kE8R5Tbc6dAJcXmLVnTNWktw6sDruigJ { color:rgba(var(--color-tertiary-2),1);display:block;width:55.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.1875rem;font-weight:normal;z-index:15003;line-height:1.2;letter-spacing:0;top:3.7278594970703rem;left:9.96875rem;height:2.625rem;text-align:center;text-align-last:center;display:block; }
#J8z7bpVIzAx68t63s0swFhd02yaBXIba { color:#47545a;display:block;width:52.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15007;line-height:1.5;letter-spacing:0;top:8.6666870117188rem;left:0rem;height:16.875rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#kqkkIUahmBEXZZA5q1T9iXhH8G7O7Mlp { color:rgba(var(--color-tertiary-2),1);display:block;width:55.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.1875rem;font-weight:normal;z-index:15004;line-height:1.2;letter-spacing:0;top:25.83203125rem;left:8.9375rem;height:2.625rem;text-align:center;text-align-last:center;display:block; }
#EcHArhACKX3pZhzT7gDUW3sLyQrP4adT { color:#47545a;display:block;width:62.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15008;line-height:1.5;letter-spacing:0;top:31.9775390625rem;left:0rem;height:;font-style:normal;display:block; }#EcHArhACKX3pZhzT7gDUW3sLyQrP4adT li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#EcHArhACKX3pZhzT7gDUW3sLyQrP4adT li:before{  }
#yiEsl2TRZ8tqXhysULvSATn5Al0B8Fxl { color:rgba(var(--color-tertiary-2),1);display:block;width:55.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.1875rem;font-weight:normal;z-index:15005;line-height:1.2;letter-spacing:0;top:47.875rem;left:8.9375rem;height:2.625rem;text-align:center;text-align-last:center;display:block; }
#lachqpotl41yzL91IviannGEzBRGDMsS { color:#47545a;display:block;width:20rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15009;line-height:1.5;letter-spacing:0;top:70.9375rem;left:2.1875rem;height:16.5rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#Oa3uKyBhCmmROpy1JcsdNyIAQq0Khmrh { color:#47545a;display:block;width:20rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15010;line-height:1.5;letter-spacing:0;top:70.59375rem;left:27.5rem;height:21rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#xcs2P6wxDex0au8v9e4LI6IcqMcRDit9 { color:#47545a;display:block;width:20rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15011;line-height:1.5;letter-spacing:0;top:72.15625rem;left:52.1875rem;height:21rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#TTmtmtEIbBqvld2c0xJBOJJDHaZ2q8w5 { position:absolute;display:block;z-index:15002;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-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;height:5rem;width:75rem;top:2.5rem;left:0rem;display:block; }
#O203TTmfFOC6HTio7MH31Tqw0GvTnBTs { position:absolute;display:block;z-index:15001;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-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;height:5rem;width:75rem;top:24.64453125rem;left:0rem;display:block; }
#lnnGqMx2WDUouGSmUCHGw9qOnGgtTCZc { position:absolute;display:block;z-index:15002;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-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;height:5rem;width:75rem;top:46.6875rem;left:0rem;display:block; }
#JJH1FiowukAz0g96wq81u9yOmugF4aff { position:absolute;display:block;z-index:14999;background-color:transparent;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-secondary-2),1);border-left:0.125rem solid rgba(var(--color-secondary-2),1);border-right:0.125rem solid rgba(var(--color-secondary-2),1);border-bottom:0.125rem solid rgba(var(--color-secondary-2),1);border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;height:40.6875rem;width:21.875rem;top:54.4375rem;left:1.125rem;display:block; }
#xTQHlDZnoKrzqqxaoZr9dVSVcPbkW6ZV { position:absolute;display:block;z-index:15000;background-color:transparent;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-secondary-2),1);border-left:0.125rem solid rgba(var(--color-secondary-2),1);border-right:0.125rem solid rgba(var(--color-secondary-2),1);border-bottom:0.125rem solid rgba(var(--color-secondary-2),1);border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;height:40.6875rem;width:21.875rem;top:54.4375rem;left:25.40625rem;display:block; }
#DGHJJ4yaco7O3pcdq1xTHlI30p6g8PaU { position:absolute;display:block;z-index:14998;background-color:transparent;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-secondary-2),1);border-left:0.125rem solid rgba(var(--color-secondary-2),1);border-right:0.125rem solid rgba(var(--color-secondary-2),1);border-bottom:0.125rem solid rgba(var(--color-secondary-2),1);border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;height:40.6875rem;width:21.875rem;top:54.4375rem;left:51.125rem;display:block; }
#RTqlBfkMTFtdWNALQ6G9oTtIwmXHCXrQ { position:absolute;display:block;z-index:15006;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-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;height:5rem;width:75rem;top:132rem;left:0rem;display:block; }
#Z6KGxPX97gsCgwfG8BRWlwaf8sGqinfh { color:rgba(var(--color-tertiary-2),1);display:block;width:55.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.1875rem;font-weight:normal;z-index:15009;line-height:1.2;letter-spacing:0;top:133.1875rem;left:9.96875rem;height:2.625rem;text-align:center;text-align-last:center;display:block; }
#C0SpeJ8hard3OEzxFkgg4BxTrLWUUbQn { color:#5c3949;display:block;width:16.6875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.8125rem;font-weight:400;z-index:15014;line-height:1.5;letter-spacing:0;top:140.625rem;left:2.625rem;height:8.375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#kwHuvZySOONshJKfHK8m9DDX2GP2JtfA { color:#47545a;display:block;width:21.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15016;line-height:1.5;letter-spacing:0;top:145.3125rem;left:26.53125rem;height:3.75rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ftD3IW0CPtGgFXs4OLrsfezdgTTkmU18 { background-color:#4bae16;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-secondary-2),1);border-left:0.125rem solid rgba(var(--color-secondary-2),1);border-right:0.125rem solid rgba(var(--color-secondary-2),1);border-bottom:0.125rem solid rgba(var(--color-secondary-2),1);border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-1),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.625rem;height:3.4375rem;text-decoration:none;z-index:15027;text-align:center;text-align-last:center;top:150.65625rem;left:28.65625rem;display:block; }
#I7rfwte7777SZERDMGnM5z86hC42R6R3 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#pVgeWXHQgw9TaV0N71TxoJd0DPMA8duT { color:#4bae16;display:block;width:35.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:400;z-index:15015;line-height:1.5;letter-spacing:0;top:140.875rem;left:28.625rem;height:2.8125rem;font-style:normal;display:block; }
#GOEsyg7koxz4d8R6lP8fwTxvVVpylSRv { position:absolute;display:block;z-index:14997;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;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:19.3125rem;width:75rem;top:137rem;left:0rem;display:block; }
#xuxF6sL6UaLMukFf4rUJXi7KKB3ipoNn { border-bottom:0;border-left:0;border-right:0;border-top:0;height:12.5rem;width:12.5rem;position:absolute;display:block;z-index:15018;box-shadow: none;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;top:56.1875rem;left:5.9375rem;overflow:hidden;display:block; }
#AKD5bCJTz0qPSR4JAhk4Tp4dc7hvEtJF { border-bottom:0;border-left:0;border-right:0;border-top:0;height:12.25rem;width:14.6875rem;position:absolute;display:block;z-index:15019;box-shadow: none;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;top:56.3125rem;left:29.125rem;overflow:hidden;display:block; }
#NT5aeXpEd2U3Z4ZgH4iMCczlp8oM4GeL { color:#5c3949;display:block;width:21.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15020;line-height:1.5;letter-spacing:0;top:150.5rem;left:0.3125rem;height:3.75rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#NGbbxZJPibJ7ocZpnVhg1T7vuONxFBHz { 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-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;height:5rem;width:75rem;top:98.125rem;left:0rem;display:block; }
#wRGtQ62LVRfbR8Iu57H2q01HtDCJu9Fb { color:rgba(var(--color-tertiary-2),1);display:block;width:55.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.1875rem;font-weight:normal;z-index:15014;line-height:1.2;letter-spacing:0;top:99.3125rem;left:8.9375rem;height:2.625rem;text-align:center;text-align-last:center;display:block; }
#kdlEfbdMZIZWZNTaShaQnfiPtg07Xdzn { color:#47545a;display:block;width:47.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:400;z-index:15019;line-height:1.5;letter-spacing:0;top:105.6025390625rem;left:0rem;height:4.625rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#BqDnFtSUiF32yfcFgEr2kUv0v1fWdxwq { position:absolute;display:block;z-index:15015;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:15rem;width:22.5rem;top:112.8125rem;left:0rem;overflow:hidden;display:block; }
#GJchCoCdhOUlpZ5LeQ2nEMgJPUSg9cOi { position:absolute;display:block;z-index:15016;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:15rem;width:22.5rem;top:112.8125rem;left:25.21875rem;overflow:hidden;display:block; }
#SK3maZ4XUW7KJphBuO2ioQ8DmAarK2PA { position:absolute;display:block;z-index:15017;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:15rem;width:22.5rem;top:112.8125rem;left:49.75rem;overflow:hidden;display:block; }
#o6odwXq45WHTsMTh56WqCsderRn82HPV { color:#47545a;display:block;width:74.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15016;line-height:1.2;letter-spacing:0;top:128.8125rem;left:0rem;height:1.3125rem;text-align:center;text-align-last:center;display:block; }
#Q24rTVp9UJnT6yPWeulFSfVgXt38Vt97 { border-bottom:0;border-left:0;border-right:0;border-top:0;height:12.125rem;width:14.5625rem;position:absolute;display:block;z-index:15020;box-shadow: none;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;top:56.375rem;left:55.5625rem;overflow:hidden;display:block; }
#VKdLvpb9QlSp5aatoHXfRO1Zw44R6uC3 { 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;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:none; }#VKdLvpb9QlSp5aatoHXfRO1Zw44R6uC3 > .row .container { border-width: 0; border-radius: 0; }#VKdLvpb9QlSp5aatoHXfRO1Zw44R6uC3 > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#VKdLvpb9QlSp5aatoHXfRO1Zw44R6uC3 > .row .container { font-size:0.875rem;font-family:arial;height:43.1875rem;width:75rem;overflow:visible;position:relative;display:none; }#XQWywNrzvSeZHxeZQC7ETsOe3HOTRy4P { color:rgba(var(--color-tertiary-2),1);display:block;width:40.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.8125rem;font-weight:normal;z-index:15002;line-height:1.2;letter-spacing:0;top:2.5rem;left:26.5625rem;height:3.375rem;text-align:left;text-align-last:left;display:block; }
#mTdREolQgNDrTFfg2OlGLwqH3s1xZwTM { color:rgba(var(--color-tertiary-1),1);display:block;width:40.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15006;line-height:1.5;letter-spacing:0;top:6.958335876465rem;left:26.5625rem;height:10.125rem;font-style:normal;display:block; }
#tMTbzDhC6sD9ZNXq2rh9iduiR0H3TqMF { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:14.5rem;width:21.75rem;top:2.5rem;left:0rem;overflow:hidden;display:block; }
#pT8qT2Abq6sDFIQ1WxK5LEm41MiTMZ0M { color:rgba(var(--color-tertiary-2),1);display:block;width:21.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15016;line-height:1.5;letter-spacing:0;top:19.1875rem;left:0rem;height:5.0625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#vOfamCzu8a95Lx5zVkR4O3CtqsxLeulm { color:#4bae16;display:block;width:35.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:400;z-index:15022;line-height:1.5;letter-spacing:0;top:23.75rem;left:25.875rem;height:2.8125rem;font-style:normal;display:block; }
#urM0wrXzEvGMAEwvo9MMOuqpCUooOo6D { color:rgba(var(--color-tertiary-2),1);display:block;width:16.6875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.8125rem;font-weight:400;z-index:15021;line-height:1.5;letter-spacing:0;top:26.458374023438rem;left:2.53125rem;height:8.375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#E7L4zGeaLDXZFm85eAv3dFZ1wTNO4H94 { color:rgba(var(--color-tertiary-0),1);display:block;width:15.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15023;line-height:1.5;letter-spacing:0;top:26.6875rem;left:26.4375rem;height:3.75rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#nmuCn786o48oMLOeeg0xzPUCdufytqN7 { background-color:#4bae16;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-secondary-2),1);border-left:0.125rem solid rgba(var(--color-secondary-2),1);border-right:0.125rem solid rgba(var(--color-secondary-2),1);border-bottom:0.125rem solid rgba(var(--color-secondary-2),1);border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-1),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.625rem;height:3.4375rem;text-decoration:none;z-index:15034;text-align:center;text-align-last:center;top:31.5625rem;left:26.5625rem;display:block; }
#RnF9biTUmxAxH71MIXdPwz21f8vDrNUq { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#GDFe5NxpKshgyrDSbQZ7tMMpWlUU68NJ { color:rgba(var(--color-tertiary-0),1);display:block;width:21.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15019;line-height:1.5;letter-spacing:0;top:35.729187011719rem;left:0rem;height:3.75rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ZlmHcHPAwNbUI49r9MnyZ0XzCvDxhLn7 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-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:none; }#ZlmHcHPAwNbUI49r9MnyZ0XzCvDxhLn7 > .row .container { border-width: 0; border-radius: 0; }#ZlmHcHPAwNbUI49r9MnyZ0XzCvDxhLn7 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ZlmHcHPAwNbUI49r9MnyZ0XzCvDxhLn7 > .row .container { font-size:0.875rem;font-family:arial;height:165.1875rem;width:75rem;position:relative;display:none; }#pZgha8pamv9dsg8SoT2Uxf6mZdbHZhhB { color:rgba(var(--color-tertiary-2),1);display:block;width:55.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.1875rem;font-weight:normal;z-index:15003;line-height:1.2;letter-spacing:0;top:3.7278594970703rem;left:9.96875rem;height:2.625rem;text-align:center;text-align-last:center;display:block; }
#QaDM2vw3z80WZRS7Xt0yi0hXOT5Bf1mS { color:#47545a;display:block;width:52.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15007;line-height:1.5;letter-spacing:0;top:8.6666870117188rem;left:0rem;height:23.625rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#h1J27kwkREaHLxsvcETiyu1CcRH0zC0C { color:rgba(var(--color-tertiary-2),1);display:block;width:55.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.1875rem;font-weight:normal;z-index:15004;line-height:1.2;letter-spacing:0;top:36.33203125rem;left:9.96875rem;height:2.625rem;text-align:center;text-align-last:center;display:block; }
#IRM1zTTrFecu4dUaGM8LNqITp5iT345f { color:#47545a;display:block;width:62.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15008;line-height:1.5;letter-spacing:0;top:41.102905273438rem;left:0rem;height:11.6875rem;font-style:normal;display:block; }#IRM1zTTrFecu4dUaGM8LNqITp5iT345f li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#IRM1zTTrFecu4dUaGM8LNqITp5iT345f li:before{  }
#E6KqA4IrTVlh4bEVDmeX2anJQ3t2sfZz { color:rgba(var(--color-tertiary-2),1);display:block;width:55.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.1875rem;font-weight:normal;z-index:15005;line-height:1.2;letter-spacing:0;top:56.3125rem;left:10rem;height:2.625rem;text-align:center;text-align-last:center;display:block; }
#LMhb7P8teU6uOdrPKas18N83gDnJgzOl { color:#47545a;display:block;width:20rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15009;line-height:1.5;letter-spacing:0;top:76.6875rem;left:1.125rem;height:19.5rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#LU6oKUwSdoJERfzpTKzem0da5NmgNghS { color:#47545a;display:block;width:20rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15010;line-height:1.5;letter-spacing:0;top:76.645874023438rem;left:27.5rem;height:24rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#fOgM1SgdxbVuatbJ7USfzDVuZrnmkpP9 { color:#47545a;display:block;width:20rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15011;line-height:1.5;letter-spacing:0;top:64.8125rem;left:53.1875rem;height:34.5rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#AL7oTcfo9OnKnvmTxoQU9niqescFbITl { position:absolute;display:block;z-index:15002;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-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;height:5rem;width:75rem;top:2.5rem;left:0rem;display:block; }
#lsp99ZZaat2ZJraW768Ah4QE6pttcTHm { position:absolute;display:block;z-index:15001;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-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;height:5rem;width:75rem;top:35.14453125rem;left:0rem;display:block; }
#clh6cqL7z56CBlas13itXFIE1Wn5ICf8 { position:absolute;display:block;z-index:15002;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-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;height:5rem;width:75rem;top:55.125rem;left:0rem;display:block; }
#ZKU1XAdqZPPTNsI6X1EzseKtTaAcldEz { position:absolute;display:block;z-index:14999;background-color:transparent;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-secondary-2),1);border-left:0.125rem solid rgba(var(--color-secondary-2),1);border-right:0.125rem solid rgba(var(--color-secondary-2),1);border-bottom:0.125rem solid rgba(var(--color-secondary-2),1);border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;height:40.6875rem;width:21.875rem;top:61.625rem;left:0rem;display:block; }
#JPiX6IkpSliFcKyIQITF4w0ZigGcL2kf { position:absolute;display:block;z-index:15000;background-color:transparent;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-secondary-2),1);border-left:0.125rem solid rgba(var(--color-secondary-2),1);border-right:0.125rem solid rgba(var(--color-secondary-2),1);border-bottom:0.125rem solid rgba(var(--color-secondary-2),1);border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;height:40.6875rem;width:21.875rem;top:61.625rem;left:26.4375rem;display:block; }
#ehQ8KDbMdBSWAtThtTMtBk2q0WEPtGyC { position:absolute;display:block;z-index:14998;background-color:transparent;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-secondary-2),1);border-left:0.125rem solid rgba(var(--color-secondary-2),1);border-right:0.125rem solid rgba(var(--color-secondary-2),1);border-bottom:0.125rem solid rgba(var(--color-secondary-2),1);border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;height:40.6875rem;width:21.875rem;top:61.625rem;left:52.0625rem;display:block; }
#aOxbiSS7WAc4KTJev0NlHuA6HHRFz7Am { position:absolute;display:block;z-index:15006;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-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;height:5rem;width:75rem;top:137.5rem;left:0rem;display:block; }
#Tnkvf71D0FTIObFTl8IkBTRBV8wDOtcf { color:rgba(var(--color-tertiary-2),1);display:block;width:55.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.1875rem;font-weight:normal;z-index:15009;line-height:1.2;letter-spacing:0;top:138.6875rem;left:10rem;height:2.625rem;text-align:center;text-align-last:center;display:block; }
#ckev0TiFmQQZf0a8blDJr0MSJwFJzrC2 { color:#5c3949;display:block;width:16.6875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.8125rem;font-weight:400;z-index:15014;line-height:1.5;letter-spacing:0;top:145.375rem;left:2.8125rem;height:8.375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#pBl4bJREqedwfezKL8TWTAO9L1ns9bZp { color:#47545a;display:block;width:21.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15016;line-height:1.5;letter-spacing:0;top:148.9375rem;left:25.5rem;height:3.75rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#fdXL56MPILgcyH1oMFtyFXUDAb8iLZvV { background-color:#4bae16;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-secondary-2),1);border-left:0.125rem solid rgba(var(--color-secondary-2),1);border-right:0.125rem solid rgba(var(--color-secondary-2),1);border-bottom:0.125rem solid rgba(var(--color-secondary-2),1);border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-1),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.625rem;height:3.4375rem;text-decoration:none;z-index:15027;text-align:center;text-align-last:center;top:153.625rem;left:28.625rem;display:block; }
#qCdEHgnBac21CBTonCtsTr0aXEucZqmz { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ziih9pZQtCpSDkdkXG10dttotFV893WE { color:#4bae16;display:block;width:35.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:400;z-index:15015;line-height:1.5;letter-spacing:0;top:146.0625rem;left:29.6875rem;height:2.8125rem;font-style:normal;display:block; }
#G6ZZrDcbWaLs3iL3Zn2odzMTZo85hUv6 { position:absolute;display:block;z-index:14997;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;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:22rem;width:75rem;top:139.4375rem;left:0rem;display:block; }
#XulMel1gyahKzQ1hvfX9cakmAIPD5vAF { border-bottom:0;border-left:0;border-right:0;border-top:0;height:12.5rem;width:12.5rem;position:absolute;display:block;z-index:15018;box-shadow: none;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;top:62.6875rem;left:4.875rem;overflow:hidden;display:block; }
#o7eKblUoXhh6eTIvfvhbq3QvvCTFaAP5 { border-bottom:0;border-left:0;border-right:0;border-top:0;height:12.5rem;width:12.5rem;position:absolute;display:block;z-index:15019;box-shadow: none;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;top:62.645874023438rem;left:31.25rem;overflow:hidden;display:block; }
#Us9zTapqBc3II8vtZ2aSgd8AoILn6k7m { color:#5c3949;display:block;width:21.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15020;line-height:1.5;letter-spacing:0;top:153.5rem;left:0rem;height:3.75rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#fLXDMs4RxinE053STekgmhmVHBdflpUb { 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-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;height:5rem;width:75rem;top:104.9375rem;left:0rem;display:block; }
#LRS99VDp998ze56At6AxNwfKTyRKiKDB { color:rgba(var(--color-tertiary-2),1);display:block;width:55.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.1875rem;font-weight:normal;z-index:15014;line-height:1.2;letter-spacing:0;top:106.0625rem;left:8.9375rem;height:2.625rem;text-align:center;text-align-last:center;display:block; }
#fpu6k9mSizQiK84sd9VhcgyPyyCcI70b { color:#47545a;display:block;width:47.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:400;z-index:15019;line-height:1.5;letter-spacing:0;top:111.29040527344rem;left:0rem;height:4.625rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#dpiLT4RT3icxQ3iEPqxiwNHFR7gCVhk0 { position:absolute;display:block;z-index:15015;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:15rem;width:22.5rem;top:117.75rem;left:0rem;overflow:hidden;display:block; }
#liL8HEhH8S503q5KsMGCJTW18F1Rr02P { position:absolute;display:block;z-index:15016;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:15rem;width:22.5rem;top:117.75rem;left:26.25rem;overflow:hidden;display:block; }
#TF4G1IRQP4MhNhqBG8DnGvGLcZ0Ughpm { position:absolute;display:block;z-index:15017;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:15rem;width:22.5rem;top:117.75rem;left:52.5rem;overflow:hidden;display:block; }
#igpVmvsJqL1eiVNsFILSCJh0k3XWttVP { color:#47545a;display:block;width:74.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15016;line-height:1.2;letter-spacing:0;top:134rem;left:0rem;height:1.3125rem;text-align:center;text-align-last:center;display:block; }
#HURBgMg2wRemF6gx1bdnMC9CNfZPF8kn { background-color:#5c3949;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:none; }#HURBgMg2wRemF6gx1bdnMC9CNfZPF8kn > .row .container { border-width: 0; border-radius: 0; }#HURBgMg2wRemF6gx1bdnMC9CNfZPF8kn > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#HURBgMg2wRemF6gx1bdnMC9CNfZPF8kn > .row .container { font-size:0.875rem;font-family:arial;height:41.625rem;width:75rem;overflow:visible;position:relative;display:none; }#Hif9Mn0XRVEwe5a54icF13FV3BTek59I { color:rgba(var(--color-tertiary-2),1);display:block;width:40.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.8125rem;font-weight:normal;z-index:15002;line-height:1.2;letter-spacing:0;top:2.5rem;left:26.5625rem;height:3.375rem;text-align:left;text-align-last:left;display:block; }
#kTZLnWSLsSy4LZCTGQpLitrWHSvUwd5R { color:rgba(var(--color-tertiary-1),1);display:block;width:38.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15006;line-height:1.4;letter-spacing:0;top:6.9375rem;left:26.5625rem;height:9.375rem;font-style:normal;display:block; }
#zzeZMwk8iTiuzDVAzfXFtpFwamDnnztg { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:14.5rem;width:21.75rem;top:2.5rem;left:0rem;overflow:hidden;display:block; }
#uqdnJVaLaCQ0dZhWRPOcLst8vLZyb8S9 { color:rgba(var(--color-tertiary-2),1);display:block;width:16.6875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.8125rem;font-weight:400;z-index:15014;line-height:1.5;letter-spacing:0;top:25.854187011719rem;left:2.53125rem;height:8.375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#D6RI3kTNAcXZ9VmL3xU81Tsi2BsNT4iN { color:#4bae16;display:block;width:35.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:400;z-index:15015;line-height:1.5;letter-spacing:0;top:23.104187011719rem;left:25.875rem;height:2.8125rem;font-style:normal;display:block; }
#LWUBmMN8p8k672MGWLOra5a3JoycclQr { color:rgba(var(--color-tertiary-0),1);display:block;width:15.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15016;line-height:1.5;letter-spacing:0;top:26.0625rem;left:26.4375rem;height:3.75rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#saPbu7r753q1K9rCd2zPiChHglv7SX1I { background-color:#4bae16;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-secondary-2),1);border-left:0.125rem solid rgba(var(--color-secondary-2),1);border-right:0.125rem solid rgba(var(--color-secondary-2),1);border-bottom:0.125rem solid rgba(var(--color-secondary-2),1);border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-1),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.625rem;height:3.4375rem;text-decoration:none;z-index:15027;text-align:center;text-align-last:center;top:30.9375rem;left:26.5625rem;display:block; }
#IIhzrK3poJ8dDuVGGuRpTtpJ14oLvvAq { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#pX9ds9h9hOFhpPxFuHDXMmKEEGywd5Pq { color:rgba(var(--color-tertiary-2),1);display:block;width:21.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15009;line-height:1.5;letter-spacing:0;top:18.541687011719rem;left:0rem;height:5.0625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#hhV3mZT3Mg7TdJOQgRg49dKoFDJQ0MWE { color:rgba(var(--color-tertiary-0),1);display:block;width:21.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15019;line-height:1.5;letter-spacing:0;top:34.186218261719rem;left:0rem;height:3.75rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#eENilQI76KFcHs1rESIqSrponiecDm1R { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-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:none; }#eENilQI76KFcHs1rESIqSrponiecDm1R > .row .container { border-width: 0; border-radius: 0; }#eENilQI76KFcHs1rESIqSrponiecDm1R > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#eENilQI76KFcHs1rESIqSrponiecDm1R > .row .container { font-size:0.875rem;font-family:arial;height:160rem;width:75rem;position:relative;display:none; }#RSxpTzPqJCkrPIzwiCV8dcGxCcRqtbIc { color:rgba(var(--color-tertiary-2),1);display:block;width:55.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.1875rem;font-weight:normal;z-index:15003;line-height:1.2;letter-spacing:0;top:3.7278594970703rem;left:9.96875rem;height:2.625rem;text-align:center;text-align-last:center;display:block; }
#aitHGZyGuBeICOp1k9inqHK2JmvQk24l { color:#47545a;display:block;width:52.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15007;line-height:1.5;letter-spacing:0;top:8.8541870117188rem;left:0rem;height:13.375rem;font-style:normal;display:block; }#aitHGZyGuBeICOp1k9inqHK2JmvQk24l li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#aitHGZyGuBeICOp1k9inqHK2JmvQk24l li:before{  }
#CvxwiTlFGdLxKaVDltJw6X7b00FqfWEm { color:rgba(var(--color-tertiary-2),1);display:block;width:55.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.1875rem;font-weight:normal;z-index:15004;line-height:1.2;letter-spacing:0;top:37.5rem;left:10rem;height:2.625rem;text-align:center;text-align-last:center;display:block; }
#BDnqenZNzWe1n8Tqeun1OndzdxRfrLK7 { color:#47545a;display:block;width:62.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15008;line-height:1.5;letter-spacing:0;top:42.415405273438rem;left:0rem;height:;font-style:normal;display:block; }#BDnqenZNzWe1n8Tqeun1OndzdxRfrLK7 li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#BDnqenZNzWe1n8Tqeun1OndzdxRfrLK7 li:before{  }
#IxsCF3MVavt2Aybmdw7JGdxibnXcqvnF { color:rgba(var(--color-tertiary-2),1);display:block;width:55.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.1875rem;font-weight:normal;z-index:15005;line-height:1.2;letter-spacing:0;top:58.0625rem;left:10rem;height:2.625rem;text-align:center;text-align-last:center;display:block; }
#pz4kK3xmbCbX5vQmsU6n5mQciK3M8t6R { color:#47545a;display:block;width:20rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15009;line-height:1.5;letter-spacing:0;top:78.25rem;left:1.09375rem;height:7.5rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#DJ47rmiuQZhqM9uZy1ViG7slAcGo06a5 { color:#47545a;display:block;width:20rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15010;line-height:1.5;letter-spacing:0;top:78.25rem;left:27.5rem;height:15rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#dtUrT3QzWJ8v2Mn4bEcDHav40lPETZWy { color:#47545a;display:block;width:20rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15011;line-height:1.5;letter-spacing:0;top:78.25rem;left:53.125rem;height:18rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#klJV9WMFk5Ah0Q3P1oMZo6n4zLJPLGtr { position:absolute;display:block;z-index:15002;background-color:#5c3949;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;height:5rem;width:75rem;top:2.5rem;left:0rem;display:block; }
#MaXw7FJwlqcvbxLtF5uHaCgnGBaEUSr1 { position:absolute;display:block;z-index:15001;background-color:#5c3949;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;height:5rem;width:75rem;top:36.3125rem;left:0rem;display:block; }
#MUIuK8MZkkgC3aq2SkvUO21eK5HLliNt { position:absolute;display:block;z-index:15002;background-color:#5c3949;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;height:5rem;width:75rem;top:56.875rem;left:0rem;display:block; }
#eybPT6VRNrzP5ZAWEq97aglhUCZ4pWWa { position:absolute;display:block;z-index:14999;background-color:transparent;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-secondary-2),1);border-left:0.125rem solid rgba(var(--color-secondary-2),1);border-right:0.125rem solid rgba(var(--color-secondary-2),1);border-bottom:0.125rem solid rgba(var(--color-secondary-2),1);border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;height:34.6875rem;width:21.875rem;top:63.1875rem;left:0rem;display:block; }
#UlfLyanU84B1q5bmeJQPN4ASD63z3foP { position:absolute;display:block;z-index:15000;background-color:transparent;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-secondary-2),1);border-left:0.125rem solid rgba(var(--color-secondary-2),1);border-right:0.125rem solid rgba(var(--color-secondary-2),1);border-bottom:0.125rem solid rgba(var(--color-secondary-2),1);border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;height:34.6875rem;width:21.875rem;top:63.1875rem;left:26.4375rem;display:block; }
#GDn44A23itRTNosEukhdlIO2Hd5WvTk9 { position:absolute;display:block;z-index:14998;background-color:transparent;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-secondary-2),1);border-left:0.125rem solid rgba(var(--color-secondary-2),1);border-right:0.125rem solid rgba(var(--color-secondary-2),1);border-bottom:0.125rem solid rgba(var(--color-secondary-2),1);border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;height:34.6875rem;width:21.875rem;top:63.1875rem;left:52.0625rem;display:block; }
#skKOIMKsmEAONzuh409OeOlbUVTy5K36 { position:absolute;display:block;z-index:15004;background-color:#5c3949;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;height:5rem;width:75rem;top:100.4375rem;left:0rem;display:block; }
#bJtZh0dnVStg1drayzqlwQubFHiM3QXC { color:rgba(var(--color-tertiary-2),1);display:block;width:55.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.1875rem;font-weight:normal;z-index:15007;line-height:1.2;letter-spacing:0;top:101.625rem;left:10rem;height:2.625rem;text-align:center;text-align-last:center;display:block; }
#JfziqzTubTmmTZa4UobApFis7SXwa6RV { color:#47545a;display:block;width:49.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:400;z-index:15012;line-height:1.5;letter-spacing:0;top:106.58337402344rem;left:0rem;height:4.625rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#TmvIDU3cCzO0rrPyPsIMI8WCCZ6K8kCs { position:absolute;display:block;z-index:15006;background-color:#5c3949;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;height:5rem;width:75rem;top:132.3125rem;left:0rem;display:block; }
#KLBBOG8mlmA1LwPG9VNmDA5wPiRciM9J { color:rgba(var(--color-tertiary-2),1);display:block;width:55.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.1875rem;font-weight:normal;z-index:15009;line-height:1.2;letter-spacing:0;top:133.5rem;left:10rem;height:2.625rem;text-align:center;text-align-last:center;display:block; }
#HENmgG2WHmT4ALEi7O15eIDRCT4wzhTi { color:#5c3949;display:block;width:16.6875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.8125rem;font-weight:400;z-index:15014;line-height:1.5;letter-spacing:0;top:140.125rem;left:2.75rem;height:8.375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#B4dASabcc5BVBLIqhDZmCJs9PX3vvoQd { color:#47545a;display:block;width:15.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15016;line-height:1.5;letter-spacing:0;top:143.5625rem;left:28.625rem;height:3.75rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#eTLRuHTOcL1fbAJ8IJnvwwq29k6tprfx { background-color:#4bae16;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-secondary-2),1);border-left:0.125rem solid rgba(var(--color-secondary-2),1);border-right:0.125rem solid rgba(var(--color-secondary-2),1);border-bottom:0.125rem solid rgba(var(--color-secondary-2),1);border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-1),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.625rem;height:3.4375rem;text-decoration:none;z-index:15027;text-align:center;text-align-last:center;top:148.4375rem;left:28.625rem;display:block; }
#HnIvirTX5IxE3bwsRWoicqIQK9Vi5yGm { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#LT8KGMrTDFcdSkg6Hi4dor1nFhzfsuIA { color:#4bae16;display:block;width:35.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:400;z-index:15015;line-height:1.5;letter-spacing:0;top:140.875rem;left:29.6875rem;height:2.8125rem;font-style:normal;display:block; }
#ZAgxb2Zc9O5nZ4OPlrL9eT7WvWG8z3mQ { position:absolute;display:block;z-index:14997;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;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:22rem;width:75rem;top:134.25rem;left:0rem;display:block; }
#WQVfTTpM9Vdy5h70UOG7h9hb7fAsHwGM { color:#47545a;display:block;width:52.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15008;line-height:1.5;letter-spacing:0;top:23.250030517578rem;left:0rem;height:10.125rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#dExvf9GZC5oXDq2aBrscfQWSzoMUl6GT { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.5rem;width:12.5rem;top:64.3125rem;left:4.84375rem;overflow:hidden;display:block; }
#G3qMXmDdPT5cKEoAsIcLHR0AWv2Vl8TW { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.5rem;width:12.5rem;top:64.3125rem;left:31.25rem;overflow:hidden;display:block; }
#zTBc2kTCyIgcwJrEn3T76Aa7KmCFGnoh { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.5rem;width:12.5rem;top:64.3125rem;left:56.875rem;overflow:hidden;display:block; }
#eLVzRZT4Ontip8Kh3e6q7yy9sIR7vhbG { color:#5c3949;display:block;width:21.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15021;line-height:1.5;letter-spacing:0;top:148.3125rem;left:0rem;height:3.75rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ChqOMNT0dP7PRnWkTg593VsiEKEJkewM { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:15rem;width:22.5rem;top:112.81121826172rem;left:0rem;overflow:hidden;display:block; }
#L8mXZFQ95wMuPE1tyyIhBGMIwu5C6JP7 { position:absolute;display:block;z-index:15009;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:15rem;width:22.5rem;top:112.81121826172rem;left:26.25rem;overflow:hidden;display:block; }
#lLOuaq2VC1TxBp4nIuRy26TLbJgxwNGZ { position:absolute;display:block;z-index:15010;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:15rem;width:22.5rem;top:112.81121826172rem;left:52.5rem;overflow:hidden;display:block; }
#gf0wsVrRlFMXiXlw0vbKN1yD8OcV6dlU { color:#47545a;display:block;width:74.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15009;line-height:1.2;letter-spacing:0;top:129.0625rem;left:0rem;height:1.3125rem;text-align:center;text-align-last:center;display:block; }
#yZMTkBoSwzDmSCv0Bst87asu9ivfcm98 { background-color:#5c3949;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:none; }#yZMTkBoSwzDmSCv0Bst87asu9ivfcm98 > .row .container { border-width: 0; border-radius: 0; }#yZMTkBoSwzDmSCv0Bst87asu9ivfcm98 > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#yZMTkBoSwzDmSCv0Bst87asu9ivfcm98 > .row .container { font-size:0.875rem;font-family:arial;height:43.5rem;width:75rem;overflow:visible;position:relative;display:none; }#M8Q8lqzQiJyhxr5dXa1goOdHLzbBgeW1 { color:rgba(var(--color-tertiary-2),1);display:block;width:40.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.8125rem;font-weight:normal;z-index:15002;line-height:1.2;letter-spacing:0;top:2.5rem;left:26.5625rem;height:3.375rem;text-align:left;text-align-last:left;display:block; }
#SwVl6HwD1wnQJTeVGP7AxVBLwmw7X5xm { color:rgba(var(--color-tertiary-1),1);display:block;width:40.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15006;line-height:1.5;letter-spacing:0;top:6.958335876465rem;left:26.5625rem;height:11.8125rem;font-style:normal;display:block; }
#ZDCyJUEFwLTH5y91MGSeV9yqPLHbLQvr { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:14.5rem;width:21.75rem;top:2.5rem;left:0rem;overflow:hidden;display:block; }
#OFT9WKbxZLIL2ai90hGXuTSbPHTF3dbi { color:rgba(var(--color-tertiary-2),1);display:block;width:21.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15018;line-height:1.5;letter-spacing:0;top:19.5rem;left:0rem;height:5.0625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#cJ5FnrtP6rXzxMcI0rHK7Xo71oXLixM3 { color:#4bae16;display:block;width:35.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:400;z-index:15025;line-height:1.5;letter-spacing:0;top:20.375rem;left:26.5625rem;height:2.8125rem;font-style:normal;display:block; }
#V1M7fzpLzlBSbV6N8IbXrl1Sb1laf3Xn { color:rgba(var(--color-tertiary-2),1);display:block;width:16.6875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.8125rem;font-weight:400;z-index:15024;line-height:1.5;letter-spacing:0;top:25.479248046875rem;left:2.53125rem;height:8.375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#rV96SnV4bVsDnhUNSwq9Zabk5o6cyE3h { color:rgba(var(--color-tertiary-0),1);display:block;width:16.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15026;line-height:1.5;letter-spacing:0;top:24.5rem;left:26.5625rem;height:3.75rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#WKtui8vqlxW74Ps479PgTdDkh83MqJ6e { background-color:#4bae16;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-secondary-2),1);border-left:0.125rem solid rgba(var(--color-secondary-2),1);border-right:0.125rem solid rgba(var(--color-secondary-2),1);border-bottom:0.125rem solid rgba(var(--color-secondary-2),1);border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-1),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.625rem;height:3.4375rem;text-decoration:none;z-index:15037;text-align:center;text-align-last:center;top:29.5rem;left:26.8125rem;display:block; }
#T8WQ3RyU49aWMVTfEZrJGGI6HRcdVHZt { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#aLRIz6r1mflympnrnrbwKslXoGqhuDHC { color:rgba(var(--color-tertiary-0),1);display:block;width:21.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15021;line-height:1.5;letter-spacing:0;top:35.5625rem;left:0rem;height:3.75rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#K8arXz8ip55lw81oGwKkhseCcEtZxrcD { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-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:none; }#K8arXz8ip55lw81oGwKkhseCcEtZxrcD > .row .container { border-width: 0; border-radius: 0; }#K8arXz8ip55lw81oGwKkhseCcEtZxrcD > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#K8arXz8ip55lw81oGwKkhseCcEtZxrcD > .row .container { font-size:0.875rem;font-family:arial;height:133rem;width:75rem;position:relative;display:none; }#lZqF3v2z9dwES7VFILNr9aeBIdTbL8fo { position:absolute;display:block;z-index:15004;background-color:#5c3949;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;height:5rem;width:75rem;top:24rem;left:0rem;display:block; }
#JFuCcF8I9T8tPr1z2z9GnSS0r3rkqVo3 { color:rgba(var(--color-tertiary-2),1);display:block;width:55.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.1875rem;font-weight:normal;z-index:15007;line-height:1.2;letter-spacing:0;top:25.1875rem;left:10rem;height:2.625rem;text-align:center;text-align-last:center;display:block; }
#KgUkBNbcO9hbd4AWDxhChydTzn5DJOXy { color:#47545a;display:block;width:47.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15011;line-height:1.5;letter-spacing:0;top:31.5rem;left:0rem;height:5.6875rem;font-style:normal;display:block; }#KgUkBNbcO9hbd4AWDxhChydTzn5DJOXy li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#KgUkBNbcO9hbd4AWDxhChydTzn5DJOXy li:before{  }
#AIBJ6KG4kODdsSbX8EEL3aPQHwXSsl3v { position:absolute;display:block;z-index:15005;background-color:#5c3949;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;height:5rem;width:75rem;top:2rem;left:0rem;display:block; }
#EHwbUIce6dxueAislSgSkDJWX6sz7zvA { color:rgba(var(--color-tertiary-2),1);display:block;width:55.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.1875rem;font-weight:normal;z-index:15006;line-height:1.2;letter-spacing:0;top:3.125rem;left:10rem;height:2.625rem;text-align:center;text-align-last:center;display:block; }
#SFPVWHiTiGTVRUSkqf7DQ6lCM05Qdkwb { color:#47545a;display:block;width:46.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15010;line-height:1.5;letter-spacing:0;top:8.375rem;left:0rem;height:;font-style:normal;display:block; }#SFPVWHiTiGTVRUSkqf7DQ6lCM05Qdkwb li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#SFPVWHiTiGTVRUSkqf7DQ6lCM05Qdkwb li:before{  }
#yvJXMTHeCRlV8X5h96or9f2Mqg3CyTUC { color:rgba(var(--color-tertiary-2),1);display:block;width:55.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.1875rem;font-weight:normal;z-index:15013;line-height:1.2;letter-spacing:0;top:40.833374023438rem;left:9.96875rem;height:2.625rem;text-align:center;text-align-last:center;display:block; }
#CP5tzQlpCpcltRfQyhgtyLVvyOJ18dtC { position:absolute;display:block;z-index:15010;background-color:#5c3949;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;height:5rem;width:75rem;top:39.645874023438rem;left:0rem;display:block; }
#i0LTO9cMNcfRvEGy7eI8dnDMEBXfVHTB { position:absolute;display:block;z-index:15007;background-color:transparent;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-secondary-2),1);border-left:0.125rem solid rgba(var(--color-secondary-2),1);border-right:0.125rem solid rgba(var(--color-secondary-2),1);border-bottom:0.125rem solid rgba(var(--color-secondary-2),1);border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;height:22rem;width:21.875rem;top:47.3125rem;left:0rem;display:block; }
#p8KV7SLqciTNVi1FAPtxsJyWuKnV78xU { color:#47545a;display:block;width:20rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15017;line-height:1.5;letter-spacing:0;top:49.5625rem;left:1.125rem;height:16.5rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#WHEo7JPANOEsNA3CvGS7S8GUTkIqSFNQ { position:absolute;display:block;z-index:15009;background-color:transparent;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-secondary-2),1);border-left:0.125rem solid rgba(var(--color-secondary-2),1);border-right:0.125rem solid rgba(var(--color-secondary-2),1);border-bottom:0.125rem solid rgba(var(--color-secondary-2),1);border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;height:22rem;width:21.875rem;top:47.1875rem;left:26.5625rem;display:block; }
#D960ixwBTd1r5G7e5Kb4575rLOkzmydP { color:#47545a;display:block;width:20rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15019;line-height:1.5;letter-spacing:0;top:49.5rem;left:27.6875rem;height:16.5rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#tJkSxeIQsaafAbwpyT5xp8zwBeCKXrya { color:#47545a;display:block;width:20rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15021;line-height:1.5;letter-spacing:0;top:49.541748046875rem;left:53.90625rem;height:18rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#UIOHatOH2SxDVSzQXwTmfNV12Rd4gK9M { position:absolute;display:block;z-index:15014;background-color:#5c3949;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;height:5rem;width:75rem;top:107.3125rem;left:0rem;display:block; }
#TcU8FxLrymSh5xexntTUcGEPt48Ooeme { color:rgba(var(--color-tertiary-2),1);display:block;width:62.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.1875rem;font-weight:normal;z-index:15017;line-height:1.2;letter-spacing:0;top:108.5625rem;left:6.25rem;height:2.625rem;text-align:center;text-align-last:center;display:block; }
#war12qV63Dfz9K89hJtoeXs6ozU1RU06 { position:absolute;display:block;z-index:15005;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;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:22rem;width:75rem;top:108.8125rem;left:0rem;display:block; }
#QIstym2K93etQ5WP2RwVWUMo3NRs4PXi { color:#5c3949;display:block;width:16.6875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.8125rem;font-weight:400;z-index:15022;line-height:1.5;letter-spacing:0;top:115.25rem;left:5.5625rem;height:8.375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Z8ixNccyvvITCVHAtW8hwzQue7sDMm5H { color:#4bae16;display:block;width:35.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:400;z-index:15023;line-height:1.5;letter-spacing:0;top:115.75rem;left:26.4375rem;height:2.8125rem;font-style:normal;display:block; }
#GT5T4dDLvPkvTLTCwT2eMXELbyIp1Z6z { color:#47545a;display:block;width:15.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15024;line-height:1.5;letter-spacing:0;top:120.0625rem;left:26.75rem;height:3.75rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#T0gr3TovWHtFfksFyO5oavQuFxJss9Dk { background-color:#4bae16;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-secondary-2),1);border-left:0.125rem solid rgba(var(--color-secondary-2),1);border-right:0.125rem solid rgba(var(--color-secondary-2),1);border-bottom:0.125rem solid rgba(var(--color-secondary-2),1);border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-1),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.625rem;height:3.4375rem;text-decoration:none;z-index:15035;text-align:center;text-align-last:center;top:124.75rem;left:26.5625rem;display:block; }
#mGwwZ3Hfiye6dKfeTot4bnmGNl0nyAEN { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#GWQJBbmGiBDc0PwTDpRSLXCDA7BSc8un { position:absolute;display:block;z-index:15040;background-color:#5c3949;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;height:5rem;width:75rem;top:71.666015625rem;left:0rem;display:block; }
#VRT1c6fsHt0bdwmOqeJUoCBwAfXcNCTS { position:absolute;display:block;z-index:15035;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:15rem;width:22.5rem;top:84.5625rem;left:0rem;overflow:hidden;display:block; }
#JI2RzhoQDuvHcbXFrnBO0lvTibO6ht42 { position:absolute;display:block;z-index:15036;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:15rem;width:22.5rem;top:84.5625rem;left:26.25rem;overflow:hidden;display:block; }
#PQKNrqEiXKNESUhzd7S0GTLDVdP0Pfte { position:absolute;display:block;z-index:15018;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:15rem;width:22.5rem;top:84.5625rem;left:52.5rem;overflow:hidden;display:block; }
#hwEbpm6kJfx0m7HKuDwzBprrtidc21Xr { color:#47545a;display:block;width:74.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15036;line-height:1.2;letter-spacing:0;top:101rem;left:0rem;height:1.3125rem;text-align:center;text-align-last:center;display:block; }
#hZDNlKiGRmCHZHzh49axNUlqtbGAJiI2 { position:absolute;display:block;z-index:15010;background-color:transparent;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-secondary-2),1);border-left:0.125rem solid rgba(var(--color-secondary-2),1);border-right:0.125rem solid rgba(var(--color-secondary-2),1);border-bottom:0.125rem solid rgba(var(--color-secondary-2),1);border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;height:22rem;width:21.875rem;top:47.3125rem;left:52.8125rem;display:block; }
#pWqdedTTNw13TowLv2aOp4TlWgyvpNrz { color:rgba(var(--color-tertiary-2),1);display:block;width:55.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.1875rem;font-weight:normal;z-index:15041;line-height:1.2;letter-spacing:0;top:72.853515625rem;left:9.96875rem;height:2.625rem;text-align:center;text-align-last:center;display:block; }
#OvyKQT2mIPmC1xeOx1St5fHpe8hCzgTI { color:#47545a;display:block;width:47.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:400;z-index:15020;line-height:1.5;letter-spacing:0;top:77.8125rem;left:0rem;height:4.625rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#svAD5PllyUpvBb18X7GXPK1pf9SqUtPe { color:rgba(var(--color-tertiary-4),1);display:block;width:21.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15022;line-height:1.5;letter-spacing:0;top:124.59375rem;left:2.375rem;height:3.75rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#m8r8FkRaVyUmV1fieL8vQ3RUy3rDWoUw { background-color:#5c3949;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; }#m8r8FkRaVyUmV1fieL8vQ3RUy3rDWoUw > .row .container { background-color: transparent; background-image: none; }#m8r8FkRaVyUmV1fieL8vQ3RUy3rDWoUw::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#m8r8FkRaVyUmV1fieL8vQ3RUy3rDWoUw > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#m8r8FkRaVyUmV1fieL8vQ3RUy3rDWoUw > .row .container > .video-iframe-container { display: none; }#m8r8FkRaVyUmV1fieL8vQ3RUy3rDWoUw > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#m8r8FkRaVyUmV1fieL8vQ3RUy3rDWoUw > .row > .video-iframe-container { display: none; }#m8r8FkRaVyUmV1fieL8vQ3RUy3rDWoUw > .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); }#m8r8FkRaVyUmV1fieL8vQ3RUy3rDWoUw > .row .container { border-width: 0; border-radius: 0; }#m8r8FkRaVyUmV1fieL8vQ3RUy3rDWoUw > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#m8r8FkRaVyUmV1fieL8vQ3RUy3rDWoUw > .row .container { font-size:0.875rem;font-family:arial;height:35.6875rem;width:75rem;overflow:visible;position:relative;display:block; }#qS73WSqqX2OWLNKCeOs0kh7HqhqECJfD { color:rgba(var(--color-tertiary-2),1);display:block;width:40.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.8125rem;font-weight:normal;z-index:15002;line-height:1.2;letter-spacing:0;top:2.5rem;left:26.5625rem;height:3.375rem;text-align:left;text-align-last:left;display:block; }
#g36gyknxShGhP9eXZnee2SSHvgbT3Xnu { color:rgba(var(--color-tertiary-1),1);display:block;width:40.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15006;line-height:1.5;letter-spacing:0;top:6.958335876465rem;left:26.5625rem;height:11.8125rem;font-style:normal;display:block; }
#ldqhIaThzhudFOEJTIElwaaqBRw2cpP6 { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:14.5rem;width:21.75rem;top:2.5rem;left:0rem;overflow:hidden;display:block; }
#ALaDecCVSvCEyDqDyFKk8W2OZo34a2vT { color:rgba(var(--color-tertiary-2),1);display:block;width:21.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15018;line-height:1.5;letter-spacing:0;top:18.7705078125rem;left:0rem;height:5.0625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#p9iZRa15xtV1NFdUN3Jx30fBpVMEICB9 { color:#4bae16;display:block;width:35.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:400;z-index:15025;line-height:1.5;letter-spacing:0;top:20.375rem;left:26.5625rem;height:2.8125rem;font-style:normal;display:block; }
#csNJd1CPABQalaxt4qhgysvZ4EGWTn32 { color:rgba(var(--color-tertiary-2),1);display:block;width:16.6875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.8125rem;font-weight:400;z-index:15024;line-height:1.5;letter-spacing:0;top:25.479248046875rem;left:2.53125rem;height:8.375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#peXTGIuEpiAdxvXO11kDIu981WwmCZVh { color:rgba(var(--color-tertiary-0),1);display:block;width:16.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15026;line-height:1.5;letter-spacing:0;top:24.5rem;left:26.5625rem;height:3.75rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#pW5vCafl1ZsKhfe8rNRTX6T2KTPDA0is { background-color:#4bae16;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-secondary-2),1);border-left:0.125rem solid rgba(var(--color-secondary-2),1);border-right:0.125rem solid rgba(var(--color-secondary-2),1);border-bottom:0.125rem solid rgba(var(--color-secondary-2),1);border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-1),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.625rem;height:3.4375rem;text-decoration:none;z-index:15037;text-align:center;text-align-last:center;top:29.5rem;left:26.8125rem;display:block; }
#HafhkB8CufJVpVcLUTMD1OepweqtwzpT { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ANuS1oXdlgJyMXLlK2AzmgCH9zWFMkfD { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-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; }#ANuS1oXdlgJyMXLlK2AzmgCH9zWFMkfD > .row .container { background-color: transparent; background-image: none; }#ANuS1oXdlgJyMXLlK2AzmgCH9zWFMkfD::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ANuS1oXdlgJyMXLlK2AzmgCH9zWFMkfD > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ANuS1oXdlgJyMXLlK2AzmgCH9zWFMkfD > .row .container > .video-iframe-container { display: none; }#ANuS1oXdlgJyMXLlK2AzmgCH9zWFMkfD > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ANuS1oXdlgJyMXLlK2AzmgCH9zWFMkfD > .row > .video-iframe-container { display: none; }#ANuS1oXdlgJyMXLlK2AzmgCH9zWFMkfD > .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); }#ANuS1oXdlgJyMXLlK2AzmgCH9zWFMkfD > .row .container { border-width: 0; border-radius: 0; }#ANuS1oXdlgJyMXLlK2AzmgCH9zWFMkfD > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ANuS1oXdlgJyMXLlK2AzmgCH9zWFMkfD > .row .container { font-size:0.875rem;font-family:arial;height:95.625rem;width:75rem;position:relative;display:block; }#Tb7sSEgnW4kxMU8zlv99kHXTpZhOkBuT { position:absolute;display:block;z-index:15004;background-color:#5c3949;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;height:5rem;width:75rem;top:24rem;left:0rem;display:block; }
#MmfDFkqmBUtsf6zHBDlFp5MUESu2fgcF { color:rgba(var(--color-tertiary-2),1);display:block;width:55.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.1875rem;font-weight:normal;z-index:15007;line-height:1.2;letter-spacing:0;top:25.1875rem;left:10rem;height:2.625rem;text-align:center;text-align-last:center;display:block; }
#fPsBBLBH8pTmTiO3b7vCIPUi1rJftflh { color:#47545a;display:block;width:47.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15011;line-height:1.5;letter-spacing:0;top:31.5rem;left:0rem;height:5.6875rem;font-style:normal;display:block; }#fPsBBLBH8pTmTiO3b7vCIPUi1rJftflh li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#fPsBBLBH8pTmTiO3b7vCIPUi1rJftflh li:before{  }
#fR29T4MVQTuLNVtVQlThk1cfWO3XZqC1 { position:absolute;display:block;z-index:15005;background-color:#5c3949;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;height:5rem;width:75rem;top:2rem;left:0rem;display:block; }
#TSZvPmlm620sTa2r9Q6GFBBx1it3zFWh { color:rgba(var(--color-tertiary-2),1);display:block;width:55.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.1875rem;font-weight:normal;z-index:15006;line-height:1.2;letter-spacing:0;top:3.125rem;left:10rem;height:2.625rem;text-align:center;text-align-last:center;display:block; }
#KcacqK6v5T3fH5bVMq4eJJcp9yoTgmTW { color:#47545a;display:block;width:46.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15010;line-height:1.5;letter-spacing:0;top:8.375rem;left:0rem;height:;font-style:normal;display:block; }#KcacqK6v5T3fH5bVMq4eJJcp9yoTgmTW li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#KcacqK6v5T3fH5bVMq4eJJcp9yoTgmTW li:before{  }
#ozwuBG5T7Q6DA38pUaxbMmSVaHSZVl9D { color:rgba(var(--color-tertiary-2),1);display:block;width:55.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.1875rem;font-weight:normal;z-index:15013;line-height:1.2;letter-spacing:0;top:40.833374023438rem;left:9.96875rem;height:2.625rem;text-align:center;text-align-last:center;display:block; }
#gkciBSHMAfcN8Kpr2aQhqePwmOGJa1NF { position:absolute;display:block;z-index:15010;background-color:#5c3949;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;height:5rem;width:75rem;top:39.645874023438rem;left:0rem;display:block; }
#H7Ngk5WbJLuuT09Rg3rUuREa6sO8yQXk { position:absolute;display:block;z-index:15007;background-color:transparent;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-secondary-2),1);border-left:0.125rem solid rgba(var(--color-secondary-2),1);border-right:0.125rem solid rgba(var(--color-secondary-2),1);border-bottom:0.125rem solid rgba(var(--color-secondary-2),1);border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;height:22rem;width:21.875rem;top:47.3125rem;left:0rem;display:block; }
#VomOHslO5iLVB0xZWTuSdHf8yVu7U79f { color:#47545a;display:block;width:20rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15017;line-height:1.5;letter-spacing:0;top:49.5625rem;left:1.125rem;height:18rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#kVh0SmNOULEW4WyO2FVJcgrKMaGPFQOT { position:absolute;display:block;z-index:15009;background-color:transparent;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-secondary-2),1);border-left:0.125rem solid rgba(var(--color-secondary-2),1);border-right:0.125rem solid rgba(var(--color-secondary-2),1);border-bottom:0.125rem solid rgba(var(--color-secondary-2),1);border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;height:22rem;width:21.875rem;top:47.1875rem;left:26.5625rem;display:block; }
#XR5mRR0rpwQ3mlptQpFPixHSvZ50VAb6 { color:#47545a;display:block;width:20rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15019;line-height:1.5;letter-spacing:0;top:49.5rem;left:27.6875rem;height:18rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#Rn3v7CGBayTafWyLfdGV9zmVWqUmovHe { color:#47545a;display:block;width:20rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15021;line-height:1.5;letter-spacing:0;top:49.541748046875rem;left:53.90625rem;height:19.5rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#PqXHrCHq0roNezBUdHSUpxaquERQ5xxv { position:absolute;display:block;z-index:15014;background-color:#5c3949;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;height:5rem;width:75rem;top:71.5625rem;left:0rem;display:block; }
#w7FNX7clfgdPumEDL4TWeSkqsnDE0ik6 { position:absolute;display:block;z-index:15005;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;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:16.1875rem;width:75rem;top:77.4375rem;left:0rem;display:block; }
#MSEMvwwdniznD03Os6oGZbq3EUnTiTCp { color:#5c3949;display:block;width:16.6875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.8125rem;font-weight:400;z-index:15022;line-height:1.5;letter-spacing:0;top:79.75rem;left:5.5rem;height:8.375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#HKAoX77FUBg50WOsndxI4qkcvrwx0QfT { color:#4bae16;display:block;width:35.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:400;z-index:15023;line-height:1.5;letter-spacing:0;top:79.25rem;left:25.25rem;height:2.8125rem;font-style:normal;display:block; }
#BXincAs3VQMeZx9JTpfMuM5xTuce2v5o { color:#47545a;display:block;width:15.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15024;line-height:1.5;letter-spacing:0;top:83.375rem;left:25.25rem;height:3.75rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#AVxmtzzTvVfxxe0gTfmDRG1U7Q5LTJik { background-color:#4bae16;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-secondary-2),1);border-left:0.125rem solid rgba(var(--color-secondary-2),1);border-right:0.125rem solid rgba(var(--color-secondary-2),1);border-bottom:0.125rem solid rgba(var(--color-secondary-2),1);border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-1),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.625rem;height:3.4375rem;text-decoration:none;z-index:15035;text-align:center;text-align-last:center;top:88.0625rem;left:25.25rem;display:block; }
#vMxbcLTt4RoinGJM6XelXmQKPJCVBGxs { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#SzSB6Q7PebxtQmTu9MRBv6zl3RS7ZCyv { position:absolute;display:block;z-index:15010;background-color:transparent;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-secondary-2),1);border-left:0.125rem solid rgba(var(--color-secondary-2),1);border-right:0.125rem solid rgba(var(--color-secondary-2),1);border-bottom:0.125rem solid rgba(var(--color-secondary-2),1);border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;height:22rem;width:21.875rem;top:47.3125rem;left:52.8125rem;display:block; }
#L4wS8sy1FdiP1Q8WkfRcIS5HSuot7gfc { color:rgba(var(--color-tertiary-2),1);display:block;width:62.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.1875rem;font-weight:normal;z-index:15036;line-height:1.2;letter-spacing:0;top:72.75rem;left:7rem;height:2.625rem;text-align:center;text-align-last:center;display:block; }
#v6cCF3IQVsrB9f50oHEmXIzkxkamc4CW { 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;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:none; }#v6cCF3IQVsrB9f50oHEmXIzkxkamc4CW > .row .container { border-width: 0; border-radius: 0; }#v6cCF3IQVsrB9f50oHEmXIzkxkamc4CW > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#v6cCF3IQVsrB9f50oHEmXIzkxkamc4CW > .row .container { font-size:0.875rem;font-family:arial;height:42.5rem;width:75rem;overflow:visible;position:relative;display:none; }#h3cf6OtUXpZs9HKV98IxUmAqGSsfJKZb { color:rgba(var(--color-tertiary-2),1);display:block;width:46.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.8125rem;font-weight:normal;z-index:15002;line-height:1.2;letter-spacing:0;top:2.5rem;left:26.5625rem;height:3.375rem;text-align:left;text-align-last:left;display:block; }
#lAXgdWi9EUXZcvXgueJTw6X4r3PaoNcu { color:rgba(var(--color-tertiary-1),1);display:block;width:40.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15006;line-height:1.5;letter-spacing:0;top:11.26953125rem;left:26.5625rem;height:11.8125rem;font-style:normal;display:block; }
#PvN7Fg0NOiWhcP1tuFatDTXfBL4zuTXi { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:14.5rem;width:21.75rem;top:2.5rem;left:1.375rem;overflow:hidden;display:block; }
#l0LbDJvkhDrk6hw9LdK5GgpFLIsMvEsS { background-color:#4bae16;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-secondary-2),1);border-left:0.125rem solid rgba(var(--color-secondary-2),1);border-right:0.125rem solid rgba(var(--color-secondary-2),1);border-bottom:0.125rem solid rgba(var(--color-secondary-2),1);border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-1),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.625rem;height:3.4375rem;text-decoration:none;z-index:15021;text-align:center;text-align-last:center;top:34rem;left:26.5625rem;display:block; }
#JozdI2rptmUfKvkwE0Zs1oztgqxD22Xd { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#lcyvFaLffXVuE6dOSCGovL4o9R9WFF0A { color:rgba(var(--color-tertiary-2),1);display:block;width:16.6875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.8125rem;font-weight:400;z-index:15008;line-height:1.5;letter-spacing:0;top:32rem;left:3.90625rem;height:4.1875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#WgBabDvlTauvbHJ8mnZuTSbkM2oB3Drz { color:#4bae16;display:block;width:35.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:400;z-index:15009;line-height:1.5;letter-spacing:0;top:26.6875rem;left:26.5625rem;height:2.8125rem;font-style:normal;display:block; }
#lTP4C2kQvtq2ZPlsnq0tWxLSC25Pu5yb { color:rgba(var(--color-tertiary-0),1);display:block;width:15.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15010;line-height:1.5;letter-spacing:0;top:29.4375rem;left:26.375rem;height:3.75rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#EksNl6klIJWJTVP2aLSd20DPhDyWKMKh { color:rgba(var(--color-tertiary-0),1);display:block;width:21.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15020;line-height:1.5;letter-spacing:0;top:36.125rem;left:1.3125rem;height:3.75rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#y1sW45qb7UbcAP4hQi0A9gBFWHkxPssO { color:rgba(var(--color-tertiary-2),1);display:block;width:16.6875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.8125rem;font-weight:400;z-index:15009;line-height:1.5;letter-spacing:0;top:25.3125rem;left:3.90625rem;height:4.1875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#n2myTTKJ4idOPJXhADmbu8po4WeaPyee { color:rgba(var(--color-tertiary-2),1);display:block;width:16.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:400;z-index:15010;line-height:1.5;letter-spacing:0;top:29.39453125rem;left:3.90625rem;height:2.8125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Cp73B3NeMg3ll5ErEFkv4pEaDcKpRPIy { color:rgba(var(--color-tertiary-2),1);display:block;width:21.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15010;line-height:1.5;letter-spacing:0;top:17.9765625rem;left:1.28125rem;height:5.0625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#gw2amrDXO8H5dmixhvPfJWkuuQWM4d6m { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-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:none; }#gw2amrDXO8H5dmixhvPfJWkuuQWM4d6m > .row .container { border-width: 0; border-radius: 0; }#gw2amrDXO8H5dmixhvPfJWkuuQWM4d6m > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#gw2amrDXO8H5dmixhvPfJWkuuQWM4d6m > .row .container { font-size:0.875rem;font-family:arial;height:207.375rem;width:75rem;position:relative;display:none; }#OxTuXQ4NHW5naq4JfZK05WufOGvcFVCl { color:rgba(var(--color-tertiary-2),1);display:block;width:55.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.1875rem;font-weight:normal;z-index:15003;line-height:1.2;letter-spacing:0;top:3.7501220703125rem;left:9.96875rem;height:2.625rem;text-align:center;text-align-last:center;display:block; }
#tODNhRbb9Cd9T5ycN8lxbfBrXzoLNCra { color:#47545a;display:block;width:62.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15007;line-height:1.5;letter-spacing:0;top:8.64599609375rem;left:0rem;height:13.5rem;font-style:normal;display:block; }
#af3zzAoTAOwuvxyOmxktwf8k97Pq1FbF { color:rgba(var(--color-tertiary-2),1);display:block;width:55.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.1875rem;font-weight:normal;z-index:15004;line-height:1.2;letter-spacing:0;top:25.1875rem;left:10rem;height:2.625rem;text-align:center;text-align-last:center;display:block; }
#XkcTXhAr6cP9lmtb7Sg2hdlUL3OodlC6 { color:#47545a;display:block;width:47.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15008;line-height:1.5;letter-spacing:0;top:31.0625rem;left:0rem;height:16.75rem;font-style:normal;display:block; }#XkcTXhAr6cP9lmtb7Sg2hdlUL3OodlC6 li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#XkcTXhAr6cP9lmtb7Sg2hdlUL3OodlC6 li:before{  }
#Iyyal29QwPEiJupVlnH2niFyh4G9swB7 { color:rgba(var(--color-tertiary-2),1);display:block;width:55.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.1875rem;font-weight:normal;z-index:15005;line-height:1.2;letter-spacing:0;top:105.1875rem;left:10rem;height:2.625rem;text-align:center;text-align-last:center;display:block; }
#F9mXvGaPPmBP6gIQfk0k3OEmrf4GF4iw { color:#47545a;display:block;width:20rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15009;line-height:1.5;letter-spacing:0;top:118.29174804688rem;left:1.09375rem;height:12rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#B4M0mNIRR9CQuDvyG3HTrt0J2gqB6TRX { color:#47545a;display:block;width:20rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15010;line-height:1.5;letter-spacing:0;top:118.25rem;left:27.5rem;height:18rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#xCLePylo2eFp5M7zVfWdUsfTmtWxFWDC { color:#47545a;display:block;width:20rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15011;line-height:1.5;letter-spacing:0;top:125.5rem;left:53.1875rem;height:16.5rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#JSVbXW5QT7aK01CvbETqkl0k4HeQFtAs { position:absolute;display:block;z-index:15002;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-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;height:5rem;width:75rem;top:2.5rem;left:0rem;display:block; }
#oqFTFV8vIlrXRvsul2lURKoWCtoLBAZz { position:absolute;display:block;z-index:15001;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-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;height:5rem;width:75rem;top:24rem;left:0rem;display:block; }
#eXHK0Izl8785Gh7seEibJqPeMMXuJfBp { position:absolute;display:block;z-index:15002;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-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;height:5rem;width:75rem;top:104.0625rem;left:0rem;display:block; }
#ZoHnXPr8zJEFMMnQf5qpaTFR2uTywTi6 { position:absolute;display:block;z-index:14999;background-color:transparent;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-secondary-2),1);border-left:0.125rem solid rgba(var(--color-secondary-2),1);border-right:0.125rem solid rgba(var(--color-secondary-2),1);border-bottom:0.125rem solid rgba(var(--color-secondary-2),1);border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;height:34.6875rem;width:21.875rem;top:110.5625rem;left:0rem;display:block; }
#HgV1xNvRpDfJKWD540nuho6nxRFCWI3f { position:absolute;display:block;z-index:15000;background-color:transparent;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-secondary-2),1);border-left:0.125rem solid rgba(var(--color-secondary-2),1);border-right:0.125rem solid rgba(var(--color-secondary-2),1);border-bottom:0.125rem solid rgba(var(--color-secondary-2),1);border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;height:34.6875rem;width:21.875rem;top:110.5625rem;left:26.4375rem;display:block; }
#txCBZOqI4oBhM42liIQl8I1vNQSmLSBu { position:absolute;display:block;z-index:14998;background-color:transparent;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-secondary-2),1);border-left:0.125rem solid rgba(var(--color-secondary-2),1);border-right:0.125rem solid rgba(var(--color-secondary-2),1);border-bottom:0.125rem solid rgba(var(--color-secondary-2),1);border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;height:34.6875rem;width:21.875rem;top:110.5625rem;left:52.0625rem;display:block; }
#lXsw8yEkMCOtXq5zNUbqOG163oO3Gl0x { position:absolute;display:block;z-index:15006;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-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;height:5rem;width:75rem;top:180.5625rem;left:0rem;display:block; }
#FOeCyN1ctyug4QWEWH1XDQIkLUOWvJ54 { color:rgba(var(--color-tertiary-2),1);display:block;width:62.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.1875rem;font-weight:normal;z-index:15009;line-height:1.2;letter-spacing:0;top:181.8125rem;left:6.25rem;height:2.625rem;text-align:center;text-align-last:center;display:block; }
#Zw6zly5o6Md9avc0XRkktdV2TeL8cHxF { position:absolute;display:block;z-index:14997;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;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:22rem;width:75rem;top:182.8125rem;left:0rem;display:block; }
#vbwMR8EilUZCulyASHFcf245eehbd17I { border-bottom:0;border-left:0;border-right:0;border-top:0;height:12.5rem;width:12.5rem;position:absolute;display:block;z-index:15003;box-shadow: none;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;top:111.6875rem;left:56.9375rem;overflow:hidden;display:block; }
#JTEqP94noWu1D2dxT1AagsG8dQNyLMuJ { position:absolute;display:block;z-index:15024;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-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;height:5rem;width:75rem;top:147.9375rem;left:0rem;display:block; }
#UvfMzpkTQZueN5TmOBzFMTATN8RAXuHa { color:rgba(var(--color-tertiary-2),1);display:block;width:55.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.1875rem;font-weight:normal;z-index:15027;line-height:1.2;letter-spacing:0;top:149.125rem;left:10rem;height:2.625rem;text-align:center;text-align-last:center;display:block; }
#TyG2mZ4LihGpU23vQOtyftAaD8gZxIaV { color:#47545a;display:block;width:53.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:400;z-index:15032;line-height:1.5;letter-spacing:0;top:154.375rem;left:0rem;height:4.625rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#yodlysksdd9PoafAI18UBpQDbvFFZlTG { position:absolute;display:block;z-index:15028;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:15rem;width:22.5rem;top:160.9375rem;left:0rem;overflow:hidden;display:block; }
#TiKRUzNuCHZ4Lfk5XwVvaVzy9ZBrEUmQ { position:absolute;display:block;z-index:15029;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:15rem;width:22.5rem;top:160.9375rem;left:26.25rem;overflow:hidden;display:block; }
#ZEk04qXiqCxWqk7tDnJGeip7h8pqwxd9 { color:#47545a;display:block;width:74.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15029;line-height:1.2;letter-spacing:0;top:177.25rem;left:0rem;height:1.3125rem;text-align:center;text-align-last:center;display:block; }
#Emld7kSPoH5X9CVG718AMpe7WsAkhS3b { color:#5c3949;display:block;width:16.6875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.8125rem;font-weight:400;z-index:15014;line-height:1.5;letter-spacing:0;top:188.0625rem;left:2.75rem;height:8.375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#LAs66chR5yTzBgGr6tClzUmJnR3BgcPi { color:#4bae16;display:block;width:35.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:400;z-index:15015;line-height:1.5;letter-spacing:0;top:188.0625rem;left:21.09375rem;height:2.8125rem;font-style:normal;display:block; }
#DhbxLPZXvlAy2MqJVBt9m5NiapT6yh4A { color:#47545a;display:block;width:15.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15016;line-height:1.5;letter-spacing:0;top:192.75rem;left:28.3125rem;height:3.75rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#JOVxUxUaGsSovXpubtl8nQPf894XiOHQ { background-color:#4bae16;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-secondary-2),1);border-left:0.125rem solid rgba(var(--color-secondary-2),1);border-right:0.125rem solid rgba(var(--color-secondary-2),1);border-bottom:0.125rem solid rgba(var(--color-secondary-2),1);border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-1),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.625rem;height:3.4375rem;text-decoration:none;z-index:15027;text-align:center;text-align-last:center;top:197.09375rem;left:28.125rem;display:block; }
#GVryZCLuG2l7Kz2AiGkpTXZMgSkl40WJ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#NAVeZtmVngd7rH9eWG4b7EwdulpvMs1L { position:absolute;display:block;z-index:15011;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:15rem;width:22.5rem;top:161rem;left:52.5rem;overflow:hidden;display:block; }
#ldpigTMxqtvfdBproF95X6CCc6pCaOTB { color:#5c3949;display:block;width:21.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15022;line-height:1.5;letter-spacing:0;top:196.9375rem;left:0rem;height:3.75rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#B1lWUoW8ckJOCBNA9df7XL2iCscRZoc4 { position:absolute;display:block;z-index:15005;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-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;height:5rem;width:75rem;top:51.5rem;left:0rem;display:block; }
#xw7LVmSfuH2d3WTte8TJEX7asbnZBa3u { color:rgba(var(--color-tertiary-2),1);display:block;width:55.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.1875rem;font-weight:normal;z-index:15006;line-height:1.2;letter-spacing:0;top:52.75rem;left:10rem;height:2.625rem;text-align:center;text-align-last:center;display:block; }
#DOcfiOQ5IIOGBXrFn6gXQo7sDeAaPT6M { color:#47545a;display:block;width:62.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15010;line-height:1.5;letter-spacing:0;top:57.625rem;left:0rem;height:6.75rem;font-style:normal;display:block; }
#JbLTXlMJ99ICZEeU8R2JazlQp9ToDPXJ { color:#47545a;display:block;width:47.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15009;line-height:1.5;letter-spacing:0;top:72.165405273438rem;left:0rem;height:;font-style:normal;display:block; }#JbLTXlMJ99ICZEeU8R2JazlQp9ToDPXJ li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#JbLTXlMJ99ICZEeU8R2JazlQp9ToDPXJ li:before{  }
#woblfTn1C22VCQoZdV9U6cu7GkJbyKQ8 { position:absolute;display:block;z-index:15006;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-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;height:5rem;width:75rem;top:65.9375rem;left:0rem;display:block; }
#nLgmkkxNH0lOFfxlQhtlZe5DmpJk8glt { color:rgba(var(--color-tertiary-2),1);display:block;width:55.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.1875rem;font-weight:normal;z-index:15007;line-height:1.2;letter-spacing:0;top:67.125rem;left:9.96875rem;height:2.625rem;text-align:center;text-align-last:center;display:block; }
#KmQdGrKoKM3uIk0HMDWGNoQLUccw0w4L { color:#47545a;display:block;width:47.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15010;line-height:1.5;letter-spacing:0;top:86.290405273438rem;left:0rem;height:;font-style:normal;display:block; }#KmQdGrKoKM3uIk0HMDWGNoQLUccw0w4L li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#KmQdGrKoKM3uIk0HMDWGNoQLUccw0w4L li:before{  }
#oWF8SDsQUMRUZRUeu0pXbWDqlE3Uc4R4 { color:#47545a;display:block;width:47.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15011;line-height:1.5;letter-spacing:0;top:74.76953125rem;left:1.9375rem;height:9.6875rem;font-style:normal;display:block; }#oWF8SDsQUMRUZRUeu0pXbWDqlE3Uc4R4 li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#oWF8SDsQUMRUZRUeu0pXbWDqlE3Uc4R4 li:before{  }
#HBtOLrGvKTTxVAahFaS6SkkWobEvKr0W { color:#47545a;display:block;width:47.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15012;line-height:1.8;letter-spacing:0;top:74.748779296875rem;left:15.145835876465rem;height:10rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#yrhxiNxlSqPeIxevLX6g0rbcJTgXAzvJ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-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:none; }#yrhxiNxlSqPeIxevLX6g0rbcJTgXAzvJ > .row .container { border-width: 0; border-radius: 0; }#yrhxiNxlSqPeIxevLX6g0rbcJTgXAzvJ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#yrhxiNxlSqPeIxevLX6g0rbcJTgXAzvJ > .row .container { font-size:0.875rem;font-family:arial;height:27.5rem;width:75rem;position:relative;display:none; }#u7WLZgglHSnvGr2UB5HRkGPzvtXzkGoZ { color:#5c3949;display:block;width:74.9375rem;position:absolute;font-family:breathing;font-size:3.75rem;font-weight:normal;z-index:15004;line-height:1.2;letter-spacing:0;top:3.3125rem;left:0rem;height:4.5rem;text-align:center;text-align-last:center;display:none; }
#aEolPS8ZZBad8yOpW082GvVWGEKpTvGa { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:11.875rem;width:17.8125rem;top:10.25rem;left:17.71875rem;overflow:hidden;display:block; }
#ZX90PBLdGBbUKrkGm3AWQhSSx6Wuwusn { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:11.875rem;width:17.8125rem;top:10.25rem;left:38.46875rem;overflow:hidden;display:block; }
#dB2LAGBQnGPvczi8pcLLsuOfrUa7LcH9 { background-color:#a54870;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:none; }#dB2LAGBQnGPvczi8pcLLsuOfrUa7LcH9 > .row .container { border-width: 0; border-radius: 0; }#dB2LAGBQnGPvczi8pcLLsuOfrUa7LcH9 > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#dB2LAGBQnGPvczi8pcLLsuOfrUa7LcH9 > .row .container { font-size:0.875rem;font-family:arial;height:40rem;width:75rem;overflow:visible;position:relative;display:none; }#OJ8P34BewJ8v1CTQXIW9uVG3ZrQM6LlR { color:rgba(var(--color-tertiary-2),1);display:block;width:46.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.8125rem;font-weight:normal;z-index:15002;line-height:1.2;letter-spacing:0;top:2.5rem;left:26.5625rem;height:3.375rem;text-align:left;text-align-last:left;display:block; }
#OvGlClCadwB3RJUz26reM86zn0bTDyak { color:rgba(var(--color-tertiary-1),1);display:block;width:40.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15006;line-height:1.5;letter-spacing:0;top:8.01953125rem;left:26.5625rem;height:6.75rem;font-style:normal;display:block; }
#l9X6OCRfTOGZmfzwTziAnitZc68lS4x1 { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:14.5rem;width:21.75rem;top:2.5rem;left:1.375rem;overflow:hidden;display:block; }
#HTGwoQBSofVTACo2keHsy62ZNieHHDuJ { background-color:#4bae16;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-secondary-2),1);border-left:0.125rem solid rgba(var(--color-secondary-2),1);border-right:0.125rem solid rgba(var(--color-secondary-2),1);border-bottom:0.125rem solid rgba(var(--color-secondary-2),1);border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-1),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.625rem;height:3.4375rem;text-decoration:none;z-index:15021;text-align:center;text-align-last:center;top:28.83203125rem;left:33.6875rem;display:block; }
#XP0Dqi0R7zTF2TCBEMBXc4P2NtbRAEGz { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#gJ1NEA7pHMWtlcJWTKXM05aGDgrV1ET6 { color:#4bae16;display:block;width:35.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:400;z-index:15009;line-height:1.5;letter-spacing:0;top:19.1015625rem;left:26.5625rem;height:2.8125rem;font-style:normal;display:block; }
#QeGnw99eUE9dQC3RvvbmJx7oq06rLBX3 { color:rgba(var(--color-tertiary-0),1);display:block;width:15.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15010;line-height:1.5;letter-spacing:0;top:23.8125rem;left:34.3125rem;height:3.75rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#qJoq7UOt48MGo7A7Wtq25GcATNZPWNde { color:rgba(var(--color-tertiary-0),1);display:block;width:21.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15020;line-height:1.5;letter-spacing:0;top:32.90625rem;left:1.28125rem;height:3.75rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#qPG64UbWaOpH0rbBa2uUIuSlIiun68f5 { color:rgba(var(--color-tertiary-2),1);display:block;width:16.6875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.8125rem;font-weight:400;z-index:15009;line-height:1.5;letter-spacing:0;top:24.70703125rem;left:3.90625rem;height:4.1875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#uiP1lL31eWi5RLoRyoHUsVEufo2eNcro { color:rgba(var(--color-tertiary-2),1);display:block;width:16.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:400;z-index:15010;line-height:1.5;letter-spacing:0;top:29.14453125rem;left:3.90625rem;height:2.8125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#zei5ya3zsFEAXcVRhPOQ9oKS1zLU3fGm { color:rgba(var(--color-tertiary-2),1);display:block;width:21.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15010;line-height:1.5;letter-spacing:0;top:17.9765625rem;left:1.28125rem;height:5.0625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#CT0v6mhSaBTJURWv31dM5Sv94uiDuSJH { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-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:none; }#CT0v6mhSaBTJURWv31dM5Sv94uiDuSJH > .row .container { border-width: 0; border-radius: 0; }#CT0v6mhSaBTJURWv31dM5Sv94uiDuSJH > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#CT0v6mhSaBTJURWv31dM5Sv94uiDuSJH > .row .container { font-size:0.875rem;font-family:arial;height:125.8125rem;width:75rem;position:relative;display:none; }#T0dRs3J9Jw9PMmFUPRUuKFmCCOemnHJb { color:rgba(var(--color-tertiary-2),1);display:block;width:55.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.1875rem;font-weight:normal;z-index:15003;line-height:1.2;letter-spacing:0;top:3.6236572265625rem;left:9.96875rem;height:2.625rem;text-align:center;text-align-last:center;display:block; }
#v9VtKnTQCnJQxqfIzz78q0bnMCwLXi6C { color:#47545a;display:block;width:46.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15007;line-height:1.5;letter-spacing:0;top:8.875rem;left:0rem;height:;font-style:normal;display:block; }#v9VtKnTQCnJQxqfIzz78q0bnMCwLXi6C li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#v9VtKnTQCnJQxqfIzz78q0bnMCwLXi6C li:before{  }
#nLDo5vxvcTsVH37nzpe6zTTPeEAEkLnv { color:rgba(var(--color-tertiary-2),1);display:block;width:55.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.1875rem;font-weight:normal;z-index:15004;line-height:1.2;letter-spacing:0;top:19.9375rem;left:6.9375rem;height:2.625rem;text-align:center;text-align-last:center;display:block; }
#zZtBwBb0Vxzv09bnh5ScQzmdn8eCxTn5 { color:#47545a;display:block;width:47.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15008;line-height:1.5;letter-spacing:0;top:25.875rem;left:0rem;height:;font-style:normal;display:block; }#zZtBwBb0Vxzv09bnh5ScQzmdn8eCxTn5 li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#zZtBwBb0Vxzv09bnh5ScQzmdn8eCxTn5 li:before{  }
#kIdNHWwUplnKVL8XVCDhA79fWSEmpcqz { color:rgba(var(--color-tertiary-2),1);display:block;width:55.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.1875rem;font-weight:normal;z-index:15005;line-height:1.2;letter-spacing:0;top:37.0625rem;left:9.9375rem;height:2.625rem;text-align:center;text-align-last:center;display:block; }
#Pp69kdc7loWdKLy9U3PcdasqglZLnFWq { color:#47545a;display:block;width:20rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15009;line-height:1.5;letter-spacing:0;top:47.8125rem;left:2.6875rem;height:10.5rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#NIDxX0EqAlK8FAMpBNPpXCk25EnUtJ1S { color:#47545a;display:block;width:20rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15010;line-height:1.5;letter-spacing:0;top:46.3125rem;left:27.5rem;height:13.5rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#GW6DKROUdKfs5We0UX5gUT4vR9HKgCar { position:absolute;display:block;z-index:15002;background-color:#452433;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;height:5rem;width:75rem;top:2.5rem;left:0rem;display:block; }
#tfz50eAqqo8gztp7hq86mTehviiaITFq { position:absolute;display:block;z-index:15001;background-color:#452433;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;height:5rem;width:75rem;top:18.75rem;left:0rem;display:block; }
#x00gq8rn2pADXCzcyI979ABRqAFJayPH { position:absolute;display:block;z-index:15002;background-color:#452433;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;height:5rem;width:75rem;top:35.875rem;left:0rem;display:block; }
#tGU4cCBpThNTwqTRTmEx9pl7sGmy1Reg { position:absolute;display:block;z-index:14999;background-color:transparent;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-secondary-2),1);border-left:0.125rem solid rgba(var(--color-secondary-2),1);border-right:0.125rem solid rgba(var(--color-secondary-2),1);border-bottom:0.125rem solid rgba(var(--color-secondary-2),1);border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;height:18.75rem;width:21.875rem;top:43.3125rem;left:1.625rem;display:block; }
#hWg3HNTGVd17gtSZpNFigEVByulohZFK { position:absolute;display:block;z-index:15000;background-color:transparent;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-secondary-2),1);border-left:0.125rem solid rgba(var(--color-secondary-2),1);border-right:0.125rem solid rgba(var(--color-secondary-2),1);border-bottom:0.125rem solid rgba(var(--color-secondary-2),1);border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;height:18.8125rem;width:21.875rem;top:43.3125rem;left:26.4375rem;display:block; }
#TcTAv4v2RT61DsJRzOzIAOl17cWCF6Es { position:absolute;display:block;z-index:15006;background-color:#452433;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;height:5rem;width:75rem;top:97.8125rem;left:0rem;display:block; }
#ZwKMEgE1zoflGei1Zd6cqRACmH4eeD95 { color:rgba(var(--color-tertiary-2),1);display:block;width:62.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.1875rem;font-weight:normal;z-index:15009;line-height:1.2;letter-spacing:0;top:99rem;left:4.78125rem;height:2.625rem;text-align:center;text-align-last:center;display:block; }
#GWrScZ3eXvSgdcm5ZIBgMFyRumekUbI8 { color:#5c3949;display:block;width:16.6875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.8125rem;font-weight:400;z-index:15014;line-height:1.5;letter-spacing:0;top:105.0625rem;left:4.34375rem;height:8.375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#y64aVzvqXD1HphebcbUZtABgssrSzSAa { color:#47545a;display:block;width:15.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15016;line-height:1.5;letter-spacing:0;top:110.375rem;left:31.125rem;height:3.75rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#XKEMwVcQaMdS27MkfVdBfWxFq4fxsebo { color:#4bae16;display:block;width:35.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:400;z-index:15015;line-height:1.5;letter-spacing:0;top:105.8125rem;left:26.25rem;height:2.8125rem;font-style:normal;display:block; }
#zxeyfvZ2znnD3PUF9RJxBQPigcMkNeTP { position:absolute;display:block;z-index:14997;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;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:19.625rem;width:75rem;top:102.8125rem;left:0rem;display:block; }
#NGg2QWa1TMfAp0ocxOJgfD9C25daFEFb { background-color:#4bae16;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-secondary-2),1);border-left:0.125rem solid rgba(var(--color-secondary-2),1);border-right:0.125rem solid rgba(var(--color-secondary-2),1);border-bottom:0.125rem solid rgba(var(--color-secondary-2),1);border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-1),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.625rem;height:3.4375rem;text-decoration:none;z-index:15027;text-align:center;text-align-last:center;top:115.875rem;left:30.9375rem;display:block; }
#CIT0Azo1EVPMx4SLz8WgSQVUvrFh8RRV { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#E87KEgZu1XruV8BV9NE2V4fx0zUDS1bG { position:absolute;display:block;z-index:15038;background-color:#452433;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;height:5rem;width:75rem;top:64.5625rem;left:0rem;display:block; }
#rw7i6JcS2O7ApGMXIKfIbHhzAPkTOZ1P { position:absolute;display:block;z-index:15042;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:15rem;width:22.5rem;top:77.5rem;left:0rem;overflow:hidden;display:block; }
#rvnBMy1C8wOVUuAiWo945O8LxAAti4JS { position:absolute;display:block;z-index:15043;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:15rem;width:22.5rem;top:77.5rem;left:26.25rem;overflow:hidden;display:block; }
#Ho5CviRQZhQB0eA6KpcaZcSvmGJdIeyE { color:#47545a;display:block;width:74.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15043;line-height:1.2;letter-spacing:0;top:94.5625rem;left:0rem;height:1.3125rem;text-align:center;text-align-last:center;display:block; }
#Iv2P33ZTNmUFDhKeT7D0pf5uKpySTNQA { position:absolute;display:block;z-index:15025;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:15rem;width:22.5rem;top:77.5rem;left:52.5rem;overflow:hidden;display:block; }
#zh4nsicSZfgNMcCVsI3nlaND9E3sbUwr { color:#47545a;display:block;width:53.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:400;z-index:15033;line-height:1.5;letter-spacing:0;top:71.3125rem;left:0rem;height:4.625rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#kL9vZCCvrl5QyILLcu3kRUAmx8r2WCpk { color:rgba(var(--color-tertiary-2),1);display:block;width:55.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.1875rem;font-weight:normal;z-index:15044;line-height:1.2;letter-spacing:0;top:65.75rem;left:8.5rem;height:2.625rem;text-align:center;text-align-last:center;display:block; }
#xzVFJSoXRvGqLiQ4ziVT7KpgBPHfQpJb { position:absolute;display:block;z-index:15001;background-color:transparent;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-secondary-2),1);border-left:0.125rem solid rgba(var(--color-secondary-2),1);border-right:0.125rem solid rgba(var(--color-secondary-2),1);border-bottom:0.125rem solid rgba(var(--color-secondary-2),1);border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;height:19.5rem;width:21.875rem;top:42.75rem;left:51.5625rem;display:block; }
#rQJn3RZZQ9auK4q2KJc9PMo6NsMNq4r6 { color:#47545a;display:block;width:20rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15011;line-height:1.5;letter-spacing:0;top:46.3125rem;left:52.5rem;height:10.5rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#pGzsKZ1DNvTo8ioqSnLsVNcsEA5FqE1v { color:#5c3949;display:block;width:21.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15023;line-height:1.5;letter-spacing:0;top:115.625rem;left:2.6875rem;height:3.75rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#tQ55v2R3DaTgk8RnVO2nlMWR11LqC38X { background-color:#002457;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:none; }#tQ55v2R3DaTgk8RnVO2nlMWR11LqC38X > .row .container { border-width: 0; border-radius: 0; }#tQ55v2R3DaTgk8RnVO2nlMWR11LqC38X > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#tQ55v2R3DaTgk8RnVO2nlMWR11LqC38X > .row .container { font-size:0.875rem;font-family:arial;height:42.5rem;width:75rem;overflow:visible;position:relative;display:none; }#yaTo07bolGqvDP2lTdBFAAcWT81bh7Te { color:rgba(var(--color-tertiary-2),1);display:block;width:46.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.8125rem;font-weight:normal;z-index:15002;line-height:1.2;letter-spacing:0;top:2.5rem;left:26.5625rem;height:3.375rem;text-align:left;text-align-last:left;display:block; }
#sya6M6hgrJmwNbuubFGqCyRTbelLhQRv { color:rgba(var(--color-tertiary-1),1);display:block;width:40.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15006;line-height:1.5;letter-spacing:0;top:8.95703125rem;left:26.5625rem;height:11.8125rem;font-style:normal;display:block; }
#c2tAOQbCmPqrHDLd0cIKwTIwRRNl6i9J { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:14.5rem;width:21.75rem;top:2.5rem;left:1.375rem;overflow:hidden;display:block; }
#Ke920fLeDGg0fvPzaoIf8iaXcCiWVCz9 { background-color:#4bae16;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-secondary-2),1);border-left:0.125rem solid rgba(var(--color-secondary-2),1);border-right:0.125rem solid rgba(var(--color-secondary-2),1);border-bottom:0.125rem solid rgba(var(--color-secondary-2),1);border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-1),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.625rem;height:3.4375rem;text-decoration:none;z-index:15021;text-align:center;text-align-last:center;top:34rem;left:26.5625rem;display:block; }
#fiEKJtUIGZnJNwp5N1DZbcOk6Q8WN1pO { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#TTdLOHH11iQ8legpZ55972ooahxstErP { color:#4bae16;display:block;width:35.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:400;z-index:15009;line-height:1.5;letter-spacing:0;top:26.6875rem;left:26.5625rem;height:2.8125rem;font-style:normal;display:block; }
#eDMELRFwL9sgTb7Chrk5CQniS4oIclLT { color:rgba(var(--color-tertiary-0),1);display:block;width:15.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15010;line-height:1.5;letter-spacing:0;top:29.4375rem;left:26.375rem;height:3.75rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#O1IWR9MXJMF5q7BrkPDkUJGqPCDTWLkZ { color:rgba(var(--color-tertiary-0),1);display:block;width:21.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15020;line-height:1.5;letter-spacing:0;top:33.84375rem;left:1.28125rem;height:3.75rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#KhGMd7xgLE27I3Z8NlJkieaLdoRERv47 { color:rgba(var(--color-tertiary-2),1);display:block;width:16.6875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.8125rem;font-weight:400;z-index:15009;line-height:1.5;letter-spacing:0;top:25.3125rem;left:3.90625rem;height:4.1875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#w10dQhpzEkKKPc1CFnJL9oWuDScZkF6x { color:rgba(var(--color-tertiary-2),1);display:block;width:16.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:400;z-index:15010;line-height:1.5;letter-spacing:0;top:29.39453125rem;left:3.90625rem;height:2.8125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#qTiOar6FV4FulA3bmZhU0Tq447FX739o { color:rgba(var(--color-tertiary-2),1);display:block;width:21.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15010;line-height:1.5;letter-spacing:0;top:17.9765625rem;left:1.28125rem;height:5.0625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#O2AsKSEp3M4ne9NR6I2LzwTBaPbWrGio { color:rgba(var(--color-tertiary-0),1);display:block;width:15.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15011;line-height:1.5;letter-spacing:0;top:29.5rem;left:44.78125rem;height:3.75rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#n4E87vyCaCrvzxPePsz0u1Ts9OLRlPya { background-color:#4bae16;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-secondary-2),1);border-left:0.125rem solid rgba(var(--color-secondary-2),1);border-right:0.125rem solid rgba(var(--color-secondary-2),1);border-bottom:0.125rem solid rgba(var(--color-secondary-2),1);border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-1),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.8125rem;height:3.4375rem;text-decoration:none;z-index:15022;text-align:center;text-align-last:center;top:34rem;left:44.8125rem;display:block; }
#hBwtG8PGDvVEuT20X1TTukAot7QioHRB { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#EyQT23AgqDuke2hXrsQVwh5f64qo0BJ2 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-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:none; }#EyQT23AgqDuke2hXrsQVwh5f64qo0BJ2 > .row .container { border-width: 0; border-radius: 0; }#EyQT23AgqDuke2hXrsQVwh5f64qo0BJ2 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#EyQT23AgqDuke2hXrsQVwh5f64qo0BJ2 > .row .container { font-size:0.875rem;font-family:arial;height:157.25rem;width:75rem;position:relative;display:none; }#hAFxna0Q6eRvB1gbXKyxQLSfHOrzl8lI { color:rgba(var(--color-tertiary-2),1);display:block;width:55.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.1875rem;font-weight:normal;z-index:15003;line-height:1.2;letter-spacing:0;top:3.6236572265625rem;left:9.96875rem;height:2.625rem;text-align:center;text-align-last:center;display:block; }
#e4uCngOnnmiBP4sw0eft3sTxZ8IkweOg { color:#47545a;display:block;width:46.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15007;line-height:1.5;letter-spacing:0;top:8.875rem;left:0rem;height:;font-style:normal;display:block; }#e4uCngOnnmiBP4sw0eft3sTxZ8IkweOg li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#e4uCngOnnmiBP4sw0eft3sTxZ8IkweOg li:before{  }
#TE6pIxCnKNZ92lTJ8anZdUbkbXdaNBQ6 { color:rgba(var(--color-tertiary-2),1);display:block;width:55.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.1875rem;font-weight:normal;z-index:15004;line-height:1.2;letter-spacing:0;top:32.4375rem;left:10rem;height:2.625rem;text-align:center;text-align-last:center;display:block; }
#hDfPCh1G44Uf9T0wBhvFaq58ZQB3ou6t { color:#47545a;display:block;width:47.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15008;line-height:1.5;letter-spacing:0;top:37.5rem;left:0rem;height:;font-style:normal;display:block; }#hDfPCh1G44Uf9T0wBhvFaq58ZQB3ou6t li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#hDfPCh1G44Uf9T0wBhvFaq58ZQB3ou6t li:before{  }
#iGygP2uhSZUD5m0ki8dDyoy0Tr8nxDil { color:rgba(var(--color-tertiary-2),1);display:block;width:55.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.1875rem;font-weight:normal;z-index:15005;line-height:1.2;letter-spacing:0;top:52.9375rem;left:10rem;height:2.625rem;text-align:center;text-align-last:center;display:block; }
#oLdPvFM3nr08RBtdKMBW41KKkUqEBpdQ { color:#47545a;display:block;width:20rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15009;line-height:1.5;letter-spacing:0;top:73.65625rem;left:3.90625rem;height:15rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#uq6der8CW4aqEiKathTQpD16aKfneXsA { color:#47545a;display:block;width:20rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15010;line-height:1.5;letter-spacing:0;top:73.25rem;left:52.625rem;height:19.5rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#FRddLlZOmCgLFdChudXzVCg41wMdIHC0 { position:absolute;display:block;z-index:15002;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-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;height:5rem;width:75rem;top:2.5rem;left:0rem;display:block; }
#m7A8xc2r3ftXxsg9dMlq0ee55BM5pwUs { position:absolute;display:block;z-index:15001;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-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;height:5rem;width:75rem;top:31.25rem;left:0rem;display:block; }
#TTZ0nPI3KygxPehQEzgWOCKNC4eWPBcs { position:absolute;display:block;z-index:15002;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-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;height:5rem;width:75rem;top:51.75rem;left:0rem;display:block; }
#OttmCFr4eNZQpb0DUaKrAzDJQnLLUV2i { position:absolute;display:block;z-index:14999;background-color:transparent;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-secondary-2),1);border-left:0.125rem solid rgba(var(--color-secondary-2),1);border-right:0.125rem solid rgba(var(--color-secondary-2),1);border-bottom:0.125rem solid rgba(var(--color-secondary-2),1);border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;height:38.8125rem;width:21.875rem;top:58.25rem;left:2.84375rem;display:block; }
#tUgftmb4eXCdyzZy8Plh8TPWgB9I1FLZ { position:absolute;display:block;z-index:15000;background-color:transparent;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-secondary-2),1);border-left:0.125rem solid rgba(var(--color-secondary-2),1);border-right:0.125rem solid rgba(var(--color-secondary-2),1);border-bottom:0.125rem solid rgba(var(--color-secondary-2),1);border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;height:39.0625rem;width:21.875rem;top:58.25rem;left:50.4375rem;display:block; }
#dOssUsvIxOuxFwJ92O4xOLT6ZQZTDa38 { position:absolute;display:block;z-index:15006;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-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;height:5rem;width:75rem;top:130.1875rem;left:0rem;display:block; }
#cXRKeD68l1ZezfD2C5gM8by5WJtiAHrg { color:rgba(var(--color-tertiary-2),1);display:block;width:62.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.1875rem;font-weight:normal;z-index:15009;line-height:1.2;letter-spacing:0;top:131.4375rem;left:6.25rem;height:2.625rem;text-align:center;text-align-last:center;display:block; }
#Mh84RCIytFMiB6oCZIaJNBxyXS9XrQ95 { color:#5c3949;display:block;width:16.6875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.8125rem;font-weight:400;z-index:15014;line-height:1.5;letter-spacing:0;top:138.125rem;left:5.5625rem;height:8.375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#o1oR0w1UQMwrb9iP9JcAl5PM7D95U7gM { color:#47545a;display:block;width:15.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15016;line-height:1.5;letter-spacing:0;top:142.9375rem;left:26.75rem;height:3.75rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#nTJmX13Tl0T3BVqGZwVEhgEx4SGTuT3k { color:#4bae16;display:block;width:35.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:400;z-index:15015;line-height:1.5;letter-spacing:0;top:138.625rem;left:26.4375rem;height:2.8125rem;font-style:normal;display:block; }
#RstTpT5TKXli0aSQhSwlPvVO3ay2Ow4H { position:absolute;display:block;z-index:14997;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;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:22rem;width:75rem;top:132.125rem;left:0rem;display:block; }
#TDqNmHnTO0oevq6sQiX3GzRkfMBoR1iC { background-color:#4bae16;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-secondary-2),1);border-left:0.125rem solid rgba(var(--color-secondary-2),1);border-right:0.125rem solid rgba(var(--color-secondary-2),1);border-bottom:0.125rem solid rgba(var(--color-secondary-2),1);border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-1),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.625rem;height:3.4375rem;text-decoration:none;z-index:15027;text-align:center;text-align-last:center;top:147.625rem;left:26.5625rem;display:block; }
#cXctUt6KWN4iIX7zRMTN5Z7ksv4XzPzg { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#fgNxVf7lPc4thS4DCsTp09gHVcI8fL7Z { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.5rem;width:12.5rem;top:59.9375rem;left:31.25rem;overflow:hidden;display:block; }
#eoRMqUrfLPrV8C7dnR00w27GK9ZJiIOD { color:#47545a;display:block;width:54.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15008;line-height:1.5;letter-spacing:0;top:23.5rem;left:0rem;height:5.0625rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#x8DnW4gzhyC1FoPq4ogGeuTqgALyHqOZ { position:absolute;display:block;z-index:15038;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-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;height:5rem;width:75rem;top:99.5625rem;left:0rem;display:block; }
#s8xGzP4B6q0pKiGuD11OBe5Hpe4MptFh { position:absolute;display:block;z-index:15042;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:15rem;width:22.5rem;top:111.4375rem;left:0rem;overflow:hidden;display:block; }
#rJ3krGi5muWCuFEsZgCq3TGcv8fIuR8v { position:absolute;display:block;z-index:15043;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:15rem;width:22.5rem;top:111.4375rem;left:26.25rem;overflow:hidden;display:block; }
#B3wFkMf3tJnO5xNurDQAUq0RHiVXWib2 { color:#47545a;display:block;width:74.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15043;line-height:1.2;letter-spacing:0;top:121.75rem;left:0.0625rem;height:1.3125rem;text-align:center;text-align-last:center;display:block; }
#QlLXg5Pfe0bGP5lWrX1ty7J9Kf2zRbtS { position:absolute;display:block;z-index:15025;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:15rem;width:22.5rem;top:111.4375rem;left:52.5rem;overflow:hidden;display:block; }
#FsKtaG3mHoF6DUUJIZr9eDD1o2ZrU3Fm { color:#47545a;display:block;width:53.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:400;z-index:15034;line-height:1.5;letter-spacing:0;top:105.125rem;left:0rem;height:4.625rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#aswppyPshL2BHhNsp7IM4ov6mNHXJbZ7 { color:rgba(var(--color-tertiary-2),1);display:block;width:55.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.1875rem;font-weight:normal;z-index:15044;line-height:1.2;letter-spacing:0;top:100.75rem;left:9.96875rem;height:2.625rem;text-align:center;text-align-last:center;display:block; }
#S8VzKZWcMUpiQshtFTzHOaCS5qXJWScc { position:absolute;display:block;z-index:15000;background-color:transparent;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-secondary-2),1);border-left:0.125rem solid rgba(var(--color-secondary-2),1);border-right:0.125rem solid rgba(var(--color-secondary-2),1);border-bottom:0.125rem solid rgba(var(--color-secondary-2),1);border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;height:39rem;width:21.875rem;top:58.25rem;left:26.4375rem;display:block; }
#X0GDO3pSVOPhppkmiVJSpTGGfr9SZLXG { color:#47545a;display:block;width:20rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15010;line-height:1.5;letter-spacing:0;top:74.34375rem;left:27.5rem;height:16.5rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#c16m73XUceN7ClyKEOmmS5FAPoWWDB8R { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.75rem;width:12.75rem;top:59.8125rem;left:7.53125rem;overflow:hidden;display:block; }
#LDtNWTBDZuisy3pc2wZPkoNhRkAFAkie { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.875rem;width:12.875rem;top:59.75rem;left:56.1875rem;overflow:hidden;display:block; }
#WfTHOrOPhKkImp3Sa9v2Va98LSb70lHT { color:#5c3949;display:block;width:21.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15024;line-height:1.5;letter-spacing:0;top:147.46875rem;left:2.03125rem;height:3.75rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#uTWWisrsT2mfKoBrDvZivPh31MVaD45D { color:#72686c;display:block;width:15.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15012;line-height:1.5;letter-spacing:0;top:142.9375rem;left:46.9375rem;height:3.75rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ZQUvDkTr6EtptWQmVTa8UNA8IRJuP8mz { background-color:#4bae16;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-secondary-2),1);border-left:0.125rem solid rgba(var(--color-secondary-2),1);border-right:0.125rem solid rgba(var(--color-secondary-2),1);border-bottom:0.125rem solid rgba(var(--color-secondary-2),1);border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-1),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.8125rem;height:3.4375rem;text-decoration:none;z-index:15023;text-align:center;text-align-last:center;top:147.625rem;left:47.28125rem;display:block; }
#AFzqq6azFRHOXmKDEiXX6Ffn57734CqW { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#s8NUTy9OIomN7DQ4PZPb1ohgvGiHnNFo { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#5c3949;background-image:url("https://images.assets-landingi.com/uc/aeda9f95-39a1-465a-84e0-074af646993f/BF1.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;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:none; }#s8NUTy9OIomN7DQ4PZPb1ohgvGiHnNFo.adaptive-delivery-prevent-bg, #s8NUTy9OIomN7DQ4PZPb1ohgvGiHnNFo.lazyload, #s8NUTy9OIomN7DQ4PZPb1ohgvGiHnNFo.lazyloading { background-image: none; }#s8NUTy9OIomN7DQ4PZPb1ohgvGiHnNFo > .row .container { border-width: 0; border-radius: 0; }#s8NUTy9OIomN7DQ4PZPb1ohgvGiHnNFo > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#s8NUTy9OIomN7DQ4PZPb1ohgvGiHnNFo > .row .container { font-size:0.875rem;font-family:arial;height:12.3125rem;width:75rem;position:relative;display:none; }#qhLZDTN6P6uRBZkZpUL4vSfkd5zAqNb3 { color:rgba(var(--color-tertiary-2),1);display:block;width:74.9375rem;position:absolute;font-family:breathing;font-size:3.75rem;font-weight:normal;z-index:15004;line-height:1.2;letter-spacing:0;top:3.75rem;left:0.0625rem;height:4.5rem;text-align:center;text-align-last:center;display:block; }
#fkCAZO5o7QdQfUSrFSi1DwQTwF9mvVrq { background-color:#5c3949;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:none; }#fkCAZO5o7QdQfUSrFSi1DwQTwF9mvVrq > .row .container { border-width: 0; border-radius: 0; }#fkCAZO5o7QdQfUSrFSi1DwQTwF9mvVrq > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#fkCAZO5o7QdQfUSrFSi1DwQTwF9mvVrq > .row .container { font-size:0.875rem;font-family:arial;height:43.5rem;width:75rem;overflow:visible;position:relative;display:none; }#cNq1h3JWcQDwiqIhShPopNIV4fWdTvCk { color:rgba(var(--color-tertiary-2),1);display:block;width:40.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.8125rem;font-weight:normal;z-index:15002;line-height:1.2;letter-spacing:0;top:2.5rem;left:26.5625rem;height:3.375rem;text-align:left;text-align-last:left;display:block; }
#gurs8giRr0pTcud3f9BRxw3zJQi1dpWi { color:rgba(var(--color-tertiary-1),1);display:block;width:40.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15006;line-height:1.5;letter-spacing:0;top:6.958335876465rem;left:26.5625rem;height:11.8125rem;font-style:normal;display:block; }
#dNbAG8T1CdsWSoDOcJ9sa4AqJT7KZ1RN { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:14.5rem;width:21.75rem;top:2.5rem;left:0rem;overflow:hidden;display:block; }
#Ta4KUQ8PnL4LQf2KgNf4fLMcX96kr9O9 { color:rgba(var(--color-tertiary-2),1);display:block;width:21.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15018;line-height:1.5;letter-spacing:0;top:19.5rem;left:0rem;height:5.0625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#LgAgnTkZVf96WQ883qfhyTsTzJeWal1r { color:#4bae16;display:block;width:35.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:400;z-index:15025;line-height:1.5;letter-spacing:0;top:20.375rem;left:26.5625rem;height:2.8125rem;font-style:normal;display:block; }
#gh87sv1EQePbwZBcww8Xa6UPPxopzwVI { color:rgba(var(--color-tertiary-2),1);display:block;width:16.6875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.8125rem;font-weight:400;z-index:15024;line-height:1.5;letter-spacing:0;top:25.479248046875rem;left:2.53125rem;height:8.375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#OhFoNcPNWLTRge7IgR1uSwJzkUb0WvIw { color:rgba(var(--color-tertiary-0),1);display:block;width:16.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15026;line-height:1.5;letter-spacing:0;top:24.5rem;left:26.5625rem;height:3.75rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ycm2HQtZBndVST5WEiIzP04Xd8vospKy { background-color:#4bae16;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-secondary-2),1);border-left:0.125rem solid rgba(var(--color-secondary-2),1);border-right:0.125rem solid rgba(var(--color-secondary-2),1);border-bottom:0.125rem solid rgba(var(--color-secondary-2),1);border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-1),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.625rem;height:3.4375rem;text-decoration:none;z-index:15037;text-align:center;text-align-last:center;top:29.5rem;left:26.8125rem;display:block; }
#Sx52J8COHoQ3lUfoMDWbavhXX4bqxtuG { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#eJC80fqWJvhvuVElDfvAECop41ZoNuuE { color:rgba(var(--color-tertiary-0),1);display:block;width:22.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15024;line-height:1.5;letter-spacing:0;top:34.769653320312rem;left:0rem;height:3.75rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#bbHTL9AGkxEBwTxTDS933UzvndbiEbr9 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-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:none; }#bbHTL9AGkxEBwTxTDS933UzvndbiEbr9 > .row .container { border-width: 0; border-radius: 0; }#bbHTL9AGkxEBwTxTDS933UzvndbiEbr9 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#bbHTL9AGkxEBwTxTDS933UzvndbiEbr9 > .row .container { font-size:0.875rem;font-family:arial;height:133rem;width:75rem;position:relative;display:none; }#dsUggETCZ0NvhgLXVwd6Kyq5IuFUfUr9 { position:absolute;display:block;z-index:15004;background-color:#5c3949;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;height:5rem;width:75rem;top:24rem;left:0rem;display:block; }
#PvIXkKn1MbcRupMMhlZ84ZtaxmBEJFme { color:rgba(var(--color-tertiary-2),1);display:block;width:55.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.1875rem;font-weight:normal;z-index:15007;line-height:1.2;letter-spacing:0;top:25.1875rem;left:10rem;height:2.625rem;text-align:center;text-align-last:center;display:block; }
#TTKbotMhGpoSznqT1RZ69urDSctvvq31 { color:#47545a;display:block;width:47.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15011;line-height:1.5;letter-spacing:0;top:30.25rem;left:0rem;height:7.6875rem;font-style:normal;display:block; }#TTKbotMhGpoSznqT1RZ69urDSctvvq31 li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#TTKbotMhGpoSznqT1RZ69urDSctvvq31 li:before{  }
#VooJHxuITxhF2ZFXEZW6beVPEz9dTm0f { position:absolute;display:block;z-index:15005;background-color:#5c3949;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;height:5rem;width:75rem;top:2rem;left:0rem;display:block; }
#zTgXaJe9JNIXgaGWknrbKVLwwrxuqOir { color:rgba(var(--color-tertiary-2),1);display:block;width:55.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.1875rem;font-weight:normal;z-index:15006;line-height:1.2;letter-spacing:0;top:3.125rem;left:10rem;height:2.625rem;text-align:center;text-align-last:center;display:block; }
#cSQKNLFTchT6tZimvOmg6Kl0gXVy0Zxx { color:#47545a;display:block;width:46.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15010;line-height:1.5;letter-spacing:0;top:8.375rem;left:0rem;height:;font-style:normal;display:block; }#cSQKNLFTchT6tZimvOmg6Kl0gXVy0Zxx li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#cSQKNLFTchT6tZimvOmg6Kl0gXVy0Zxx li:before{  }
#OzWhE0bbLoiJ3zphTGpvZ17LhluBMBK7 { color:rgba(var(--color-tertiary-2),1);display:block;width:55.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.1875rem;font-weight:normal;z-index:15013;line-height:1.2;letter-spacing:0;top:40.833374023438rem;left:9.96875rem;height:2.625rem;text-align:center;text-align-last:center;display:block; }
#zLCT9yPGqsdyXziRb3AQ7qmLhS8rhG62 { position:absolute;display:block;z-index:15010;background-color:#5c3949;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;height:5rem;width:75rem;top:39.645874023438rem;left:0rem;display:block; }
#SPg4BReprzxZIio2eLtKDTUv8Pge2KEl { position:absolute;display:block;z-index:15007;background-color:transparent;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-secondary-2),1);border-left:0.125rem solid rgba(var(--color-secondary-2),1);border-right:0.125rem solid rgba(var(--color-secondary-2),1);border-bottom:0.125rem solid rgba(var(--color-secondary-2),1);border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;height:22rem;width:21.875rem;top:47.3125rem;left:0rem;display:block; }
#sRVE34BTox71QxbTo5z7uOCEiHK5zl36 { color:#47545a;display:block;width:20rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15017;line-height:1.5;letter-spacing:0;top:49.5625rem;left:1.125rem;height:16.5rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#al4tl4TzgFCZ2DImZzZ4AOTCghiGIw0C { position:absolute;display:block;z-index:15009;background-color:transparent;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-secondary-2),1);border-left:0.125rem solid rgba(var(--color-secondary-2),1);border-right:0.125rem solid rgba(var(--color-secondary-2),1);border-bottom:0.125rem solid rgba(var(--color-secondary-2),1);border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;height:22rem;width:21.875rem;top:47.1875rem;left:26.5625rem;display:block; }
#vrvdgSEiSvIXfMLDnalxsa8tObRALRmx { color:#47545a;display:block;width:20rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15019;line-height:1.5;letter-spacing:0;top:49.5rem;left:27.6875rem;height:16.5rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#u6hbSXEI5ruTc7fABsWo0FXybBgrQndz { color:#47545a;display:block;width:20rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15021;line-height:1.5;letter-spacing:0;top:49.541748046875rem;left:53.90625rem;height:18rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#ERIowAG9bydOGbZ4l1A6OkniefxaHT1S { position:absolute;display:block;z-index:15014;background-color:#5c3949;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;height:5rem;width:75rem;top:107.3125rem;left:0rem;display:block; }
#qzc1Gp5T4fTMram5ZZ5FlfGZagadvsbI { color:rgba(var(--color-tertiary-2),1);display:block;width:62.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.1875rem;font-weight:normal;z-index:15017;line-height:1.2;letter-spacing:0;top:108.5625rem;left:6.25rem;height:2.625rem;text-align:center;text-align-last:center;display:block; }
#Mpnsa51MxiOITOx4eyztkDKTbKXSRRWV { position:absolute;display:block;z-index:15005;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;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:22rem;width:75rem;top:108.8125rem;left:0rem;display:block; }
#bDOZsikIsPvDrhHFl0n6Dbhi3nvqdy5X { color:#5c3949;display:block;width:16.6875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.8125rem;font-weight:400;z-index:15022;line-height:1.5;letter-spacing:0;top:115.25rem;left:5.5625rem;height:8.375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#wThFTJCePfu12LJQpIDyTwsvZzl8cK7N { color:#4bae16;display:block;width:35.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:400;z-index:15023;line-height:1.5;letter-spacing:0;top:115.75rem;left:26.4375rem;height:2.8125rem;font-style:normal;display:block; }
#C5N8WgTcNRfBr9rxBg4hg4uuw0kTXfcv { color:#47545a;display:block;width:15.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15024;line-height:1.5;letter-spacing:0;top:120.0625rem;left:26.75rem;height:3.75rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#P9tZF5GuAwOW5Rmrs9B5NaDUQdOZiEfN { background-color:#4bae16;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-secondary-2),1);border-left:0.125rem solid rgba(var(--color-secondary-2),1);border-right:0.125rem solid rgba(var(--color-secondary-2),1);border-bottom:0.125rem solid rgba(var(--color-secondary-2),1);border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-1),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.625rem;height:3.4375rem;text-decoration:none;z-index:15035;text-align:center;text-align-last:center;top:124.75rem;left:26.5625rem;display:block; }
#xHmrwCfR8OXIxMFQlKaSsWiLkqkbFxlD { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#kwhLm6muTAUufKnazwH82gWJiM6oX4Sw { color:#5c3949;display:block;width:22.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15033;line-height:1.5;letter-spacing:0;top:124.625rem;left:2.75rem;height:3.75rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#FD1dOb1HrfARCgILJeW251d1uTZ0m64i { position:absolute;display:block;z-index:15031;background-color:#5c3949;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;height:5rem;width:75rem;top:71.8125rem;left:0rem;display:block; }
#ZrRqyimTCyGkXT7TfCpmRPccAAdV9M82 { color:rgba(var(--color-tertiary-2),1);display:block;width:55.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.1875rem;font-weight:normal;z-index:15034;line-height:1.2;letter-spacing:0;top:72.979248046875rem;left:9.96875rem;height:2.625rem;text-align:center;text-align-last:center;display:block; }
#IL5NtNbpiCqVT8cWKednqICruvceHlgV { color:#47545a;display:block;width:71.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:400;z-index:15039;line-height:1.5;letter-spacing:0;top:78rem;left:0rem;height:2.3125rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#xk3hUlxUixkBIBp1CAhkdANc0eigBGfU { position:absolute;display:block;z-index:15035;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:15rem;width:22.5rem;top:81.0625rem;left:0rem;overflow:hidden;display:block; }
#ViZkmiJAxHw9TB6Ul0TGacv92frwR7o4 { position:absolute;display:block;z-index:15036;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:15rem;width:22.5rem;top:81.0625rem;left:26.25rem;overflow:hidden;display:block; }
#ZmcpL4yguLdMNm2rbPWNd54sX3pUS40n { position:absolute;display:block;z-index:15018;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:15rem;width:22.5rem;top:81.0625rem;left:52.4375rem;overflow:hidden;display:block; }
#NZsoMKgAObRsGXngUEgxvUrqNl5XUTbV { color:#47545a;display:block;width:74.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15036;line-height:1.2;letter-spacing:0;top:97.3125rem;left:0rem;height:1.3125rem;text-align:center;text-align-last:center;display:block; }
#RR3uDokFKOpITVh7QZTDv7rGgKZTt1Ux { color:#47545a;display:block;width:74.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15007;line-height:1.2;letter-spacing:0;top:100.60424804688rem;left:0rem;height:3rem;text-align:left;text-align-last:left;display:block; }
#UfMksxO93UHxsSFpdX40nFFKQcU9C0gK { position:absolute;display:block;z-index:15010;background-color:transparent;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-secondary-2),1);border-left:0.125rem solid rgba(var(--color-secondary-2),1);border-right:0.125rem solid rgba(var(--color-secondary-2),1);border-bottom:0.125rem solid rgba(var(--color-secondary-2),1);border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;height:22rem;width:21.875rem;top:47.3125rem;left:52.8125rem;display:block; }
#qXbup3qvGxxcpLWCcqmciN8A0yWhRQgE { background-color:#5c3949;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:none; }#qXbup3qvGxxcpLWCcqmciN8A0yWhRQgE > .row .container { border-width: 0; border-radius: 0; }#qXbup3qvGxxcpLWCcqmciN8A0yWhRQgE > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#qXbup3qvGxxcpLWCcqmciN8A0yWhRQgE > .row .container { font-size:0.875rem;font-family:arial;height:43.5rem;width:75rem;overflow:visible;position:relative;display:none; }#KftMy9gqdVpwBz5DUcZakh2xxK7XQ9x0 { color:rgba(var(--color-tertiary-2),1);display:block;width:40.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.8125rem;font-weight:normal;z-index:15002;line-height:1.2;letter-spacing:0;top:2.5rem;left:26.5625rem;height:3.375rem;text-align:left;text-align-last:left;display:block; }
#GGE0WT1pItiooo4e2nnmXiT8LdDDSvBf { color:rgba(var(--color-tertiary-1),1);display:block;width:40.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15006;line-height:1.5;letter-spacing:0;top:6.958335876465rem;left:26.5625rem;height:15.1875rem;font-style:normal;display:block; }
#c9of7sI2GzmgS386mMJB7vctbA1dJ6FE { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:14.5rem;width:21.75rem;top:2.5rem;left:0rem;overflow:hidden;display:block; }
#seksmVpvfMcVTVRS4KrafCbgiMvk6ugZ { color:rgba(var(--color-tertiary-2),1);display:block;width:21.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15018;line-height:1.5;letter-spacing:0;top:19.5rem;left:0rem;height:5.0625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#QmIvhTe9ILnBRTTSPT4SP9EO5nG5TvsP { color:#4bae16;display:block;width:35.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:400;z-index:15025;line-height:1.5;letter-spacing:0;top:29.6875rem;left:26.5625rem;height:2.8125rem;font-style:normal;display:block; }
#tnUA1Oy0HfRVO3TCoRM2921gcRh1chZM { color:rgba(var(--color-tertiary-2),1);display:block;width:16.6875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.8125rem;font-weight:400;z-index:15024;line-height:1.5;letter-spacing:0;top:25.791748046875rem;left:2.53125rem;height:8.375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#R6teNNc4TWe4dsAdbT4fwlTVg7MzGpUT { color:rgba(var(--color-tertiary-0),1);display:block;width:16.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15026;line-height:1.5;letter-spacing:0;top:32.5625rem;left:26.3125rem;height:3.75rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#vUWvmk54sJoasZSnNEQDdM3yrxe5ehiU { background-color:#4bae16;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-secondary-2),1);border-left:0.125rem solid rgba(var(--color-secondary-2),1);border-right:0.125rem solid rgba(var(--color-secondary-2),1);border-bottom:0.125rem solid rgba(var(--color-secondary-2),1);border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-1),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.625rem;height:3.4375rem;text-decoration:none;z-index:15037;text-align:center;text-align-last:center;top:37.5625rem;left:26.5625rem;display:block; }
#LpEa8mglpimnrXh6qZaK2dRzQDywXwpz { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#iwTJEhKtEpa8rqK2025zaWrsVWQ5CzLI { color:rgba(var(--color-tertiary-0),1);display:block;width:21.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15021;line-height:1.5;letter-spacing:0;top:36.3125rem;left:0.625rem;height:3.75rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#AdqZCadpIwiNQ090aa4ZgcoUNuui7r6O { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-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:none; }#AdqZCadpIwiNQ090aa4ZgcoUNuui7r6O > .row .container { border-width: 0; border-radius: 0; }#AdqZCadpIwiNQ090aa4ZgcoUNuui7r6O > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#AdqZCadpIwiNQ090aa4ZgcoUNuui7r6O > .row .container { font-size:0.875rem;font-family:arial;height:143.0625rem;width:75rem;position:relative;display:none; }#a2NkQTwAUwSDHwBhKhNFfCdocfeaNmMC { color:rgba(var(--color-tertiary-2),1);display:block;width:55.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.1875rem;font-weight:normal;z-index:15003;line-height:1.2;letter-spacing:0;top:3.6236572265625rem;left:9.96875rem;height:2.625rem;text-align:center;text-align-last:center;display:block; }
#dvNJIkFu3SWnfcio978EudUULRytdUhn { color:#47545a;display:block;width:46.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15007;line-height:1.5;letter-spacing:0;top:8.875rem;left:0rem;height:;font-style:normal;display:block; }#dvNJIkFu3SWnfcio978EudUULRytdUhn li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#dvNJIkFu3SWnfcio978EudUULRytdUhn li:before{  }
#BC4t48JNMxDeOC7MlH9WocmEJn1sC9V4 { color:rgba(var(--color-tertiary-2),1);display:block;width:55.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.1875rem;font-weight:normal;z-index:15004;line-height:1.2;letter-spacing:0;top:25.6875rem;left:9.0625rem;height:2.625rem;text-align:center;text-align-last:center;display:block; }
#AtDuif2TOw9yMD4KkGiTSwHtu2yP0GDo { color:#47545a;display:block;width:47.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15008;line-height:1.5;letter-spacing:0;top:32.25rem;left:0rem;height:;font-style:normal;display:block; }#AtDuif2TOw9yMD4KkGiTSwHtu2yP0GDo li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#AtDuif2TOw9yMD4KkGiTSwHtu2yP0GDo li:before{  }
#w86EeysSokfDOeqRvfJGhDHINfeIQvpI { color:rgba(var(--color-tertiary-2),1);display:block;width:55.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.1875rem;font-weight:normal;z-index:15005;line-height:1.2;letter-spacing:0;top:45.3125rem;left:9.96875rem;height:2.625rem;text-align:center;text-align-last:center;display:block; }
#q1M5lmdJ4GtZbToMciIQnBrMTtHRJGod { color:#47545a;display:block;width:20rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15009;line-height:1.5;letter-spacing:0;top:58.875rem;left:2.28125rem;height:15rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#CB9kuHFSyyJ92FefuA1dbEXWnbEzPMJb { color:#47545a;display:block;width:20rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15010;line-height:1.5;letter-spacing:0;top:60.375rem;left:51.6875rem;height:12rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#kRIguZATixa1alxThkLw0RmOUWnKe9gX { position:absolute;display:block;z-index:15002;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-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;height:5rem;width:75rem;top:2.5rem;left:0rem;display:block; }
#If5e1G3yevaRhzXUZ58TWaxaCaKGwXNg { position:absolute;display:block;z-index:15001;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-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;height:5rem;width:75rem;top:24.5rem;left:0rem;display:block; }
#xb1m23Z9W8zxgszzMWqZ6JfBC89b4UZ6 { position:absolute;display:block;z-index:15002;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-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;height:5rem;width:75rem;top:44.125rem;left:0rem;display:block; }
#TteShmxl4T4Vbq7pi96P468kPKCNSttD { position:absolute;display:block;z-index:14999;background-color:transparent;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-secondary-2),1);border-left:0.125rem solid rgba(var(--color-secondary-2),1);border-right:0.125rem solid rgba(var(--color-secondary-2),1);border-bottom:0.125rem solid rgba(var(--color-secondary-2),1);border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;height:23rem;width:21.875rem;top:53.8125rem;left:1.21875rem;display:block; }
#lA4eBigwld9xD2S6D78ZKtDkQS65pPZb { position:absolute;display:block;z-index:15000;background-color:transparent;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-secondary-2),1);border-left:0.125rem solid rgba(var(--color-secondary-2),1);border-right:0.125rem solid rgba(var(--color-secondary-2),1);border-bottom:0.125rem solid rgba(var(--color-secondary-2),1);border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;height:22.9375rem;width:21.875rem;top:53.8125rem;left:50.625rem;display:block; }
#HiBohmh7vp3nvNnaIIQDRJRlvWhTESm3 { position:absolute;display:block;z-index:15006;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-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;height:5rem;width:75rem;top:114.1875rem;left:0rem;display:block; }
#LhvyJuR28KxqnTnu50UUOM2JRgZAQamk { color:rgba(var(--color-tertiary-2),1);display:block;width:62.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.1875rem;font-weight:normal;z-index:15009;line-height:1.2;letter-spacing:0;top:115.375rem;left:5.34375rem;height:2.625rem;text-align:center;text-align-last:center;display:block; }
#TKeEqTVVKBM0GTXnQtm8l7r4TqMRITU6 { color:#5c3949;display:block;width:16.6875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.8125rem;font-weight:400;z-index:15014;line-height:1.5;letter-spacing:0;top:121.875rem;left:3.9375rem;height:8.375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#lm1kHgGCv9E9hrMh3B0XFJXTfHsMaZOL { color:#47545a;display:block;width:15.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15016;line-height:1.5;letter-spacing:0;top:127.3125rem;left:28.96875rem;height:3.75rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Vr2fExG1ay9waGh3tWf5GkpeA4mmydSA { color:#4bae16;display:block;width:35.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:400;z-index:15015;line-height:1.5;letter-spacing:0;top:122.8125rem;left:25.34375rem;height:2.8125rem;font-style:normal;display:block; }
#OaTEzv6LKCkkVQKw6uop5CDo75yGCDuy { position:absolute;display:block;z-index:14997;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;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:75rem;top:119.1875rem;left:0rem;display:block; }
#d8f5b8NLqkGD9zaScla5PIDpMa06oAiw { background-color:#4bae16;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-secondary-2),1);border-left:0.125rem solid rgba(var(--color-secondary-2),1);border-right:0.125rem solid rgba(var(--color-secondary-2),1);border-bottom:0.125rem solid rgba(var(--color-secondary-2),1);border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-1),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.625rem;height:3.4375rem;text-decoration:none;z-index:15027;text-align:center;text-align-last:center;top:132.65625rem;left:28.78125rem;display:block; }
#s2QL3NeTT8VtzuK5KBIt2RtdS0n6FwtI { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#PZ4ymvOHmPARbluIT7snzDL1GbXuBGaT { position:absolute;display:block;z-index:15038;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-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;height:5rem;width:75rem;top:79.5625rem;left:0rem;display:block; }
#LOJ2sFHvux55RZXE2guDeztX7Lhponig { position:absolute;display:block;z-index:15042;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:15rem;width:22.5rem;top:93.75rem;left:0rem;overflow:hidden;display:block; }
#s4QbDCguInOuctJckCmdqDsaWxWJkdvl { position:absolute;display:block;z-index:15043;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:15rem;width:22.5rem;top:93.75rem;left:25.34375rem;overflow:hidden;display:block; }
#J5ekP2xub3ABHtR7sfPDhuAPXZTfpQ75 { color:#47545a;display:block;width:74.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15043;line-height:1.2;letter-spacing:0;top:110.5rem;left:0rem;height:1.3125rem;text-align:center;text-align-last:center;display:block; }
#Suwrxn19Z5i0rg2f72oXkgcSUt7dcnLI { position:absolute;display:block;z-index:15025;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:15rem;width:22.5rem;top:93.75rem;left:50.4375rem;overflow:hidden;display:block; }
#Dq7vUEsTdkRm8mySUH3wNATvlaz2XRuF { color:#452433;display:block;width:21.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15022;line-height:1.5;letter-spacing:0;top:132.28125rem;left:1.3125rem;height:3.75rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#tfES3kV2dTIV54e6h0TIZlvQ8COqqrQJ { color:#47545a;display:block;width:53.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:400;z-index:15035;line-height:1.5;letter-spacing:0;top:86.8125rem;left:0rem;height:4.625rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#s5mFc2N3nP6uBos9NEoqSUe8o4ip3Lbl { color:rgba(var(--color-tertiary-2),1);display:block;width:55.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.1875rem;font-weight:normal;z-index:15044;line-height:1.2;letter-spacing:0;top:80.75rem;left:9.96875rem;height:2.625rem;text-align:center;text-align-last:center;display:block; }
#K8EEgftQ1ryyHLWEMcHTaRCNKQ8m4xgC { position:absolute;display:block;z-index:15000;background-color:transparent;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-secondary-2),1);border-left:0.125rem solid rgba(var(--color-secondary-2),1);border-right:0.125rem solid rgba(var(--color-secondary-2),1);border-bottom:0.125rem solid rgba(var(--color-secondary-2),1);border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;height:22.875rem;width:21.875rem;top:53.8125rem;left:26.4375rem;display:block; }
#eDotUcykOmKQyRcEpQtl4Vwrbh8FtkNl { color:#47545a;display:block;width:20rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15010;line-height:1.5;letter-spacing:0;top:59.625rem;left:27.5rem;height:13.5rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#QF71IXfs2uxGygiSItBaMR2eDInyzhhf { 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;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:none; }#QF71IXfs2uxGygiSItBaMR2eDInyzhhf > .row .container { border-width: 0; border-radius: 0; }#QF71IXfs2uxGygiSItBaMR2eDInyzhhf > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#QF71IXfs2uxGygiSItBaMR2eDInyzhhf > .row .container { font-size:0.875rem;font-family:arial;height:43.5rem;width:75rem;overflow:visible;position:relative;display:none; }#zLAiAoSWdvlnZeia6TBLSuP4Xstk6czt { color:rgba(var(--color-tertiary-2),1);display:block;width:40.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.8125rem;font-weight:normal;z-index:15002;line-height:1.2;letter-spacing:0;top:2.5rem;left:26.5625rem;height:3.375rem;text-align:left;text-align-last:left;display:block; }
#RfDxEnDlRTvuKwsMEuIxVU12WZCNUho3 { color:rgba(var(--color-tertiary-1),1);display:block;width:40.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15006;line-height:1.5;letter-spacing:0;top:6.958335876465rem;left:26.5625rem;height:16.875rem;font-style:normal;display:block; }
#rg9csxn4E9TkfolW5J6kIIvr4QOCme1X { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:14.5rem;width:21.75rem;top:2.5rem;left:0rem;overflow:hidden;display:block; }
#neoR9iFnUsExDElHkO9i9CrVP7GwNGTG { color:rgba(var(--color-tertiary-2),1);display:block;width:21.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15018;line-height:1.5;letter-spacing:0;top:19.5rem;left:0rem;height:5.0625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#FeiSRpgguhs21ySBNvnDewnHXOHkZZQd { color:#4bae16;display:block;width:35.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:400;z-index:15025;line-height:1.5;letter-spacing:0;top:29.6875rem;left:26.5625rem;height:2.8125rem;font-style:normal;display:block; }
#IzIotgWdQn1EwymMdu6xiZn4P3NluKHT { color:rgba(var(--color-tertiary-2),1);display:block;width:16.6875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.8125rem;font-weight:400;z-index:15024;line-height:1.5;letter-spacing:0;top:25.791748046875rem;left:2.53125rem;height:8.375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#AJ5DdPuWzAW4qSsFMJ2tU8CNEdwAlDCW { color:rgba(var(--color-tertiary-0),1);display:block;width:16.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15026;line-height:1.5;letter-spacing:0;top:32.5625rem;left:26.3125rem;height:3.75rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#fSVPrsp8y31spiXdw3VqqpeoovQkX7Hb { background-color:#4bae16;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-secondary-2),1);border-left:0.125rem solid rgba(var(--color-secondary-2),1);border-right:0.125rem solid rgba(var(--color-secondary-2),1);border-bottom:0.125rem solid rgba(var(--color-secondary-2),1);border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-1),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.625rem;height:3.4375rem;text-decoration:none;z-index:15037;text-align:center;text-align-last:center;top:37.5625rem;left:26.5625rem;display:block; }
#LP4PkZl3grXSfDmVlxXc0gHzc3NKcwAM { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#IHIoBscMvGXIcJKeuQ2X99KzP7p0xQTn { color:#fff5f4;display:block;width:21.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15023;line-height:1.5;letter-spacing:0;top:35.625rem;left:0.625rem;height:3.75rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#k4DKgATQzinNlCNsWQWPTWR5hKDGDnqX { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-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:none; }#k4DKgATQzinNlCNsWQWPTWR5hKDGDnqX > .row .container { border-width: 0; border-radius: 0; }#k4DKgATQzinNlCNsWQWPTWR5hKDGDnqX > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#k4DKgATQzinNlCNsWQWPTWR5hKDGDnqX > .row .container { font-size:0.875rem;font-family:arial;height:159.3125rem;width:75rem;position:relative;display:none; }#DNb6ps7P7qE13Ku0vIo2K4rxVzxTvGMo { color:rgba(var(--color-tertiary-2),1);display:block;width:55.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.1875rem;font-weight:normal;z-index:15003;line-height:1.2;letter-spacing:0;top:3.6236572265625rem;left:9.96875rem;height:2.625rem;text-align:center;text-align-last:center;display:block; }
#WUG1riic89bbabSpBUnQtuUZtpJJEKgz { color:#47545a;display:block;width:46.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15007;line-height:1.5;letter-spacing:0;top:8.875rem;left:0rem;height:13.375rem;font-style:normal;display:block; }#WUG1riic89bbabSpBUnQtuUZtpJJEKgz li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#WUG1riic89bbabSpBUnQtuUZtpJJEKgz li:before{  }
#Z6TzEm8N5ZuuTpxSafbGid24pzXTNDCE { color:rgba(var(--color-tertiary-2),1);display:block;width:55.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.1875rem;font-weight:normal;z-index:15004;line-height:1.2;letter-spacing:0;top:32.4375rem;left:10rem;height:2.625rem;text-align:center;text-align-last:center;display:block; }
#NbzPoebUNx1fRtMPTyvzhruZXnQPyTTQ { color:#47545a;display:block;width:47.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15008;line-height:1.5;letter-spacing:0;top:39rem;left:0rem;height:9.6875rem;font-style:normal;display:block; }#NbzPoebUNx1fRtMPTyvzhruZXnQPyTTQ li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#NbzPoebUNx1fRtMPTyvzhruZXnQPyTTQ li:before{  }
#hNVP5xnHXAEezORFKyPZsDztFRrZui3K { color:rgba(var(--color-tertiary-2),1);display:block;width:55.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.1875rem;font-weight:normal;z-index:15005;line-height:1.2;letter-spacing:0;top:52.9375rem;left:10rem;height:2.625rem;text-align:center;text-align-last:center;display:block; }
#wnKMshuC3TZeURuvqZUIhloSdtJww4zn { color:#47545a;display:block;width:20rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15009;line-height:1.5;letter-spacing:0;top:73.25rem;left:14.5rem;height:15rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#do6zLrtm14kNDQg6PtKWlbOx3p1vB4nO { color:#47545a;display:block;width:20rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15010;line-height:1.5;letter-spacing:0;top:73.25rem;left:40.875rem;height:7.5rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#pxgGT0yER3hUiN7RJryPo8f6fA6PZxAX { position:absolute;display:block;z-index:15002;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-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;height:5rem;width:75rem;top:2.5rem;left:0rem;display:block; }
#AGGFMrzMEkuHw4tMXbgMwgTKTz4UVQfm { position:absolute;display:block;z-index:15001;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-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;height:5rem;width:75rem;top:31.25rem;left:0rem;display:block; }
#sdiZqZlDWxZqaT9BVLhhqfEBiD7r6Sy4 { position:absolute;display:block;z-index:15002;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-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;height:5rem;width:75rem;top:51.75rem;left:0rem;display:block; }
#apLLHDbZ5T0snmnesgBWHHZXFmdAzwsd { position:absolute;display:block;z-index:14999;background-color:transparent;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-secondary-2),1);border-left:0.125rem solid rgba(var(--color-secondary-2),1);border-right:0.125rem solid rgba(var(--color-secondary-2),1);border-bottom:0.125rem solid rgba(var(--color-secondary-2),1);border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;height:35.0625rem;width:21.875rem;top:58.25rem;left:13.375rem;display:block; }
#JWPbqEnsRzwbtXJpeAwJH22cH3HgK8As { position:absolute;display:block;z-index:15000;background-color:transparent;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-secondary-2),1);border-left:0.125rem solid rgba(var(--color-secondary-2),1);border-right:0.125rem solid rgba(var(--color-secondary-2),1);border-bottom:0.125rem solid rgba(var(--color-secondary-2),1);border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;height:35.0625rem;width:21.875rem;top:58.25rem;left:39.8125rem;display:block; }
#kHQnnFChSpHQNoWTT8LPp3OD0GEQDZAc { position:absolute;display:block;z-index:15006;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-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;height:5rem;width:75rem;top:130.1875rem;left:0rem;display:block; }
#IoNwhNcyZtpm08X6mrKfB9egVR0dp8Zl { color:rgba(var(--color-tertiary-2),1);display:block;width:62.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.1875rem;font-weight:normal;z-index:15009;line-height:1.2;letter-spacing:0;top:131.4375rem;left:6.25rem;height:2.625rem;text-align:center;text-align-last:center;display:block; }
#pDSkxTW2hVp6Wmh8uvpLUSuK3pqxs4h9 { color:#5c3949;display:block;width:16.6875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.8125rem;font-weight:400;z-index:15014;line-height:1.5;letter-spacing:0;top:138.125rem;left:5.5625rem;height:8.375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#mNF7K8atQLpXVnoToJa8Nn7feDrtOdO1 { color:#47545a;display:block;width:15.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15016;line-height:1.5;letter-spacing:0;top:142.9375rem;left:26.75rem;height:3.75rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#mW9b64GFt6C28eNMB2Os9yM6J0K5vQMl { color:#4bae16;display:block;width:35.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:400;z-index:15015;line-height:1.5;letter-spacing:0;top:138.625rem;left:26.4375rem;height:2.8125rem;font-style:normal;display:block; }
#NTlGzGKlwTT5OQiJnyXF02DRZFeqVE0d { position:absolute;display:block;z-index:14997;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;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:22rem;width:75rem;top:132.125rem;left:0rem;display:block; }
#irLpuLsL4DTIO3Czmv3Zwm37n4yoPOCV { background-color:#4bae16;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-secondary-2),1);border-left:0.125rem solid rgba(var(--color-secondary-2),1);border-right:0.125rem solid rgba(var(--color-secondary-2),1);border-bottom:0.125rem solid rgba(var(--color-secondary-2),1);border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-1),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.625rem;height:3.4375rem;text-decoration:none;z-index:15027;text-align:center;text-align-last:center;top:147.625rem;left:26.5625rem;display:block; }
#kpXin4PJmNPAWMA578GycpPJcrLKKekP { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#OMTlFbVkSr260cdWbecEFdOBE8INiGb8 { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.5rem;width:12.5rem;top:59.4375rem;left:18.25rem;overflow:hidden;display:block; }
#i8Qx5ylhsiUf7UplbFmfncGvn7ODsTa6 { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.5rem;width:12.5rem;top:59.3125rem;left:44.625rem;overflow:hidden;display:block; }
#V3wREIgtPdTT3nvq63rWwKMuppTkO2p0 { color:#47545a;display:block;width:54.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15008;line-height:1.5;letter-spacing:0;top:23.5rem;left:0rem;height:3.375rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#TkKhLsJdhkI1Rmm0Zfp6wI20EGAJDgDT { position:absolute;display:block;z-index:15038;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-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;height:5rem;width:75rem;top:96.5625rem;left:0rem;display:block; }
#kN2aPSp9Z8GpMbK2FoAxD3DT8SMwqTJG { position:absolute;display:block;z-index:15042;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:15rem;width:22.5rem;top:110rem;left:0rem;overflow:hidden;display:block; }
#ZxtJJCQCRdDkNpkqJh4JopTPQsVuIqOu { position:absolute;display:block;z-index:15043;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:15rem;width:22.5rem;top:110rem;left:26.25rem;overflow:hidden;display:block; }
#Mr7Bw7Ko1NSSvUrKUWEihL1Jrq0XkUfo { color:#47545a;display:block;width:74.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15043;line-height:1.2;letter-spacing:0;top:126.6875rem;left:0rem;height:1.3125rem;text-align:center;text-align-last:center;display:block; }
#RdE87O34CJHdL21bk3tfdVl1WMoJJinv { position:absolute;display:block;z-index:15025;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:15rem;width:22.5rem;top:110rem;left:52.5rem;overflow:hidden;display:block; }
#iu2peG6TUfQAOu2Te4hyv6tWXp8lvB6D { color:#452433;display:block;width:21.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15023;line-height:1.5;letter-spacing:0;top:147.46875rem;left:2rem;height:3.75rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#OXL7zXuGbCnrOsRUFFqNTbZKxywSt5Jm { color:#47545a;display:block;width:53.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:400;z-index:15036;line-height:1.5;letter-spacing:0;top:103.125rem;left:0rem;height:4.625rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#oTNtAJsX1Ai7TkTHb4u3BBRRSpwfGsV9 { color:rgba(var(--color-tertiary-2),1);display:block;width:55.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.1875rem;font-weight:normal;z-index:15044;line-height:1.2;letter-spacing:0;top:97.75rem;left:9.96875rem;height:2.625rem;text-align:center;text-align-last:center;display:block; }
#p5Btq3klBDdJ5Hli5cCvTkSc8Dq2UUWq { background-color:#5c3949;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:none; }#p5Btq3klBDdJ5Hli5cCvTkSc8Dq2UUWq > .row .container { border-width: 0; border-radius: 0; }#p5Btq3klBDdJ5Hli5cCvTkSc8Dq2UUWq > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#p5Btq3klBDdJ5Hli5cCvTkSc8Dq2UUWq > .row .container { font-size:0.875rem;font-family:arial;height:43.5rem;width:75rem;overflow:visible;position:relative;display:none; }#XEirascdoDFz9swM46zCRS2gcPNtoiB3 { color:rgba(var(--color-tertiary-2),1);display:block;width:40.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.8125rem;font-weight:normal;z-index:15002;line-height:1.2;letter-spacing:0;top:2.5rem;left:26.5625rem;height:3.375rem;text-align:left;text-align-last:left;display:block; }
#HIC3sQ6GsehutfTE55oD7Tz6hQkTFOCI { color:rgba(var(--color-tertiary-1),1);display:block;width:40.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15006;line-height:1.5;letter-spacing:0;top:6.25rem;left:26.5625rem;height:10.125rem;font-style:normal;display:block; }
#ZeqHQt7I4Z8U2lOnPvJBy96T4CMWEJgd { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:14.5rem;width:21.75rem;top:2.5rem;left:0rem;overflow:hidden;display:block; }
#TRJfcTrDJ55EsmagoTichBrvWv8Ave8A { color:rgba(var(--color-tertiary-2),1);display:block;width:21.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15018;line-height:1.5;letter-spacing:0;top:19.5rem;left:0rem;height:5.0625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#fDq55cgxqFaGHwBe5TQL9vCnHQ9uWU0z { color:#4bae16;display:block;width:35.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:400;z-index:15025;line-height:1.5;letter-spacing:0;top:20.375rem;left:26.5625rem;height:2.8125rem;font-style:normal;display:block; }
#FucsgtQHdiXS66yf1a1TylQKNoLmire6 { color:rgba(var(--color-tertiary-2),1);display:block;width:16.6875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.8125rem;font-weight:400;z-index:15024;line-height:1.5;letter-spacing:0;top:25.666748046875rem;left:2.53125rem;height:8.375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#bduzKxis06IMUpd9oVcvU3UfoPKv7TRC { color:rgba(var(--color-tertiary-0),1);display:block;width:16.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15026;line-height:1.5;letter-spacing:0;top:24.5rem;left:26.5625rem;height:3.75rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#WEsSdfL4fPT73zNaXd3Q1WnnHSP6HZyh { background-color:#4bae16;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-secondary-2),1);border-left:0.125rem solid rgba(var(--color-secondary-2),1);border-right:0.125rem solid rgba(var(--color-secondary-2),1);border-bottom:0.125rem solid rgba(var(--color-secondary-2),1);border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-1),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.625rem;height:3.4375rem;text-decoration:none;z-index:15037;text-align:center;text-align-last:center;top:29.5rem;left:26.8125rem;display:block; }
#qnTGvseVTblbqp3mkdJX5TAPk2hnkdgf { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#TV7b0hXABJSSPL618ipsLqu0foGCRBCi { color:#fff5f4;display:block;width:21.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15024;line-height:1.5;letter-spacing:0;top:35rem;left:0.875rem;height:3.75rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#BnKIlMiHeDLqVqo29wNoPTryquTaFnwT { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-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:none; }#BnKIlMiHeDLqVqo29wNoPTryquTaFnwT > .row .container { border-width: 0; border-radius: 0; }#BnKIlMiHeDLqVqo29wNoPTryquTaFnwT > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#BnKIlMiHeDLqVqo29wNoPTryquTaFnwT > .row .container { font-size:0.875rem;font-family:arial;height:141.875rem;width:75rem;position:relative;display:none; }#fXqtZqMQTi7U2I4CFV7J1fIJxTr0o4JG { position:absolute;display:block;z-index:15004;background-color:#5c3949;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;height:5rem;width:75rem;top:25.125rem;left:0rem;display:block; }
#LoJQQ351zH82vMf6BRtysRdk4090mXdl { color:rgba(var(--color-tertiary-2),1);display:block;width:55.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.1875rem;font-weight:normal;z-index:15007;line-height:1.2;letter-spacing:0;top:26.375rem;left:10rem;height:2.625rem;text-align:center;text-align-last:center;display:block; }
#r93yEv5JnNpaT2eGhoDuixSt3K2ouxnH { color:#47545a;display:block;width:44.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15011;line-height:1.5;letter-spacing:0;top:32.3125rem;left:0rem;height:11.375rem;font-style:normal;display:block; }#r93yEv5JnNpaT2eGhoDuixSt3K2ouxnH li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#r93yEv5JnNpaT2eGhoDuixSt3K2ouxnH li:before{  }
#UJRCT9mG6Tp6OTQboVqLnzDWefCdbb1q { position:absolute;display:block;z-index:15005;background-color:#5c3949;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;height:5rem;width:75rem;top:2rem;left:0rem;display:block; }
#E2dzeWbnBmW6MIJCSwkFpweuPluSZuqD { color:rgba(var(--color-tertiary-2),1);display:block;width:55.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.1875rem;font-weight:normal;z-index:15006;line-height:1.2;letter-spacing:0;top:3.125rem;left:10rem;height:2.625rem;text-align:center;text-align-last:center;display:block; }
#rJtd2sEhWBPObvvrME38ZMAqGpfiuEhT { color:#47545a;display:block;width:46.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15010;line-height:1.5;letter-spacing:0;top:8.375rem;left:0rem;height:13.375rem;font-style:normal;display:block; }#rJtd2sEhWBPObvvrME38ZMAqGpfiuEhT li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#rJtd2sEhWBPObvvrME38ZMAqGpfiuEhT li:before{  }
#giRgH4XILkV8aI7xlesaZJEXFmM4Am66 { color:rgba(var(--color-tertiary-2),1);display:block;width:55.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.1875rem;font-weight:normal;z-index:15013;line-height:1.2;letter-spacing:0;top:47.9375rem;left:10rem;height:2.625rem;text-align:center;text-align-last:center;display:block; }
#WCuvFJkid4RDALNkIQVDbH9erQIr0a3e { position:absolute;display:block;z-index:15010;background-color:#5c3949;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;height:5rem;width:75rem;top:46.75rem;left:0rem;display:block; }
#Szbpli6MO36XtXg3Sd2GwCcwzWX8hIIa { position:absolute;display:block;z-index:15007;background-color:transparent;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-secondary-2),1);border-left:0.125rem solid rgba(var(--color-secondary-2),1);border-right:0.125rem solid rgba(var(--color-secondary-2),1);border-bottom:0.125rem solid rgba(var(--color-secondary-2),1);border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;height:25.6875rem;width:21.875rem;top:54.375rem;left:0rem;display:block; }
#yh0nlIaaNKp4GZEpeVNXGrv1WBmrSq48 { color:#47545a;display:block;width:20rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15017;line-height:1.5;letter-spacing:0;top:56.625rem;left:1.125rem;height:19.5rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#gDWsgl2aac1OceXKQTeKzNXhP1RCfHTR { position:absolute;display:block;z-index:15009;background-color:transparent;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-secondary-2),1);border-left:0.125rem solid rgba(var(--color-secondary-2),1);border-right:0.125rem solid rgba(var(--color-secondary-2),1);border-bottom:0.125rem solid rgba(var(--color-secondary-2),1);border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;height:25.6875rem;width:21.875rem;top:54.25rem;left:26.5625rem;display:block; }
#w2T6OzFcVX2H1frGk8gIRJV3UBXhKgOb { color:#47545a;display:block;width:20rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15019;line-height:1.5;letter-spacing:0;top:56.5625rem;left:27.6875rem;height:16.5rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#QwNoMkHXNL0Vl5DiR1I7XXfghW6cWLvs { position:absolute;display:block;z-index:15011;background-color:transparent;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-secondary-2),1);border-left:0.125rem solid rgba(var(--color-secondary-2),1);border-right:0.125rem solid rgba(var(--color-secondary-2),1);border-bottom:0.125rem solid rgba(var(--color-secondary-2),1);border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;height:25.6875rem;width:21.875rem;top:54.25rem;left:53.125rem;display:block; }
#zPDGhFJ12L13Plr2J1MDfrcC9aTe2Uwl { color:#47545a;display:block;width:20rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15021;line-height:1.5;letter-spacing:0;top:56.625rem;left:54.25rem;height:24rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#OUiwXaT3sb0JiBwyWJ7sCyiQvZkQ3fA6 { position:absolute;display:block;z-index:15014;background-color:#5c3949;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;height:5rem;width:75rem;top:115.4375rem;left:0rem;display:block; }
#QewlbZzDMrm82VU1w3sunuoJQRTiJJvk { color:rgba(var(--color-tertiary-2),1);display:block;width:62.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.1875rem;font-weight:normal;z-index:15017;line-height:1.2;letter-spacing:0;top:116.6875rem;left:6.25rem;height:2.625rem;text-align:center;text-align-last:center;display:block; }
#RCoHLKVvavwlIVbOWDs6wsIVaaluWfZn { position:absolute;display:block;z-index:15005;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;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:22rem;width:75rem;top:116.9375rem;left:0rem;display:block; }
#pc3gF3npvx7ZoBDJuDn3pbg09Ot9R5MD { color:#5c3949;display:block;width:16.6875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.8125rem;font-weight:400;z-index:15022;line-height:1.5;letter-spacing:0;top:123.375rem;left:5.5625rem;height:8.375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#pRDn75oLtff0dw7lRTR90QFcf4bRyvEA { color:#4bae16;display:block;width:35.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:400;z-index:15023;line-height:1.5;letter-spacing:0;top:123.875rem;left:26.4375rem;height:2.8125rem;font-style:normal;display:block; }
#cKaC9qLKN9dubXsCKp3lpddJ8ANI67l0 { color:#47545a;display:block;width:15.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15024;line-height:1.5;letter-spacing:0;top:128.1875rem;left:26.75rem;height:3.75rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#fbwCJQ8uiZKQZBUZiXmmpQAvK7ldAvRy { background-color:#4bae16;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-secondary-2),1);border-left:0.125rem solid rgba(var(--color-secondary-2),1);border-right:0.125rem solid rgba(var(--color-secondary-2),1);border-bottom:0.125rem solid rgba(var(--color-secondary-2),1);border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-1),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.625rem;height:3.4375rem;text-decoration:none;z-index:15035;text-align:center;text-align-last:center;top:132.875rem;left:26.5625rem;display:block; }
#Vfna0T2SB1AUc4BcsTToLCQpCwsSIAmW { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#RMM1TTZSCtHdUZd0pz1qaSPzTDWELXf1 { position:absolute;display:block;z-index:15045;background-color:#5c3949;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;height:5rem;width:75rem;top:82.25rem;left:0rem;display:block; }
#oTeN7ZHRiifsqsvdTb1hPg4PgOVmCTQM { position:absolute;display:block;z-index:15049;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:15rem;width:22.5rem;top:95.625rem;left:0rem;overflow:hidden;display:block; }
#iWyXKGmRzDHaQyfyp293i1LxXHkVKfVH { position:absolute;display:block;z-index:15050;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:15rem;width:22.5rem;top:95.625rem;left:26.25rem;overflow:hidden;display:block; }
#JdHanBbT6ZOcSBxtlsFTMOtbER4CMUCr { color:#47545a;display:block;width:74.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15050;line-height:1.2;letter-spacing:0;top:112.375rem;left:0rem;height:1.3125rem;text-align:center;text-align-last:center;display:block; }
#ilq7AaASNqeNQny8n2vppbGlgaF3bmBy { position:absolute;display:block;z-index:15032;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:15rem;width:22.5rem;top:96.4375rem;left:52.5rem;overflow:hidden;display:block; }
#ETXTZke2OiJ1Lo37LCU2SQt8Zf5uPpEp { color:#452433;display:block;width:21.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15024;line-height:1.5;letter-spacing:0;top:132.71875rem;left:2.9375rem;height:3.75rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#bFlO8U5uN4kRZaw7BSZ1g59zSFxScuJw { color:rgba(var(--color-tertiary-2),1);display:block;width:55.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.1875rem;font-weight:normal;z-index:15051;line-height:1.2;letter-spacing:0;top:83.4375rem;left:10rem;height:2.625rem;text-align:center;text-align-last:center;display:block; }
#utrG9lQ4H3k4sc2KLMXPepXh9eNFacBm { color:#47545a;display:block;width:53.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:400;z-index:15037;line-height:1.5;letter-spacing:0;top:89.5625rem;left:0rem;height:4.625rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#N3g5zRxWUpkGd2lBxgcblvhb4svm9TZ8 { 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;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:none; }#N3g5zRxWUpkGd2lBxgcblvhb4svm9TZ8 > .row .container { border-width: 0; border-radius: 0; }#N3g5zRxWUpkGd2lBxgcblvhb4svm9TZ8 > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#N3g5zRxWUpkGd2lBxgcblvhb4svm9TZ8 > .row .container { font-size:0.875rem;font-family:arial;height:43.5rem;width:75rem;overflow:visible;position:relative;display:none; }#fqA6evyX1mQmITUv6AG6G0VsuzZKNafo { color:rgba(var(--color-tertiary-2),1);display:block;width:40.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.8125rem;font-weight:normal;z-index:15002;line-height:1.2;letter-spacing:0;top:2.5rem;left:26.5625rem;height:3.375rem;text-align:left;text-align-last:left;display:block; }
#dl0kQAn1yr4aILMhf94AJNAkXqrvVUf8 { color:rgba(var(--color-tertiary-1),1);display:block;width:40.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15006;line-height:1.5;letter-spacing:0;top:7.3955078125rem;left:26.5625rem;height:6.75rem;font-style:normal;display:block; }
#s0f2gOmvte3c8Rw1rrL06T1gB2NJTlUh { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:14.5rem;width:21.75rem;top:2.5rem;left:0rem;overflow:hidden;display:block; }
#CwvJ6IM9HxIQKRmg4kcwDgBRAdWSfmTQ { color:rgba(var(--color-tertiary-2),1);display:block;width:21.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15018;line-height:1.5;letter-spacing:0;top:19.5rem;left:0rem;height:5.0625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#lgmoWhmL8eUcHh04LJ9CD5IXCAnW7JsL { color:#4bae16;display:block;width:35.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:400;z-index:15025;line-height:1.5;letter-spacing:0;top:22.8125rem;left:26.8125rem;height:2.8125rem;font-style:normal;display:block; }
#g7BRJq5sKmRumCwweiTFuAyaEt8uqpkW { color:rgba(var(--color-tertiary-2),1);display:block;width:16.6875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.8125rem;font-weight:400;z-index:15024;line-height:1.5;letter-spacing:0;top:25.791748046875rem;left:2.53125rem;height:8.375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#HrLVwopsL2LFyFlTx0SOTfe0xEr9pGVN { color:rgba(var(--color-tertiary-0),1);display:block;width:16.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15026;line-height:1.5;letter-spacing:0;top:25.6875rem;left:26.5625rem;height:3.75rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#DhPaJBlq2mZqMPAzwkofzOSCxe94ulhe { background-color:#4bae16;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-secondary-2),1);border-left:0.125rem solid rgba(var(--color-secondary-2),1);border-right:0.125rem solid rgba(var(--color-secondary-2),1);border-bottom:0.125rem solid rgba(var(--color-secondary-2),1);border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-1),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.625rem;height:3.4375rem;text-decoration:none;z-index:15037;text-align:center;text-align-last:center;top:30.6875rem;left:26.8125rem;display:block; }
#mJx9NWiLIWhO7fhGdaa8QpFe2PMGMn5E { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#TnVuErZP8TqpJ1ovSUULy5cks0fGBP55 { color:#fff5f4;display:block;width:21.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15025;line-height:1.5;letter-spacing:0;top:35.9375rem;left:0rem;height:3.75rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#SLiO6ZNfqfrdWFwxCoCSRBfGvV2PwAn9 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-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:none; }#SLiO6ZNfqfrdWFwxCoCSRBfGvV2PwAn9 > .row .container { border-width: 0; border-radius: 0; }#SLiO6ZNfqfrdWFwxCoCSRBfGvV2PwAn9 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#SLiO6ZNfqfrdWFwxCoCSRBfGvV2PwAn9 > .row .container { font-size:0.875rem;font-family:arial;height:118.3125rem;width:75rem;position:relative;display:none; }#SUev3TIUW7xEq7M9Q4ku5PgFg0lfnPZf { color:rgba(var(--color-tertiary-2),1);display:block;width:55.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.1875rem;font-weight:normal;z-index:15003;line-height:1.2;letter-spacing:0;top:3.6236572265625rem;left:9.96875rem;height:2.625rem;text-align:center;text-align-last:center;display:block; }
#onFZ4qTbUwaN6mzWioMEzAgCXTnfiVKU { color:#47545a;display:block;width:46.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15007;line-height:1.5;letter-spacing:0;top:8.875rem;left:0rem;height:5.6875rem;font-style:normal;display:block; }#onFZ4qTbUwaN6mzWioMEzAgCXTnfiVKU li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#onFZ4qTbUwaN6mzWioMEzAgCXTnfiVKU li:before{  }
#o7E2zfDMptboqBM6vIawKiXAC9Iqm9FH { color:rgba(var(--color-tertiary-2),1);display:block;width:55.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.1875rem;font-weight:normal;z-index:15004;line-height:1.2;letter-spacing:0;top:17.75rem;left:10rem;height:2.625rem;text-align:center;text-align-last:center;display:block; }
#Z4StsbvdHLqArkht1L1B85dfQXTGAvqi { color:#47545a;display:block;width:47.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15008;line-height:1.5;letter-spacing:0;top:22.8125rem;left:0rem;height:;font-style:normal;display:block; }#Z4StsbvdHLqArkht1L1B85dfQXTGAvqi li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#Z4StsbvdHLqArkht1L1B85dfQXTGAvqi li:before{  }
#pIog5DmhfDfWavMrVZAq9XaoIGqfXDiG { position:absolute;display:block;z-index:15002;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-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;height:5rem;width:75rem;top:2.5rem;left:0rem;display:block; }
#PQ2ha52ILmNWF6zBb7F2oVnufdh7aszs { position:absolute;display:block;z-index:15001;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-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;height:5rem;width:75rem;top:16.5625rem;left:0rem;display:block; }
#STZsO4hTH3WDqDlow17aTk9fn5dhsBlT { color:#47545a;display:block;width:47.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15009;line-height:1.5;letter-spacing:0;top:49.125rem;left:0rem;height:3.6875rem;font-style:normal;display:block; }#STZsO4hTH3WDqDlow17aTk9fn5dhsBlT li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#STZsO4hTH3WDqDlow17aTk9fn5dhsBlT li:before{  }
#KIxMIN331PMOinGIvmUKZDZT4ThnaseK { color:#47545a;display:block;width:21.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15009;line-height:1.5;letter-spacing:0;top:27.375rem;left:1.5rem;height:3.375rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#AV7LRrC3yge0iTMVqE9kfgaso98U9OQh { color:#47545a;display:block;width:21.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15010;line-height:1.5;letter-spacing:0;top:29.75rem;left:1.5rem;height:13.375rem;font-style:normal;display:block; }#AV7LRrC3yge0iTMVqE9kfgaso98U9OQh li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#AV7LRrC3yge0iTMVqE9kfgaso98U9OQh li:before{  }
#ehx77my2Jr0Z6b3ghGLRQwgrQKxtnWyJ { color:#47545a;display:block;width:24.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15010;line-height:1.5;letter-spacing:0;top:27.375rem;left:25.0625rem;height:3.375rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#oCwOEowTkvZaQDGGdcRz8NCn0uML4I05 { color:#47545a;display:block;width:23.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15011;line-height:1.5;letter-spacing:0;top:29.75rem;left:25.0625rem;height:19.375rem;font-style:normal;display:block; }#oCwOEowTkvZaQDGGdcRz8NCn0uML4I05 li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#oCwOEowTkvZaQDGGdcRz8NCn0uML4I05 li:before{  }
#of28pmddCD8NWHZKonI7DCvHWsUn6I1I { color:#47545a;display:block;width:18.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15011;line-height:1.5;letter-spacing:0;top:26.625rem;left:54.5625rem;height:3.375rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#U8BpJeX4Aqg34NtO68HgkFpP44ftVQ91 { color:#47545a;display:block;width:18.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15012;line-height:1.5;letter-spacing:0;top:29.125rem;left:54.5625rem;height:;font-style:normal;display:block; }#U8BpJeX4Aqg34NtO68HgkFpP44ftVQ91 li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#U8BpJeX4Aqg34NtO68HgkFpP44ftVQ91 li:before{  }
#W6Fm5WtAUwT0MD76NHxhcyUWD5G6BSyT { position:absolute;display:block;z-index:15052;background-color:#5c3949;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;height:5rem;width:75rem;top:55.6875rem;left:0rem;display:block; }
#tQmfVwrAwnX8DkCFJKRPLH0CzLH8LWBR { position:absolute;display:block;z-index:15056;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:15rem;width:22.5rem;top:71.3125rem;left:0rem;overflow:hidden;display:block; }
#XyrOqosERZ388RTrtTA5QRm2hZhfq7nJ { position:absolute;display:block;z-index:15057;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:15rem;width:22.5rem;top:71.3125rem;left:26.25rem;overflow:hidden;display:block; }
#T3O9LPMzd7Fzv3a11Sefyw7ZC3XIFdTQ { color:#47545a;display:block;width:74.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15057;line-height:1.2;letter-spacing:0;top:88.4375rem;left:0rem;height:1.3125rem;text-align:center;text-align-last:center;display:block; }
#SoG0lgmcJBXkh88RPgrAATiGpef6NG2b { position:absolute;display:block;z-index:15039;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:15rem;width:22.5rem;top:71.3125rem;left:52.5rem;overflow:hidden;display:block; }
#zNgosdvll1WOKgiJXWFBupQ4X4Prdyh4 { color:rgba(var(--color-tertiary-2),1);display:block;width:62.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.1875rem;font-weight:normal;z-index:15009;line-height:1.2;letter-spacing:0;top:92.8125rem;left:6.25rem;height:2.625rem;text-align:center;text-align-last:center;display:block; }
#cEhmK0UNX6CGQNier6VSlyrGtTCGu8Iu { position:absolute;display:block;z-index:14995;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;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:22rem;width:75rem;top:93.5625rem;left:0rem;display:block; }
#zl3C2DKbklTo1k1g9zURaplbTxUqVwB7 { color:#5c3949;display:block;width:16.6875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.8125rem;font-weight:400;z-index:15014;line-height:1.5;letter-spacing:0;top:99.8125rem;left:5.5625rem;height:8.375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#GcCcVw4nTNFonE0JXN1mPCueP8mTmeyQ { color:#4bae16;display:block;width:35.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:400;z-index:15015;line-height:1.5;letter-spacing:0;top:100.3125rem;left:26.4375rem;height:2.8125rem;font-style:normal;display:block; }
#y5rOOiwwiCTgtKTane0LcQTMJsGsNraI { color:#47545a;display:block;width:15.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15016;line-height:1.5;letter-spacing:0;top:104.625rem;left:26.75rem;height:3.75rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#MtdhsKoMrUbh5ffPCyonF7QZV8x7Jfzq { background-color:#4bae16;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-secondary-2),1);border-left:0.125rem solid rgba(var(--color-secondary-2),1);border-right:0.125rem solid rgba(var(--color-secondary-2),1);border-bottom:0.125rem solid rgba(var(--color-secondary-2),1);border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-1),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.625rem;height:3.4375rem;text-decoration:none;z-index:15027;text-align:center;text-align-last:center;top:109.3125rem;left:26.5625rem;display:block; }
#Lz2TGa1CCMMegiTpeqQH55q6TvqENN5G { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#GOoIJJpWKnSMnPyQBc8zUFodGGLnZfFk { position:absolute;display:block;z-index:14996;background-color:#5c3949;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;height:5rem;width:75rem;top:91.625rem;left:0rem;display:block; }
#icHlWZZMAl7ZlTIAt9vS4NNyJiTdVEea { color:#452433;display:block;width:21.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15025;line-height:1.5;letter-spacing:0;top:109.15625rem;left:2.9375rem;height:3.75rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ezEfGwtvDyvNnXOu2qevdSVevpZxw7SG { color:#47545a;display:block;width:53.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:400;z-index:15038;line-height:1.5;letter-spacing:0;top:63.9375rem;left:0rem;height:4.625rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#iiMEIJMvxtMMbVTMuALq5B3Lz3csnKkA { color:rgba(var(--color-tertiary-2),1);display:block;width:55.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.1875rem;font-weight:normal;z-index:15058;line-height:1.2;letter-spacing:0;top:56.875rem;left:9.96875rem;height:2.625rem;text-align:center;text-align-last:center;display:block; }
#Zm65WUAbfhAmLmQKuCM4DFMqQRhhg6Np { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/d7ab32a8-573f-4a79-a0c5-e0e0fbf89de9/SummitOdkobietdojrzaych2.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !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:none; }#Zm65WUAbfhAmLmQKuCM4DFMqQRhhg6Np.adaptive-delivery-prevent-bg, #Zm65WUAbfhAmLmQKuCM4DFMqQRhhg6Np.lazyload, #Zm65WUAbfhAmLmQKuCM4DFMqQRhhg6Np.lazyloading { background-image: none; }#Zm65WUAbfhAmLmQKuCM4DFMqQRhhg6Np > .row .container { border-width: 0; border-radius: 0; }#Zm65WUAbfhAmLmQKuCM4DFMqQRhhg6Np::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#Zm65WUAbfhAmLmQKuCM4DFMqQRhhg6Np > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#Zm65WUAbfhAmLmQKuCM4DFMqQRhhg6Np > .row .container { font-size:0.875rem;font-family:arial;height:64.75rem;width:75rem;overflow:visible;position:relative;display:none; }#dDAWtbJNI3onw3Q2hGtq9Unl8q94vwPd { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:30rem;width:56.25rem;top:24.447998046875rem;left:10.125rem;overflow:hidden;display:block; }
#EnbLLHcXiTg7cBkmZlE13VZcqewhdm8c { color:rgba(var(--color-tertiary-2),1);display:block;width:43.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:normal;z-index:15004;line-height:1.2;letter-spacing:0;top:56.46875rem;left:16.65625rem;height:4.5rem;text-align:center;text-align-last:center;display:block; }
#ECPQZOS5murfnkEUAC3ZJXT0FIVP8uv6 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-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:none; }#ECPQZOS5murfnkEUAC3ZJXT0FIVP8uv6 > .row .container { border-width: 0; border-radius: 0; }#ECPQZOS5murfnkEUAC3ZJXT0FIVP8uv6 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ECPQZOS5murfnkEUAC3ZJXT0FIVP8uv6 > .row .container { font-size:0.875rem;font-family:arial;height:15rem;width:75rem;position:relative;display:none; }#FiK67INhGtWl0M9w8Sw6vuGF4g0fe2Wo { color:#5c3949;display:block;width:74.9375rem;position:absolute;font-family:breathing;font-size:3.75rem;font-weight:normal;z-index:15004;line-height:1.2;letter-spacing:0;top:3.75rem;left:0.0625rem;height:4.5rem;text-align:center;text-align-last:center;display:block; }
#Z5iOQbeFZ0JrcNxUOnQQ21HF3BTzEarq { color:#5c3949;display:block;width:75rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.75rem;font-weight:normal;z-index:15005;line-height:1.2;letter-spacing:0;top:10.29167175293rem;left:0rem;height:4.5rem;text-align:center;text-align-last:center;display:block; }
#oEuQPrCavex31WT2C8ygAW4LT0s8a93K { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-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:none; }#oEuQPrCavex31WT2C8ygAW4LT0s8a93K > .row .container { border-width: 0; border-radius: 0; }#oEuQPrCavex31WT2C8ygAW4LT0s8a93K > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#oEuQPrCavex31WT2C8ygAW4LT0s8a93K > .row .container { font-size:0.875rem;font-family:arial;height:27rem;width:75rem;position:relative;display:none; }#pnHLJPtPBT3qPSdHN50U8b3ks75xqggv { color:#5c3949;display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:normal;z-index:15003;line-height:1.2;letter-spacing:0;top:2.3125rem;left:0rem;height:4.5rem;text-align:left;text-align-last:left;display:block; }
#UZ7XB1yx9waFCgwOn72rdPZ70yXHR0zO { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:15rem;width:22.5rem;top:8.6875rem;left:0rem;overflow:hidden;display:block; }
#NVhJUWM9UCfCNTBAtPeehmfWcMtDv0Et { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:15rem;width:22.5rem;top:8.6875rem;left:26.25rem;overflow:hidden;display:block; }
#W3phB5qGM9k1q9LmyQsk2WydHslI8H3l { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:15rem;width:22.5rem;top:8.6875rem;left:52.5rem;overflow:hidden;display:block; }
#GPOcKog8KW1Smyk6FIzQ7d51T8Jfax6U { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-2),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#GPOcKog8KW1Smyk6FIzQ7d51T8Jfax6U > .row .container { border-width: 0; border-radius: 0; }#GPOcKog8KW1Smyk6FIzQ7d51T8Jfax6U > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#GPOcKog8KW1Smyk6FIzQ7d51T8Jfax6U > .row .container { font-size:0.875rem;font-family:arial;height:22.75rem;width:75rem;position:relative;display:none; }#JB7SOzGkon9O4Bur7kDv2DeZe356nHe4 { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:15rem;width:22.5rem;top:3.291015625rem;left:0rem;overflow:hidden;display:block; }
#Tbwi77gfmJLMZWA9TIQX02dh4zsMxpXP { color:#5c3949;display:block;width:40.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.8125rem;font-weight:normal;z-index:15002;line-height:1.2;letter-spacing:0;top:3.29150390625rem;left:26.5625rem;height:10.125rem;text-align:left;text-align-last:left;display:block; }
#gGBbWL9Zc5VxqkOz0y0Dgokw7ChEnTxm { color:#47545a;display:block;width:40.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15007;line-height:1.5;letter-spacing:0;top:7.125rem;left:26.5625rem;height:8.4375rem;font-style:normal;display:block; }
#nMTmwmmRZLpGDv3c4CR1UM17qV4vxGHn { color:#5c3949;display:block;width:31.6875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.1875rem;font-weight:400;z-index:15024;line-height:1.5;letter-spacing:0;top:15.103515625rem;left:26.5625rem;height:3.25rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#mLGssJWnxCq8adX5yiSX7xVTSG4uBCyR { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-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:none; }#mLGssJWnxCq8adX5yiSX7xVTSG4uBCyR > .row .container { border-width: 0; border-radius: 0; }#mLGssJWnxCq8adX5yiSX7xVTSG4uBCyR > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#mLGssJWnxCq8adX5yiSX7xVTSG4uBCyR > .row .container { font-size:0.875rem;font-family:arial;height:89.625rem;width:75rem;position:relative;display:none; }#bcPHActmAzOySob0L2FUC0PUz9VNB8ZA { position:absolute;display:block;z-index:15008;background-color:#5c3949;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;height:5rem;width:75rem;top:2.125rem;left:0rem;display:block; }
#kyt9rUL8StFExz1Si1zFPTEXLr4RCT9K { color:rgba(var(--color-tertiary-2),1);display:block;width:55.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.1875rem;font-weight:normal;z-index:15009;line-height:1.2;letter-spacing:0;top:3.27099609375rem;left:9.96875rem;height:2.625rem;text-align:center;text-align-last:center;display:block; }
#CIJ3GV6yX2rfTIqtQCs78i2eChtFLOnB { color:#47545a;display:block;width:46.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15013;line-height:1.5;letter-spacing:0;top:8.375rem;left:0rem;height:15.1875rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#WxCL0P8RtOKvvTX1tkDfEcf1wao8VbyR { position:absolute;display:block;z-index:15009;background-color:#5c3949;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;height:5rem;width:75rem;top:26.75rem;left:0rem;display:block; }
#RhgIDSy9TNoGSrViCBQuP8X6sTVXNJSb { color:rgba(var(--color-tertiary-2),1);display:block;width:55.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.1875rem;font-weight:normal;z-index:15010;line-height:1.2;letter-spacing:0;top:27.916748046875rem;left:9.96875rem;height:2.625rem;text-align:center;text-align-last:center;display:block; }
#f7roTrLwtx4OOGJKqxxg018dxVbXgI2D { color:#47545a;display:block;width:46.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15014;line-height:1.5;letter-spacing:0;top:33.02099609375rem;left:0rem;height:6.75rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#VOLIsBL6nRukUlwg5wWfsOrCs269EJVp { position:absolute;display:block;z-index:15013;background-color:transparent;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-secondary-2),1);border-left:0.125rem solid rgba(var(--color-secondary-2),1);border-right:0.125rem solid rgba(var(--color-secondary-2),1);border-bottom:0.125rem solid rgba(var(--color-secondary-2),1);border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;height:33rem;width:21.875rem;top:48.0625rem;left:0rem;display:block; }
#t4TebbQcQoEzftLp2waMJzlGX818Ox1T { color:#47545a;display:block;width:20rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15023;line-height:1.5;letter-spacing:0;top:62.8515625rem;left:1.09375rem;height:16.5rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#rgx2VaaTJDQgb6197frCw6WzRGgMkXU1 { position:absolute;display:block;z-index:15015;background-color:transparent;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-secondary-2),1);border-left:0.125rem solid rgba(var(--color-secondary-2),1);border-right:0.125rem solid rgba(var(--color-secondary-2),1);border-bottom:0.125rem solid rgba(var(--color-secondary-2),1);border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;height:33rem;width:21.875rem;top:48.0625rem;left:26.5625rem;display:block; }
#adK4At4NaAbvRurS4DXEgDWNDTG3lFLM { color:#47545a;display:block;width:20rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15025;line-height:1.5;letter-spacing:0;top:62.82958984375rem;left:27.5rem;height:16.5rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#Q5r1NNKkyEuCBfVGhRVdOUezCxskACUM { position:absolute;display:block;z-index:15017;background-color:transparent;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-secondary-2),1);border-left:0.125rem solid rgba(var(--color-secondary-2),1);border-right:0.125rem solid rgba(var(--color-secondary-2),1);border-bottom:0.125rem solid rgba(var(--color-secondary-2),1);border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;height:33rem;width:21.875rem;top:48.0625rem;left:53.125rem;display:block; }
#xlimKyTlF0aDq5XS2HWsOZbCOASH7BJ9 { color:#47545a;display:block;width:20rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15027;line-height:1.5;letter-spacing:0;top:62.82958984375rem;left:54.218753814698rem;height:18rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#z3XJvu7RgczVTK1Q53KTZignTiowGsum { position:absolute;display:block;z-index:15010;background-color:#5c3949;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;height:5rem;width:75rem;top:41.4375rem;left:0rem;display:block; }
#M94qeZldDMltrwIvZFglAbxcHPENlTfB { color:rgba(var(--color-tertiary-2),1);display:block;width:55.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.1875rem;font-weight:normal;z-index:15011;line-height:1.2;letter-spacing:0;top:42.64599609375rem;left:9.96875rem;height:2.625rem;text-align:center;text-align-last:center;display:block; }
#CyPqP4TvWKPKGrFHDE42AFdiZbNLwxT5 { position:absolute;display:block;z-index:15017;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:12.5rem;width:12.5rem;top:49.25rem;left:4.875rem;overflow:hidden;display:block; }
#SNOMoKLFpilKvCdlTvSMw8qGfx2pIaok { position:absolute;display:block;z-index:15017;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:12.5rem;width:12.5rem;top:49.25rem;left:31.25rem;overflow:hidden;display:block; }
#uetmbZ5EnLq70IWDZPEPM5FJ54F3hyl1 { position:absolute;display:block;z-index:15017;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:12.5rem;width:12.5rem;top:49.22802734375rem;left:57.968753814698rem;overflow:hidden;display:block; }
#vyhvkwrfyn4gO4qomTZBGBcOBZIVgsRk { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-1),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#vyhvkwrfyn4gO4qomTZBGBcOBZIVgsRk > .row .container { border-width: 0; border-radius: 0; }#vyhvkwrfyn4gO4qomTZBGBcOBZIVgsRk > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#vyhvkwrfyn4gO4qomTZBGBcOBZIVgsRk > .row .container { font-size:0.875rem;font-family:arial;height:30.75rem;width:75rem;position:relative;display:none; }#GT6GQiBCFVymros3zu8ixPZ3Lvi6Ei7X { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:15rem;width:22.5rem;top:2.625rem;left:0rem;overflow:hidden;display:block; }
#SPtWNMG0AC7UpM2oALSSbfHZoJKoH2Co { color:#5c3949;display:block;width:40.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.8125rem;font-weight:normal;z-index:15002;line-height:1.2;letter-spacing:0;top:3.29150390625rem;left:26.5625rem;height:6.75rem;text-align:left;text-align-last:left;display:block; }
#RKp27b5ZXzox7uhvDWNtC0zUEhmtP3PE { color:#47545a;display:block;width:40.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15007;line-height:1.5;letter-spacing:0;top:10.8125rem;left:26.5625rem;height:13.5rem;font-style:normal;display:block; }
#iAk4zIP2G5S56xQLkdN942tdQbEf6BAG { color:#5c3949;display:block;width:31.6875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.1875rem;font-weight:400;z-index:15024;line-height:1.5;letter-spacing:0;top:25.791748046875rem;left:26.5625rem;height:3.25rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#RQSu2sAs1BWRqdQIXtLCNSH2NDJ3OTff { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-2),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#RQSu2sAs1BWRqdQIXtLCNSH2NDJ3OTff > .row .container { border-width: 0; border-radius: 0; }#RQSu2sAs1BWRqdQIXtLCNSH2NDJ3OTff > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#RQSu2sAs1BWRqdQIXtLCNSH2NDJ3OTff > .row .container { font-size:0.875rem;font-family:arial;height:39.25rem;width:75rem;position:relative;display:none; }#AqDqH93OEb9iqpgVM6hdBRQUFHRfqNWb { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:15rem;width:22.5rem;top:2.625rem;left:0rem;overflow:hidden;display:block; }
#UlRPoUTm7usc5Do5cMsdsRNIwqGGcORw { color:#5c3949;display:block;width:40.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.8125rem;font-weight:normal;z-index:15002;line-height:1.2;letter-spacing:0;top:3.29150390625rem;left:26.5625rem;height:6.75rem;text-align:left;text-align-last:left;display:block; }
#tTpTyJE2CRwaoZctPiFr2JHrRK2Jkza6 { color:#47545a;display:block;width:40.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15007;line-height:1.5;letter-spacing:0;top:11.4375rem;left:26.5625rem;height:20.25rem;font-style:normal;display:block; }
#xH2vaSrPgl2EzhPvJQUSTmaObcixwnUK { color:#5c3949;display:block;width:21.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15018;line-height:1.5;letter-spacing:0;top:19.5rem;left:0rem;height:5.0625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#hIpoHckcfxkDFmzPyQnAAT1tST34sZuq { color:#5c3949;display:block;width:31.6875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.1875rem;font-weight:400;z-index:15024;line-height:1.5;letter-spacing:0;top:33.229248046875rem;left:26.5625rem;height:3.25rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#sVTNugIMHtdATwQsuQNRXSRkHUhLPywW { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-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:none; }#sVTNugIMHtdATwQsuQNRXSRkHUhLPywW > .row .container { border-width: 0; border-radius: 0; }#sVTNugIMHtdATwQsuQNRXSRkHUhLPywW > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#sVTNugIMHtdATwQsuQNRXSRkHUhLPywW > .row .container { font-size:0.875rem;font-family:arial;height:103.8125rem;width:75rem;position:relative;display:none; }#xSJPsPPPapGPCx1TzJehb6Th8TdUQAyA { position:absolute;display:block;z-index:15008;background-color:#5c3949;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;height:5rem;width:75rem;top:2.125rem;left:0rem;display:block; }
#iVJum5B9ngX58IL2w1gGaErPsSEX6SuC { color:rgba(var(--color-tertiary-2),1);display:block;width:55.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.1875rem;font-weight:normal;z-index:15009;line-height:1.2;letter-spacing:0;top:3.27099609375rem;left:9.96875rem;height:2.625rem;text-align:center;text-align-last:center;display:block; }
#EzndhdBTddOwcpflqnmx6kKJIsRnqvqw { position:absolute;display:block;z-index:15010;background-color:#5c3949;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;height:5rem;width:75rem;top:24.583251953125rem;left:0rem;display:block; }
#FFroTwBDMwJpWVIGMMQrbMQAeu1yePkI { color:rgba(var(--color-tertiary-2),1);display:block;width:55.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.1875rem;font-weight:normal;z-index:15011;line-height:1.2;letter-spacing:0;top:25.7890625rem;left:9.96875rem;height:2.625rem;text-align:center;text-align-last:center;display:block; }
#yCdamH33pnIAbvySXwuxIZzV12FdVltL { color:#47545a;display:block;width:47.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15007;line-height:1.5;letter-spacing:0;top:9.291015625rem;left:0rem;height:13.5rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#FuEHSro6hywpEtnzCqH7czpQTL3COKPU { color:#47545a;display:block;width:50.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15008;line-height:1.5;letter-spacing:0;top:32.853515625rem;left:0rem;height:23.625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#lGg6wpcfJnerh17kf7Wb72g8qzitcaXR { position:absolute;display:block;z-index:15011;background-color:#5c3949;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;height:5rem;width:75rem;top:62.14453125rem;left:0rem;display:block; }
#UsmX0ThKu9L4hJJEJTsNkS4hqXKoVzUo { color:rgba(var(--color-tertiary-2),1);display:block;width:55.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.1875rem;font-weight:normal;z-index:15012;line-height:1.2;letter-spacing:0;top:63.29052734375rem;left:8.75rem;height:2.625rem;text-align:center;text-align-last:center;display:block; }
#Scrpy442QZmxHcmyFAfqiS6oi9P6secn { color:#47545a;display:block;width:65rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15005;line-height:1.5;letter-spacing:0;top:87.25rem;left:0rem;height:13.5rem;text-align:left;text-align-last:left;font-style:italic;display:block; }
#EF0fiTsi5TBzIkHofNHKNt8Jld5ASy17 { position:absolute;display:block;z-index:15028;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:15.625rem;width:15.625rem;top:69.100002288819rem;left:29.687501907349rem;overflow:hidden;display:block; }
#MA1tNNZF34GKCgsw2oq8eErlkHDDLv7L { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#5c3949;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; }#MA1tNNZF34GKCgsw2oq8eErlkHDDLv7L > .row .container { background-color: transparent; background-image: none; }#MA1tNNZF34GKCgsw2oq8eErlkHDDLv7L::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MA1tNNZF34GKCgsw2oq8eErlkHDDLv7L > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MA1tNNZF34GKCgsw2oq8eErlkHDDLv7L > .row .container > .video-iframe-container { display: none; }#MA1tNNZF34GKCgsw2oq8eErlkHDDLv7L > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MA1tNNZF34GKCgsw2oq8eErlkHDDLv7L > .row > .video-iframe-container { display: none; }#MA1tNNZF34GKCgsw2oq8eErlkHDDLv7L > .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); }#MA1tNNZF34GKCgsw2oq8eErlkHDDLv7L > .row .container { border-width: 0; border-radius: 0; }#MA1tNNZF34GKCgsw2oq8eErlkHDDLv7L > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#MA1tNNZF34GKCgsw2oq8eErlkHDDLv7L > .row .container { font-size:0.875rem;font-family:arial;height:11.1875rem;width:75rem;position:relative;display:block; }#hkVqNHhWqT1wmx6D8LQguXOKRkZAo5RP { color:rgba(var(--color-tertiary-2),1);display:block;width:75rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.8125rem;font-weight:400;z-index:15015;line-height:1.3;letter-spacing:0;top:1.5625rem;left:0rem;height:3.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#dCIl24PEzcpWZZXfZ9WeMeKTd8aJSeJQ { background-color:rgba(var(--color-secondary-2),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.125rem;border-top-right-radius:0.125rem;border-bottom-left-radius:0.125rem;border-bottom-right-radius:0.125rem;box-shadow: none;box-sizing:border-box;color:#5c3949;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:33.125rem;height:3.4375rem;text-decoration:none;z-index:15022;text-align:center;text-align-last:center;top:6.375rem;left:18.59765625rem;display:block; }
#vEkXg6bTnJMVyOenxQ2qVAvTbXc8QA9O { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#WGoyKL9ng3g7OIBg0TUATW7gWAoxG5TW { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-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; }#WGoyKL9ng3g7OIBg0TUATW7gWAoxG5TW > .row .container { background-color: transparent; background-image: none; }#WGoyKL9ng3g7OIBg0TUATW7gWAoxG5TW::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WGoyKL9ng3g7OIBg0TUATW7gWAoxG5TW > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WGoyKL9ng3g7OIBg0TUATW7gWAoxG5TW > .row .container > .video-iframe-container { display: none; }#WGoyKL9ng3g7OIBg0TUATW7gWAoxG5TW > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WGoyKL9ng3g7OIBg0TUATW7gWAoxG5TW > .row > .video-iframe-container { display: none; }#WGoyKL9ng3g7OIBg0TUATW7gWAoxG5TW > .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); }#WGoyKL9ng3g7OIBg0TUATW7gWAoxG5TW > .row .container { border-width: 0; border-radius: 0; }#WGoyKL9ng3g7OIBg0TUATW7gWAoxG5TW > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#WGoyKL9ng3g7OIBg0TUATW7gWAoxG5TW > .row .container { font-size:0.875rem;font-family:arial;height:2.5rem;width:75rem;position:relative;display:block; }#C5nU43xSUwKmT5cgaJxl2QBu9ff9ZJ1T { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-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; }#C5nU43xSUwKmT5cgaJxl2QBu9ff9ZJ1T > .row .container { background-color: transparent; background-image: none; }#C5nU43xSUwKmT5cgaJxl2QBu9ff9ZJ1T::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#C5nU43xSUwKmT5cgaJxl2QBu9ff9ZJ1T > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#C5nU43xSUwKmT5cgaJxl2QBu9ff9ZJ1T > .row .container > .video-iframe-container { display: none; }#C5nU43xSUwKmT5cgaJxl2QBu9ff9ZJ1T > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#C5nU43xSUwKmT5cgaJxl2QBu9ff9ZJ1T > .row > .video-iframe-container { display: none; }#C5nU43xSUwKmT5cgaJxl2QBu9ff9ZJ1T > .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); }#C5nU43xSUwKmT5cgaJxl2QBu9ff9ZJ1T > .row .container { border-width: 0; border-radius: 0; }#C5nU43xSUwKmT5cgaJxl2QBu9ff9ZJ1T > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#C5nU43xSUwKmT5cgaJxl2QBu9ff9ZJ1T > .row .container { font-size:0.875rem;font-family:arial;height:3.5625rem;width:75rem;position:relative;display:block; }#TiaPvi0KQBlc2ybW1GXDA3ArMLrbD0Ek { position:absolute;display:block;z-index:15012;background-color:#5c3949;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:2.25rem;width:56.4375rem;top:0.875rem;left:9.375rem;display:block; }
#C2T9PLcECTShLU3y5waZzqP1fiPP4Ot4 { display:block;width:51.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15015;line-height:1.7;letter-spacing:0;top:0.718701839447rem;left:10.125rem;height:2.125rem;color:#d7a039;font-style:normal;text-align:left;text-align-last:left;display:block; }
#NCELeRFoTQ4klSiA8zgm3aLhAI11oGMJ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-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; }#NCELeRFoTQ4klSiA8zgm3aLhAI11oGMJ > .row .container { background-color: transparent; background-image: none; }#NCELeRFoTQ4klSiA8zgm3aLhAI11oGMJ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NCELeRFoTQ4klSiA8zgm3aLhAI11oGMJ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NCELeRFoTQ4klSiA8zgm3aLhAI11oGMJ > .row .container > .video-iframe-container { display: none; }#NCELeRFoTQ4klSiA8zgm3aLhAI11oGMJ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NCELeRFoTQ4klSiA8zgm3aLhAI11oGMJ > .row > .video-iframe-container { display: none; }#NCELeRFoTQ4klSiA8zgm3aLhAI11oGMJ > .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); }#NCELeRFoTQ4klSiA8zgm3aLhAI11oGMJ > .row .container { border-width: 0; border-radius: 0; }#NCELeRFoTQ4klSiA8zgm3aLhAI11oGMJ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#NCELeRFoTQ4klSiA8zgm3aLhAI11oGMJ > .row .container { font-size:0.875rem;font-family:arial;height:3.75rem;width:75rem;position:relative;display:block; }#OP9ExRscH56wI5BDOi8vRq2MUTgoQxl7 { display:block;width:58.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:300;z-index:15014;line-height:1.8;letter-spacing:0;top:0rem;left:9.375rem;height:1.875rem;color:#47545a;font-style:normal;display:block; }
#a3BESFz0qxcccqwVFAkhEM4wPc0I2iBh { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-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; }#a3BESFz0qxcccqwVFAkhEM4wPc0I2iBh > .row .container { background-color: transparent; background-image: none; }#a3BESFz0qxcccqwVFAkhEM4wPc0I2iBh::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#a3BESFz0qxcccqwVFAkhEM4wPc0I2iBh > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#a3BESFz0qxcccqwVFAkhEM4wPc0I2iBh > .row .container > .video-iframe-container { display: none; }#a3BESFz0qxcccqwVFAkhEM4wPc0I2iBh > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#a3BESFz0qxcccqwVFAkhEM4wPc0I2iBh > .row > .video-iframe-container { display: none; }#a3BESFz0qxcccqwVFAkhEM4wPc0I2iBh > .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); }#a3BESFz0qxcccqwVFAkhEM4wPc0I2iBh > .row .container { border-width: 0; border-radius: 0; }#a3BESFz0qxcccqwVFAkhEM4wPc0I2iBh > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#a3BESFz0qxcccqwVFAkhEM4wPc0I2iBh > .row .container { font-size:0.875rem;font-family:arial;height:3.4375rem;width:75rem;position:relative;display:block; }#CZEIdTrVpT1On94J91N9JZGFauKWCqM0 { display:block;width:50.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15016;line-height:1.7;letter-spacing:0;top:0.65620136260988rem;left:10.0625rem;height:2.125rem;color:#d7a039;font-style:normal;text-align:left;text-align-last:left;display:block; }
#NHAIQwkrDUNe5enmeSiv0cJakw5WUKoB { position:absolute;display:block;z-index:15013;background-color:#5c3949;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:2.25rem;width:56.4375rem;top:0.8125rem;left:9.375rem;display:block; }
#pMlSvbfuASCK1NQ1p328iuB14mEEdcNJ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-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; }#pMlSvbfuASCK1NQ1p328iuB14mEEdcNJ > .row .container { background-color: transparent; background-image: none; }#pMlSvbfuASCK1NQ1p328iuB14mEEdcNJ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pMlSvbfuASCK1NQ1p328iuB14mEEdcNJ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pMlSvbfuASCK1NQ1p328iuB14mEEdcNJ > .row .container > .video-iframe-container { display: none; }#pMlSvbfuASCK1NQ1p328iuB14mEEdcNJ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pMlSvbfuASCK1NQ1p328iuB14mEEdcNJ > .row > .video-iframe-container { display: none; }#pMlSvbfuASCK1NQ1p328iuB14mEEdcNJ > .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); }#pMlSvbfuASCK1NQ1p328iuB14mEEdcNJ > .row .container { border-width: 0; border-radius: 0; }#pMlSvbfuASCK1NQ1p328iuB14mEEdcNJ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#pMlSvbfuASCK1NQ1p328iuB14mEEdcNJ > .row .container { font-size:0.875rem;font-family:arial;height:6.75rem;width:75rem;position:relative;display:block; }#NGksbJ8myGWbtsGZJpyTc4SrNzGzBfel { display:block;width:58.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:300;z-index:15015;line-height:1.8;letter-spacing:0;top:0.5625rem;left:9.53125rem;height:5.625rem;color:#47545a;font-style:normal;display:block; }
#mVseuLlQbMMgfKXhQxpEbmFrie4LlhdN { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-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:none; }#mVseuLlQbMMgfKXhQxpEbmFrie4LlhdN > .row .container { border-width: 0; border-radius: 0; }#mVseuLlQbMMgfKXhQxpEbmFrie4LlhdN > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#mVseuLlQbMMgfKXhQxpEbmFrie4LlhdN > .row .container { font-size:0.875rem;font-family:arial;height:3.5rem;width:75rem;position:relative;display:none; }#opy017HTzk3ST7UB2tNgZCu8dmItTmAW { display:block;width:56.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15014;line-height:1.7;letter-spacing:0;top:1rem;left:10.125rem;height:2.125rem;color:#5c3949;font-style:normal;text-align:left;text-align-last:left;display:block; }
#e3kdm9Fmu9AdliWOM6kpCZQmny4rSmCT { position:absolute;display:block;z-index:15013;background-color:#5c3949;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:2.25rem;width:56.4375rem;top:0.9375rem;left:9.375rem;display:block; }
#vvmfJuBTmymt0ooQ6TisV6TNH0TezrZ1 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-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:none; }#vvmfJuBTmymt0ooQ6TisV6TNH0TezrZ1 > .row .container { border-width: 0; border-radius: 0; }#vvmfJuBTmymt0ooQ6TisV6TNH0TezrZ1 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#vvmfJuBTmymt0ooQ6TisV6TNH0TezrZ1 > .row .container { font-size:0.875rem;font-family:arial;height:10.6875rem;width:75rem;position:relative;display:none; }#txEayK6EqIeTw1iTgb25Oc6sTGBAWvbn { display:block;width:58.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:300;z-index:15013;line-height:1.8;letter-spacing:0;top:1.03125rem;left:9.3125rem;height:7.5rem;color:#47545a;font-style:normal;display:block; }
#VXuR5h91PaZyKlzsEX31GuAgzkuZJmh4 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-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:none; }#VXuR5h91PaZyKlzsEX31GuAgzkuZJmh4 > .row .container { border-width: 0; border-radius: 0; }#VXuR5h91PaZyKlzsEX31GuAgzkuZJmh4 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#VXuR5h91PaZyKlzsEX31GuAgzkuZJmh4 > .row .container { font-size:0.875rem;font-family:arial;height:3.5rem;width:75rem;position:relative;display:none; }#CvTWwvTsFtxMTeKMVCdWOyd1rTnrqloI { position:absolute;display:block;z-index:15014;background-color:#5c3949;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:2.25rem;width:56.4375rem;top:0.5625rem;left:9.375rem;display:block; }
#mKc3LdHnCsaq6r73ElMLI8DocwenTDSh { display:block;width:52.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15017;line-height:1.7;letter-spacing:0;top:0.62421417236328rem;left:9.375rem;height:2.125rem;color:#d7a039;font-style:normal;text-align:left;text-align-last:left;display:block; }
#I14FTu8qEu63Dv3e6qzQb5TTrunNfZe7 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-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:none; }#I14FTu8qEu63Dv3e6qzQb5TTrunNfZe7 > .row .container { border-width: 0; border-radius: 0; }#I14FTu8qEu63Dv3e6qzQb5TTrunNfZe7 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#I14FTu8qEu63Dv3e6qzQb5TTrunNfZe7 > .row .container { font-size:0.875rem;font-family:arial;height:13.375rem;width:75rem;position:relative;display:none; }#wzRLQ1MzQT96L2dt1FWz9zm9m5kVX5tp { display:block;width:58.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:300;z-index:15016;line-height:1.8;letter-spacing:0;top:0rem;left:9.375rem;height:13.125rem;color:#47545a;font-style:normal;display:block; }
#hBcOywpLiPH7EQ1ppPNdFGn8GGJKk4te { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-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; }#hBcOywpLiPH7EQ1ppPNdFGn8GGJKk4te > .row .container { background-color: transparent; background-image: none; }#hBcOywpLiPH7EQ1ppPNdFGn8GGJKk4te::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hBcOywpLiPH7EQ1ppPNdFGn8GGJKk4te > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hBcOywpLiPH7EQ1ppPNdFGn8GGJKk4te > .row .container > .video-iframe-container { display: none; }#hBcOywpLiPH7EQ1ppPNdFGn8GGJKk4te > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hBcOywpLiPH7EQ1ppPNdFGn8GGJKk4te > .row > .video-iframe-container { display: none; }#hBcOywpLiPH7EQ1ppPNdFGn8GGJKk4te > .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); }#hBcOywpLiPH7EQ1ppPNdFGn8GGJKk4te > .row .container { border-width: 0; border-radius: 0; }#hBcOywpLiPH7EQ1ppPNdFGn8GGJKk4te > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#hBcOywpLiPH7EQ1ppPNdFGn8GGJKk4te > .row .container { font-size:0.875rem;font-family:arial;height:3.5rem;width:75rem;position:relative;display:block; }#hXZei8ZlsKW1BV9Odt34CUUm7mozbw2g { position:absolute;display:block;z-index:15014;background-color:#5c3949;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:2.25rem;width:56.4375rem;top:0.5625rem;left:9.375rem;display:block; }
#TG1Qo06qOkOeJqtR7yfGWwD3PJBzgRIr { display:block;width:49.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15017;line-height:1.7;letter-spacing:0;top:0.62421417236328rem;left:9.375rem;height:2.125rem;color:#d7a039;font-style:normal;text-align:left;text-align-last:left;display:block; }
#STTp99MhKxBuzz6PZNWeJlogOt2Cdc90 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-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; }#STTp99MhKxBuzz6PZNWeJlogOt2Cdc90 > .row .container { background-color: transparent; background-image: none; }#STTp99MhKxBuzz6PZNWeJlogOt2Cdc90::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#STTp99MhKxBuzz6PZNWeJlogOt2Cdc90 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#STTp99MhKxBuzz6PZNWeJlogOt2Cdc90 > .row .container > .video-iframe-container { display: none; }#STTp99MhKxBuzz6PZNWeJlogOt2Cdc90 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#STTp99MhKxBuzz6PZNWeJlogOt2Cdc90 > .row > .video-iframe-container { display: none; }#STTp99MhKxBuzz6PZNWeJlogOt2Cdc90 > .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); }#STTp99MhKxBuzz6PZNWeJlogOt2Cdc90 > .row .container { border-width: 0; border-radius: 0; }#STTp99MhKxBuzz6PZNWeJlogOt2Cdc90 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#STTp99MhKxBuzz6PZNWeJlogOt2Cdc90 > .row .container { font-size:0.875rem;font-family:arial;height:13.8125rem;width:75rem;position:relative;display:block; }#omirVMqTNdkHboyuEsSd7eziAIVA2IGX { display:block;width:58.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:300;z-index:15016;line-height:1.8;letter-spacing:0;top:0rem;left:9.375rem;height:13.125rem;color:#47545a;font-style:normal;display:block; }
#lfeMN8IQTtORTrz6utWQGSvUnNTd8EUd { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-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; }#lfeMN8IQTtORTrz6utWQGSvUnNTd8EUd > .row .container { background-color: transparent; background-image: none; }#lfeMN8IQTtORTrz6utWQGSvUnNTd8EUd::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lfeMN8IQTtORTrz6utWQGSvUnNTd8EUd > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lfeMN8IQTtORTrz6utWQGSvUnNTd8EUd > .row .container > .video-iframe-container { display: none; }#lfeMN8IQTtORTrz6utWQGSvUnNTd8EUd > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lfeMN8IQTtORTrz6utWQGSvUnNTd8EUd > .row > .video-iframe-container { display: none; }#lfeMN8IQTtORTrz6utWQGSvUnNTd8EUd > .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); }#lfeMN8IQTtORTrz6utWQGSvUnNTd8EUd > .row .container { border-width: 0; border-radius: 0; }#lfeMN8IQTtORTrz6utWQGSvUnNTd8EUd > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#lfeMN8IQTtORTrz6utWQGSvUnNTd8EUd > .row .container { font-size:0.875rem;font-family:arial;height:3.5rem;width:75rem;position:relative;display:block; }#aSIJklnp9yNDe5xFHVgaHRwxxKMH8o4H { display:block;width:55.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15014;line-height:1.7;letter-spacing:0;top:1.0625rem;left:9.375rem;height:2.125rem;color:#ffde00;font-style:normal;text-align:left;text-align-last:left;display:block; }
#T4gxboynqT9SrIhwzorDUV03qPeVIA5A { position:absolute;display:block;z-index:15013;background-color:#5c3949;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:2.25rem;width:56.4375rem;top:0.9375rem;left:9.375rem;display:block; }
#S4VTtaz61tcX2vLXoV05afJNgK0ULCXX { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-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; }#S4VTtaz61tcX2vLXoV05afJNgK0ULCXX > .row .container { background-color: transparent; background-image: none; }#S4VTtaz61tcX2vLXoV05afJNgK0ULCXX::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#S4VTtaz61tcX2vLXoV05afJNgK0ULCXX > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#S4VTtaz61tcX2vLXoV05afJNgK0ULCXX > .row .container > .video-iframe-container { display: none; }#S4VTtaz61tcX2vLXoV05afJNgK0ULCXX > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#S4VTtaz61tcX2vLXoV05afJNgK0ULCXX > .row > .video-iframe-container { display: none; }#S4VTtaz61tcX2vLXoV05afJNgK0ULCXX > .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); }#S4VTtaz61tcX2vLXoV05afJNgK0ULCXX > .row .container { border-width: 0; border-radius: 0; }#S4VTtaz61tcX2vLXoV05afJNgK0ULCXX > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#S4VTtaz61tcX2vLXoV05afJNgK0ULCXX > .row .container { font-size:0.875rem;font-family:arial;height:7rem;width:75rem;position:relative;display:block; }#iQT8eMZGHXBNWa5Th9c998uON7lJ4vdc { display:block;width:58.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:300;z-index:15013;line-height:1.8;letter-spacing:0;top:0rem;left:9.375rem;height:3.75rem;color:#47545a;font-style:normal;display:block; }
#VwptnzJfLzlqWdxJc3filRxrTnr6IsOl { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-4),1);background-image:url("https://images.assets-landingi.com/uc/7efa7110-8b0d-4058-adc9-fe72eef33487/BF2.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;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:none; }#VwptnzJfLzlqWdxJc3filRxrTnr6IsOl.adaptive-delivery-prevent-bg, #VwptnzJfLzlqWdxJc3filRxrTnr6IsOl.lazyload, #VwptnzJfLzlqWdxJc3filRxrTnr6IsOl.lazyloading { background-image: none; }#VwptnzJfLzlqWdxJc3filRxrTnr6IsOl > .row .container { border-width: 0; border-radius: 0; }#VwptnzJfLzlqWdxJc3filRxrTnr6IsOl > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#VwptnzJfLzlqWdxJc3filRxrTnr6IsOl > .row .container { font-size:0.875rem;font-family:arial;height:45.1875rem;width:75rem;position:relative;display:none; }#siriq0eFPBBZo6TdiSudN6JgDplh07Cp { color:rgba(var(--color-tertiary-2),1);display:block;width:74.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.75rem;font-weight:normal;z-index:15004;line-height:1.2;letter-spacing:0;top:3.1146240234375rem;left:0.0625rem;height:13.5rem;text-align:center;text-align-last:center;display:block; }
#c4ode3zuGTOlrDcu7ouE77qXrH8Pa6dM { color:rgba(var(--color-tertiary-0),1);display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:400;z-index:15017;line-height:1.3;letter-spacing:0;top:19.135498046875rem;left:0rem;height:2.4375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#vu3zASHkI9UsrmdHw8qXLix7XTacMhzQ .widget-container { border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;flex-direction:column;align-items:center;background-color:;background-image:none;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;vertical-align:top;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#vu3zASHkI9UsrmdHw8qXLix7XTacMhzQ .widget-text.counter-number { border-top:0.1875rem solid #4bae16;border-left:0.1875rem solid #4bae16;border-right:0.1875rem solid #4bae16;border-bottom:0.1875rem solid #4bae16;background-color:transparent;background-image:none;color:rgba(var(--color-tertiary-0),1);padding-top:1.016875rem;padding-right:0.900625rem;padding-bottom:1.016875rem;padding-left:0.900625rem;display:block;align-items:center;width:5.40375rem;min-width:5.40375rem;height:5.466875rem;position:relative;font-family:var(--headlines-font-family);font-size:4.068125rem;font-weight:400;line-height:87.47px;text-align:center;text-align-last:center;top:0rem;left:0rem;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#vu3zASHkI9UsrmdHw8qXLix7XTacMhzQ .widget-text.counter-label { background-color:;background-image:none;color:rgba(var(--color-tertiary-0),1);padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.635625rem;margin-right:0;margin-bottom:0;margin-left:0;display:block;width:7.205rem;height:2.16125rem;position:relative;font-family:var(--paragraphs-font-family);font-size:1.525625rem;font-weight:400;line-height:34.58px;text-align:center;text-align-last:center;text-transform:none;top:-4%;left:0rem;font-style:normal;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#vu3zASHkI9UsrmdHw8qXLix7XTacMhzQ { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;box-shadow: none;display:flex;justify-content:space-between;width:25.75rem;height:10.6725rem;padding-top:0.126875rem;padding-right:0.12875rem;padding-bottom:0.126875rem;padding-left:0.12875rem;position:absolute;font-family:"open sans";font-size:2rem;font-weight:700;line-height:1;text-align:center;text-align-last:center;text-transform:none;top:23.75rem;left:24.494792938233rem;z-index:15063; }
#vu3zASHkI9UsrmdHw8qXLix7XTacMhzQ #tQzsbeSlpdPvo94HInWGZRtplET3BuZR { display:flex;position:relative;top:0rem;left:0rem; }
#vu3zASHkI9UsrmdHw8qXLix7XTacMhzQ #othmknhpoSCyvggUnA98JUFMxQiV3lKR { width:auto; }
#vu3zASHkI9UsrmdHw8qXLix7XTacMhzQ #CZfzWkTvFFwnX6GX7BuBE9V3fdPPKZuU {  }
#vu3zASHkI9UsrmdHw8qXLix7XTacMhzQ #s7lGudcokD2cGJ83d3238fbd4iVMpT5Q { display:flex;position:relative;top:0rem;left:0rem; }
#vu3zASHkI9UsrmdHw8qXLix7XTacMhzQ #ElMQnUG8ZPpRTIqkBQD3OyDKhKAHg6Rq {  }
#vu3zASHkI9UsrmdHw8qXLix7XTacMhzQ #VJg4C3OwPzAFOVNVcEKnnf32ew02h9Tv {  }
#vu3zASHkI9UsrmdHw8qXLix7XTacMhzQ #AzCDcVfnJSF4Go8cqvqkAEyUh6x9xrQu { display:flex;position:relative;top:0rem;left:0rem; }
#vu3zASHkI9UsrmdHw8qXLix7XTacMhzQ #MdK5Am5EUNEGZ4FsiyZzCoA0568OV6M5 {  }
#vu3zASHkI9UsrmdHw8qXLix7XTacMhzQ #LfRHmTatbuh7zyOiWAKFzuuncMMsRgQX {  }
#vu3zASHkI9UsrmdHw8qXLix7XTacMhzQ #eNdW4WtBBn9ZcpILTNet2aNiklfI4aTL { display:flex;position:relative;top:0rem;left:0rem;display:none; }
#vu3zASHkI9UsrmdHw8qXLix7XTacMhzQ #yUl4iJnlhoGkrh3bnyxsmEmu4zcKpUDq {  }
#vu3zASHkI9UsrmdHw8qXLix7XTacMhzQ #ilpkTp3QnpVpTFyQ0nQBAc8L8w8uoEVD {  }
#hqyFxthi0E6mm2Q3fFd1ZhA5pcXoIaTd { background-color:#4bae16;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-secondary-2),1);border-left:0.125rem solid rgba(var(--color-secondary-2),1);border-right:0.125rem solid rgba(var(--color-secondary-2),1);border-bottom:0.125rem solid rgba(var(--color-secondary-2),1);border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-1),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:31.25rem;height:3.4375rem;text-decoration:none;z-index:15028;text-align:center;text-align-last:center;top:37.83203125rem;left:20.9375rem;display:block; }
#tc0guTE35SGyKWFC1q0SzUhQbzdwrRRK { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#IbTNdx3Gn0vMERG9WJLBTdipkJWsmvSd { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#5c3949;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; }#IbTNdx3Gn0vMERG9WJLBTdipkJWsmvSd > .row .container { background-color: transparent; background-image: none; }#IbTNdx3Gn0vMERG9WJLBTdipkJWsmvSd::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IbTNdx3Gn0vMERG9WJLBTdipkJWsmvSd > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IbTNdx3Gn0vMERG9WJLBTdipkJWsmvSd > .row .container > .video-iframe-container { display: none; }#IbTNdx3Gn0vMERG9WJLBTdipkJWsmvSd > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IbTNdx3Gn0vMERG9WJLBTdipkJWsmvSd > .row > .video-iframe-container { display: none; }#IbTNdx3Gn0vMERG9WJLBTdipkJWsmvSd > .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); }#IbTNdx3Gn0vMERG9WJLBTdipkJWsmvSd > .row .container { border-width: 0; border-radius: 0; }#IbTNdx3Gn0vMERG9WJLBTdipkJWsmvSd > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#IbTNdx3Gn0vMERG9WJLBTdipkJWsmvSd > .row .container { font-size:0.875rem;font-family:arial;height:9.625rem;width:75rem;position:relative;display:block; }#HDBK7ETGFcGh6kUHGGqJDE92oTtqGQdL { border-bottom:0;border-left:0;border-right:0;border-top:0;height:4.6875rem;width:4.6875rem;position:absolute;display:block;z-index:15025;box-shadow: none;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;top:1.9375rem;left:34.8125rem;overflow:hidden;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { background-color:#5c3949;background-image:url("https://images.assets-landingi.com/uc/a15c1b4e-0e10-4922-8f6d-d93ce0131045/Zdjciegwnenastronzapisufale.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.adaptive-delivery-prevent-bg, #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.lazyload, #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.lazyloading { background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:47.75rem;height:24.3125rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #iAGZ3eH6XmSvtwx92aCeLLG8OVIyNnE3 { width:21.9375rem;height:3.625rem;top:4.375rem;left:25.4375rem;font-size:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #X1ztTgPsruOcwdDlmMOOldQCtWCFz7Iy { width:19.75rem;height:2.4375rem;top:8.0625rem;left:26.5rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lpNacvBvrMV73sTHTf4c9UZHw3GDQBy8 { width:4.3125rem;height:4.3125rem;top:0.08203125rem;left:34.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #JUPlXtiuTKnJyeEaGIoVxHJvk8UURa1N { width:21.6875rem;height:3.25rem;top:12.1875rem;left:25.5625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #LtkOBRMQqDS3tvOOrcuDXytRnCZb4vU2 { width:22.75rem;height:7.1875rem;top:11.25rem;left:25rem;display:block; }
 }@media only screen and (max-width: 763px) { #b5MaOpwmko3FWGlm2l6npJrPXGeuyqrq { width:6rem;height:6rem;top:17.4375rem;left:26.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #anGeRMebaHV5kWdaVTHaJGiGiBtoe4iF { width:20.3125rem;height:2.875rem;top:19.4375rem;left:27.125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #a1rpuiDd2vadw01LodUubZUupLRfUS7A { width:31.25rem;height:31.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #Q9Emq65Gc9appqht9RVTdgfVEP8d88En { width:21.6875rem;height:1.625rem;top:15.9375rem;left:25.5625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #aHhypQLM6guPoQ5iO1KQUTzFXdR24146 { display:none; }#aHhypQLM6guPoQ5iO1KQUTzFXdR24146 > .row .container { width:47.75rem;height:44.4375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #Jvnv81wr3Bd2q3oi1ADXs71PQgE9pKui { width:21.875rem;height:17.4375rem;top:5.65625rem;left:2.03125rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #oiT4KlQbbQ3Wi8Gb8MbNN5gpHuF3J2IX { top:48.649742126465rem;left:6.02734375rem;width:40.1875rem;height:0;font-size:1.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #WCICzoT9vHAcTKgfvp9kPud2vdu5egNx { width:18.486328125rem;height:2.927734375rem;top:38.4921875rem;left:19.93359375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #GUBUK8VvgBQOSKcCSfdIF7cJQBxmPSXS { display:block; }
 }@media only screen and (max-width: 763px) { #FyHiiDprtyfzseWrX2kNSG52SrqnaMww { top:2.65625rem;left:12.9375rem;width:21.875rem;height:3.08333325rem;font-size:2.8125rem;z-index:15005;display:block; }
 }@media only screen and (max-width: 763px) { #nOSM4NrxCXJTnVlzZo3MvcxQnZBs516U { top:24.5244140625rem;left:0.53125rem;width:18.375rem;height:3.16666675rem;font-size:1.25rem;z-index:15005;display:block; }
 }@media only screen and (max-width: 763px) { #xRwdCaQdxLlbPvzFQUyLOJyqqCWnPrGg { top:41.145835876465rem;left:9.53125rem;width:21.875rem;height:0;font-size:2.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #rrbXTM76oRWAtdSuQRnn1lyJxrTAPG7D { top:12.84375rem;left:12.9375rem;width:21.875rem;height:3.08333325rem;font-size:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QODXSuqQufpRKFSZcfKWGFb2J7sh6e4D { width:21.25rem;height:14.0625rem;top:7.9375rem;left:25.810546875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VN0zhhW5cxeXbSI6wh0hEIVawQ1RZn5f { top:41.145835876465rem;left:9.53125rem;width:21.875rem;height:0;font-size:2.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #saKACuueoF8lrR2111SxSlNFqF3I98AL { top:48.649742126465rem;left:6.02734375rem;width:40.1875rem;height:0;font-size:1.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #nx1dkVdpXdb5NE7dEzJ7dnd4qTgXL8Ne { width:8.6875rem;height:8.25rem;top:30.6025390625rem;left:3.28125rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XH2BQ9EdZcZQuN5on8loQZfOVX8IPwlT { width:24.9375rem;height:2.33333325rem;top:30.6025390625rem;left:16.7080078125rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #uHl8t4Ameo5Mr0L8CB5TJAn1mDtSaxsE { width:12.5625rem;height:3.66666675rem;top:33.7900390625rem;left:22.8955078125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #PswJgCAlpbv53ZLdv95lWZ6QZiOadu7m { top:48.649742126465rem;left:6.02734375rem;width:40.1875rem;height:0;font-size:1.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #hPPvbZANsPsqtMKsL1NHlPTkR9ThR2vA { background-color:#5c3949;background-image:url("https://images.assets-landingi.com/uc/a7117901-b3a7-47ec-9183-1baab2a37115/Zdjciewtle_GrupaFBPrzysta.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;display:none; }#hPPvbZANsPsqtMKsL1NHlPTkR9ThR2vA.adaptive-delivery-prevent-bg, #hPPvbZANsPsqtMKsL1NHlPTkR9ThR2vA.lazyload, #hPPvbZANsPsqtMKsL1NHlPTkR9ThR2vA.lazyloading { background-image: none; }#hPPvbZANsPsqtMKsL1NHlPTkR9ThR2vA > .row .container { width:47.75rem;height:24.25rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #VKlehIpcnXorWde05sLAo3BxtZZZQO0W { width:21.9375rem;height:3.66666675rem;top:7.3125rem;left:24.15625rem;font-size:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HqwKftxTkrWgiCMAJS4GLybBRTMupukm { width:19.75rem;height:2.41666675rem;top:10.979166984558rem;left:25.25rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SxnTCCD2BPA4r4TJNry6T0IOxAAotSi7 { width:4.3125rem;height:4.3125rem;top:1.7291667461395rem;left:32.96875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mCUadpk4ipDPAGrofP1nRwJJMvgtL9yR { width:21.6875rem;height:3.16666675rem;top:15.072916984558rem;left:24.28125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #rM08cFOUfWfx8iaitcoyh0FosMTtRyd8 { width:22.75rem;height:4.9375rem;top:14.1875rem;left:23.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #W2X4ylCKScXflNEoNU32Btmq9XuV52lz { width:6rem;height:6rem;top:18.239583969116rem;left:25.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #dX8ZFTpq6fyRFHfPTJOF12gFtkTQIT1o { width:20.3125rem;height:3rem;top:20.25rem;left:25.864583969116rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #eNTiq0xruGM5NZc5ZTGwsQXCHS9ewrKJ { width:35rem;height:52.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #ZTgGfGZM7lv43xb3XuehEX0rGM7tzzFL { display:none; }#ZTgGfGZM7lv43xb3XuehEX0rGM7tzzFL > .row .container { width:47.75rem;height:17.125rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #ArMtGaXWHdxJMkqmO74RagQTb3d205zI { width:9.375rem;height:6.1875rem;top:8.125rem;left:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Plu18STIOrhM84dZ9lrFdZMU25y1FpB9 { width:9.375rem;height:6.1875rem;top:8.125rem;left:24.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #RNKUFrPLV1nFCunDHSJtIST4QWuoH5fe { width:9.375rem;height:6.1875rem;top:8.125rem;left:13.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dWTQMcPot9AHGQC8fni8JHotLLlaSPCU { width:9.375rem;height:6.1875rem;top:8.125rem;left:34.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PXMcRTQ2CLU2DUkTqe3ctxTDcZEu1y5c { width:47.75rem;height:2.625rem;top:1.4375rem;left:0rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mWDTq1US6Nf3xoBJJM10geMR0FMyOKJ7 { width:47.75rem;height:1.875rem;top:4.9375rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #O2qXMUkxxclDsb50TQln1DuEVfLTmo7a { width:47.75rem;height:1.35rem;top:15.5rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rrbTlZqf0dvm6kGGfGSVHSCRl1aUtBZ8 { display:none; }#rrbTlZqf0dvm6kGGfGSVHSCRl1aUtBZ8 > .row .container { width:47.75rem;height:16.5rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #yBPkb5Q0tcw0ALVgJHdbxUL12wzTdnHy { width:9.375rem;height:6.1875rem;top:5.5rem;left:3.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #MPbx3B01kg0qdxDPI12kF9Ab9feXs50u { width:9.375rem;height:6.1875rem;top:5.5rem;left:13.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #IXyDVKpxMBqIertBh6qcLHTfpu19JaGm { width:9.375rem;height:6.1875rem;top:5.5rem;left:24.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #COIJgpQ3GHsTIqVTZhe0B7BzSMSBctdN { width:9.375rem;height:6.1875rem;top:5.5625rem;left:35rem;display:block; }
 }@media only screen and (max-width: 763px) { #A7pFBRGbCUoansfmTNL9QRzPoHGVgziB { width:47.75rem;height:1.875rem;top:2.25rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #MP6gzGKNGZmfTrR32tyXURm4HLSNtKSk { width:47.75rem;height:1.35rem;top:13rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SwkI0LNyxp5xNxnKNTrhCbM6HrVxZZOx { display:none; }#SwkI0LNyxp5xNxnKNTrhCbM6HrVxZZOx > .row .container { width:47.75rem;height:17.125rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #mt2ZnzAbIzcs4mdRrCet9JxHPLrgOW7J { width:9.25rem;height:6.125rem;top:8.125rem;left:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #PA55wTuNdJ8Kv2EA0BDuSXMrLWL1MeOt { width:9.25rem;height:6.125rem;top:8.125rem;left:24.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #AT2QQhRHw6erUdFvc2iBcJ9kTXdbEVnS { width:9.25rem;height:6.125rem;top:8.125rem;left:13.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #G9xClzSkZoQCcs6ev1dU2eQfx3M1dtBq { width:9.375rem;height:6.1875rem;top:8.125rem;left:34.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #swVxJe0m6OE9OHQazZfrJ6LWBuHyJAmQ { width:47.75rem;height:1.3125rem;top:15.5rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #akTx31xla8EBeJRntAmThIudOpJzMPRs { display:none; }#akTx31xla8EBeJRntAmThIudOpJzMPRs > .row .container { width:47.75rem;height:6.4375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #p7FP1EFNalk5OEnvklsoXiV1KEFEHDik { width:47.75rem;height:1.875rem;top:1.4375rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hH7v4SPtUH23yiUz7353DTtwMyEzVTr3 { width:9.25rem;height:6.125rem;top:5.5rem;left:3.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #DOgmZiyaZqVS7DywpT3mStmLGgStHdLo { width:9.25rem;height:6.125rem;top:5.5rem;left:3.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #KI6ShcyynuJRExezTRGP2OgnT9ZFEHES { display:none; }#KI6ShcyynuJRExezTRGP2OgnT9ZFEHES > .row .container { width:47.75rem;height:16.5rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #UDXOzX1ASZgxn9vTXm0GildQbTOGda2Q { width:9.25rem;height:6.125rem;top:5.5rem;left:3.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #CHAKRWG3qocCeEkIQaGdTqwslFfNAaTO { width:9.375rem;height:6.1875rem;top:5.5rem;left:13.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #BEfN1XJUwUz9PRZuUSQPvnBCifLKi1tq { width:9.375rem;height:6.1875rem;top:5.5rem;left:24.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #mO9TPVANHgTEmnrQJTbwGt3dpzhOO9hC { width:9.25rem;height:6.125rem;top:5.5625rem;left:35rem;display:block; }
 }@media only screen and (max-width: 763px) { #nVAqXP0L2nCwRVtgFG2ozeILf0HQePO4 { width:47.75rem;height:1.3125rem;top:13rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FORXrcdN1OagFOfG0E4NtrDVFGTQu9vO { display:none; }#FORXrcdN1OagFOfG0E4NtrDVFGTQu9vO > .row .container { width:47.75rem;height:6.4375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #BPNeLG83eQeW4zOObRzZyVQbDASetGGL { width:47.75rem;height:1.875rem;top:1.4375rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #MCZfpSIVBlJUTtUDI44K0COknqvamfXo { width:24.9375rem;height:1.875rem;top:4.3125rem;left:9.6875rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #m7Iu83Udsp5LI5QhsFGp18TrKI8nnIuf { display:none; }#m7Iu83Udsp5LI5QhsFGp18TrKI8nnIuf > .row .container { width:47.75rem;height:27.1875rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #gXoP4znXCKTKHTpRRC3Bz913eCApONta { width:45.1875rem;height:2.625rem;top:1.4166717529297rem;left:1.28125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gz8tq1NAR1TSDP0wrKEmpa6T1RtJeWVn { width:12.5rem;height:8.3125rem;top:5.8958435058594rem;left:3.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #aWI7Bg2gTGqvSpWuzplTXLcfbRl0JxSc { width:12.5rem;height:8.3125rem;top:5.9166717529297rem;left:17.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #SeWQBMTpulNQ4ivIIHGJL8DXr2JNTAWa { width:12.5rem;height:8.3125rem;top:5.8958435058594rem;left:31.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #aJaMH1U7t2mDAZ5W8JG5PDPKWVE4t4NK { width:47.75rem;height:1.3125rem;top:15.5625rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #W6Xu2SoiVs77JUOFuiT0Q8cdacSU9VmX { display:none; }#W6Xu2SoiVs77JUOFuiT0Q8cdacSU9VmX > .row .container { width:47.75rem;height:27.1875rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #nyRx38yOpWXiVdFl4w0VnMd8ixUV9Auo { width:45.1875rem;height:2.7rem;top:1.4166717529297rem;left:1.28125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GhuBqDprJVPAAKLwhqar8P2EL9n9Ofw3 { width:12.5rem;height:8.3125rem;top:5.8958435058594rem;left:3.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #JAISVNMeSupNWwi0MyRwvFKf5kIzefTO { width:12.5rem;height:8.3125rem;top:5.9166717529297rem;left:17.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fB8Fbt6wN3AUOwAlxhbV2N1TeHTImuDw { width:12.5rem;height:8.3125rem;top:5.8958435058594rem;left:31.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MsMQVmDhrOSHlNi1h4gM02HFfzRca0hP { width:47.75rem;height:1.35rem;top:15.5625rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #n0amOzq421FetFKzpiwsqLiIKIugb1lO { width:38.3125rem;height:2.7rem;top:18.04167175293rem;left:1.28125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DPlARohnAek2rvSBobTxCwLDBTDwpJND { width:12.5rem;height:8.3125rem;top:5.8958435058594rem;left:3.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rkFqdnzV82TtgbP8Z2vOPZmZsg4EoxiC { width:12.5rem;height:8.3125rem;top:5.9166717529297rem;left:17.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #N2g2Xdx0OFn2QOa6BwG9dRysTKivfDW4 { width:47.75rem;height:1.35rem;top:15.5625rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #y7D5xONTinCzpkm1azNmWezBmvtaNLlT { display:none; }#y7D5xONTinCzpkm1azNmWezBmvtaNLlT > .row .container { width:47.75rem;height:45.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #zgSq1Ev1eFtT8VRSLq1lABkSByQCXlWu { width:27rem;height:1.833333375rem;top:3.125rem;left:20.6875rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Enxm1WaedIQJW2yHRlx4tpezl1VvqOQJ { width:37.5rem;height:15.833333rem;top:14.14453125rem;left:4.3958334922791rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gnE4lTqtRzKNw0r9ZEyvCOi4n5KTAuM8 { width:14.375rem;height:9.5rem;top:3.125rem;left:4.3958334922791rem;display:block; }
 }@media only screen and (max-width: 763px) { #PPOb9bBbPuFT96ophIsKlcOodbF2VBrQ { width:12.5rem;height:3.4375rem;top:39.99870300293rem;left:14.583333969116rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BoQZihISy8XumzyzMxOso0rgdUqqwrrw { display:block; }
 }@media only screen and (max-width: 763px) { #rCnlTt4XrGTduB4QNQ9iAU9kQhsfkxnv { width:18.75rem;height:4.999999875rem;top:6rem;left:20.6875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UuqiOuRVBzzkZJSxfuBP4M5kxT5rNuAX { width:8.6875rem;height:5.5rem;top:32rem;left:4.3958334922791rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #aFKrSGhADpNtF8twbZmF34sATBaDklFf { width:24.9375rem;height:2.33333325rem;top:31.977867126465rem;left:14.583333969116rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qBLuVP4eKnMbT58Q9Petx9W1e6NKIVUk { width:11.1875rem;height:3.66666675rem;top:35.20573425293rem;left:29.96875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #pkRmydAs2dc2kJbIrX7TWacDMTRD6qAE { width:12.5625rem;height:3.66666675rem;top:35.227867126465rem;left:14.583333969116rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #vDWZu1zKKZWS4LNGDNQas50f0fZ9unKD { width:12.5rem;height:3.4375rem;top:39.9765625rem;left:29.3125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Sps0FEKDxy99hOxgFvKgpmvHmnLzGfHh { display:block; }
 }@media only screen and (max-width: 763px) { #SgTibaubt7t289KnFvLht33XhPRnkbKs { display:none; }#SgTibaubt7t289KnFvLht33XhPRnkbKs > .row .container { width:47.75rem;height:183.5625rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #xwkP25TbVXBD96Z5cSJTGt9CbMHridUM { width:47.75rem;height:1.5rem;top:4.2291717529297rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #pWkzM6k9W0i2WzNRFqHVV2T5M7br5nRu { width:43.75rem;height:33.250000625rem;top:8.873695373535rem;left:2rem;font-size:1.0625rem;z-index:14996;display:block; }
 }@media only screen and (max-width: 763px) { #oxdBVrTskN9bC0KeXMFSqr9VBhon43MZ { width:47.75rem;height:1.5rem;top:47.833335876465rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #bALFsWI8RE36k4aRpADJLJo4cVrtdJRN { width:43.75rem;height:9.166667rem;top:52.229164123535rem;left:2rem;font-size:1.0625rem;display:block; }#bALFsWI8RE36k4aRpADJLJo4cVrtdJRN li:before{  }
 }@media only screen and (max-width: 763px) { #hbOciXepwH7tpekbXeq9EVbWkTW1QRGT { width:47.75rem;height:1.5rem;top:65.102867126462rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #C4ahsUqxRcRBgLAmz2gDhBUTkg1uLfeK { width:25rem;height:13.5rem;top:71.12109375rem;left:12.78125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #nhW7mageSJTPtLtIsc5kPMU3VC6pJZuU { width:25rem;height:10.5rem;top:97.75rem;left:12.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #zDZJJPZmWZ64V1vIPSZcm0hHAo9wDEOK { width:25rem;height:12rem;top:122rem;left:11.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #QssWgxTadWGIEohdccHrIi6b4IaBFJSI { width:9.375rem;height:9.375rem;top:111.3125rem;left:19.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tiH9kpvfn2mnqi14QJeqeyXZVxvX0bWx { width:47.75rem;height:5rem;top:2.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #AyvwQArKb5RgPVwukByZ82yfxvMwLDZx { width:47.75rem;height:5rem;top:46.062507629394rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #JLwioMOPAXWbB2cHXnVbXRsyAC5dwzaS { width:47.75rem;height:5rem;top:63.416664123538rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #vhG4JQsF8zOaQIKLn7O5pNlkHuAoMlCM { width:31.25rem;height:16.3125rem;top:69.498703002931rem;left:8.8854169845581rem;display:block; }
 }@media only screen and (max-width: 763px) { #v57bshnzEb10aH207smObuxtZM2ybNHg { width:31.25rem;height:20.4375rem;top:89.375rem;left:8.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dGVrMw3KvWtRmZf2XIWE4pAr13vkCm1k { width:31.25rem;height:21.75rem;top:113.5625rem;left:8.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #iQoHbcEGNPbUW3HFCOrAoLUB9t2tTf2l { width:47.75rem;height:5rem;top:137.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #MNeKmgN6R4Dog5oNeiE3Bq0yh0D1noAD { width:47.75rem;height:1.5rem;top:139rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Dhekk35xaB5inl22Zx6VENI5dwh5DDui { width:43.75rem;height:12.666667rem;top:147.75rem;left:2rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZquTIzuKwmdGCCgLe6vCpfuehTK71Rm5 { width:43.75rem;height:3.33333325rem;top:143.27084350586rem;left:2rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ThxBfkEoAFaUBrX8Z2iGuUf8c7qEGG5k { width:47.75rem;height:5rem;top:161.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #BlAH00L5PP9fh3K9SCO0s2iBTPhSUGIE { width:47.75rem;height:1.5rem;top:163.64453125rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #tNnwbXkFyayRzRqlNBDpIVwEDneT2aHo { width:12.5rem;height:4.6666665rem;top:168.58073425293rem;left:2rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #QKzrVqyZUtOHIZmaHHvOx3eNI2dporgZ { width:15.625rem;height:3.33333325rem;top:171.89064025879rem;left:14.5rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #iQCVhPMKy45yLHhALygTq6FAUixrHhoT { width:12.5rem;height:3.4375rem;top:176.27082824707rem;left:16.333333969116rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QRE5Gxvo42d8vA3KJhgT1dw0zx0xZqN3 { display:block; }
 }@media only screen and (max-width: 763px) { #zlAt4s9UuesLz3fB3SsrruyFT5Q5yH3y { width:31.25rem;height:2.33333325rem;top:168.57942199707rem;left:16.5rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #nMTKK4lWfa3XCDs6UVIpGn1s2gWTWULB { width:12.5rem;height:3.4375rem;top:176.26954650879rem;left:30.1875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ofgsUtiXXF056rZOqZOOQo95X95MCLNH { display:block; }
 }@media only screen and (max-width: 763px) { #ofIuFgUrZ4TFrBTDRvgM8qeGT9lUyOhH { width:9.375rem;height:3.33333325rem;top:171.88932800293rem;left:31.71875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XcQg9WTN3gUZTJnv4wvAkxycISWvwt78 { width:12.5rem;height:3.33333325rem;top:173.93751525879rem;left:2rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lFTDh7FNsJ9K4u4XToZMaArSrqbfwbM4 { width:47.75rem;height:17.9375rem;top:163.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #fPsLf6RNaKQbRTAi3pnUGcvCBR9obgLO { width:9.375rem;height:9.375rem;top:87.1875rem;left:20.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WxNxOBm97A64XmzPuoWJoJaxrXn9Zr2d { display:none; }#WxNxOBm97A64XmzPuoWJoJaxrXn9Zr2d > .row .container { width:47.75rem;height:41.6875rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #nXP6I2axbkqNmJwpBMnIdgHDqwfp2wIC { width:24.9375rem;height:1.875rem;top:2.5rem;left:20.6875rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #sFHBiZqVMzQ3uTGin1TEAIfDduDM7vsl { width:37.5rem;height:13.5rem;top:13.270843505859rem;left:4.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ot10np0op153U6LUenGsl0z0PLa66aL5 { width:14.0625rem;height:9.375rem;top:2.5rem;left:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #MNrqKDBlybP31ZgkZftM76l3gOPnF1Kc { width:24.1875rem;height:5.0625rem;top:5.25rem;left:20.6875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xbXbc31mGAttIPOQkTV4xJ673eQoRsOH { width:9.6875rem;height:5.625rem;top:28.602874755859rem;left:5.375rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #sHxrF5pTmPlAU8Nf7Z4niX72d8TAsE0i { width:23.8125rem;height:2.3125rem;top:31.6875rem;left:18.0625rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #yX6m1PEODHwf2Qr6U4cRVKUXPuE4Oil1 { width:13.4375rem;height:3.75rem;top:34.625rem;left:18.0625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #cIzJoRmFSy6Eevp6IRUTTdm8hVVH1cNc { width:12.5rem;height:3.4375rem;top:34.75rem;left:32.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cNySIP4xHI77qnhmtgOarveWPykaPJ1L { display:block; }
 }@media only screen and (max-width: 763px) { #kcGN8XbchbFyEwTOi72nVMZ6Eyzlowxt { width:11.6875rem;height:3.375rem;top:34.625rem;left:4.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ibkF4ede8lmxJiCm0Q3whM4cNGyBKiqh { display:none; }#ibkF4ede8lmxJiCm0Q3whM4cNGyBKiqh > .row .container { width:47.75rem;height:227.125rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #zBw0hybzEm7vckhMqD3HkS1gx5XV3ecn { width:47.75rem;height:3rem;top:3.6875rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #XGvqXWDJRQk62K02uOswwkDTMnc0fRR5 { width:43.75rem;height:28.125rem;top:8.8958740234375rem;left:2.96875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #R3KIv6s8LprShdI8sqp8yugyyTGJDfcW { width:47.75rem;height:1.5rem;top:41.145874023438rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #UV8T2NiQkwN7loe5NiDyNDKx8CEfyDT8 { width:43.75rem;height:23.4375rem;top:62.041687011719rem;left:2.96875rem;font-size:1.0625rem;display:block; }#UV8T2NiQkwN7loe5NiDyNDKx8CEfyDT8 li:before{  }
 }@media only screen and (max-width: 763px) { #bUhx5DzkWRcnEHIlfWQ5s7KB5dyp3Myw { width:47.75rem;height:1.5rem;top:91.708374023438rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #go9LgPTx8r3m8ntplqpMyAXlQXueN0fg { width:25rem;height:18rem;top:108.125rem;left:11.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zf9UKM5sl6QrzRkJenwCTLHWfMmNhcQ6 { width:25rem;height:15rem;top:165.07943725586rem;left:11.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #eArJ3rOc057T1a2ukWB5T1qBkoIz7r74 { width:25rem;height:10.5rem;top:139.9375rem;left:11.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #rHlqcC1RQW1wMczxqT8tlRGiREcgh4pR { width:47.75rem;height:5.25rem;top:2.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #gSEgFw7nyo3ZkETTtrAdBlDllyuLnfSE { width:47.75rem;height:5rem;top:39.354187011719rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #zhMzb4zuHX9sKT5T2UIn0DrWlRVXpsec { width:47.75rem;height:5rem;top:89.916687011719rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #yNml429TaMgeRU9MRTShVc9VSGJOgItr { width:31.25rem;height:31.1875rem;top:96.1875rem;left:8.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #CuF3icaFyQROeCAgIZt3TSZT7dvmH3CG { width:31.25rem;height:22.5625rem;top:129.18099975586rem;left:8.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZAzQxGalz7hnLbH0P2kevprxyeyTR7hd { width:31.25rem;height:27.9375rem;top:153.12240600586rem;left:8.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CRoSDfPRhFRTpRmBC555abcysT6zq9Es { width:47.75rem;height:5rem;top:207.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #GGoIn39mkLR5NFtHfhWgMm7EgbM4WJGq { width:47.75rem;height:1.5rem;top:209.125rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #J97UQVLWVKorsCVvPBMwpkxw2nBtAdI6 { width:12.5rem;height:4.625rem;top:214.375rem;left:2.59375rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #QJD42rLD5aArIeHASUqC9kuo9NWWpFzd { width:11.9375rem;height:3.375rem;top:220.39587402344rem;left:16.5rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #o3hpBCvaqzH8OdJTMfZiwmgwkUCJkh97 { width:24.6875rem;height:2.3125rem;top:216.79168701172rem;left:16.5rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xb1qTtdelF9XURLo8BTW4ptqdzcN7A8s { width:47.75rem;height:17.1875rem;top:209.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #tcCnb2BZaotlAVfUbyOsOJrGZROgyieF { width:43.75rem;height:7.8125rem;top:45.604187011719rem;left:2.96875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #NxEyJ7ZcBH5OmJnMBqq2rBVlukxHcOTT { width:47.75rem;height:5rem;top:55.854187011719rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #PUfLDCNymvHq1qKkmLs2E4BRfoII5QPc { width:47.75rem;height:1.5rem;top:57.645874023438rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Hmf3Vi9R3dt27FnyLA0GJJqyFN7gHu9A { width:12.5rem;height:3.4375rem;top:220.34375rem;left:29.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #od8Mw1JHlo3gaLiBS8t8u5KWvookqVlM { display:block; }
 }@media only screen and (max-width: 763px) { #WSzn3ncTg3tArzw2A52Uknepap2g7ZeR { width:9.375rem;height:9.375rem;top:97.5625rem;left:19.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wCGKAkGhUAQwTxoGTlRPRFFgTvRwdgut { width:9.375rem;height:9.375rem;top:154.5rem;left:19.15625rem;display:block; }
 }@media only screen and (max-width: 763px) { #GAkHVSM0HytQZ39oRmWEdMFpSAcvtTSn { width:9.375rem;height:9.375rem;top:129.97787475586rem;left:19.15625rem;display:block; }
 }@media only screen and (max-width: 763px) { #arkLRN5nsRuNJtMuIGaB3EqVcS1X1W0y { width:11.6875rem;height:5.0625rem;top:219.5625rem;left:2.96875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TlaWBolQxN0Mfd6Bo9VKJQJMKWzQ73tI { width:47.75rem;height:5rem;top:184rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #g3roxZsVibwXCP9ocQvhsrpFlkz69M91 { width:47.75rem;height:1.5rem;top:185.75rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #W3HNaAmegatdnbdVSbbAQo652JWTXpco { width:43.4375rem;height:3.125rem;top:190.43621826172rem;left:2.3125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #CRIAPWSddhNRhshUNsEqpNFNmTN55nSU { width:12.375rem;height:8.25rem;top:194.625rem;left:4.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FPmaUaFzXAix0kyunuJO3zXWf3tSfZbu { width:12.5rem;height:8.3125rem;top:194.625rem;left:17.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gsak59meaLB5J0s5pSxZLpNnR01bK7LM { width:47.75rem;height:1.25rem;top:203.89587402344rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #x3ptnVlBV5AiSRmlugXakApfhtrTT6Ak { width:12.5rem;height:8.3125rem;top:194.625rem;left:31.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xMhnyEphSXC7nMJqp3A5W8X5G7kqf4CC { display:none; }#xMhnyEphSXC7nMJqp3A5W8X5G7kqf4CC > .row .container { width:47.75rem;height:39.9375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #twhihN4ieMJwTnfQU6XEoDtVdZ5wZaXC { width:20.8125rem;height:1.875rem;top:2.1875rem;left:20.8125rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #bsWA0NSUqJT03AJbSFzC2xMuPlccah86 { width:37.5rem;height:15.1875rem;top:12.229187011719rem;left:4.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UoIpZhhhhiJJd03zI3FhrI5Emlru6sO4 { width:14.25rem;height:9.5rem;top:1.25rem;left:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #h30Ex6iZ52MOFiEhyqq15tBDcPudz3mR { width:20.5625rem;height:5.0625rem;top:4.5625rem;left:20.8125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zrWU8GvPgUTLiqRvEsplCfW65Wyxw70z { width:23.6875rem;height:2.3125rem;top:30.813842773438rem;left:18.020833969116rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #FIrvHKEoftub4Tq8snJGVxpAOM8mtm3d { width:9.8125rem;height:5.625rem;top:27.541748046875rem;left:5.3125rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NDDciPFk7J9RULzZmqa6qSTvFg8z2cq7 { width:13.25rem;height:3.75rem;top:33.458374023438rem;left:18.020833969116rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #OlstqtNKyHPDXPXyi1aaEl7iln7yqdB5 { width:12.5rem;height:3.4375rem;top:33.593811035156rem;left:32.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #niqcThCCHXHGvJRokTpss7aHXGulodLi { display:block; }
 }@media only screen and (max-width: 763px) { #kKh5z7UsNNoX3oPPrNTCgsb7TpAeSDv3 { width:11.6875rem;height:5.0625rem;top:33.395874023438rem;left:4.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TWPr7cWeEmGMLMgDyT4yOD9g0mtLqkOx { display:none; }#TWPr7cWeEmGMLMgDyT4yOD9g0mtLqkOx > .row .container { width:47.75rem;height:211.4375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #kE8R5Tbc6dAJcXmLVnTNWktw6sDruigJ { width:47.75rem;height:1.5rem;top:4.2708740234375rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #J8z7bpVIzAx68t63s0swFhd02yaBXIba { width:43.75rem;height:15.625rem;top:8.5833129882812rem;left:2rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #kqkkIUahmBEXZZA5q1T9iXhH8G7O7Mlp { width:47.75rem;height:1.5rem;top:32.979187011719rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #EcHArhACKX3pZhzT7gDUW3sLyQrP4adT { width:43.75rem;height:10.9375rem;top:37.645812988281rem;left:2rem;font-size:1.0625rem;display:block; }#EcHArhACKX3pZhzT7gDUW3sLyQrP4adT li:before{  }
 }@media only screen and (max-width: 763px) { #yiEsl2TRZ8tqXhysULvSATn5Al0B8Fxl { width:47.75rem;height:1.5rem;top:47.875rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #lachqpotl41yzL91IviannGEzBRGDMsS { width:25rem;height:16.5rem;top:73.541687011719rem;left:11.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Oa3uKyBhCmmROpy1JcsdNyIAQq0Khmrh { width:25rem;height:19.5rem;top:105.33337402344rem;left:11.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #xcs2P6wxDex0au8v9e4LI6IcqMcRDit9 { width:25rem;height:21rem;top:128.84375rem;left:11.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TTmtmtEIbBqvld2c0xJBOJJDHaZ2q8w5 { width:47.75rem;height:5rem;top:2.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #O203TTmfFOC6HTio7MH31Tqw0GvTnBTs { width:47.75rem;height:5rem;top:31.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #lnnGqMx2WDUouGSmUCHGw9qOnGgtTCZc { width:47.75rem;height:5rem;top:46.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #JJH1FiowukAz0g96wq81u9yOmugF4aff { width:31.25rem;height:31.0625rem;top:61.562561035156rem;left:8.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xTQHlDZnoKrzqqxaoZr9dVSVcPbkW6ZV { width:31.25rem;height:32.6875rem;top:127.41668701172rem;left:8.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DGHJJ4yaco7O3pcdq1xTHlI30p6g8PaU { width:31.25rem;height:32rem;top:93.802124023438rem;left:8.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RTqlBfkMTFtdWNALQ6G9oTtIwmXHCXrQ { width:47.75rem;height:5rem;top:191rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z6KGxPX97gsCgwfG8BRWlwaf8sGqinfh { width:47.75rem;height:1.5rem;top:192.75rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #C0SpeJ8hard3OEzxFkgg4BxTrLWUUbQn { width:9.9375rem;height:4.625rem;top:196.5rem;left:3.25rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #kwHuvZySOONshJKfHK8m9DDX2GP2JtfA { width:12.9375rem;height:3.375rem;top:199.5625rem;left:15.8125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ftD3IW0CPtGgFXs4OLrsfezdgTTkmU18 { width:12.5rem;height:3.4375rem;top:204.125rem;left:16.0625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #I7rfwte7777SZERDMGnM5z86hC42R6R3 { display:block; }
 }@media only screen and (max-width: 763px) { #pVgeWXHQgw9TaV0N71TxoJd0DPMA8duT { width:26.4375rem;height:2.3125rem;top:196.875rem;left:15.8125rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #GOEsyg7koxz4d8R6lP8fwTxvVVpylSRv { width:47.75rem;height:15.8125rem;top:193.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #xuxF6sL6UaLMukFf4rUJXi7KKB3ipoNn { width:9.375rem;height:9.375rem;top:62.979187011719rem;left:19.15625rem;display:block; }
 }@media only screen and (max-width: 763px) { #AKD5bCJTz0qPSR4JAhk4Tp4dc7hvEtJF { width:9.375rem;height:7.8125rem;top:94.791687011719rem;left:19.15625rem;display:block; }
 }@media only screen and (max-width: 763px) { #NT5aeXpEd2U3Z4ZgH4iMCczlp8oM4GeL { width:11.6875rem;height:5.0625rem;top:202.5625rem;left:3.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NGbbxZJPibJ7ocZpnVhg1T7vuONxFBHz { width:47.75rem;height:5rem;top:167.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #wRGtQ62LVRfbR8Iu57H2q01HtDCJu9Fb { width:47.75rem;height:1.5rem;top:169.3125rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #kdlEfbdMZIZWZNTaShaQnfiPtg07Xdzn { width:40.4375rem;height:3.125rem;top:173.78784179688rem;left:2rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #BqDnFtSUiF32yfcFgEr2kUv0v1fWdxwq { width:12.5rem;height:8.3125rem;top:178.33337402344rem;left:4.2083334922791rem;display:block; }
 }@media only screen and (max-width: 763px) { #GJchCoCdhOUlpZ5LeQ2nEMgJPUSg9cOi { width:12.5rem;height:8.3125rem;top:178.31256103516rem;left:17.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #SK3maZ4XUW7KJphBuO2ioQ8DmAarK2PA { width:12.5rem;height:8.3125rem;top:178.35424804688rem;left:31.145833969116rem;display:block; }
 }@media only screen and (max-width: 763px) { #o6odwXq45WHTsMTh56WqCsderRn82HPV { width:47.75rem;height:1.25rem;top:187.87506103516rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q24rTVp9UJnT6yPWeulFSfVgXt38Vt97 { width:9.375rem;height:7.8125rem;top:94.791687011719rem;left:19.15625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VKdLvpb9QlSp5aatoHXfRO1Zw44R6uC3 { display:none; }#VKdLvpb9QlSp5aatoHXfRO1Zw44R6uC3 > .row .container { width:47.75rem;height:39.9375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #XQWywNrzvSeZHxeZQC7ETsOe3HOTRy4P { width:20.8125rem;height:1.875rem;top:2.1875rem;left:20.8125rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #mTdREolQgNDrTFfg2OlGLwqH3s1xZwTM { width:37.5rem;height:11.8125rem;top:12.229187011719rem;left:4.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tMTbzDhC6sD9ZNXq2rh9iduiR0H3TqMF { width:14.25rem;height:9.5rem;top:1.25rem;left:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #pT8qT2Abq6sDFIQ1WxK5LEm41MiTMZ0M { width:20.5625rem;height:5.0625rem;top:4.5625rem;left:20.8125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vOfamCzu8a95Lx5zVkR4O3CtqsxLeulm { width:23.6875rem;height:2.34375rem;top:30.813842773438rem;left:18.020833969116rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #urM0wrXzEvGMAEwvo9MMOuqpCUooOo6D { width:9.8125rem;height:5.625rem;top:27.541748046875rem;left:5.3125rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #E7L4zGeaLDXZFm85eAv3dFZ1wTNO4H94 { width:13.25rem;height:3.75rem;top:33.458374023438rem;left:18.020833969116rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #nmuCn786o48oMLOeeg0xzPUCdufytqN7 { width:12.5rem;height:3.4375rem;top:33.593811035156rem;left:32.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RnF9biTUmxAxH71MIXdPwz21f8vDrNUq { display:block; }
 }@media only screen and (max-width: 763px) { #GDFe5NxpKshgyrDSbQZ7tMMpWlUU68NJ { width:11.6875rem;height:5.0625rem;top:33.395874023438rem;left:4.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZlmHcHPAwNbUI49r9MnyZ0XzCvDxhLn7 { display:none; }#ZlmHcHPAwNbUI49r9MnyZ0XzCvDxhLn7 > .row .container { width:47.75rem;height:211.4375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #pZgha8pamv9dsg8SoT2Uxf6mZdbHZhhB { width:47.75rem;height:1.5rem;top:4.2708740234375rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #QaDM2vw3z80WZRS7Xt0yi0hXOT5Bf1mS { width:43.75rem;height:22.3125rem;top:8.5833129882812rem;left:2rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #h1J27kwkREaHLxsvcETiyu1CcRH0zC0C { width:47.75rem;height:1.5rem;top:32.979187011719rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #IRM1zTTrFecu4dUaGM8LNqITp5iT345f { width:43.75rem;height:12.71875rem;top:37.645812988281rem;left:2rem;font-size:1.0625rem;display:block; }#IRM1zTTrFecu4dUaGM8LNqITp5iT345f li:before{  }
 }@media only screen and (max-width: 763px) { #E6KqA4IrTVlh4bEVDmeX2anJQ3t2sfZz { width:47.75rem;height:1.5rem;top:56.3125rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #LMhb7P8teU6uOdrPKas18N83gDnJgzOl { width:25rem;height:18rem;top:73.541687011719rem;left:11.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #LU6oKUwSdoJERfzpTKzem0da5NmgNghS { width:25rem;height:19.5rem;top:105.33337402344rem;left:11.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #fOgM1SgdxbVuatbJ7USfzDVuZrnmkpP9 { width:25rem;height:30rem;top:128.84375rem;left:11.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #AL7oTcfo9OnKnvmTxoQU9niqescFbITl { width:47.75rem;height:5rem;top:2.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #lsp99ZZaat2ZJraW768Ah4QE6pttcTHm { width:47.75rem;height:5rem;top:31.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #clh6cqL7z56CBlas13itXFIE1Wn5ICf8 { width:47.75rem;height:5rem;top:55.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZKU1XAdqZPPTNsI6X1EzseKtTaAcldEz { width:31.25rem;height:31.0625rem;top:61.562561035156rem;left:8.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JPiX6IkpSliFcKyIQITF4w0ZigGcL2kf { width:31.25rem;height:32.6875rem;top:127.41668701172rem;left:8.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ehQ8KDbMdBSWAtThtTMtBk2q0WEPtGyC { width:31.25rem;height:32rem;top:93.802124023438rem;left:8.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #aOxbiSS7WAc4KTJev0NlHuA6HHRFz7Am { width:47.75rem;height:5rem;top:191rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tnkvf71D0FTIObFTl8IkBTRBV8wDOtcf { width:47.75rem;height:1.5rem;top:192.75rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ckev0TiFmQQZf0a8blDJr0MSJwFJzrC2 { width:9.9375rem;height:4.6875rem;top:196.5rem;left:3.25rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #pBl4bJREqedwfezKL8TWTAO9L1ns9bZp { width:12.9375rem;height:3.375rem;top:199.5625rem;left:15.8125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fdXL56MPILgcyH1oMFtyFXUDAb8iLZvV { width:12.5rem;height:3.4375rem;top:204.125rem;left:16.0625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qCdEHgnBac21CBTonCtsTr0aXEucZqmz { display:block; }
 }@media only screen and (max-width: 763px) { #ziih9pZQtCpSDkdkXG10dttotFV893WE { width:26.4375rem;height:2.34375rem;top:196.875rem;left:15.8125rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #G6ZZrDcbWaLs3iL3Zn2odzMTZo85hUv6 { width:47.75rem;height:15.8125rem;top:193.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #XulMel1gyahKzQ1hvfX9cakmAIPD5vAF { width:9.375rem;height:9.375rem;top:62.979187011719rem;left:19.15625rem;display:block; }
 }@media only screen and (max-width: 763px) { #o7eKblUoXhh6eTIvfvhbq3QvvCTFaAP5 { width:9.375rem;height:9.375rem;top:94.791687011719rem;left:19.15625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Us9zTapqBc3II8vtZ2aSgd8AoILn6k7m { width:11.6875rem;height:5.0625rem;top:202.5625rem;left:3.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fLXDMs4RxinE053STekgmhmVHBdflpUb { width:47.75rem;height:5rem;top:167.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #LRS99VDp998ze56At6AxNwfKTyRKiKDB { width:47.75rem;height:1.5rem;top:169.3125rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #fpu6k9mSizQiK84sd9VhcgyPyyCcI70b { width:40.4375rem;height:3.1875rem;top:173.78784179688rem;left:2rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dpiLT4RT3icxQ3iEPqxiwNHFR7gCVhk0 { width:12.5rem;height:8.3125rem;top:178.33337402344rem;left:4.2083334922791rem;display:block; }
 }@media only screen and (max-width: 763px) { #liL8HEhH8S503q5KsMGCJTW18F1Rr02P { width:12.5rem;height:8.3125rem;top:178.31256103516rem;left:17.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TF4G1IRQP4MhNhqBG8DnGvGLcZ0Ughpm { width:12.5rem;height:8.3125rem;top:178.35424804688rem;left:31.145833969116rem;display:block; }
 }@media only screen and (max-width: 763px) { #igpVmvsJqL1eiVNsFILSCJh0k3XWttVP { width:47.75rem;height:1.275rem;top:187.87506103516rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #HURBgMg2wRemF6gx1bdnMC9CNfZPF8kn { display:none; }#HURBgMg2wRemF6gx1bdnMC9CNfZPF8kn > .row .container { width:47.75rem;height:38.4375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #Hif9Mn0XRVEwe5a54icF13FV3BTek59I { width:15rem;height:1.875rem;top:1.5rem;left:20.25rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #kTZLnWSLsSy4LZCTGQpLitrWHSvUwd5R { width:37.5rem;height:10.9375rem;top:12.0625rem;left:4.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zzeZMwk8iTiuzDVAzfXFtpFwamDnnztg { width:14.25rem;height:9.5rem;top:1.5rem;left:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #uqdnJVaLaCQ0dZhWRPOcLst8vLZyb8S9 { width:9.5rem;height:5.625rem;top:24.770874023438rem;left:6.75rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #D6RI3kTNAcXZ9VmL3xU81Tsi2BsNT4iN { width:24.1875rem;height:2.3125rem;top:27.98046875rem;left:17.770833969116rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #LWUBmMN8p8k672MGWLOra5a3JoycclQr { width:13.4375rem;height:3.75rem;top:30.875rem;left:17.3125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #saPbu7r753q1K9rCd2zPiChHglv7SX1I { width:12.5rem;height:3.4375rem;top:30.625rem;left:32.1875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #IIhzrK3poJ8dDuVGGuRpTtpJ14oLvvAq { display:block; }
 }@media only screen and (max-width: 763px) { #pX9ds9h9hOFhpPxFuHDXMmKEEGywd5Pq { width:14.1875rem;height:5.0625rem;top:4.375rem;left:20.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hhV3mZT3Mg7TdJOQgRg49dKoFDJQ0MWE { width:11.6875rem;height:5.0625rem;top:30.770874023438rem;left:4.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #eENilQI76KFcHs1rESIqSrponiecDm1R { display:none; }#eENilQI76KFcHs1rESIqSrponiecDm1R > .row .container { width:47.75rem;height:184.4375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #RSxpTzPqJCkrPIzwiCV8dcGxCcRqtbIc { width:47.75rem;height:1.5rem;top:4.2279052734375rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #aitHGZyGuBeICOp1k9inqHK2JmvQk24l { width:43.75rem;height:14.0625rem;top:8.5416870117188rem;left:2rem;font-size:1.0625rem;display:block; }#aitHGZyGuBeICOp1k9inqHK2JmvQk24l li:before{  }
 }@media only screen and (max-width: 763px) { #CvxwiTlFGdLxKaVDltJw6X7b00FqfWEm { width:47.75rem;height:1.5rem;top:38.104187011719rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #BDnqenZNzWe1n8Tqeun1OndzdxRfrLK7 { width:43.75rem;height:10.9375rem;top:42.625rem;left:0.96875rem;font-size:1.0625rem;display:block; }#BDnqenZNzWe1n8Tqeun1OndzdxRfrLK7 li:before{  }
 }@media only screen and (max-width: 763px) { #IxsCF3MVavt2Aybmdw7JGdxibnXcqvnF { width:47.75rem;height:1.5rem;top:56.3515625rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #pz4kK3xmbCbX5vQmsU6n5mQciK3M8t6R { width:25rem;height:6rem;top:73.135437011719rem;left:11.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #DJ47rmiuQZhqM9uZy1ViG7slAcGo06a5 { width:25rem;height:12rem;top:93.75rem;left:11.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #dtUrT3QzWJ8v2Mn4bEcDHav40lPETZWy { width:25rem;height:16.5rem;top:119.41540527344rem;left:11.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #klJV9WMFk5Ah0Q3P1oMZo6n4zLJPLGtr { width:47.75rem;height:5rem;top:2.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #MaXw7FJwlqcvbxLtF5uHaCgnGBaEUSr1 { width:47.75rem;height:5rem;top:36.416687011719rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #MUIuK8MZkkgC3aq2SkvUO21eK5HLliNt { width:47.75rem;height:5rem;top:54.623718261719rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #eybPT6VRNrzP5ZAWEq97aglhUCZ4pWWa { width:31.25rem;height:25rem;top:81.686218261719rem;left:8.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UlfLyanU84B1q5bmeJQPN4ASD63z3foP { width:31.25rem;height:18.6875rem;top:61.233093261719rem;left:8.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GDn44A23itRTNosEukhdlIO2Hd5WvTk9 { width:31.25rem;height:29.25rem;top:107.91540527344rem;left:8.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #skKOIMKsmEAONzuh409OeOlbUVTy5K36 { width:47.75rem;height:5rem;top:138.83074951172rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #bJtZh0dnVStg1drayzqlwQubFHiM3QXC { width:47.75rem;height:1.5rem;top:140.55859375rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #JfziqzTubTmmTZa4UobApFis7SXwa6RV { width:36rem;height:3.125rem;top:145.01690673828rem;left:0.96875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TmvIDU3cCzO0rrPyPsIMI8WCCZ6K8kCs { width:47.75rem;height:5rem;top:161.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #KLBBOG8mlmA1LwPG9VNmDA5wPiRciM9J { width:47.75rem;height:1.5rem;top:163.6875rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #HENmgG2WHmT4ALEi7O15eIDRCT4wzhTi { width:10.25rem;height:4.625rem;top:168.8125rem;left:3.4375rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #B4dASabcc5BVBLIqhDZmCJs9PX3vvoQd { width:12.6875rem;height:3.375rem;top:171.9375rem;left:16.5rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #eTLRuHTOcL1fbAJ8IJnvwwq29k6tprfx { width:12.5rem;height:3.4375rem;top:176.3125rem;left:16.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HnIvirTX5IxE3bwsRWoicqIQK9Vi5yGm { display:block; }
 }@media only screen and (max-width: 763px) { #LT8KGMrTDFcdSkg6Hi4dor1nFhzfsuIA { width:26.4375rem;height:2.3125rem;top:168.75rem;left:16.5rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZAgxb2Zc9O5nZ4OPlrL9eT7WvWG8z3mQ { width:47.75rem;height:17.8125rem;top:163.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #WQVfTTpM9Vdy5h70UOG7h9hb7fAsHwGM { width:43.75rem;height:12.5rem;top:22.708374023438rem;left:2rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dExvf9GZC5oXDq2aBrscfQWSzoMUl6GT { width:9.375rem;height:9.375rem;top:62.555969238281rem;left:19.15625rem;display:block; }
 }@media only screen and (max-width: 763px) { #G3qMXmDdPT5cKEoAsIcLHR0AWv2Vl8TW { width:9.375rem;height:9.375rem;top:83.25rem;left:19.15625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zTBc2kTCyIgcwJrEn3T76Aa7KmCFGnoh { width:9.375rem;height:9.375rem;top:109.18621826172rem;left:18.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #eLVzRZT4Ontip8Kh3e6q7yy9sIR7vhbG { width:11.6875rem;height:5.0625rem;top:174rem;left:2.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ChqOMNT0dP7PRnWkTg593VsiEKEJkewM { width:12.5rem;height:8.3125rem;top:149.20703125rem;left:4.0833334922791rem;display:block; }
 }@media only screen and (max-width: 763px) { #L8mXZFQ95wMuPE1tyyIhBGMIwu5C6JP7 { width:12.5rem;height:8.3125rem;top:149.25rem;left:17.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #lLOuaq2VC1TxBp4nIuRy26TLbJgxwNGZ { width:12.5rem;height:8.3125rem;top:149.20703125rem;left:31.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gf0wsVrRlFMXiXlw0vbKN1yD8OcV6dlU { width:47.75rem;height:1.25rem;top:158.91540527344rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #yZMTkBoSwzDmSCv0Bst87asu9ivfcm98 { display:none; }#yZMTkBoSwzDmSCv0Bst87asu9ivfcm98 > .row .container { width:47.75rem;height:42.6875rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #M8Q8lqzQiJyhxr5dXa1goOdHLzbBgeW1 { width:19.75rem;height:1.875rem;top:1.229248046875rem;left:20.8125rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #SwVl6HwD1wnQJTeVGP7AxVBLwmw7X5xm { width:40.625rem;height:11.8125rem;top:12.145874023438rem;left:4.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZDCyJUEFwLTH5y91MGSeV9yqPLHbLQvr { width:14.4375rem;height:9.625rem;top:1.25rem;left:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #OFT9WKbxZLIL2ai90hGXuTSbPHTF3dbi { width:16.4375rem;height:5.0625rem;top:3.979248046875rem;left:20.8125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cJ5FnrtP6rXzxMcI0rHK7Xo71oXLixM3 { width:24.4375rem;height:2.3125rem;top:28.8125rem;left:16.5625rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #V1M7fzpLzlBSbV6N8IbXrl1Sb1laf3Xn { width:9.8125rem;height:5.625rem;top:25.5625rem;left:4.375rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rV96SnV4bVsDnhUNSwq9Zabk5o6cyE3h { width:13.6875rem;height:3.75rem;top:31.8125rem;left:16.5625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #WKtui8vqlxW74Ps479PgTdDkh83MqJ6e { width:12.5rem;height:3.4375rem;top:31.875rem;left:30.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #T8WQ3RyU49aWMVTfEZrJGGI6HRcdVHZt { display:block; }
 }@media only screen and (max-width: 763px) { #aLRIz6r1mflympnrnrbwKslXoGqhuDHC { width:11.6875rem;height:5.0625rem;top:34.895874023438rem;left:3.3958334922791rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #K8arXz8ip55lw81oGwKkhseCcEtZxrcD { display:none; }#K8arXz8ip55lw81oGwKkhseCcEtZxrcD > .row .container { width:47.75rem;height:149.9375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #lZqF3v2z9dwES7VFILNr9aeBIdTbL8fo { width:47.75rem;height:5rem;top:21.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #JFuCcF8I9T8tPr1z2z9GnSS0r3rkqVo3 { width:47.75rem;height:1.5rem;top:23.375rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #KgUkBNbcO9hbd4AWDxhChydTzn5DJOXy { width:43.75rem;height:7.1875rem;top:27.826904296875rem;left:0.875rem;font-size:1.0625rem;display:block; }#KgUkBNbcO9hbd4AWDxhChydTzn5DJOXy li:before{  }
 }@media only screen and (max-width: 763px) { #AIBJ6KG4kODdsSbX8EEL3aPQHwXSsl3v { width:47.75rem;height:5rem;top:1.1041259765625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #EHwbUIce6dxueAislSgSkDJWX6sz7zvA { width:47.75rem;height:1.5rem;top:2.8111572265625rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #SFPVWHiTiGTVRUSkqf7DQ6lCM05Qdkwb { width:43.75rem;height:12.8125rem;top:7.2916259765625rem;left:0.875rem;font-size:1.0625rem;display:block; }#SFPVWHiTiGTVRUSkqf7DQ6lCM05Qdkwb li:before{  }
 }@media only screen and (max-width: 763px) { #yvJXMTHeCRlV8X5h96or9f2Mqg3CyTUC { width:47.75rem;height:1.5rem;top:38.625rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #CP5tzQlpCpcltRfQyhgtyLVvyOJ18dtC { width:47.75rem;height:5rem;top:36.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #i0LTO9cMNcfRvEGy7eI8dnDMEBXfVHTB { width:31.25rem;height:16.25rem;top:43.416748046875rem;left:8.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #p8KV7SLqciTNVi1FAPtxsJyWuKnV78xU { width:25rem;height:16.5rem;top:62.5625rem;left:11.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #WHEo7JPANOEsNA3CvGS7S8GUTkIqSFNQ { width:31.25rem;height:17.9375rem;top:61.333374023438rem;left:8.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #D960ixwBTd1r5G7e5Kb4575rLOkzmydP { width:25rem;height:15rem;top:82.364624023438rem;left:11.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #tJkSxeIQsaafAbwpyT5xp8zwBeCKXrya { width:25rem;height:16.5rem;top:44.875rem;left:10.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #UIOHatOH2SxDVSzQXwTmfNV12Rd4gK9M { width:47.75rem;height:5rem;top:126.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TcU8FxLrymSh5xexntTUcGEPt48Ooeme { width:47.75rem;height:1.5rem;top:128.625rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #war12qV63Dfz9K89hJtoeXs6ozU1RU06 { width:47.75rem;height:19.4375rem;top:128.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #QIstym2K93etQ5WP2RwVWUMo3NRs4PXi { width:11.4375rem;height:4.625rem;top:133.12512207031rem;left:3.8020834922791rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z8ixNccyvvITCVHAtW8hwzQue7sDMm5H { width:24.9375rem;height:2.3125rem;top:135.52087402344rem;left:17.520833969116rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #GT5T4dDLvPkvTLTCwT2eMXELbyIp1Z6z { width:12.5625rem;height:3.375rem;top:139.72924804688rem;left:16.46875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #T0gr3TovWHtFfksFyO5oavQuFxJss9Dk { width:12.5rem;height:3.4375rem;top:139.65625rem;left:29.03125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mGwwZ3Hfiye6dKfeTot4bnmGNl0nyAEN { display:block; }
 }@media only screen and (max-width: 763px) { #GWQJBbmGiBDc0PwTDpRSLXCDA7BSc8un { width:47.75rem;height:5rem;top:100.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #VRT1c6fsHt0bdwmOqeJUoCBwAfXcNCTS { width:12.5rem;height:8.3125rem;top:109.62365722656rem;left:3.2708334922791rem;display:block; }
 }@media only screen and (max-width: 763px) { #JI2RzhoQDuvHcbXFrnBO0lvTibO6ht42 { width:12.5rem;height:8.3125rem;top:109.70837402344rem;left:16.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #PQKNrqEiXKNESUhzd7S0GTLDVdP0Pfte { width:12.5rem;height:8.3125rem;top:109.66662597656rem;left:29.958333969116rem;display:block; }
 }@media only screen and (max-width: 763px) { #hwEbpm6kJfx0m7HKuDwzBprrtidc21Xr { width:47.75rem;height:1.25rem;top:119.24865722656rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hZDNlKiGRmCHZHzh49axNUlqtbGAJiI2 { width:31.25rem;height:17.9375rem;top:80.770874023438rem;left:8.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pWqdedTTNw13TowLv2aOp4TlWgyvpNrz { width:47.75rem;height:1.5rem;top:170.5rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #OvyKQT2mIPmC1xeOx1St5fHpe8hCzgTI { width:40.4375rem;height:3.125rem;top:173.78784179688rem;left:2rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #svAD5PllyUpvBb18X7GXPK1pf9SqUtPe { width:11.6875rem;height:5.0625rem;top:34.895874023438rem;left:3.3958334922791rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #m8r8FkRaVyUmV1fieL8vQ3RUy3rDWoUw { display:block; }#m8r8FkRaVyUmV1fieL8vQ3RUy3rDWoUw > .row .container { width:47.75rem;height:42.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qS73WSqqX2OWLNKCeOs0kh7HqhqECJfD { width:19.75rem;height:1.875rem;top:1.229248046875rem;left:20.8125rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #g36gyknxShGhP9eXZnee2SSHvgbT3Xnu { width:40.625rem;height:11.8125rem;top:12.145874023438rem;left:4.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ldqhIaThzhudFOEJTIElwaaqBRw2cpP6 { width:14.4375rem;height:9.625rem;top:1.25rem;left:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ALaDecCVSvCEyDqDyFKk8W2OZo34a2vT { width:16.4375rem;height:5.0625rem;top:3.979248046875rem;left:20.8125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #p9iZRa15xtV1NFdUN3Jx30fBpVMEICB9 { width:24.4375rem;height:2.3125rem;top:28.8125rem;left:16.5625rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #csNJd1CPABQalaxt4qhgysvZ4EGWTn32 { width:9.8125rem;height:5.625rem;top:25.5625rem;left:4.375rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #peXTGIuEpiAdxvXO11kDIu981WwmCZVh { width:13.6875rem;height:3.75rem;top:31.8125rem;left:16.5625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #pW5vCafl1ZsKhfe8rNRTX6T2KTPDA0is { width:12.5rem;height:3.4375rem;top:31.875rem;left:30.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HafhkB8CufJVpVcLUTMD1OepweqtwzpT { display:block; }
 }@media only screen and (max-width: 763px) { #ANuS1oXdlgJyMXLlK2AzmgCH9zWFMkfD { display:block; }#ANuS1oXdlgJyMXLlK2AzmgCH9zWFMkfD > .row .container { width:47.75rem;height:149.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Tb7sSEgnW4kxMU8zlv99kHXTpZhOkBuT { width:47.75rem;height:5rem;top:21.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #MmfDFkqmBUtsf6zHBDlFp5MUESu2fgcF { width:47.75rem;height:1.5rem;top:23.375rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #fPsBBLBH8pTmTiO3b7vCIPUi1rJftflh { width:43.75rem;height:7.1875rem;top:27.826904296875rem;left:0.875rem;font-size:1.0625rem;display:block; }#fPsBBLBH8pTmTiO3b7vCIPUi1rJftflh li:before{  }
 }@media only screen and (max-width: 763px) { #fR29T4MVQTuLNVtVQlThk1cfWO3XZqC1 { width:47.75rem;height:5rem;top:1.1041259765625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TSZvPmlm620sTa2r9Q6GFBBx1it3zFWh { width:47.75rem;height:1.5rem;top:2.8111572265625rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #KcacqK6v5T3fH5bVMq4eJJcp9yoTgmTW { width:43.75rem;height:12.8125rem;top:7.2916259765625rem;left:0.875rem;font-size:1.0625rem;display:block; }#KcacqK6v5T3fH5bVMq4eJJcp9yoTgmTW li:before{  }
 }@media only screen and (max-width: 763px) { #ozwuBG5T7Q6DA38pUaxbMmSVaHSZVl9D { width:47.75rem;height:1.5rem;top:38.625rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #gkciBSHMAfcN8Kpr2aQhqePwmOGJa1NF { width:47.75rem;height:5rem;top:36.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #H7Ngk5WbJLuuT09Rg3rUuREa6sO8yQXk { width:31.25rem;height:16.25rem;top:43.416748046875rem;left:8.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VomOHslO5iLVB0xZWTuSdHf8yVu7U79f { width:25rem;height:16.5rem;top:62.5625rem;left:11.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #kVh0SmNOULEW4WyO2FVJcgrKMaGPFQOT { width:31.25rem;height:17.9375rem;top:61.333374023438rem;left:8.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XR5mRR0rpwQ3mlptQpFPixHSvZ50VAb6 { width:25rem;height:15rem;top:82.364624023438rem;left:11.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Rn3v7CGBayTafWyLfdGV9zmVWqUmovHe { width:25rem;height:16.5rem;top:44.875rem;left:10.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #PqXHrCHq0roNezBUdHSUpxaquERQ5xxv { width:47.75rem;height:5rem;top:126.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #w7FNX7clfgdPumEDL4TWeSkqsnDE0ik6 { width:47.75rem;height:19.4375rem;top:128.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #MSEMvwwdniznD03Os6oGZbq3EUnTiTCp { width:11.4375rem;height:4.625rem;top:133.12512207031rem;left:3.8020834922791rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #HKAoX77FUBg50WOsndxI4qkcvrwx0QfT { width:24.9375rem;height:2.3125rem;top:135.52087402344rem;left:17.520833969116rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #BXincAs3VQMeZx9JTpfMuM5xTuce2v5o { width:12.5625rem;height:3.375rem;top:139.72924804688rem;left:16.46875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #AVxmtzzTvVfxxe0gTfmDRG1U7Q5LTJik { width:12.5rem;height:3.4375rem;top:139.65625rem;left:29.03125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vMxbcLTt4RoinGJM6XelXmQKPJCVBGxs { display:block; }
 }@media only screen and (max-width: 763px) { #SzSB6Q7PebxtQmTu9MRBv6zl3RS7ZCyv { width:31.25rem;height:17.9375rem;top:80.770874023438rem;left:8.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #L4wS8sy1FdiP1Q8WkfRcIS5HSuot7gfc { width:47.75rem;height:1.5rem;top:194.4375rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #v6cCF3IQVsrB9f50oHEmXIzkxkamc4CW { display:none; }#v6cCF3IQVsrB9f50oHEmXIzkxkamc4CW > .row .container { width:47.75rem;height:42.125rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #h3cf6OtUXpZs9HKV98IxUmAqGSsfJKZb { width:20.75rem;height:3.75rem;top:1.372314453125rem;left:20.25rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #lAXgdWi9EUXZcvXgueJTw6X4r3PaoNcu { width:37.5rem;height:10.9375rem;top:13.165283203125rem;left:4.3958334922791rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #PvN7Fg0NOiWhcP1tuFatDTXfBL4zuTXi { width:14.25rem;height:9.5rem;top:1.458251953125rem;left:4.3958334922791rem;display:block; }
 }@media only screen and (max-width: 763px) { #l0LbDJvkhDrk6hw9LdK5GgpFLIsMvEsS { width:12.5rem;height:3.4375rem;top:30.625rem;left:31.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JozdI2rptmUfKvkwE0Zs1oztgqxD22Xd { display:block; }
 }@media only screen and (max-width: 763px) { #lcyvFaLffXVuE6dOSCGovL4o9R9WFF0A { width:8.6875rem;height:2.8125rem;top:31.375rem;left:4.375rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WgBabDvlTauvbHJ8mnZuTSbkM2oB3Drz { width:24.9375rem;height:2.3125rem;top:27.3125rem;left:17.6875rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #lTP4C2kQvtq2ZPlsnq0tWxLSC25Pu5yb { width:14.1875rem;height:3.75rem;top:30.625rem;left:17.6875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #EksNl6klIJWJTVP2aLSd20DPhDyWKMKh { width:11.6875rem;height:5.0625rem;top:34.895874023438rem;left:3.3958334922791rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #y1sW45qb7UbcAP4hQi0A9gBFWHkxPssO { width:8.6875rem;height:2.8125rem;top:25.9375rem;left:4.375rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #n2myTTKJ4idOPJXhADmbu8po4WeaPyee { width:8.6875rem;height:2.8125rem;top:28.6875rem;left:4.375rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Cp73B3NeMg3ll5ErEFkv4pEaDcKpRPIy { width:14.1875rem;height:5.0625rem;top:5.9556884765625rem;left:20.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gw2amrDXO8H5dmixhvPfJWkuuQWM4d6m { display:none; }#gw2amrDXO8H5dmixhvPfJWkuuQWM4d6m > .row .container { width:47.75rem;height:213.8125rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #OxTuXQ4NHW5naq4JfZK05WufOGvcFVCl { width:47.75rem;height:1.5rem;top:3.0052490234375rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #tODNhRbb9Cd9T5ycN8lxbfBrXzoLNCra { width:43.75rem;height:12.5rem;top:7.4375rem;left:1.125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #af3zzAoTAOwuvxyOmxktwf8k97Pq1FbF { width:47.75rem;height:1.5rem;top:22.958374023438rem;left:0rem;font-size:1.25rem;z-index:15033;display:block; }
 }@media only screen and (max-width: 763px) { #XkcTXhAr6cP9lmtb7Sg2hdlUL3OodlC6 { width:43.75rem;height:17.5rem;top:27.583374023438rem;left:1.125rem;font-size:1.0625rem;z-index:14996;display:block; }#XkcTXhAr6cP9lmtb7Sg2hdlUL3OodlC6 li:before{  }
 }@media only screen and (max-width: 763px) { #Iyyal29QwPEiJupVlnH2niFyh4G9swB7 { width:47.75rem;height:1.5rem;top:96.8125rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #F9mXvGaPPmBP6gIQfk0k3OEmrf4GF4iw { width:25rem;height:12rem;top:102.6875rem;left:11.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #B4M0mNIRR9CQuDvyG3HTrt0J2gqB6TRX { width:25rem;height:16.5rem;top:118.3125rem;left:11.375rem;font-size:1rem;z-index:14995;display:block; }
 }@media only screen and (max-width: 763px) { #xCLePylo2eFp5M7zVfWdUsfTmtWxFWDC { width:25rem;height:15rem;top:149.5625rem;left:10.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #JSVbXW5QT7aK01CvbETqkl0k4HeQFtAs { width:47.75rem;height:5rem;top:1.2760620117188rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #oqFTFV8vIlrXRvsul2lURKoWCtoLBAZz { width:47.75rem;height:5rem;top:59.748657226562rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #eXHK0Izl8785Gh7seEibJqPeMMXuJfBp { width:47.75rem;height:5rem;top:95.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZoHnXPr8zJEFMMnQf5qpaTFR2uTywTi6 { width:31.25rem;height:14.1875rem;top:101.5rem;left:8.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #HgV1xNvRpDfJKWD540nuho6nxRFCWI3f { width:31.25rem;height:19.1875rem;top:117.1875rem;left:8.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #txCBZOqI4oBhM42liIQl8I1vNQSmLSBu { width:31.25rem;height:27.9375rem;top:137.875rem;left:8.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #lXsw8yEkMCOtXq5zNUbqOG163oO3Gl0x { width:47.75rem;height:5rem;top:192.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #FOeCyN1ctyug4QWEWH1XDQIkLUOWvJ54 { width:47.75rem;height:1.5rem;top:194.4375rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zw6zly5o6Md9avc0XRkktdV2TeL8cHxF { width:47.75rem;height:17.1875rem;top:194.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #vbwMR8EilUZCulyASHFcf245eehbd17I { width:9.375rem;height:9.375rem;top:139rem;left:19.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #JTEqP94noWu1D2dxT1AagsG8dQNyLMuJ { width:47.75rem;height:5rem;top:168.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #UvfMzpkTQZueN5TmOBzFMTATN8RAXuHa { width:47.75rem;height:1.5rem;top:170.5rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TyG2mZ4LihGpU23vQOtyftAaD8gZxIaV { width:40.3125rem;height:3.125rem;top:175.0625rem;left:2rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #yodlysksdd9PoafAI18UBpQDbvFFZlTG { width:12.5rem;height:8.3125rem;top:179.3125rem;left:4.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TiKRUzNuCHZ4Lfk5XwVvaVzy9ZBrEUmQ { width:12.5rem;height:8.3125rem;top:179.375rem;left:17.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZEk04qXiqCxWqk7tDnJGeip7h8pqwxd9 { width:47.75rem;height:1.25rem;top:189.5625rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Emld7kSPoH5X9CVG718AMpe7WsAkhS3b { width:9.9375rem;height:4.625rem;top:199rem;left:4.1875rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #LAs66chR5yTzBgGr6tClzUmJnR3BgcPi { width:24.4375rem;height:2.3125rem;top:199.3125rem;left:15.25rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DhbxLPZXvlAy2MqJVBt9m5NiapT6yh4A { width:12.9375rem;height:3.375rem;top:203.9375rem;left:15.6875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JOVxUxUaGsSovXpubtl8nQPf894XiOHQ { width:12.5rem;height:3.4375rem;top:203.9375rem;left:29.1875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GVryZCLuG2l7Kz2AiGkpTXZMgSkl40WJ { display:block; }
 }@media only screen and (max-width: 763px) { #NAVeZtmVngd7rH9eWG4b7EwdulpvMs1L { width:12.5rem;height:8.3125rem;top:179.4375rem;left:31rem;display:block; }
 }@media only screen and (max-width: 763px) { #ldpigTMxqtvfdBproF95X6CCc6pCaOTB { width:11.6875rem;height:5.0625rem;top:204.1875rem;left:3.3125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #B1lWUoW8ckJOCBNA9df7XL2iCscRZoc4 { width:47.75rem;height:5rem;top:46.416625976562rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #xw7LVmSfuH2d3WTte8TJEX7asbnZBa3u { width:47.75rem;height:1.5rem;top:48.123657226562rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #DOcfiOQ5IIOGBXrFn6gXQo7sDeAaPT6M { width:43.75rem;height:6.25rem;top:52.375rem;left:1.125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #JbLTXlMJ99ICZEeU8R2JazlQp9ToDPXJ { width:43.75rem;height:1.5625rem;top:81.631469726562rem;left:1.125rem;font-size:1.0625rem;z-index:14996;display:block; }#JbLTXlMJ99ICZEeU8R2JazlQp9ToDPXJ li:before{  }
 }@media only screen and (max-width: 763px) { #woblfTn1C22VCQoZdV9U6cu7GkJbyKQ8 { width:47.75rem;height:5rem;top:21.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #nLgmkkxNH0lOFfxlQhtlZe5DmpJk8glt { width:47.75rem;height:1.5rem;top:61.455688476562rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #KmQdGrKoKM3uIk0HMDWGNoQLUccw0w4L { width:43.75rem;height:14.6875rem;top:65.55859375rem;left:1.125rem;font-size:1.0625rem;z-index:14996;display:block; }#KmQdGrKoKM3uIk0HMDWGNoQLUccw0w4L li:before{  }
 }@media only screen and (max-width: 763px) { #oWF8SDsQUMRUZRUeu0pXbWDqlE3Uc4R4 { width:9.5625rem;height:9.0625rem;top:83.95703125rem;left:4.1875rem;font-size:1.0625rem;z-index:14996;display:block; }#oWF8SDsQUMRUZRUeu0pXbWDqlE3Uc4R4 li:before{  }
 }@media only screen and (max-width: 763px) { #HBtOLrGvKTTxVAahFaS6SkkWobEvKr0W { width:7.1875rem;height:9.375rem;top:83.95703125rem;left:16.6875rem;font-size:1.0625rem;z-index:14996;display:block; }
 }@media only screen and (max-width: 763px) { #yrhxiNxlSqPeIxevLX6g0rbcJTgXAzvJ { display:none; }#yrhxiNxlSqPeIxevLX6g0rbcJTgXAzvJ > .row .container { width:47.75rem;height:6.4375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #u7WLZgglHSnvGr2UB5HRkGPzvtXzkGoZ { width:47.75rem;height:1.875rem;top:1.4375rem;left:0rem;font-size:1.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #aEolPS8ZZBad8yOpW082GvVWGEKpTvGa { width:9.25rem;height:6.125rem;top:5.5rem;left:3.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZX90PBLdGBbUKrkGm3AWQhSSx6Wuwusn { width:9.25rem;height:6.125rem;top:5.5rem;left:3.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dB2LAGBQnGPvczi8pcLLsuOfrUa7LcH9 { display:none; }#dB2LAGBQnGPvczi8pcLLsuOfrUa7LcH9 > .row .container { width:47.75rem;height:42.125rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #OJ8P34BewJ8v1CTQXIW9uVG3ZrQM6LlR { width:20.75rem;height:3.75rem;top:1.372314453125rem;left:20.25rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #OvGlClCadwB3RJUz26reM86zn0bTDyak { width:37.5rem;height:10.9375rem;top:13.165283203125rem;left:4.3958334922791rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #l9X6OCRfTOGZmfzwTziAnitZc68lS4x1 { width:14.25rem;height:9.5rem;top:1.458251953125rem;left:4.3958334922791rem;display:block; }
 }@media only screen and (max-width: 763px) { #HTGwoQBSofVTACo2keHsy62ZNieHHDuJ { width:12.5rem;height:3.4375rem;top:30.625rem;left:31.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XP0Dqi0R7zTF2TCBEMBXc4P2NtbRAEGz { display:block; }
 }@media only screen and (max-width: 763px) { #gJ1NEA7pHMWtlcJWTKXM05aGDgrV1ET6 { width:24.9375rem;height:2.3125rem;top:27.3125rem;left:17.6875rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #QeGnw99eUE9dQC3RvvbmJx7oq06rLBX3 { width:14.1875rem;height:3.75rem;top:30.625rem;left:17.6875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #qJoq7UOt48MGo7A7Wtq25GcATNZPWNde { width:11.6875rem;height:5.0625rem;top:34.895874023438rem;left:3.3958334922791rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qPG64UbWaOpH0rbBa2uUIuSlIiun68f5 { width:8.6875rem;height:2.8125rem;top:25.9375rem;left:4.375rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #uiP1lL31eWi5RLoRyoHUsVEufo2eNcro { width:8.6875rem;height:2.8125rem;top:28.6875rem;left:4.375rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zei5ya3zsFEAXcVRhPOQ9oKS1zLU3fGm { width:14.1875rem;height:5.0625rem;top:5.9556884765625rem;left:20.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CT0v6mhSaBTJURWv31dM5Sv94uiDuSJH { display:none; }#CT0v6mhSaBTJURWv31dM5Sv94uiDuSJH > .row .container { width:47.75rem;height:149rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #T0dRs3J9Jw9PMmFUPRUuKFmCCOemnHJb { width:47.75rem;height:1.5rem;top:2.8111572265625rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #v9VtKnTQCnJQxqfIzz78q0bnMCwLXi6C { width:43.75rem;height:12.5rem;top:7.2916259765625rem;left:0.875rem;font-size:1.0625rem;display:block; }#v9VtKnTQCnJQxqfIzz78q0bnMCwLXi6C li:before{  }
 }@media only screen and (max-width: 763px) { #nLDo5vxvcTsVH37nzpe6zTTPeEAEkLnv { width:47.75rem;height:1.5rem;top:28.354248046875rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #zZtBwBb0Vxzv09bnh5ScQzmdn8eCxTn5 { width:43.75rem;height:10.9375rem;top:32.681030273438rem;left:0.875rem;font-size:1.0625rem;display:block; }#zZtBwBb0Vxzv09bnh5ScQzmdn8eCxTn5 li:before{  }
 }@media only screen and (max-width: 763px) { #kIdNHWwUplnKVL8XVCDhA79fWSEmpcqz { width:47.75rem;height:1.5rem;top:46.791748046875rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Pp69kdc7loWdKLy9U3PcdasqglZLnFWq { width:25rem;height:15rem;top:63.375rem;left:10.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #NIDxX0EqAlK8FAMpBNPpXCk25EnUtJ1S { width:25rem;height:6rem;top:93.1875rem;left:10.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #GW6DKROUdKfs5We0UX5gUT4vR9HKgCar { width:47.75rem;height:5rem;top:1.1041259765625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #tfz50eAqqo8gztp7hq86mTehviiaITFq { width:47.75rem;height:5rem;top:26.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #x00gq8rn2pADXCzcyI979ABRqAFJayPH { width:47.75rem;height:5rem;top:45.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #tGU4cCBpThNTwqTRTmEx9pl7sGmy1Reg { width:31.25rem;height:28.4375rem;top:51.4375rem;left:7rem;display:block; }
 }@media only screen and (max-width: 763px) { #hWg3HNTGVd17gtSZpNFigEVByulohZFK { width:31.25rem;height:18.6875rem;top:81.5rem;left:7rem;display:block; }
 }@media only screen and (max-width: 763px) { #TcTAv4v2RT61DsJRzOzIAOl17cWCF6Es { width:47.75rem;height:5rem;top:127.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZwKMEgE1zoflGei1Zd6cqRACmH4eeD95 { width:47.75rem;height:1.5rem;top:128.8125rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #GWrScZ3eXvSgdcm5ZIBgMFyRumekUbI8 { width:11.4375rem;height:4.625rem;top:133.33337402344rem;left:3.2708334922791rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #y64aVzvqXD1HphebcbUZtABgssrSzSAa { width:12.5625rem;height:3.375rem;top:138.625rem;left:16.46875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XKEMwVcQaMdS27MkfVdBfWxFq4fxsebo { width:24.9375rem;height:2.3125rem;top:134.5rem;left:16.46875rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zxeyfvZ2znnD3PUF9RJxBQPigcMkNeTP { width:47.75rem;height:18.1875rem;top:128.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #NGg2QWa1TMfAp0ocxOJgfD9C25daFEFb { width:12.5rem;height:3.4375rem;top:137.99877929688rem;left:30.125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CIT0Azo1EVPMx4SLz8WgSQVUvrFh8RRV { display:block; }
 }@media only screen and (max-width: 763px) { #E87KEgZu1XruV8BV9NE2V4fx0zUDS1bG { width:47.75rem;height:5rem;top:102.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #rw7i6JcS2O7ApGMXIKfIbHhzAPkTOZ1P { width:12.5rem;height:8.3125rem;top:110.875rem;left:2.7395834922791rem;display:block; }
 }@media only screen and (max-width: 763px) { #rvnBMy1C8wOVUuAiWo945O8LxAAti4JS { width:12.5rem;height:8.3125rem;top:110.875rem;left:16.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ho5CviRQZhQB0eA6KpcaZcSvmGJdIeyE { width:47.75rem;height:1.25rem;top:120.39587402344rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Iv2P33ZTNmUFDhKeT7D0pf5uKpySTNQA { width:12.5rem;height:8.3125rem;top:110.875rem;left:30.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zh4nsicSZfgNMcCVsI3nlaND9E3sbUwr { width:40.3125rem;height:3.125rem;top:175.0625rem;left:2rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #kL9vZCCvrl5QyILLcu3kRUAmx8r2WCpk { width:47.75rem;height:1.5rem;top:170.5rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #xzVFJSoXRvGqLiQ4ziVT7KpgBPHfQpJb { width:31.25rem;height:18.6875rem;top:81.5rem;left:7rem;display:block; }
 }@media only screen and (max-width: 763px) { #rQJn3RZZQ9auK4q2KJc9PMo6NsMNq4r6 { width:25rem;height:6rem;top:93.1875rem;left:10.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #pGzsKZ1DNvTo8ioqSnLsVNcsEA5FqE1v { width:11.6875rem;height:5.0625rem;top:204.1875rem;left:3.3125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tQ55v2R3DaTgk8RnVO2nlMWR11LqC38X { display:none; }#tQ55v2R3DaTgk8RnVO2nlMWR11LqC38X > .row .container { width:47.75rem;height:42.125rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #yaTo07bolGqvDP2lTdBFAAcWT81bh7Te { width:20.75rem;height:3.75rem;top:1.372314453125rem;left:20.25rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #sya6M6hgrJmwNbuubFGqCyRTbelLhQRv { width:37.5rem;height:10.9375rem;top:13.165283203125rem;left:4.3958334922791rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #c2tAOQbCmPqrHDLd0cIKwTIwRRNl6i9J { width:14.25rem;height:9.5rem;top:1.458251953125rem;left:4.3958334922791rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ke920fLeDGg0fvPzaoIf8iaXcCiWVCz9 { width:12.5rem;height:3.4375rem;top:30.625rem;left:31.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fiEKJtUIGZnJNwp5N1DZbcOk6Q8WN1pO { display:block; }
 }@media only screen and (max-width: 763px) { #TTdLOHH11iQ8legpZ55972ooahxstErP { width:24.9375rem;height:2.3125rem;top:27.3125rem;left:17.6875rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #eDMELRFwL9sgTb7Chrk5CQniS4oIclLT { width:14.1875rem;height:3.75rem;top:30.625rem;left:17.6875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #O1IWR9MXJMF5q7BrkPDkUJGqPCDTWLkZ { width:11.6875rem;height:5.0625rem;top:34.895874023438rem;left:3.3958334922791rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KhGMd7xgLE27I3Z8NlJkieaLdoRERv47 { width:8.6875rem;height:2.8125rem;top:25.9375rem;left:4.375rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #w10dQhpzEkKKPc1CFnJL9oWuDScZkF6x { width:8.6875rem;height:2.8125rem;top:28.6875rem;left:4.375rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qTiOar6FV4FulA3bmZhU0Tq447FX739o { width:14.1875rem;height:5.0625rem;top:5.9556884765625rem;left:20.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #O2AsKSEp3M4ne9NR6I2LzwTBaPbWrGio { width:14.1875rem;height:3.75rem;top:30.625rem;left:17.6875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #n4E87vyCaCrvzxPePsz0u1Ts9OLRlPya { width:12.5rem;height:3.4375rem;top:30.625rem;left:31.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hBwtG8PGDvVEuT20X1TTukAot7QioHRB { display:block; }
 }@media only screen and (max-width: 763px) { #EyQT23AgqDuke2hXrsQVwh5f64qo0BJ2 { display:none; }#EyQT23AgqDuke2hXrsQVwh5f64qo0BJ2 > .row .container { width:47.75rem;height:149rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #hAFxna0Q6eRvB1gbXKyxQLSfHOrzl8lI { width:47.75rem;height:1.5rem;top:2.8111572265625rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #e4uCngOnnmiBP4sw0eft3sTxZ8IkweOg { width:43.75rem;height:12.5rem;top:7.2916259765625rem;left:0.875rem;font-size:1.0625rem;display:block; }#e4uCngOnnmiBP4sw0eft3sTxZ8IkweOg li:before{  }
 }@media only screen and (max-width: 763px) { #TE6pIxCnKNZ92lTJ8anZdUbkbXdaNBQ6 { width:47.75rem;height:1.5rem;top:28.354248046875rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #hDfPCh1G44Uf9T0wBhvFaq58ZQB3ou6t { width:43.75rem;height:10.9375rem;top:32.681030273438rem;left:0.875rem;font-size:1.0625rem;display:block; }#hDfPCh1G44Uf9T0wBhvFaq58ZQB3ou6t li:before{  }
 }@media only screen and (max-width: 763px) { #iGygP2uhSZUD5m0ki8dDyoy0Tr8nxDil { width:47.75rem;height:1.5rem;top:46.791748046875rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #oLdPvFM3nr08RBtdKMBW41KKkUqEBpdQ { width:25rem;height:15rem;top:63.375rem;left:10.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #uq6der8CW4aqEiKathTQpD16aKfneXsA { width:25rem;height:6rem;top:93.1875rem;left:10.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #FRddLlZOmCgLFdChudXzVCg41wMdIHC0 { width:47.75rem;height:5rem;top:1.1041259765625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #m7A8xc2r3ftXxsg9dMlq0ee55BM5pwUs { width:47.75rem;height:5rem;top:26.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TTZ0nPI3KygxPehQEzgWOCKNC4eWPBcs { width:47.75rem;height:5rem;top:45.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #OttmCFr4eNZQpb0DUaKrAzDJQnLLUV2i { width:31.25rem;height:28.4375rem;top:51.4375rem;left:7rem;display:block; }
 }@media only screen and (max-width: 763px) { #tUgftmb4eXCdyzZy8Plh8TPWgB9I1FLZ { width:31.25rem;height:18.6875rem;top:81.5rem;left:7rem;display:block; }
 }@media only screen and (max-width: 763px) { #dOssUsvIxOuxFwJ92O4xOLT6ZQZTDa38 { width:47.75rem;height:5rem;top:127.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #cXRKeD68l1ZezfD2C5gM8by5WJtiAHrg { width:47.75rem;height:1.5rem;top:128.8125rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mh84RCIytFMiB6oCZIaJNBxyXS9XrQ95 { width:11.4375rem;height:4.625rem;top:133.33337402344rem;left:3.2708334922791rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #o1oR0w1UQMwrb9iP9JcAl5PM7D95U7gM { width:12.5625rem;height:3.375rem;top:138.625rem;left:16.46875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nTJmX13Tl0T3BVqGZwVEhgEx4SGTuT3k { width:24.9375rem;height:2.3125rem;top:134.5rem;left:16.46875rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #RstTpT5TKXli0aSQhSwlPvVO3ay2Ow4H { width:47.75rem;height:18.1875rem;top:128.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TDqNmHnTO0oevq6sQiX3GzRkfMBoR1iC { width:12.5rem;height:3.4375rem;top:137.99877929688rem;left:30.125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cXctUt6KWN4iIX7zRMTN5Z7ksv4XzPzg { display:block; }
 }@media only screen and (max-width: 763px) { #fgNxVf7lPc4thS4DCsTp09gHVcI8fL7Z { width:9.375rem;height:9.375rem;top:52.934936523438rem;left:18.03125rem;display:block; }
 }@media only screen and (max-width: 763px) { #eoRMqUrfLPrV8C7dnR00w27GK9ZJiIOD { width:43.75rem;height:4.6875rem;top:21.125rem;left:0.875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #x8DnW4gzhyC1FoPq4ogGeuTqgALyHqOZ { width:47.75rem;height:5rem;top:102.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #s8xGzP4B6q0pKiGuD11OBe5Hpe4MptFh { width:12.5rem;height:8.3125rem;top:110.875rem;left:2.7395834922791rem;display:block; }
 }@media only screen and (max-width: 763px) { #rJ3krGi5muWCuFEsZgCq3TGcv8fIuR8v { width:12.5rem;height:8.3125rem;top:110.875rem;left:16.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #B3wFkMf3tJnO5xNurDQAUq0RHiVXWib2 { width:47.75rem;height:1.25rem;top:120.39587402344rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #QlLXg5Pfe0bGP5lWrX1ty7J9Kf2zRbtS { width:12.5rem;height:8.3125rem;top:110.875rem;left:30.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FsKtaG3mHoF6DUUJIZr9eDD1o2ZrU3Fm { width:40.3125rem;height:3.125rem;top:175.0625rem;left:2rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #aswppyPshL2BHhNsp7IM4ov6mNHXJbZ7 { width:47.75rem;height:1.5rem;top:170.5rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #S8VzKZWcMUpiQshtFTzHOaCS5qXJWScc { width:31.25rem;height:28.4375rem;top:51.4375rem;left:7rem;display:block; }
 }@media only screen and (max-width: 763px) { #X0GDO3pSVOPhppkmiVJSpTGGfr9SZLXG { width:25rem;height:15rem;top:63.375rem;left:10.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #c16m73XUceN7ClyKEOmmS5FAPoWWDB8R { width:9.375rem;height:9.375rem;top:4rem;left:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #LDtNWTBDZuisy3pc2wZPkoNhRkAFAkie { width:9.375rem;height:9.375rem;top:4rem;left:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #WfTHOrOPhKkImp3Sa9v2Va98LSb70lHT { width:11.6875rem;height:5.0625rem;top:204.1875rem;left:3.3125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #uTWWisrsT2mfKoBrDvZivPh31MVaD45D { width:14.1875rem;height:3.75rem;top:30.625rem;left:17.6875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZQUvDkTr6EtptWQmVTa8UNA8IRJuP8mz { width:12.5rem;height:3.4375rem;top:30.625rem;left:31.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #AFzqq6azFRHOXmKDEiXX6Ffn57734CqW { display:block; }
 }@media only screen and (max-width: 763px) { #s8NUTy9OIomN7DQ4PZPb1ohgvGiHnNFo { display:block; }#s8NUTy9OIomN7DQ4PZPb1ohgvGiHnNFo > .row .container { width:47.75rem;height:5.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qhLZDTN6P6uRBZkZpUL4vSfkd5zAqNb3 { width:47.75rem;height:1.875rem;top:1.5rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fkCAZO5o7QdQfUSrFSi1DwQTwF9mvVrq { display:none; }#fkCAZO5o7QdQfUSrFSi1DwQTwF9mvVrq > .row .container { width:47.75rem;height:42.6875rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #cNq1h3JWcQDwiqIhShPopNIV4fWdTvCk { width:19.75rem;height:1.875rem;top:1.229248046875rem;left:20.8125rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gurs8giRr0pTcud3f9BRxw3zJQi1dpWi { width:40.625rem;height:11.8125rem;top:12.145874023438rem;left:4.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dNbAG8T1CdsWSoDOcJ9sa4AqJT7KZ1RN { width:14.4375rem;height:9.625rem;top:1.25rem;left:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ta4KUQ8PnL4LQf2KgNf4fLMcX96kr9O9 { width:16.4375rem;height:5.0625rem;top:3.979248046875rem;left:20.8125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LgAgnTkZVf96WQ883qfhyTsTzJeWal1r { width:24.4375rem;height:2.3125rem;top:28.8125rem;left:16.5625rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gh87sv1EQePbwZBcww8Xa6UPPxopzwVI { width:9.8125rem;height:5.625rem;top:25.5625rem;left:4.375rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OhFoNcPNWLTRge7IgR1uSwJzkUb0WvIw { width:13.6875rem;height:3.75rem;top:31.8125rem;left:16.5625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ycm2HQtZBndVST5WEiIzP04Xd8vospKy { width:12.5rem;height:3.4375rem;top:31.875rem;left:30.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Sx52J8COHoQ3lUfoMDWbavhXX4bqxtuG { display:block; }
 }@media only screen and (max-width: 763px) { #eJC80fqWJvhvuVElDfvAECop41ZoNuuE { width:11.6875rem;height:6.75rem;top:32rem;left:3.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bbHTL9AGkxEBwTxTDS933UzvndbiEbr9 { display:none; }#bbHTL9AGkxEBwTxTDS933UzvndbiEbr9 > .row .container { width:47.75rem;height:149.9375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #dsUggETCZ0NvhgLXVwd6Kyq5IuFUfUr9 { width:47.75rem;height:5rem;top:21.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #PvIXkKn1MbcRupMMhlZ84ZtaxmBEJFme { width:47.75rem;height:1.5rem;top:23.375rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TTKbotMhGpoSznqT1RZ69urDSctvvq31 { width:43.75rem;height:7.1875rem;top:27.826904296875rem;left:0.875rem;font-size:1.0625rem;display:block; }#TTKbotMhGpoSznqT1RZ69urDSctvvq31 li:before{  }
 }@media only screen and (max-width: 763px) { #VooJHxuITxhF2ZFXEZW6beVPEz9dTm0f { width:47.75rem;height:5rem;top:1.1041259765625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #zTgXaJe9JNIXgaGWknrbKVLwwrxuqOir { width:47.75rem;height:1.5rem;top:2.8111572265625rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #cSQKNLFTchT6tZimvOmg6Kl0gXVy0Zxx { width:43.75rem;height:12.8125rem;top:7.2916259765625rem;left:0.875rem;font-size:1.0625rem;display:block; }#cSQKNLFTchT6tZimvOmg6Kl0gXVy0Zxx li:before{  }
 }@media only screen and (max-width: 763px) { #OzWhE0bbLoiJ3zphTGpvZ17LhluBMBK7 { width:47.75rem;height:1.5rem;top:38.625rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #zLCT9yPGqsdyXziRb3AQ7qmLhS8rhG62 { width:47.75rem;height:5rem;top:36.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #SPg4BReprzxZIio2eLtKDTUv8Pge2KEl { width:31.25rem;height:16.25rem;top:43.416748046875rem;left:8.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #sRVE34BTox71QxbTo5z7uOCEiHK5zl36 { width:25rem;height:16.5rem;top:62.5625rem;left:11.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #al4tl4TzgFCZ2DImZzZ4AOTCghiGIw0C { width:31.25rem;height:17.9375rem;top:61.333374023438rem;left:8.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vrvdgSEiSvIXfMLDnalxsa8tObRALRmx { width:25rem;height:15rem;top:82.364624023438rem;left:11.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #u6hbSXEI5ruTc7fABsWo0FXybBgrQndz { width:25rem;height:16.5rem;top:44.875rem;left:10.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ERIowAG9bydOGbZ4l1A6OkniefxaHT1S { width:47.75rem;height:5rem;top:126.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #qzc1Gp5T4fTMram5ZZ5FlfGZagadvsbI { width:47.75rem;height:1.5rem;top:128.625rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mpnsa51MxiOITOx4eyztkDKTbKXSRRWV { width:47.75rem;height:19.4375rem;top:128.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #bDOZsikIsPvDrhHFl0n6Dbhi3nvqdy5X { width:11.4375rem;height:4.625rem;top:133.12512207031rem;left:3.8020834922791rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wThFTJCePfu12LJQpIDyTwsvZzl8cK7N { width:24.9375rem;height:2.3125rem;top:135.52087402344rem;left:17.520833969116rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #C5N8WgTcNRfBr9rxBg4hg4uuw0kTXfcv { width:12.5625rem;height:3.375rem;top:139.72924804688rem;left:16.46875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #P9tZF5GuAwOW5Rmrs9B5NaDUQdOZiEfN { width:12.5rem;height:3.4375rem;top:139.65625rem;left:29.03125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xHmrwCfR8OXIxMFQlKaSsWiLkqkbFxlD { display:block; }
 }@media only screen and (max-width: 763px) { #kwhLm6muTAUufKnazwH82gWJiM6oX4Sw { width:11.6875rem;height:6.75rem;top:138.4765625rem;left:3.6770834922791rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FD1dOb1HrfARCgILJeW251d1uTZ0m64i { width:47.75rem;height:5rem;top:100.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZrRqyimTCyGkXT7TfCpmRPccAAdV9M82 { width:47.75rem;height:1.5rem;top:102.5rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #IL5NtNbpiCqVT8cWKednqICruvceHlgV { width:40.8125rem;height:1.5625rem;top:106.75rem;left:1.5625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xk3hUlxUixkBIBp1CAhkdANc0eigBGfU { width:12.5rem;height:8.3125rem;top:109.62365722656rem;left:3.2708334922791rem;display:block; }
 }@media only screen and (max-width: 763px) { #ViZkmiJAxHw9TB6Ul0TGacv92frwR7o4 { width:12.5rem;height:8.3125rem;top:109.70837402344rem;left:16.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZmcpL4yguLdMNm2rbPWNd54sX3pUS40n { width:12.5rem;height:8.3125rem;top:109.66662597656rem;left:29.958333969116rem;display:block; }
 }@media only screen and (max-width: 763px) { #NZsoMKgAObRsGXngUEgxvUrqNl5XUTbV { width:47.75rem;height:1.25rem;top:119.24865722656rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #RR3uDokFKOpITVh7QZTDv7rGgKZTt1Ux { width:39.8125rem;height:2.5rem;top:121.89453125rem;left:3.2708334922791rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #UfMksxO93UHxsSFpdX40nFFKQcU9C0gK { width:31.25rem;height:17.9375rem;top:80.770874023438rem;left:8.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qXbup3qvGxxcpLWCcqmciN8A0yWhRQgE { display:none; }#qXbup3qvGxxcpLWCcqmciN8A0yWhRQgE > .row .container { width:47.75rem;height:49.875rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #KftMy9gqdVpwBz5DUcZakh2xxK7XQ9x0 { width:19.75rem;height:1.875rem;top:1.229248046875rem;left:20.8125rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #GGE0WT1pItiooo4e2nnmXiT8LdDDSvBf { width:40.625rem;height:20.25rem;top:12.145874023438rem;left:4.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #c9of7sI2GzmgS386mMJB7vctbA1dJ6FE { width:14.4375rem;height:9.625rem;top:1.25rem;left:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #seksmVpvfMcVTVRS4KrafCbgiMvk6ugZ { width:16.4375rem;height:5.0625rem;top:3.979248046875rem;left:20.8125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QmIvhTe9ILnBRTTSPT4SP9EO5nG5TvsP { width:24.4375rem;height:2.3125rem;top:37.6875rem;left:15.625rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #tnUA1Oy0HfRVO3TCoRM2921gcRh1chZM { width:9.8125rem;height:5.625rem;top:34.34765625rem;left:4.375rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #R6teNNc4TWe4dsAdbT4fwlTVg7MzGpUT { width:13.6875rem;height:3.75rem;top:40.6875rem;left:15.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #vUWvmk54sJoasZSnNEQDdM3yrxe5ehiU { width:12.5rem;height:3.4375rem;top:40.8125rem;left:29.9375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LpEa8mglpimnrXh6qZaK2dRzQDywXwpz { display:block; }
 }@media only screen and (max-width: 763px) { #iwTJEhKtEpa8rqK2025zaWrsVWQ5CzLI { width:11.6875rem;height:5.0625rem;top:34.895874023438rem;left:3.3958334922791rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #AdqZCadpIwiNQ090aa4ZgcoUNuui7r6O { display:none; }#AdqZCadpIwiNQ090aa4ZgcoUNuui7r6O > .row .container { width:47.75rem;height:149rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #a2NkQTwAUwSDHwBhKhNFfCdocfeaNmMC { width:47.75rem;height:1.5rem;top:2.8111572265625rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #dvNJIkFu3SWnfcio978EudUULRytdUhn { width:43.75rem;height:12.5rem;top:7.2916259765625rem;left:0.875rem;font-size:1.0625rem;display:block; }#dvNJIkFu3SWnfcio978EudUULRytdUhn li:before{  }
 }@media only screen and (max-width: 763px) { #BC4t48JNMxDeOC7MlH9WocmEJn1sC9V4 { width:47.75rem;height:1.5rem;top:28.354248046875rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #AtDuif2TOw9yMD4KkGiTSwHtu2yP0GDo { width:43.75rem;height:10.9375rem;top:32.681030273438rem;left:0.875rem;font-size:1.0625rem;display:block; }#AtDuif2TOw9yMD4KkGiTSwHtu2yP0GDo li:before{  }
 }@media only screen and (max-width: 763px) { #w86EeysSokfDOeqRvfJGhDHINfeIQvpI { width:47.75rem;height:1.5rem;top:46.791748046875rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #q1M5lmdJ4GtZbToMciIQnBrMTtHRJGod { width:25rem;height:15rem;top:63.375rem;left:10.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #CB9kuHFSyyJ92FefuA1dbEXWnbEzPMJb { width:25rem;height:6rem;top:93.1875rem;left:10.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #kRIguZATixa1alxThkLw0RmOUWnKe9gX { width:47.75rem;height:5rem;top:1.1041259765625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #If5e1G3yevaRhzXUZ58TWaxaCaKGwXNg { width:47.75rem;height:5rem;top:26.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #xb1m23Z9W8zxgszzMWqZ6JfBC89b4UZ6 { width:47.75rem;height:5rem;top:45.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TteShmxl4T4Vbq7pi96P468kPKCNSttD { width:31.25rem;height:28.4375rem;top:51.4375rem;left:7rem;display:block; }
 }@media only screen and (max-width: 763px) { #lA4eBigwld9xD2S6D78ZKtDkQS65pPZb { width:31.25rem;height:18.6875rem;top:81.5rem;left:7rem;display:block; }
 }@media only screen and (max-width: 763px) { #HiBohmh7vp3nvNnaIIQDRJRlvWhTESm3 { width:47.75rem;height:5rem;top:127.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #LhvyJuR28KxqnTnu50UUOM2JRgZAQamk { width:47.75rem;height:1.5rem;top:128.8125rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TKeEqTVVKBM0GTXnQtm8l7r4TqMRITU6 { width:11.4375rem;height:4.625rem;top:133.33337402344rem;left:3.2708334922791rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #lm1kHgGCv9E9hrMh3B0XFJXTfHsMaZOL { width:12.5625rem;height:3.375rem;top:138.625rem;left:16.46875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vr2fExG1ay9waGh3tWf5GkpeA4mmydSA { width:24.9375rem;height:2.3125rem;top:134.5rem;left:16.46875rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #OaTEzv6LKCkkVQKw6uop5CDo75yGCDuy { width:47.75rem;height:18.1875rem;top:128.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #d8f5b8NLqkGD9zaScla5PIDpMa06oAiw { width:12.5rem;height:3.4375rem;top:137.99877929688rem;left:30.125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #s2QL3NeTT8VtzuK5KBIt2RtdS0n6FwtI { display:block; }
 }@media only screen and (max-width: 763px) { #PZ4ymvOHmPARbluIT7snzDL1GbXuBGaT { width:47.75rem;height:5rem;top:102.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #LOJ2sFHvux55RZXE2guDeztX7Lhponig { width:12.5rem;height:8.3125rem;top:110.875rem;left:2.7395834922791rem;display:block; }
 }@media only screen and (max-width: 763px) { #s4QbDCguInOuctJckCmdqDsaWxWJkdvl { width:12.5rem;height:8.3125rem;top:110.875rem;left:16.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #J5ekP2xub3ABHtR7sfPDhuAPXZTfpQ75 { width:47.75rem;height:1.25rem;top:120.39587402344rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Suwrxn19Z5i0rg2f72oXkgcSUt7dcnLI { width:12.5rem;height:8.3125rem;top:110.875rem;left:30.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Dq7vUEsTdkRm8mySUH3wNATvlaz2XRuF { width:11.6875rem;height:5.0625rem;top:34.895874023438rem;left:3.3958334922791rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tfES3kV2dTIV54e6h0TIZlvQ8COqqrQJ { width:40.3125rem;height:3.125rem;top:175.0625rem;left:2rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #s5mFc2N3nP6uBos9NEoqSUe8o4ip3Lbl { width:47.75rem;height:1.5rem;top:170.5rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #K8EEgftQ1ryyHLWEMcHTaRCNKQ8m4xgC { width:31.25rem;height:28.4375rem;top:51.4375rem;left:7rem;display:block; }
 }@media only screen and (max-width: 763px) { #eDotUcykOmKQyRcEpQtl4Vwrbh8FtkNl { width:25rem;height:15rem;top:63.375rem;left:10.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #QF71IXfs2uxGygiSItBaMR2eDInyzhhf { display:none; }#QF71IXfs2uxGygiSItBaMR2eDInyzhhf > .row .container { width:47.75rem;height:49.875rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #zLAiAoSWdvlnZeia6TBLSuP4Xstk6czt { width:19.75rem;height:1.875rem;top:1.229248046875rem;left:20.8125rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #RfDxEnDlRTvuKwsMEuIxVU12WZCNUho3 { width:40.625rem;height:20.25rem;top:12.145874023438rem;left:4.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rg9csxn4E9TkfolW5J6kIIvr4QOCme1X { width:14.4375rem;height:9.625rem;top:1.25rem;left:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #neoR9iFnUsExDElHkO9i9CrVP7GwNGTG { width:16.4375rem;height:5.0625rem;top:3.979248046875rem;left:20.8125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FeiSRpgguhs21ySBNvnDewnHXOHkZZQd { width:24.4375rem;height:2.3125rem;top:37.6875rem;left:15.625rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #IzIotgWdQn1EwymMdu6xiZn4P3NluKHT { width:9.8125rem;height:5.625rem;top:34.34765625rem;left:4.375rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #AJ5DdPuWzAW4qSsFMJ2tU8CNEdwAlDCW { width:13.6875rem;height:3.75rem;top:40.6875rem;left:15.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #fSVPrsp8y31spiXdw3VqqpeoovQkX7Hb { width:12.5rem;height:3.4375rem;top:40.8125rem;left:29.9375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LP4PkZl3grXSfDmVlxXc0gHzc3NKcwAM { display:block; }
 }@media only screen and (max-width: 763px) { #IHIoBscMvGXIcJKeuQ2X99KzP7p0xQTn { width:11.6875rem;height:5.0625rem;top:34.895874023438rem;left:3.3958334922791rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #k4DKgATQzinNlCNsWQWPTWR5hKDGDnqX { display:none; }#k4DKgATQzinNlCNsWQWPTWR5hKDGDnqX > .row .container { width:47.75rem;height:149rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #DNb6ps7P7qE13Ku0vIo2K4rxVzxTvGMo { width:47.75rem;height:1.5rem;top:2.8111572265625rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #WUG1riic89bbabSpBUnQtuUZtpJJEKgz { width:43.75rem;height:12.5rem;top:7.2916259765625rem;left:0.875rem;font-size:1.0625rem;display:block; }#WUG1riic89bbabSpBUnQtuUZtpJJEKgz li:before{  }
 }@media only screen and (max-width: 763px) { #Z6TzEm8N5ZuuTpxSafbGid24pzXTNDCE { width:47.75rem;height:1.5rem;top:28.354248046875rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #NbzPoebUNx1fRtMPTyvzhruZXnQPyTTQ { width:43.75rem;height:10.9375rem;top:32.681030273438rem;left:0.875rem;font-size:1.0625rem;display:block; }#NbzPoebUNx1fRtMPTyvzhruZXnQPyTTQ li:before{  }
 }@media only screen and (max-width: 763px) { #hNVP5xnHXAEezORFKyPZsDztFRrZui3K { width:47.75rem;height:1.5rem;top:46.791748046875rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #wnKMshuC3TZeURuvqZUIhloSdtJww4zn { width:25rem;height:15rem;top:63.375rem;left:10.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #do6zLrtm14kNDQg6PtKWlbOx3p1vB4nO { width:25rem;height:6rem;top:93.1875rem;left:10.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #pxgGT0yER3hUiN7RJryPo8f6fA6PZxAX { width:47.75rem;height:5rem;top:1.1041259765625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #AGGFMrzMEkuHw4tMXbgMwgTKTz4UVQfm { width:47.75rem;height:5rem;top:26.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #sdiZqZlDWxZqaT9BVLhhqfEBiD7r6Sy4 { width:47.75rem;height:5rem;top:45.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #apLLHDbZ5T0snmnesgBWHHZXFmdAzwsd { width:31.25rem;height:28.4375rem;top:51.4375rem;left:7rem;display:block; }
 }@media only screen and (max-width: 763px) { #JWPbqEnsRzwbtXJpeAwJH22cH3HgK8As { width:31.25rem;height:18.6875rem;top:81.5rem;left:7rem;display:block; }
 }@media only screen and (max-width: 763px) { #kHQnnFChSpHQNoWTT8LPp3OD0GEQDZAc { width:47.75rem;height:5rem;top:127.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #IoNwhNcyZtpm08X6mrKfB9egVR0dp8Zl { width:47.75rem;height:1.5rem;top:128.8125rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #pDSkxTW2hVp6Wmh8uvpLUSuK3pqxs4h9 { width:11.4375rem;height:4.625rem;top:133.33337402344rem;left:3.2708334922791rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #mNF7K8atQLpXVnoToJa8Nn7feDrtOdO1 { width:12.5625rem;height:3.375rem;top:138.625rem;left:16.46875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mW9b64GFt6C28eNMB2Os9yM6J0K5vQMl { width:24.9375rem;height:2.3125rem;top:134.5rem;left:16.46875rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #NTlGzGKlwTT5OQiJnyXF02DRZFeqVE0d { width:47.75rem;height:18.1875rem;top:128.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #irLpuLsL4DTIO3Czmv3Zwm37n4yoPOCV { width:12.5rem;height:3.4375rem;top:137.99877929688rem;left:30.125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kpXin4PJmNPAWMA578GycpPJcrLKKekP { display:block; }
 }@media only screen and (max-width: 763px) { #OMTlFbVkSr260cdWbecEFdOBE8INiGb8 { width:9.375rem;height:9.375rem;top:52.934936523438rem;left:18.03125rem;display:block; }
 }@media only screen and (max-width: 763px) { #i8Qx5ylhsiUf7UplbFmfncGvn7ODsTa6 { width:9.375rem;height:9.375rem;top:82.625rem;left:18.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #V3wREIgtPdTT3nvq63rWwKMuppTkO2p0 { width:43.75rem;height:4.6875rem;top:21.125rem;left:0.875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TkKhLsJdhkI1Rmm0Zfp6wI20EGAJDgDT { width:47.75rem;height:5rem;top:102.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #kN2aPSp9Z8GpMbK2FoAxD3DT8SMwqTJG { width:12.5rem;height:8.3125rem;top:110.875rem;left:2.7395834922791rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZxtJJCQCRdDkNpkqJh4JopTPQsVuIqOu { width:12.5rem;height:8.3125rem;top:110.875rem;left:16.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mr7Bw7Ko1NSSvUrKUWEihL1Jrq0XkUfo { width:47.75rem;height:1.25rem;top:120.39587402344rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #RdE87O34CJHdL21bk3tfdVl1WMoJJinv { width:12.5rem;height:8.3125rem;top:110.875rem;left:30.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #iu2peG6TUfQAOu2Te4hyv6tWXp8lvB6D { width:11.6875rem;height:5.0625rem;top:34.895874023438rem;left:3.3958334922791rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OXL7zXuGbCnrOsRUFFqNTbZKxywSt5Jm { width:40.3125rem;height:3.125rem;top:175.0625rem;left:2rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #oTNtAJsX1Ai7TkTHb4u3BBRRSpwfGsV9 { width:47.75rem;height:1.5rem;top:170.5rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #p5Btq3klBDdJ5Hli5cCvTkSc8Dq2UUWq { display:none; }#p5Btq3klBDdJ5Hli5cCvTkSc8Dq2UUWq > .row .container { width:47.75rem;height:42.6875rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #XEirascdoDFz9swM46zCRS2gcPNtoiB3 { width:19.75rem;height:1.875rem;top:1.229248046875rem;left:20.8125rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #HIC3sQ6GsehutfTE55oD7Tz6hQkTFOCI { width:40.625rem;height:13.5rem;top:12.145874023438rem;left:4.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZeqHQt7I4Z8U2lOnPvJBy96T4CMWEJgd { width:14.4375rem;height:9.625rem;top:1.25rem;left:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TRJfcTrDJ55EsmagoTichBrvWv8Ave8A { width:16.4375rem;height:5.0625rem;top:3.979248046875rem;left:20.8125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fDq55cgxqFaGHwBe5TQL9vCnHQ9uWU0z { width:24.4375rem;height:2.3125rem;top:30.47265625rem;left:16.208333969116rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #FucsgtQHdiXS66yf1a1TylQKNoLmire6 { width:9.8125rem;height:5.625rem;top:27.264282226562rem;left:4.375rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bduzKxis06IMUpd9oVcvU3UfoPKv7TRC { width:13.6875rem;height:3.75rem;top:33.78125rem;left:16.208333969116rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #WEsSdfL4fPT73zNaXd3Q1WnnHSP6HZyh { width:12.5rem;height:3.4375rem;top:33.854125976562rem;left:30.864583969116rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qnTGvseVTblbqp3mkdJX5TAPk2hnkdgf { display:block; }
 }@media only screen and (max-width: 763px) { #TV7b0hXABJSSPL618ipsLqu0foGCRBCi { width:11.6875rem;height:5.0625rem;top:34.895874023438rem;left:3.3958334922791rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BnKIlMiHeDLqVqo29wNoPTryquTaFnwT { display:none; }#BnKIlMiHeDLqVqo29wNoPTryquTaFnwT > .row .container { width:47.75rem;height:161.375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #fXqtZqMQTi7U2I4CFV7J1fIJxTr0o4JG { width:47.75rem;height:5rem;top:23.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #LoJQQ351zH82vMf6BRtysRdk4090mXdl { width:47.75rem;height:1.5rem;top:25.375rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #r93yEv5JnNpaT2eGhoDuixSt3K2ouxnH { width:43.75rem;height:12.5rem;top:29.75rem;left:0.875rem;font-size:1.0625rem;display:block; }#r93yEv5JnNpaT2eGhoDuixSt3K2ouxnH li:before{  }
 }@media only screen and (max-width: 763px) { #UJRCT9mG6Tp6OTQboVqLnzDWefCdbb1q { width:47.75rem;height:5rem;top:1.1041259765625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #E2dzeWbnBmW6MIJCSwkFpweuPluSZuqD { width:47.75rem;height:1.5rem;top:2.8111572265625rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #rJtd2sEhWBPObvvrME38ZMAqGpfiuEhT { width:43.75rem;height:14.0625rem;top:7.2916259765625rem;left:0.875rem;font-size:1.0625rem;display:block; }#rJtd2sEhWBPObvvrME38ZMAqGpfiuEhT li:before{  }
 }@media only screen and (max-width: 763px) { #giRgH4XILkV8aI7xlesaZJEXFmM4Am66 { width:47.75rem;height:1.5rem;top:46.1875rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #WCuvFJkid4RDALNkIQVDbH9erQIr0a3e { width:47.75rem;height:5rem;top:44.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Szbpli6MO36XtXg3Sd2GwCcwzWX8hIIa { width:31.25rem;height:19.3125rem;top:50.645751953125rem;left:7rem;display:block; }
 }@media only screen and (max-width: 763px) { #yh0nlIaaNKp4GZEpeVNXGrv1WBmrSq48 { width:25rem;height:18rem;top:51.958251953125rem;left:10.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #gDWsgl2aac1OceXKQTeKzNXhP1RCfHTR { width:31.25rem;height:17.6875rem;top:71.45703125rem;left:7rem;display:block; }
 }@media only screen and (max-width: 763px) { #w2T6OzFcVX2H1frGk8gIRJV3UBXhKgOb { width:25rem;height:16.5rem;top:72.6875rem;left:10.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #QwNoMkHXNL0Vl5DiR1I7XXfghW6cWLvs { width:31.25rem;height:21.0625rem;top:90.458374023438rem;left:7rem;display:block; }
 }@media only screen and (max-width: 763px) { #zPDGhFJ12L13Plr2J1MDfrcC9aTe2Uwl { width:25rem;height:21rem;top:92rem;left:10.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #OUiwXaT3sb0JiBwyWJ7sCyiQvZkQ3fA6 { width:47.75rem;height:5rem;top:139.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #QewlbZzDMrm82VU1w3sunuoJQRTiJJvk { width:47.75rem;height:1.5rem;top:141rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #RCoHLKVvavwlIVbOWDs6wsIVaaluWfZn { width:47.75rem;height:18.6875rem;top:140.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #pc3gF3npvx7ZoBDJuDn3pbg09Ot9R5MD { width:11.4375rem;height:4.625rem;top:145.5rem;left:3.4375rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #pRDn75oLtff0dw7lRTR90QFcf4bRyvEA { width:24.9375rem;height:2.3125rem;top:147.875rem;left:16.5rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #cKaC9qLKN9dubXsCKp3lpddJ8ANI67l0 { width:12.5625rem;height:3.375rem;top:150.875rem;left:16.5rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fbwCJQ8uiZKQZBUZiXmmpQAvK7ldAvRy { width:12.5rem;height:3.4375rem;top:150.8125rem;left:30.1875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vfna0T2SB1AUc4BcsTToLCQpCwsSIAmW { display:block; }
 }@media only screen and (max-width: 763px) { #RMM1TTZSCtHdUZd0pz1qaSPzTDWELXf1 { width:47.75rem;height:5rem;top:114.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #oTeN7ZHRiifsqsvdTb1hPg4PgOVmCTQM { width:12.5rem;height:8.3125rem;top:123.47924804688rem;left:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #iWyXKGmRzDHaQyfyp293i1LxXHkVKfVH { width:12.5rem;height:8.3125rem;top:123.45837402344rem;left:16.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #JdHanBbT6ZOcSBxtlsFTMOtbER4CMUCr { width:47.75rem;height:1.25rem;top:133.05871582031rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ilq7AaASNqeNQny8n2vppbGlgaF3bmBy { width:12.5rem;height:8.3125rem;top:123.47924804688rem;left:30.208333969116rem;display:block; }
 }@media only screen and (max-width: 763px) { #ETXTZke2OiJ1Lo37LCU2SQt8Zf5uPpEp { width:11.6875rem;height:5.0625rem;top:34.895874023438rem;left:3.3958334922791rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bFlO8U5uN4kRZaw7BSZ1g59zSFxScuJw { width:47.75rem;height:1.5rem;top:170.5rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #utrG9lQ4H3k4sc2KLMXPepXh9eNFacBm { width:40.3125rem;height:3.125rem;top:175.0625rem;left:2rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #N3g5zRxWUpkGd2lBxgcblvhb4svm9TZ8 { display:none; }#N3g5zRxWUpkGd2lBxgcblvhb4svm9TZ8 > .row .container { width:47.75rem;height:35rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #fqA6evyX1mQmITUv6AG6G0VsuzZKNafo { width:19.75rem;height:1.875rem;top:1.229248046875rem;left:20.8125rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dl0kQAn1yr4aILMhf94AJNAkXqrvVUf8 { width:40.625rem;height:6.75rem;top:12.145874023438rem;left:4.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #s0f2gOmvte3c8Rw1rrL06T1gB2NJTlUh { width:14.4375rem;height:9.625rem;top:1.25rem;left:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #CwvJ6IM9HxIQKRmg4kcwDgBRAdWSfmTQ { width:13.6875rem;height:5.0625rem;top:3.979248046875rem;left:20.8125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lgmoWhmL8eUcHh04LJ9CD5IXCAnW7JsL { width:24.4375rem;height:2.3125rem;top:23.1875rem;left:16.208333969116rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #g7BRJq5sKmRumCwweiTFuAyaEt8uqpkW { width:9.8125rem;height:5.625rem;top:20.75rem;left:4.375rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HrLVwopsL2LFyFlTx0SOTfe0xEr9pGVN { width:13.6875rem;height:3.75rem;top:26.25rem;left:16.0625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #DhPaJBlq2mZqMPAzwkofzOSCxe94ulhe { width:12.5rem;height:3.4375rem;top:26.5625rem;left:30.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mJx9NWiLIWhO7fhGdaa8QpFe2PMGMn5E { display:block; }
 }@media only screen and (max-width: 763px) { #TnVuErZP8TqpJ1ovSUULy5cks0fGBP55 { width:11.6875rem;height:5.0625rem;top:34.895874023438rem;left:3.3958334922791rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SLiO6ZNfqfrdWFwxCoCSRBfGvV2PwAn9 { display:none; }#SLiO6ZNfqfrdWFwxCoCSRBfGvV2PwAn9 > .row .container { width:47.75rem;height:131.125rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #SUev3TIUW7xEq7M9Q4ku5PgFg0lfnPZf { width:47.75rem;height:1.5rem;top:2.8111572265625rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #onFZ4qTbUwaN6mzWioMEzAgCXTnfiVKU { width:43.75rem;height:5.3125rem;top:7.1446533203125rem;left:0.875rem;font-size:1.0625rem;display:block; }#onFZ4qTbUwaN6mzWioMEzAgCXTnfiVKU li:before{  }
 }@media only screen and (max-width: 763px) { #o7E2zfDMptboqBM6vIawKiXAC9Iqm9FH { width:47.75rem;height:1.5rem;top:16rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z4StsbvdHLqArkht1L1B85dfQXTGAvqi { width:43.75rem;height:3.4375rem;top:20.41015625rem;left:0.875rem;font-size:1.0625rem;display:block; }#Z4StsbvdHLqArkht1L1B85dfQXTGAvqi li:before{  }
 }@media only screen and (max-width: 763px) { #pIog5DmhfDfWavMrVZAq9XaoIGqfXDiG { width:47.75rem;height:5rem;top:1.1041259765625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #PQ2ha52ILmNWF6zBb7F2oVnufdh7aszs { width:47.75rem;height:5rem;top:14.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #STZsO4hTH3WDqDlow17aTk9fn5dhsBlT { width:43.75rem;height:5.3125rem;top:76.750244140625rem;left:0.875rem;font-size:1.0625rem;display:block; }#STZsO4hTH3WDqDlow17aTk9fn5dhsBlT li:before{  }
 }@media only screen and (max-width: 763px) { #KIxMIN331PMOinGIvmUKZDZT4ThnaseK { width:43.75rem;height:3.125rem;top:24.971435546875rem;left:2.0833334922791rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #AV7LRrC3yge0iTMVqE9kfgaso98U9OQh { width:43.75rem;height:10.9375rem;top:47.64599609375rem;left:2rem;font-size:1.0625rem;display:block; }#AV7LRrC3yge0iTMVqE9kfgaso98U9OQh li:before{  }
 }@media only screen and (max-width: 763px) { #ehx77my2Jr0Z6b3ghGLRQwgrQKxtnWyJ { width:43.75rem;height:3.125rem;top:45.13818359375rem;left:2rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #oCwOEowTkvZaQDGGdcRz8NCn0uML4I05 { width:33.9375rem;height:16.5625rem;top:27.262939453125rem;left:2rem;font-size:1.0625rem;display:block; }#oCwOEowTkvZaQDGGdcRz8NCn0uML4I05 li:before{  }
 }@media only screen and (max-width: 763px) { #of28pmddCD8NWHZKonI7DCvHWsUn6I1I { width:43.75rem;height:3.125rem;top:59.908935546875rem;left:2rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #U8BpJeX4Aqg34NtO68HgkFpP44ftVQ91 { width:43.75rem;height:16.25rem;top:62.125244140625rem;left:2rem;font-size:1.0625rem;display:block; }#U8BpJeX4Aqg34NtO68HgkFpP44ftVQ91 li:before{  }
 }@media only screen and (max-width: 763px) { #W6Fm5WtAUwT0MD76NHxhcyUWD5G6BSyT { width:47.75rem;height:5rem;top:83.250244140625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #tQmfVwrAwnX8DkCFJKRPLH0CzLH8LWBR { width:12.5rem;height:8.3125rem;top:92.375rem;left:4rem;display:block; }
 }@media only screen and (max-width: 763px) { #XyrOqosERZ388RTrtTA5QRm2hZhfq7nJ { width:12.5rem;height:8.3125rem;top:92.3125rem;left:17.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #T3O9LPMzd7Fzv3a11Sefyw7ZC3XIFdTQ { width:47.75rem;height:1.25rem;top:101.625rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #SoG0lgmcJBXkh88RPgrAATiGpef6NG2b { width:12.5rem;height:8.3125rem;top:92.3125rem;left:31.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zNgosdvll1WOKgiJXWFBupQ4X4Prdyh4 { width:47.75rem;height:1.5rem;top:109.49487304688rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #cEhmK0UNX6CGQNier6VSlyrGtTCGu8Iu { width:47.75rem;height:19.1875rem;top:109.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #zl3C2DKbklTo1k1g9zURaplbTxUqVwB7 { width:11.4375rem;height:4.625rem;top:115.18627929688rem;left:3.1875rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #GcCcVw4nTNFonE0JXN1mPCueP8mTmeyQ { width:24.9375rem;height:2.3125rem;top:117.58081054688rem;left:16.5rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #y5rOOiwwiCTgtKTane0LcQTMJsGsNraI { width:12.5625rem;height:3.375rem;top:120.875rem;left:15.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MtdhsKoMrUbh5ffPCyonF7QZV8x7Jfzq { width:12.5rem;height:3.4375rem;top:120.80078125rem;left:29.5rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Lz2TGa1CCMMegiTpeqQH55q6TvqENN5G { display:block; }
 }@media only screen and (max-width: 763px) { #GOoIJJpWKnSMnPyQBc8zUFodGGLnZfFk { width:47.75rem;height:5rem;top:107.74731445312rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #icHlWZZMAl7ZlTIAt9vS4NNyJiTdVEea { width:11.6875rem;height:5.0625rem;top:34.895874023438rem;left:3.3958334922791rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ezEfGwtvDyvNnXOu2qevdSVevpZxw7SG { width:40.3125rem;height:3.125rem;top:175.0625rem;left:2rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #iiMEIJMvxtMMbVTMuALq5B3Lz3csnKkA { width:47.75rem;height:1.5rem;top:170.5rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zm65WUAbfhAmLmQKuCM4DFMqQRhhg6Np { display:none; }#Zm65WUAbfhAmLmQKuCM4DFMqQRhhg6Np > .row .container { width:47.75rem;height:36.1875rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #dDAWtbJNI3onw3Q2hGtq9Unl8q94vwPd { width:31.25rem;height:16.625rem;top:13.625rem;left:9rem;display:block; }
 }@media only screen and (max-width: 763px) { #EnbLLHcXiTg7cBkmZlE13VZcqewhdm8c { width:43.1875rem;height:2.66666675rem;top:31.458251953125rem;left:3.03125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ECPQZOS5murfnkEUAC3ZJXT0FIVP8uv6 { display:none; }#ECPQZOS5murfnkEUAC3ZJXT0FIVP8uv6 > .row .container { width:47.75rem;height:7.625rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #FiK67INhGtWl0M9w8Sw6vuGF4g0fe2Wo { width:47.75rem;height:1.875rem;top:2.437744140625rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z5iOQbeFZ0JrcNxUOnQQ21HF3BTzEarq { width:24.9375rem;height:1.875rem;top:4.979248046875rem;left:10.8125rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #oEuQPrCavex31WT2C8ygAW4LT0s8a93K { display:none; }#oEuQPrCavex31WT2C8ygAW4LT0s8a93K > .row .container { width:47.75rem;height:23.6875rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #pnHLJPtPBT3qPSdHN50U8b3ks75xqggv { width:43.6875rem;height:3rem;top:1.64599609375rem;left:1.3125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #UZ7XB1yx9waFCgwOn72rdPZ70yXHR0zO { width:12.5rem;height:8.3125rem;top:5.375rem;left:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #NVhJUWM9UCfCNTBAtPeehmfWcMtDv0Et { width:12.5rem;height:8.3125rem;top:5.416748046875rem;left:16.90625rem;display:block; }
 }@media only screen and (max-width: 763px) { #W3phB5qGM9k1q9LmyQsk2WydHslI8H3l { width:12.5rem;height:8.3125rem;top:5.375rem;left:30.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #GPOcKog8KW1Smyk6FIzQ7d51T8Jfax6U { display:none; }#GPOcKog8KW1Smyk6FIzQ7d51T8Jfax6U > .row .container { width:47.75rem;height:26.125rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #JB7SOzGkon9O4Bur7kDv2DeZe356nHe4 { width:14.3125rem;height:9.5rem;top:1.071533203125rem;left:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tbwi77gfmJLMZWA9TIQX02dh4zsMxpXP { width:19.75rem;height:1.875rem;top:1.02734375rem;left:19.6875rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gGBbWL9Zc5VxqkOz0y0Dgokw7ChEnTxm { width:40.625rem;height:10.125rem;top:11.916748046875rem;left:3.53125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nMTmwmmRZLpGDv3c4CR1UM17qV4vxGHn { width:17.5rem;height:1.6875rem;top:21.875rem;left:3.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mLGssJWnxCq8adX5yiSX7xVTSG4uBCyR { display:none; }#mLGssJWnxCq8adX5yiSX7xVTSG4uBCyR > .row .container { width:47.75rem;height:140.875rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #bcPHActmAzOySob0L2FUC0PUz9VNB8ZA { width:47.75rem;height:5rem;top:1.1041259765625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #kyt9rUL8StFExz1Si1zFPTEXLr4RCT9K { width:47.75rem;height:1.5rem;top:2.8111572265625rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #CIJ3GV6yX2rfTIqtQCs78i2eChtFLOnB { width:43.75rem;height:15.625rem;top:7.2916259765625rem;left:0.875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WxCL0P8RtOKvvTX1tkDfEcf1wao8VbyR { width:47.75rem;height:5rem;top:24.6015625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #RhgIDSy9TNoGSrViCBQuP8X6sTVXNJSb { width:47.75rem;height:1.5rem;top:26.31005859375rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #f7roTrLwtx4OOGJKqxxg018dxVbXgI2D { width:43.75rem;height:6.25rem;top:30.744873046875rem;left:0.875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VOLIsBL6nRukUlwg5wWfsOrCs269EJVp { width:31.25rem;height:29.9375rem;top:76.53125rem;left:6rem;display:block; }
 }@media only screen and (max-width: 763px) { #t4TebbQcQoEzftLp2waMJzlGX818Ox1T { width:25rem;height:15rem;top:91.33349609375rem;left:9.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #rgx2VaaTJDQgb6197frCw6WzRGgMkXU1 { width:31.25rem;height:29.9375rem;top:108.04052734375rem;left:6rem;display:block; }
 }@media only screen and (max-width: 763px) { #adK4At4NaAbvRurS4DXEgDWNDTG3lFLM { width:25rem;height:15rem;top:59.58349609375rem;left:9.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q5r1NNKkyEuCBfVGhRVdOUezCxskACUM { width:31.25rem;height:30.75rem;top:44.45849609375rem;left:6rem;display:block; }
 }@media only screen and (max-width: 763px) { #xlimKyTlF0aDq5XS2HWsOZbCOASH7BJ9 { width:25rem;height:16.5rem;top:123.22924804688rem;left:9.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #z3XJvu7RgczVTK1Q53KTZignTiowGsum { width:47.75rem;height:5rem;top:38.343994140625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #M94qeZldDMltrwIvZFglAbxcHPENlTfB { width:47.75rem;height:1.5rem;top:40.135498046875rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #CyPqP4TvWKPKGrFHDE42AFdiZbNLwxT5 { width:12.5rem;height:12.5rem;top:77.70849609375rem;left:15.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #SNOMoKLFpilKvCdlTvSMw8qGfx2pIaok { width:12.5rem;height:12.5rem;top:45.95849609375rem;left:15.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #uetmbZ5EnLq70IWDZPEPM5FJ54F3hyl1 { width:12.5rem;height:12.5rem;top:109.5rem;left:15.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #vyhvkwrfyn4gO4qomTZBGBcOBZIVgsRk { display:none; }#vyhvkwrfyn4gO4qomTZBGBcOBZIVgsRk > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #GT6GQiBCFVymros3zu8ixPZ3Lvi6Ei7X { width:14.4375rem;height:9.625rem;top:1.1875rem;left:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #SPtWNMG0AC7UpM2oALSSbfHZoJKoH2Co { width:19.75rem;height:3.75rem;top:4.15625rem;left:19.5625rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #RKp27b5ZXzox7uhvDWNtC0zUEhmtP3PE { width:40.625rem;height:13.5rem;top:12.27099609375rem;left:3.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #iAk4zIP2G5S56xQLkdN942tdQbEf6BAG { width:18.25rem;height:1.6875rem;top:26.41015625rem;left:3.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RQSu2sAs1BWRqdQIXtLCNSH2NDJ3OTff { display:none; }#RQSu2sAs1BWRqdQIXtLCNSH2NDJ3OTff > .row .container { width:47.75rem;height:36.125rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #AqDqH93OEb9iqpgVM6hdBRQUFHRfqNWb { width:14.4375rem;height:9.625rem;top:1.1875rem;left:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #UlRPoUTm7usc5Do5cMsdsRNIwqGGcORw { width:19.75rem;height:3.75rem;top:1.854248046875rem;left:19.15625rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #tTpTyJE2CRwaoZctPiFr2JHrRK2Jkza6 { width:40.625rem;height:20.25rem;top:12.27099609375rem;left:3.53125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xH2vaSrPgl2EzhPvJQUSTmaObcixwnUK { width:16.4375rem;height:5.0625rem;top:5.916748046875rem;left:19.15625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hIpoHckcfxkDFmzPyQnAAT1tST34sZuq { width:28.4375rem;height:1.6875rem;top:33.264404296875rem;left:3.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #sVTNugIMHtdATwQsuQNRXSRkHUhLPywW { display:none; }#sVTNugIMHtdATwQsuQNRXSRkHUhLPywW > .row .container { width:47.75rem;height:181.4375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #xSJPsPPPapGPCx1TzJehb6Th8TdUQAyA { width:47.75rem;height:5rem;top:1.1041259765625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #iVJum5B9ngX58IL2w1gGaErPsSEX6SuC { width:47.75rem;height:1.5rem;top:2.8111572265625rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #EzndhdBTddOwcpflqnmx6kKJIsRnqvqw { width:47.75rem;height:5rem;top:22.53369140625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #FFroTwBDMwJpWVIGMMQrbMQAeu1yePkI { width:47.75rem;height:1.5rem;top:24.239501953125rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #yCdamH33pnIAbvySXwuxIZzV12FdVltL { width:40.625rem;height:14.0625rem;top:7.270751953125rem;left:1.5rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #FuEHSro6hywpEtnzCqH7czpQTL3COKPU { width:40.625rem;height:28.125rem;top:28.7890625rem;left:1.5rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #lGg6wpcfJnerh17kf7Wb72g8qzitcaXR { width:47.75rem;height:5rem;top:58.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #UsmX0ThKu9L4hJJEJTsNkS4hqXKoVzUo { width:47.75rem;height:1.5rem;top:60.25rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Scrpy442QZmxHcmyFAfqiS6oi9P6secn { width:39.5625rem;height:51.5625rem;top:81.25rem;left:1.5rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #EF0fiTsi5TBzIkHofNHKNt8Jld5ASy17 { width:15.625rem;height:15.625rem;top:64.125009298325rem;left:15.037499785423rem;display:block; }
 }@media only screen and (max-width: 763px) { #MA1tNNZF34GKCgsw2oq8eErlkHDDLv7L { display:block; }#MA1tNNZF34GKCgsw2oq8eErlkHDDLv7L > .row .container { width:47.75rem;height:12.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hkVqNHhWqT1wmx6D8LQguXOKRkZAo5RP { width:43.75rem;height:2.8125rem;top:2.4375rem;left:2rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dCIl24PEzcpWZZXfZ9WeMeKTd8aJSeJQ { width:18.723958969116rem;height:3.3229167461395rem;top:6.6875rem;left:14.5625rem;font-size:1.0625rem;z-index:15019;display:block; }
 }@media only screen and (max-width: 763px) { #vEkXg6bTnJMVyOenxQ2qVAvTbXc8QA9O { display:block; }
 }@media only screen and (max-width: 763px) { #WGoyKL9ng3g7OIBg0TUATW7gWAoxG5TW { display:block; }#WGoyKL9ng3g7OIBg0TUATW7gWAoxG5TW > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #C5nU43xSUwKmT5cgaJxl2QBu9ff9ZJ1T { display:block; }#C5nU43xSUwKmT5cgaJxl2QBu9ff9ZJ1T > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TiaPvi0KQBlc2ybW1GXDA3ArMLrbD0Ek { width:47.75rem;height:2.25rem;top:0.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #C2T9PLcECTShLU3y5waZzqP1fiPP4Ot4 { width:31.3125rem;height:2.125rem;top:0.71875rem;left:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NCELeRFoTQ4klSiA8zgm3aLhAI11oGMJ { display:block; }#NCELeRFoTQ4klSiA8zgm3aLhAI11oGMJ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OP9ExRscH56wI5BDOi8vRq2MUTgoQxl7 { width:45.3125rem;height:3.75rem;top:0rem;left:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #a3BESFz0qxcccqwVFAkhEM4wPc0I2iBh { display:block; }#a3BESFz0qxcccqwVFAkhEM4wPc0I2iBh > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CZEIdTrVpT1On94J91N9JZGFauKWCqM0 { width:31.3125rem;height:2.125rem;top:0.65625rem;left:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NHAIQwkrDUNe5enmeSiv0cJakw5WUKoB { width:47.75rem;height:2.25rem;top:0.59375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #pMlSvbfuASCK1NQ1p328iuB14mEEdcNJ { display:block; }#pMlSvbfuASCK1NQ1p328iuB14mEEdcNJ > .row .container { width:47.75rem;height:11.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NGksbJ8myGWbtsGZJpyTc4SrNzGzBfel { width:37.3125rem;height:11.25rem;top:0rem;left:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mVseuLlQbMMgfKXhQxpEbmFrie4LlhdN { display:none; }#mVseuLlQbMMgfKXhQxpEbmFrie4LlhdN > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #opy017HTzk3ST7UB2tNgZCu8dmItTmAW { width:40.4375rem;height:2.125rem;top:0.625rem;left:3.1250001192093rem;display:block; }
 }@media only screen and (max-width: 763px) { #e3kdm9Fmu9AdliWOM6kpCZQmny4rSmCT { width:47.75rem;height:2.25rem;top:0.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #vvmfJuBTmymt0ooQ6TisV6TNH0TezrZ1 { display:none; }#vvmfJuBTmymt0ooQ6TisV6TNH0TezrZ1 > .row .container { width:47.75rem;height:8.9375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #txEayK6EqIeTw1iTgb25Oc6sTGBAWvbn { width:43.75rem;height:7.5rem;top:0.25rem;left:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VXuR5h91PaZyKlzsEX31GuAgzkuZJmh4 { display:none; }#VXuR5h91PaZyKlzsEX31GuAgzkuZJmh4 > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #CvTWwvTsFtxMTeKMVCdWOyd1rTnrqloI { width:47.75rem;height:2.25rem;top:0.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #mKc3LdHnCsaq6r73ElMLI8DocwenTDSh { width:31.3125rem;height:2.125rem;top:0.6875rem;left:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #I14FTu8qEu63Dv3e6qzQb5TTrunNfZe7 { display:none; }#I14FTu8qEu63Dv3e6qzQb5TTrunNfZe7 > .row .container { width:47.75rem;height:13.875rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #wzRLQ1MzQT96L2dt1FWz9zm9m5kVX5tp { width:41.25rem;height:13.125rem;top:0.40625rem;left:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hBcOywpLiPH7EQ1ppPNdFGn8GGJKk4te { display:block; }#hBcOywpLiPH7EQ1ppPNdFGn8GGJKk4te > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hXZei8ZlsKW1BV9Odt34CUUm7mozbw2g { width:47.75rem;height:2.25rem;top:0.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TG1Qo06qOkOeJqtR7yfGWwD3PJBzgRIr { width:31.3125rem;height:2.125rem;top:0.6875rem;left:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #STTp99MhKxBuzz6PZNWeJlogOt2Cdc90 { display:block; }#STTp99MhKxBuzz6PZNWeJlogOt2Cdc90 > .row .container { width:47.75rem;height:14rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #omirVMqTNdkHboyuEsSd7eziAIVA2IGX { width:41.25rem;height:13.125rem;top:0.40625rem;left:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lfeMN8IQTtORTrz6utWQGSvUnNTd8EUd { display:block; }#lfeMN8IQTtORTrz6utWQGSvUnNTd8EUd > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #aSIJklnp9yNDe5xFHVgaHRwxxKMH8o4H { width:31.3125rem;height:2.125rem;top:0.6875rem;left:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #T4gxboynqT9SrIhwzorDUV03qPeVIA5A { width:47.75rem;height:2.25rem;top:0.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #S4VTtaz61tcX2vLXoV05afJNgK0ULCXX { display:block; }#S4VTtaz61tcX2vLXoV05afJNgK0ULCXX > .row .container { width:47.75rem;height:7.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #iQT8eMZGHXBNWa5Th9c998uON7lJ4vdc { width:45.3125rem;height:3.75rem;top:0.25rem;left:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VwptnzJfLzlqWdxJc3filRxrTnr6IsOl { display:none; }#VwptnzJfLzlqWdxJc3filRxrTnr6IsOl > .row .container { width:47.75rem;height:29.5625rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #siriq0eFPBBZo6TdiSudN6JgDplh07Cp { width:47.75rem;height:5.625rem;top:1.8125rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #c4ode3zuGTOlrDcu7ouE77qXrH8Pa6dM { width:47.7486991875rem;height:1.8125rem;top:8.8125rem;left:0rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vu3zASHkI9UsrmdHw8qXLix7XTacMhzQ .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#vu3zASHkI9UsrmdHw8qXLix7XTacMhzQ .widget-text.counter-number { padding-top:0.771875rem;padding-right:0.688125rem;padding-bottom:0.771875rem;padding-left:0.688125rem;width:4.128125rem;min-width:4.128125rem;height:4.150625rem;font-size:3.08875rem;line-height:66.41px;top:0rem;left:0rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;border-top:0.1875rem solid #4bae16;border-left:0.1875rem solid #4bae16;border-right:0.1875rem solid #4bae16;border-bottom:0.1875rem solid #4bae16; }
#vu3zASHkI9UsrmdHw8qXLix7XTacMhzQ .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.4825rem;margin-right:0;margin-bottom:0;margin-left:0;width:5.504375rem;height:1.640625rem;font-size:1.158125rem;line-height:26.25px;top:0rem;left:0rem;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#vu3zASHkI9UsrmdHw8qXLix7XTacMhzQ { width:20.625rem;height:8.1925rem;display:flex;top:12.20703125rem;left:13.201823234558rem;z-index:15057;padding-top:0.19625rem;padding-right:0.2025rem;padding-bottom:0.19625rem;padding-left:0.2025rem;border-bottom:0;border-left:0;border-right:0;border-top:0; }
 }@media only screen and (max-width: 763px) { #vu3zASHkI9UsrmdHw8qXLix7XTacMhzQ #tQzsbeSlpdPvo94HInWGZRtplET3BuZR { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #vu3zASHkI9UsrmdHw8qXLix7XTacMhzQ #othmknhpoSCyvggUnA98JUFMxQiV3lKR {  }
 }@media only screen and (max-width: 763px) { #vu3zASHkI9UsrmdHw8qXLix7XTacMhzQ #CZfzWkTvFFwnX6GX7BuBE9V3fdPPKZuU {  }
 }@media only screen and (max-width: 763px) { #vu3zASHkI9UsrmdHw8qXLix7XTacMhzQ #s7lGudcokD2cGJ83d3238fbd4iVMpT5Q { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #vu3zASHkI9UsrmdHw8qXLix7XTacMhzQ #ElMQnUG8ZPpRTIqkBQD3OyDKhKAHg6Rq {  }
 }@media only screen and (max-width: 763px) { #vu3zASHkI9UsrmdHw8qXLix7XTacMhzQ #VJg4C3OwPzAFOVNVcEKnnf32ew02h9Tv {  }
 }@media only screen and (max-width: 763px) { #vu3zASHkI9UsrmdHw8qXLix7XTacMhzQ #AzCDcVfnJSF4Go8cqvqkAEyUh6x9xrQu { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #vu3zASHkI9UsrmdHw8qXLix7XTacMhzQ #MdK5Am5EUNEGZ4FsiyZzCoA0568OV6M5 {  }
 }@media only screen and (max-width: 763px) { #vu3zASHkI9UsrmdHw8qXLix7XTacMhzQ #LfRHmTatbuh7zyOiWAKFzuuncMMsRgQX {  }
 }@media only screen and (max-width: 763px) { #vu3zASHkI9UsrmdHw8qXLix7XTacMhzQ #eNdW4WtBBn9ZcpILTNet2aNiklfI4aTL { display:flex;position:relative;top:0rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #vu3zASHkI9UsrmdHw8qXLix7XTacMhzQ #yUl4iJnlhoGkrh3bnyxsmEmu4zcKpUDq {  }
 }@media only screen and (max-width: 763px) { #vu3zASHkI9UsrmdHw8qXLix7XTacMhzQ #ilpkTp3QnpVpTFyQ0nQBAc8L8w8uoEVD {  }
 }@media only screen and (max-width: 763px) { #hqyFxthi0E6mm2Q3fFd1ZhA5pcXoIaTd { width:37.5rem;height:3.4375rem;top:23.056030273438rem;left:5.125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tc0guTE35SGyKWFC1q0SzUhQbzdwrRRK { display:block; }
 }@media only screen and (max-width: 763px) { #IbTNdx3Gn0vMERG9WJLBTdipkJWsmvSd { display:block; }#IbTNdx3Gn0vMERG9WJLBTdipkJWsmvSd > .row .container { width:47.75rem;height:9.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HDBK7ETGFcGh6kUHGGqJDE92oTtqGQdL { width:3.125rem;height:3.125rem;top:3.34375rem;left:22.65625rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { background-color:#5c3949;background-image:none;display:none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:20rem;height:43.1875rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #iAGZ3eH6XmSvtwx92aCeLLG8OVIyNnE3 { width:20rem;height:2.5625rem;top:4.5625rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #X1ztTgPsruOcwdDlmMOOldQCtWCFz7Iy { width:20rem;height:2.5625rem;top:7.1875rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #lpNacvBvrMV73sTHTf4c9UZHw3GDQBy8 { width:3.125rem;height:3.125rem;top:0.85416668653488rem;left:8.40625rem;display:block; }
 }@media only screen and (max-width: 763px) { #JUPlXtiuTKnJyeEaGIoVxHJvk8UURa1N { width:20rem;height:3.25rem;top:29.1875rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #LtkOBRMQqDS3tvOOrcuDXytRnCZb4vU2 { width:18.75rem;height:5.0625rem;top:28.25rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #b5MaOpwmko3FWGlm2l6npJrPXGeuyqrq { width:6.25rem;height:6.25rem;top:47.7890625rem;left:1.4895834922791rem;display:none; }
 }@media only screen and (max-width: 763px) { #anGeRMebaHV5kWdaVTHaJGiGiBtoe4iF { width:20rem;height:3.25rem;top:34.625rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #a1rpuiDd2vadw01LodUubZUupLRfUS7A { top:10.3125rem;left:0.625rem;width:18.75rem;height:18.75rem;z-index:15000;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #Q9Emq65Gc9appqht9RVTdgfVEP8d88En { width:20rem;height:1.625rem;top:38.70833325rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #aHhypQLM6guPoQ5iO1KQUTzFXdR24146 { background-color:#5c3949;background-image:none;display:none; }#aHhypQLM6guPoQ5iO1KQUTzFXdR24146 > .row .container { width:20rem;height:69.5625rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #Jvnv81wr3Bd2q3oi1ADXs71PQgE9pKui { width:17.4375rem;height:13.9375rem;top:4.625rem;left:1.28125rem;display:block; }
 }@media only screen and (max-width: 763px) { #oiT4KlQbbQ3Wi8Gb8MbNN5gpHuF3J2IX { width:20rem;height:3.16666675rem;top:19.1875rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #WCICzoT9vHAcTKgfvp9kPud2vdu5egNx { width:18.625rem;height:3.6875rem;top:63.5517578125rem;left:0.6875rem;background-color:#4bae16;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;font-size:1.25rem;border-top:0.125rem solid #ba8f68;border-left:0.125rem solid #ba8f68;border-right:0.125rem solid #ba8f68;border-bottom:0.125rem solid #ba8f68;display:block; }
 }@media only screen and (max-width: 763px) { #GUBUK8VvgBQOSKcCSfdIF7cJQBxmPSXS { display:block; }
 }@media only screen and (max-width: 763px) { #FyHiiDprtyfzseWrX2kNSG52SrqnaMww { width:20rem;height:auto;top:41.125rem;left:0rem;font-size:1.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #nOSM4NrxCXJTnVlzZo3MvcxQnZBs516U { width:20rem;height:auto;top:45.9375rem;left:0rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #xRwdCaQdxLlbPvzFQUyLOJyqqCWnPrGg { width:20rem;height:2rem;top:1rem;left:0rem;font-size:1.875rem;z-index:15005;display:block; }
 }@media only screen and (max-width: 763px) { #rrbXTM76oRWAtdSuQRnn1lyJxrTAPG7D { width:8.375rem;height:2.16666675rem;top:25.1875rem;left:5.8125rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #QODXSuqQufpRKFSZcfKWGFb2J7sh6e4D { width:20rem;height:13.3017578125rem;top:28.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #VN0zhhW5cxeXbSI6wh0hEIVawQ1RZn5f { width:20rem;height:auto;top:2.375rem;left:0rem;font-size:2rem;display:none; }
 }@media only screen and (max-width: 763px) { #saKACuueoF8lrR2111SxSlNFqF3I98AL { width:20rem;height:1.583333375rem;top:43.9267578125rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #nx1dkVdpXdb5NE7dEzJ7dnd4qTgXL8Ne { width:20rem;height:5.5rem;top:46.1142578125rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XH2BQ9EdZcZQuN5on8loQZfOVX8IPwlT { width:20rem;height:4.6666665rem;top:52.5517578125rem;left:0rem;font-size:1.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #uHl8t4Ameo5Mr0L8CB5TJAn1mDtSaxsE { width:17.75rem;height:3.66666675rem;top:58.1142578125rem;left:1.125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #PswJgCAlpbv53ZLdv95lWZ6QZiOadu7m { width:20rem;height:1.583333375rem;top:22.4375rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #hPPvbZANsPsqtMKsL1NHlPTkR9ThR2vA { background-color:#5c3949;background-image:none;display:none; }#hPPvbZANsPsqtMKsL1NHlPTkR9ThR2vA > .row .container { width:20rem;height:45.4375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #VKlehIpcnXorWde05sLAo3BxtZZZQO0W { width:20rem;height:2.58333325rem;top:4.5625rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #HqwKftxTkrWgiCMAJS4GLybBRTMupukm { width:20rem;height:2.58333325rem;top:7.14453125rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #SxnTCCD2BPA4r4TJNry6T0IOxAAotSi7 { width:3.125rem;height:3.125rem;top:1.1666679382324rem;left:8.40625rem;display:block; }
 }@media only screen and (max-width: 763px) { #mCUadpk4ipDPAGrofP1nRwJJMvgtL9yR { width:20rem;height:3.16666675rem;top:36rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #rM08cFOUfWfx8iaitcoyh0FosMTtRyd8 { width:18.75rem;height:5.0625rem;top:35.0625rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #W2X4ylCKScXflNEoNU32Btmq9XuV52lz { width:6.25rem;height:6.25rem;top:47.7890625rem;left:1.4895834922791rem;display:none; }
 }@media only screen and (max-width: 763px) { #dX8ZFTpq6fyRFHfPTJOF12gFtkTQIT1o { width:20rem;height:3rem;top:41.25rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #eNTiq0xruGM5NZc5ZTGwsQXCHS9ewrKJ { top:10.625rem;left:0.625rem;width:18.75rem;height:28.125rem;z-index:15000;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #ZTgGfGZM7lv43xb3XuehEX0rGM7tzzFL { display:none; }#ZTgGfGZM7lv43xb3XuehEX0rGM7tzzFL > .row .container { width:20rem;height:65.5rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #ArMtGaXWHdxJMkqmO74RagQTb3d205zI { width:17.8125rem;height:11.875rem;top:12.3333335rem;left:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Plu18STIOrhM84dZ9lrFdZMU25y1FpB9 { width:17.8125rem;height:11.875rem;top:25.5208335rem;left:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #RNKUFrPLV1nFCunDHSJtIST4QWuoH5fe { width:17.8125rem;height:11.875rem;top:38.7083335rem;left:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dWTQMcPot9AHGQC8fni8JHotLLlaSPCU { width:17.8125rem;height:11.875rem;top:51.8958335rem;left:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #PXMcRTQ2CLU2DUkTqe3ctxTDcZEu1y5c { width:20rem;height:1.875rem;top:1.25rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #mWDTq1US6Nf3xoBJJM10geMR0FMyOKJ7 { width:20rem;height:1.875rem;top:4.333333375rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #O2qXMUkxxclDsb50TQln1DuEVfLTmo7a { width:18.125rem;height:2.625rem;top:7.458419799805rem;left:0.90625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rrbTlZqf0dvm6kGGfGSVHSCRl1aUtBZ8 { display:none; }#rrbTlZqf0dvm6kGGfGSVHSCRl1aUtBZ8 > .row .container { width:20rem;height:62.0625rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #yBPkb5Q0tcw0ALVgJHdbxUL12wzTdnHy { width:17.8125rem;height:11.875rem;top:8.75rem;left:1.09375rem;display:block; }
 }@media only screen and (max-width: 763px) { #MPbx3B01kg0qdxDPI12kF9Ab9feXs50u { width:17.8125rem;height:11.875rem;top:22rem;left:1.09375rem;display:block; }
 }@media only screen and (max-width: 763px) { #IXyDVKpxMBqIertBh6qcLHTfpu19JaGm { width:17.8125rem;height:11.875rem;top:35.35417175293rem;left:1.09375rem;display:block; }
 }@media only screen and (max-width: 763px) { #COIJgpQ3GHsTIqVTZhe0B7BzSMSBctdN { width:17.8125rem;height:11.875rem;top:48.3125rem;left:1.09375rem;display:block; }
 }@media only screen and (max-width: 763px) { #A7pFBRGbCUoansfmTNL9QRzPoHGVgziB { width:20rem;height:1.875rem;top:1.25rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #MP6gzGKNGZmfTrR32tyXURm4HLSNtKSk { width:18.125rem;height:2.625rem;top:4.1458435058594rem;left:0.90625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SwkI0LNyxp5xNxnKNTrhCbM6HrVxZZOx { display:none; }#SwkI0LNyxp5xNxnKNTrhCbM6HrVxZZOx > .row .container { width:20rem;height:60.8125rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #mt2ZnzAbIzcs4mdRrCet9JxHPLrgOW7J { width:17.8125rem;height:11.875rem;top:4.7080078125rem;left:1.09375rem;display:block; }
 }@media only screen and (max-width: 763px) { #PA55wTuNdJ8Kv2EA0BDuSXMrLWL1MeOt { width:17.8125rem;height:11.875rem;top:18.2705078125rem;left:1.09375rem;display:block; }
 }@media only screen and (max-width: 763px) { #AT2QQhRHw6erUdFvc2iBcJ9kTXdbEVnS { width:17.8125rem;height:11.875rem;top:31.1455078125rem;left:1.09375rem;display:block; }
 }@media only screen and (max-width: 763px) { #G9xClzSkZoQCcs6ev1dU2eQfx3M1dtBq { width:17.8125rem;height:11.875rem;top:46.2080078125rem;left:1.09375rem;display:block; }
 }@media only screen and (max-width: 763px) { #swVxJe0m6OE9OHQazZfrJ6LWBuHyJAmQ { width:18.125rem;height:2.625rem;top:1.0205078125rem;left:0.9375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #akTx31xla8EBeJRntAmThIudOpJzMPRs { display:none; }#akTx31xla8EBeJRntAmThIudOpJzMPRs > .row .container { width:20rem;height:32.5rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #p7FP1EFNalk5OEnvklsoXiV1KEFEHDik { width:20rem;height:1.875rem;top:1.25rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hH7v4SPtUH23yiUz7353DTtwMyEzVTr3 { width:17.8125rem;height:11.875rem;top:4.375rem;left:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DOgmZiyaZqVS7DywpT3mStmLGgStHdLo { width:17.8125rem;height:11.875rem;top:18.9375rem;left:1.09375rem;display:block; }
 }@media only screen and (max-width: 763px) { #KI6ShcyynuJRExezTRGP2OgnT9ZFEHES { display:none; }#KI6ShcyynuJRExezTRGP2OgnT9ZFEHES > .row .container { width:20rem;height:62.0625rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #UDXOzX1ASZgxn9vTXm0GildQbTOGda2Q { width:17.8125rem;height:11.875rem;top:8.75rem;left:1.09375rem;display:block; }
 }@media only screen and (max-width: 763px) { #CHAKRWG3qocCeEkIQaGdTqwslFfNAaTO { width:17.8125rem;height:11.875rem;top:22rem;left:1.09375rem;display:block; }
 }@media only screen and (max-width: 763px) { #BEfN1XJUwUz9PRZuUSQPvnBCifLKi1tq { width:17.8125rem;height:11.875rem;top:35.35417175293rem;left:1.09375rem;display:block; }
 }@media only screen and (max-width: 763px) { #mO9TPVANHgTEmnrQJTbwGt3dpzhOO9hC { width:17.8125rem;height:11.875rem;top:48.3125rem;left:1.09375rem;display:block; }
 }@media only screen and (max-width: 763px) { #nVAqXP0L2nCwRVtgFG2ozeILf0HQePO4 { width:18.125rem;height:2.625rem;top:4.1458435058594rem;left:0.90625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FORXrcdN1OagFOfG0E4NtrDVFGTQu9vO { display:none; }#FORXrcdN1OagFOfG0E4NtrDVFGTQu9vO > .row .container { width:20rem;height:6.9375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #BPNeLG83eQeW4zOObRzZyVQbDASetGGL { width:20rem;height:3.75rem;top:1.25rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #MCZfpSIVBlJUTtUDI44K0COknqvamfXo { width:20rem;height:1.875rem;top:4.333333375rem;left:0rem;font-size:1.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #m7Iu83Udsp5LI5QhsFGp18TrKI8nnIuf { display:none; }#m7Iu83Udsp5LI5QhsFGp18TrKI8nnIuf > .row .container { width:20rem;height:48.875rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #gXoP4znXCKTKHTpRRC3Bz913eCApONta { width:18.125rem;height:5rem;top:1.9580078125rem;left:0.9375rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #gz8tq1NAR1TSDP0wrKEmpa6T1RtJeWVn { width:15.5rem;height:10.3125rem;top:12.625rem;left:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #aWI7Bg2gTGqvSpWuzplTXLcfbRl0JxSc { width:15.625rem;height:9.9375rem;top:24.625rem;left:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SeWQBMTpulNQ4ivIIHGJL8DXr2JNTAWa { width:15.5rem;height:10.3125rem;top:36.4375rem;left:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #aJaMH1U7t2mDAZ5W8JG5PDPKWVE4t4NK { width:18.125rem;height:2.5rem;top:8.0625rem;left:0.9375rem;font-size:1.0625rem;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #W6Xu2SoiVs77JUOFuiT0Q8cdacSU9VmX { display:none; }#W6Xu2SoiVs77JUOFuiT0Q8cdacSU9VmX > .row .container { width:20rem;height:91.4375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #nyRx38yOpWXiVdFl4w0VnMd8ixUV9Auo { width:18.125rem;height:5rem;top:1.2708129882812rem;left:0.90625rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #GhuBqDprJVPAAKLwhqar8P2EL9n9Ofw3 { width:15.5rem;height:10.3125rem;top:24.25rem;left:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JAISVNMeSupNWwi0MyRwvFKf5kIzefTO { width:15.625rem;height:9.9375rem;top:35.8125rem;left:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fB8Fbt6wN3AUOwAlxhbV2N1TeHTImuDw { width:15.5rem;height:10.3125rem;top:47rem;left:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MsMQVmDhrOSHlNi1h4gM02HFfzRca0hP { width:18.125rem;height:2.5rem;top:20.6875rem;left:0.90625rem;font-size:1.0625rem;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #n0amOzq421FetFKzpiwsqLiIKIugb1lO { width:18.125rem;height:3.75rem;top:7.3333435058594rem;left:0.90625rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #DPlARohnAek2rvSBobTxCwLDBTDwpJND { width:20rem;height:13.333333333333rem;top:58.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #rkFqdnzV82TtgbP8Z2vOPZmZsg4EoxiC { width:20rem;height:13.333333333333rem;top:73.1455078125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #N2g2Xdx0OFn2QOa6BwG9dRysTKivfDW4 { width:20rem;height:2.5rem;top:87.728515625rem;left:0rem;font-size:1.0625rem;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #y7D5xONTinCzpkm1azNmWezBmvtaNLlT { display:none; }#y7D5xONTinCzpkm1azNmWezBmvtaNLlT > .row .container { width:20rem;height:94.25rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #zgSq1Ev1eFtT8VRSLq1lABkSByQCXlWu { width:18.75rem;height:1.833333375rem;top:14.25651550293rem;left:0.625rem;font-size:1.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Enxm1WaedIQJW2yHRlx4tpezl1VvqOQJ { width:18.125rem;height:33.333332rem;top:16.901039123535rem;left:1.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gnE4lTqtRzKNw0r9ZEyvCOi4n5KTAuM8 { width:17.5rem;height:11.5625rem;top:1.25rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #PPOb9bBbPuFT96ophIsKlcOodbF2VBrQ { width:15.625rem;height:3.4375rem;top:70.8125rem;left:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BoQZihISy8XumzyzMxOso0rgdUqqwrrw { display:block; }
 }@media only screen and (max-width: 763px) { #rCnlTt4XrGTduB4QNQ9iAU9kQhsfkxnv { width:20rem;height:4.999999875rem;top:86.822921752931rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UuqiOuRVBzzkZJSxfuBP4M5kxT5rNuAX { width:16.6875rem;height:5.5rem;top:54.8125rem;left:1.625rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #aFKrSGhADpNtF8twbZmF34sATBaDklFf { width:12rem;height:4.6666665rem;top:61.875rem;left:4rem;font-size:1.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #qBLuVP4eKnMbT58Q9Petx9W1e6NKIVUk { width:11.1875rem;height:3.66666675rem;top:76.63671875rem;left:4.40625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #pkRmydAs2dc2kJbIrX7TWacDMTRD6qAE { width:17.75rem;height:3.66666675rem;top:67.1875rem;left:1.125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #vDWZu1zKKZWS4LNGDNQas50f0fZ9unKD { width:15.625rem;height:3.4375rem;top:80.446624755863rem;left:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Sps0FEKDxy99hOxgFvKgpmvHmnLzGfHh { display:block; }
 }@media only screen and (max-width: 763px) { #SgTibaubt7t289KnFvLht33XhPRnkbKs { display:none; }#SgTibaubt7t289KnFvLht33XhPRnkbKs > .row .container { width:20rem;height:252.3125rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #xwkP25TbVXBD96Z5cSJTGt9CbMHridUM { width:20rem;height:3rem;top:2.4375rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #pWkzM6k9W0i2WzNRFqHVV2T5M7br5nRu { width:18.125rem;height:58.58333375rem;top:7.4375rem;left:0.90625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #oxdBVrTskN9bC0KeXMFSqr9VBhon43MZ { width:17.9375rem;height:3rem;top:70.8125rem;left:1.03125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #bALFsWI8RE36k4aRpADJLJo4cVrtdJRN { width:20rem;height:15.5rem;top:76.061187744137rem;left:0rem;font-size:1.0625rem;display:block; }#bALFsWI8RE36k4aRpADJLJo4cVrtdJRN li:before{  }
 }@media only screen and (max-width: 763px) { #hbOciXepwH7tpekbXeq9EVbWkTW1QRGT { width:20rem;height:1.5rem;top:98.227874755863rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #C4ahsUqxRcRBgLAmz2gDhBUTkg1uLfeK { width:17.5rem;height:18rem;top:103.91537475586rem;left:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #nhW7mageSJTPtLtIsc5kPMU3VC6pJZuU { width:17.5rem;height:12rem;top:134.72787475586rem;left:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #zDZJJPZmWZ64V1vIPSZcm0hHAo9wDEOK { width:17.5rem;height:15rem;top:159.70703125rem;left:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #QssWgxTadWGIEohdccHrIi6b4IaBFJSI { width:9.375rem;height:9.375rem;top:149.29037475586rem;left:5.28125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tiH9kpvfn2mnqi14QJeqeyXZVxvX0bWx { width:20rem;height:5rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #AyvwQArKb5RgPVwukByZ82yfxvMwLDZx { width:20rem;height:5rem;top:69.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #JLwioMOPAXWbB2cHXnVbXRsyAC5dwzaS { width:20rem;height:5rem;top:96.477874755863rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #vhG4JQsF8zOaQIKLn7O5pNlkHuAoMlCM { width:18.75rem;height:23.9375rem;top:102.62371826172rem;left:0.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #v57bshnzEb10aH207smObuxtZM2ybNHg { width:19.75rem;height:30.6875rem;top:182.60286475rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #dGVrMw3KvWtRmZf2XIWE4pAr13vkCm1k { width:19.75rem;height:30.6875rem;top:214.79036475rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #iQoHbcEGNPbUW3HFCOrAoLUB9t2tTf2l { width:20rem;height:5rem;top:177.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #MNeKmgN6R4Dog5oNeiE3Bq0yh0D1noAD { width:20rem;height:1.5rem;top:178.8125rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Dhekk35xaB5inl22Zx6VENI5dwh5DDui { width:17.5rem;height:20.58333375rem;top:189.26824951172rem;left:0.90625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZquTIzuKwmdGCCgLe6vCpfuehTK71Rm5 { width:18.125rem;height:5rem;top:183.14453125rem;left:0.90625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ThxBfkEoAFaUBrX8Z2iGuUf8c7qEGG5k { width:20rem;height:5rem;top:212rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #BlAH00L5PP9fh3K9SCO0s2iBTPhSUGIE { width:15.5rem;height:3rem;top:213rem;left:2.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #tNnwbXkFyayRzRqlNBDpIVwEDneT2aHo { width:16.6875rem;height:4.6666665rem;top:218.24740600586rem;left:1.65625rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #QKzrVqyZUtOHIZmaHHvOx3eNI2dporgZ { width:20rem;height:3.33333325rem;top:233.30859375rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #iQCVhPMKy45yLHhALygTq6FAUixrHhoT { width:15.625rem;height:3.4375rem;top:236.80859375rem;left:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QRE5Gxvo42d8vA3KJhgT1dw0zx0xZqN3 { display:block; }
 }@media only screen and (max-width: 763px) { #zlAt4s9UuesLz3fB3SsrruyFT5Q5yH3y { width:17.5rem;height:4.6666665rem;top:228.64324951172rem;left:1.25rem;font-size:1.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #nMTKK4lWfa3XCDs6UVIpGn1s2gWTWULB { width:15.625rem;height:3.4375rem;top:244.74740600586rem;left:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ofgsUtiXXF056rZOqZOOQo95X95MCLNH { display:block; }
 }@media only screen and (max-width: 763px) { #ofIuFgUrZ4TFrBTDRvgM8qeGT9lUyOhH { width:11.1875rem;height:3.33333325rem;top:241.24740600586rem;left:4.40625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XcQg9WTN3gUZTJnv4wvAkxycISWvwt78 { width:20rem;height:3.33333325rem;top:222.91278076172rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lFTDh7FNsJ9K4u4XToZMaArSrqbfwbM4 { width:20rem;height:36.4375rem;top:214.49740600586rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #fPsLf6RNaKQbRTAi3pnUGcvCBR9obgLO { width:9.375rem;height:9.375rem;top:124.25784301757rem;left:5.28125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WxNxOBm97A64XmzPuoWJoJaxrXn9Zr2d { display:none; }#WxNxOBm97A64XmzPuoWJoJaxrXn9Zr2d > .row .container { width:20rem;height:84.375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #nXP6I2axbkqNmJwpBMnIdgHDqwfp2wIC { width:18.125rem;height:3.75rem;top:14.485687255859rem;left:0.90625rem;font-size:1.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #sFHBiZqVMzQ3uTGin1TEAIfDduDM7vsl { width:18.125rem;height:27rem;top:19.0625rem;left:1.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ot10np0op153U6LUenGsl0z0PLa66aL5 { width:18rem;height:12rem;top:1.2916870117188rem;left:0.90625rem;display:block; }
 }@media only screen and (max-width: 763px) { #MNrqKDBlybP31ZgkZftM76l3gOPnF1Kc { width:20rem;height:5.0625rem;top:76.5rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xbXbc31mGAttIPOQkTV4xJ673eQoRsOH { width:16.6875rem;height:5.625rem;top:49.791625976562rem;left:1.65625rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #sHxrF5pTmPlAU8Nf7Z4niX72d8TAsE0i { width:18.125rem;height:4.625rem;top:59.6875rem;left:0.9375rem;font-size:1.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #yX6m1PEODHwf2Qr6U4cRVKUXPuE4Oil1 { width:16.6875rem;height:3.75rem;top:65.4375rem;left:1.65625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #cIzJoRmFSy6Eevp6IRUTTdm8hVVH1cNc { width:15.625rem;height:3.4375rem;top:70.875rem;left:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cNySIP4xHI77qnhmtgOarveWPykaPJ1L { display:block; }
 }@media only screen and (max-width: 763px) { #kcGN8XbchbFyEwTOi72nVMZ6Eyzlowxt { width:18.125rem;height:3.375rem;top:55.416015625rem;left:0.9375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ibkF4ede8lmxJiCm0Q3whM4cNGyBKiqh { display:none; }#ibkF4ede8lmxJiCm0Q3whM4cNGyBKiqh > .row .container { width:20rem;height:307.625rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #zBw0hybzEm7vckhMqD3HkS1gx5XV3ecn { width:17.4375rem;height:6rem;top:2.6771240234375rem;left:1.28125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #XGvqXWDJRQk62K02uOswwkDTMnc0fRR5 { width:18.125rem;height:35.9375rem;top:11.479187011719rem;left:0.90625rem;font-size:1.0625rem;z-index:14996;display:block; }
 }@media only screen and (max-width: 763px) { #R3KIv6s8LprShdI8sqp8yugyyTGJDfcW { width:20rem;height:1.5rem;top:51.416687011719rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #UV8T2NiQkwN7loe5NiDyNDKx8CEfyDT8 { width:18.125rem;height:39.0625rem;top:77.791687011719rem;left:0.90625rem;font-size:1.0625rem;z-index:14995;display:block; }#UV8T2NiQkwN7loe5NiDyNDKx8CEfyDT8 li:before{  }
 }@media only screen and (max-width: 763px) { #bUhx5DzkWRcnEHIlfWQ5s7KB5dyp3Myw { width:20rem;height:1.5rem;top:121.95703125rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #go9LgPTx8r3m8ntplqpMyAXlQXueN0fg { width:18.125rem;height:24rem;top:138.5rem;left:0.9375rem;font-size:1rem;z-index:14994;display:block; }
 }@media only screen and (max-width: 763px) { #Zf9UKM5sl6QrzRkJenwCTLHWfMmNhcQ6 { width:18.125rem;height:18rem;top:176.76953125rem;left:0.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #eArJ3rOc057T1a2ukWB5T1qBkoIz7r74 { width:18.125rem;height:12rem;top:209.935546875rem;left:0.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #rHlqcC1RQW1wMczxqT8tlRGiREcgh4pR { width:20rem;height:8.9375rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #gSEgFw7nyo3ZkETTtrAdBlDllyuLnfSE { width:20rem;height:5rem;top:49.666687011719rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #zhMzb4zuHX9sKT5T2UIn0DrWlRVXpsec { width:20rem;height:5rem;top:120.20703125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #yNml429TaMgeRU9MRTShVc9VSGJOgItr { width:19.75rem;height:38.75rem;top:139.95703125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #CuF3icaFyQROeCAgIZt3TSZT7dvmH3CG { width:19.75rem;height:38.75rem;top:218.33203175rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #ZAzQxGalz7hnLbH0P2kevprxyeyTR7hd { width:19.75rem;height:38.75rem;top:258.58203175rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #CRoSDfPRhFRTpRmBC555abcysT6zq9Es { width:20rem;height:5rem;top:228.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #GGoIn39mkLR5NFtHfhWgMm7EgbM4WJGq { width:18.125rem;height:3rem;top:229.375rem;left:0.9375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #J97UQVLWVKorsCVvPBMwpkxw2nBtAdI6 { width:16.6875rem;height:4.625rem;top:234.5625rem;left:1.65625rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #QJD42rLD5aArIeHASUqC9kuo9NWWpFzd { width:15.25rem;height:3.375rem;top:248.61328125rem;left:2.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #o3hpBCvaqzH8OdJTMfZiwmgwkUCJkh97 { width:17.5rem;height:4.625rem;top:244.05078125rem;left:1.25rem;font-size:1.5625rem;text-align:center;text-align-last:center;color:#4bae16;display:block; }
 }@media only screen and (max-width: 763px) { #xb1qTtdelF9XURLo8BTW4ptqdzcN7A8s { width:20rem;height:26.6875rem;top:231.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #tcCnb2BZaotlAVfUbyOsOJrGZROgyieF { width:18.125rem;height:14.0625rem;top:55.916687011719rem;left:0.90625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #NxEyJ7ZcBH5OmJnMBqq2rBVlukxHcOTT { width:20rem;height:5rem;top:71.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #PUfLDCNymvHq1qKkmLs2E4BRfoII5QPc { width:18.125rem;height:3rem;top:72.375rem;left:0.90625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Hmf3Vi9R3dt27FnyLA0GJJqyFN7gHu9A { width:15.625rem;height:3.4375rem;top:252.69665527344rem;left:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #od8Mw1JHlo3gaLiBS8t8u5KWvookqVlM { display:block; }
 }@media only screen and (max-width: 763px) { #WSzn3ncTg3tArzw2A52Uknepap2g7ZeR { width:9.375rem;height:9.375rem;top:127.5rem;left:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wCGKAkGhUAQwTxoGTlRPRFFgTvRwdgut { width:9.375rem;height:9.375rem;top:165.2080078125rem;left:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GAkHVSM0HytQZ39oRmWEdMFpSAcvtTSn { width:9.375rem;height:9.375rem;top:198.6650390625rem;left:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #arkLRN5nsRuNJtMuIGaB3EqVcS1X1W0y { width:18.125rem;height:3.375rem;top:239.79174804688rem;left:0.90625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TlaWBolQxN0Mfd6Bo9VKJQJMKWzQ73tI { width:20rem;height:5rem;top:259.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #g3roxZsVibwXCP9ocQvhsrpFlkz69M91 { width:18.125rem;height:3rem;top:260.6875rem;left:0.9375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #W3HNaAmegatdnbdVSbbAQo652JWTXpco { width:18.125rem;height:4.6875rem;top:266rem;left:0.9375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #CRIAPWSddhNRhshUNsEqpNFNmTN55nSU { width:15.5rem;height:10.3125rem;top:271.45837402344rem;left:2.15625rem;display:block; }
 }@media only screen and (max-width: 763px) { #FPmaUaFzXAix0kyunuJO3zXWf3tSfZbu { width:15.625rem;height:10.3125rem;top:283.01953125rem;left:2.15625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gsak59meaLB5J0s5pSxZLpNnR01bK7LM { width:20rem;height:0;top:260rem;left:0rem;font-size:1.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #x3ptnVlBV5AiSRmlugXakApfhtrTT6Ak { width:15.5rem;height:10.3125rem;top:294.45837402344rem;left:2.15625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xMhnyEphSXC7nMJqp3A5W8X5G7kqf4CC { display:none; }#xMhnyEphSXC7nMJqp3A5W8X5G7kqf4CC > .row .container { width:20rem;height:79.0625rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #twhihN4ieMJwTnfQU6XEoDtVdZ5wZaXC { width:18.125rem;height:1.875rem;top:14.061279296875rem;left:0.90625rem;font-size:1.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #bsWA0NSUqJT03AJbSFzC2xMuPlccah86 { width:18.125rem;height:26.5625rem;top:17.3125rem;left:0.9375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #UoIpZhhhhiJJd03zI3FhrI5Emlru6sO4 { width:17.375rem;height:11.5625rem;top:1.5rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #h30Ex6iZ52MOFiEhyqq15tBDcPudz3mR { width:20rem;height:5.0625rem;top:72.083374023438rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zrWU8GvPgUTLiqRvEsplCfW65Wyxw70z { width:17.5rem;height:4.625rem;top:56.875rem;left:1.25rem;font-size:1.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #FIrvHKEoftub4Tq8snJGVxpAOM8mtm3d { width:16.6875rem;height:5.625rem;top:45.8125rem;left:1.6875rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NDDciPFk7J9RULzZmqa6qSTvFg8z2cq7 { width:15.75rem;height:3.75rem;top:62.125rem;left:2.125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #OlstqtNKyHPDXPXyi1aaEl7iln7yqdB5 { width:15.625rem;height:3.4375rem;top:66.5625rem;left:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #niqcThCCHXHGvJRokTpss7aHXGulodLi { display:block; }
 }@media only screen and (max-width: 763px) { #kKh5z7UsNNoX3oPPrNTCgsb7TpAeSDv3 { width:18.125rem;height:3.375rem;top:52.08203125rem;left:0.9375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TWPr7cWeEmGMLMgDyT4yOD9g0mtLqkOx { display:none; }#TWPr7cWeEmGMLMgDyT4yOD9g0mtLqkOx > .row .container { width:20rem;height:256.0625rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #kE8R5Tbc6dAJcXmLVnTNWktw6sDruigJ { width:20rem;height:1.5rem;top:3rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #J8z7bpVIzAx68t63s0swFhd02yaBXIba { width:18.125rem;height:21.875rem;top:7.4375rem;left:0.90625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #kqkkIUahmBEXZZA5q1T9iXhH8G7O7Mlp { width:17.9375rem;height:1.5rem;top:29.3125rem;left:1.03125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #EcHArhACKX3pZhzT7gDUW3sLyQrP4adT { width:18.125rem;height:17.1875rem;top:34.0625rem;left:0.9375rem;font-size:1.0625rem;display:block; }#EcHArhACKX3pZhzT7gDUW3sLyQrP4adT li:before{  }
 }@media only screen and (max-width: 763px) { #yiEsl2TRZ8tqXhysULvSATn5Al0B8Fxl { width:20rem;height:1.5rem;top:55.375rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #lachqpotl41yzL91IviannGEzBRGDMsS { width:17.5rem;height:21rem;top:71.8330078125rem;left:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Oa3uKyBhCmmROpy1JcsdNyIAQq0Khmrh { width:17.5rem;height:24rem;top:107.1337890625rem;left:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #xcs2P6wxDex0au8v9e4LI6IcqMcRDit9 { width:17.5rem;height:24rem;top:146.95703125rem;left:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TTmtmtEIbBqvld2c0xJBOJJDHaZ2q8w5 { width:20rem;height:5rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #O203TTmfFOC6HTio7MH31Tqw0GvTnBTs { width:20rem;height:5rem;top:27.5615234375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #lnnGqMx2WDUouGSmUCHGw9qOnGgtTCZc { width:20rem;height:5rem;top:53.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #JJH1FiowukAz0g96wq81u9yOmugF4aff { width:18.75rem;height:23.9375rem;top:102.62371826172rem;left:0.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #xTQHlDZnoKrzqqxaoZr9dVSVcPbkW6ZV { width:19.75rem;height:30.6875rem;top:182.60286475rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #DGHJJ4yaco7O3pcdq1xTHlI30p6g8PaU { width:19.75rem;height:30.6875rem;top:214.79036475rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #RTqlBfkMTFtdWNALQ6G9oTtIwmXHCXrQ { width:20rem;height:5rem;top:172.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z6KGxPX97gsCgwfG8BRWlwaf8sGqinfh { width:18.125rem;height:3rem;top:173.9375rem;left:0.9375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #C0SpeJ8hard3OEzxFkgg4BxTrLWUUbQn { width:16.6875rem;height:4.625rem;top:178.9375rem;left:1.65625rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #kwHuvZySOONshJKfHK8m9DDX2GP2JtfA { width:20rem;height:3.375rem;top:194.375rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ftD3IW0CPtGgFXs4OLrsfezdgTTkmU18 { width:15.625rem;height:3.4375rem;top:198.5625rem;left:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #I7rfwte7777SZERDMGnM5z86hC42R6R3 { display:block; }
 }@media only screen and (max-width: 763px) { #pVgeWXHQgw9TaV0N71TxoJd0DPMA8duT { width:17.5rem;height:4.625rem;top:188.25rem;left:1.25rem;font-size:1.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #GOEsyg7koxz4d8R6lP8fwTxvVVpylSRv { width:20rem;height:25.6875rem;top:177.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #xuxF6sL6UaLMukFf4rUJXi7KKB3ipoNn { width:9.375rem;height:9.375rem;top:60.728515625rem;left:5.21875rem;display:block; }
 }@media only screen and (max-width: 763px) { #AKD5bCJTz0qPSR4JAhk4Tp4dc7hvEtJF { width:12.3125rem;height:10.25rem;top:95.1875rem;left:3.84375rem;display:block; }
 }@media only screen and (max-width: 763px) { #NT5aeXpEd2U3Z4ZgH4iMCczlp8oM4GeL { width:18.125rem;height:3.375rem;top:184.125rem;left:0.9375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NGbbxZJPibJ7ocZpnVhg1T7vuONxFBHz { width:20rem;height:5rem;top:204.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #wRGtQ62LVRfbR8Iu57H2q01HtDCJu9Fb { width:17.6875rem;height:3rem;top:205.6875rem;left:1.15625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #kdlEfbdMZIZWZNTaShaQnfiPtg07Xdzn { width:18.125rem;height:4.6875rem;top:211.1875rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #BqDnFtSUiF32yfcFgEr2kUv0v1fWdxwq { width:15.5rem;height:10.3125rem;top:218.353515625rem;left:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #GJchCoCdhOUlpZ5LeQ2nEMgJPUSg9cOi { width:15.625rem;height:10.3125rem;top:230.625rem;left:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SK3maZ4XUW7KJphBuO2ioQ8DmAarK2PA { width:15.5rem;height:10.3125rem;top:243.25rem;left:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #o6odwXq45WHTsMTh56WqCsderRn82HPV { width:20rem;height:0;top:268.8125rem;left:0rem;font-size:1.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #Q24rTVp9UJnT6yPWeulFSfVgXt38Vt97 { width:12.25rem;height:10.125rem;top:134.71875rem;left:3.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VKdLvpb9QlSp5aatoHXfRO1Zw44R6uC3 { display:none; }#VKdLvpb9QlSp5aatoHXfRO1Zw44R6uC3 > .row .container { width:20rem;height:79.0625rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #XQWywNrzvSeZHxeZQC7ETsOe3HOTRy4P { width:18.125rem;height:3.75rem;top:14.061279296875rem;left:0.90625rem;font-size:1.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #mTdREolQgNDrTFfg2OlGLwqH3s1xZwTM { width:18.125rem;height:25.3125rem;top:18.625rem;left:1.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tMTbzDhC6sD9ZNXq2rh9iduiR0H3TqMF { width:17.375rem;height:11.5625rem;top:1.5rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #pT8qT2Abq6sDFIQ1WxK5LEm41MiTMZ0M { width:20rem;height:5.0625rem;top:72.083374023438rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vOfamCzu8a95Lx5zVkR4O3CtqsxLeulm { width:17.5rem;height:4.625rem;top:56.875rem;left:1.25rem;font-size:1.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #urM0wrXzEvGMAEwvo9MMOuqpCUooOo6D { width:16.6875rem;height:5.625rem;top:45.8125rem;left:1.6875rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #E7L4zGeaLDXZFm85eAv3dFZ1wTNO4H94 { width:15.75rem;height:3.75rem;top:62.125rem;left:2.125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #nmuCn786o48oMLOeeg0xzPUCdufytqN7 { width:15.625rem;height:3.4375rem;top:66.5625rem;left:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RnF9biTUmxAxH71MIXdPwz21f8vDrNUq { display:block; }
 }@media only screen and (max-width: 763px) { #GDFe5NxpKshgyrDSbQZ7tMMpWlUU68NJ { width:18.125rem;height:3.375rem;top:51.26953125rem;left:0.90625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZlmHcHPAwNbUI49r9MnyZ0XzCvDxhLn7 { display:none; }#ZlmHcHPAwNbUI49r9MnyZ0XzCvDxhLn7 > .row .container { width:20rem;height:281.625rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #pZgha8pamv9dsg8SoT2Uxf6mZdbHZhhB { width:20rem;height:1.5rem;top:3rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #QaDM2vw3z80WZRS7Xt0yi0hXOT5Bf1mS { width:18.125rem;height:28.125rem;top:7.4375rem;left:0.90625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #h1J27kwkREaHLxsvcETiyu1CcRH0zC0C { width:17.9375rem;height:3rem;top:38.143310546875rem;left:1.03125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #IRM1zTTrFecu4dUaGM8LNqITp5iT345f { width:18.125rem;height:25rem;top:43.4375rem;left:0.90625rem;font-size:1.0625rem;display:block; }#IRM1zTTrFecu4dUaGM8LNqITp5iT345f li:before{  }
 }@media only screen and (max-width: 763px) { #E6KqA4IrTVlh4bEVDmeX2anJQ3t2sfZz { width:20rem;height:1.5rem;top:73.5rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #LMhb7P8teU6uOdrPKas18N83gDnJgzOl { width:17.5rem;height:22.5rem;top:88.145874023438rem;left:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #LU6oKUwSdoJERfzpTKzem0da5NmgNghS { width:17.5rem;height:25.5rem;top:123.38415527344rem;left:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #fOgM1SgdxbVuatbJ7USfzDVuZrnmkpP9 { width:17.5rem;height:40.5rem;top:153.39465332031rem;left:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #AL7oTcfo9OnKnvmTxoQU9niqescFbITl { width:20rem;height:5rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #lsp99ZZaat2ZJraW768Ah4QE6pttcTHm { width:20rem;height:5rem;top:37.187377929688rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #clh6cqL7z56CBlas13itXFIE1Wn5ICf8 { width:20rem;height:5rem;top:71.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZKU1XAdqZPPTNsI6X1EzseKtTaAcldEz { width:18.75rem;height:23.9375rem;top:102.62371826172rem;left:0.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #JPiX6IkpSliFcKyIQITF4w0ZigGcL2kf { width:19.75rem;height:30.6875rem;top:182.60286475rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #ehQ8KDbMdBSWAtThtTMtBk2q0WEPtGyC { width:19.75rem;height:30.6875rem;top:214.79036475rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #aOxbiSS7WAc4KTJev0NlHuA6HHRFz7Am { width:20rem;height:5rem;top:199.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tnkvf71D0FTIObFTl8IkBTRBV8wDOtcf { width:18.125rem;height:3rem;top:200.5625rem;left:0.9375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ckev0TiFmQQZf0a8blDJr0MSJwFJzrC2 { width:16.6875rem;height:4.625rem;top:205.8125rem;left:1.6875rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #pBl4bJREqedwfezKL8TWTAO9L1ns9bZp { width:20rem;height:3.375rem;top:220.41540527344rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fdXL56MPILgcyH1oMFtyFXUDAb8iLZvV { width:15.625rem;height:3.4375rem;top:224.625rem;left:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qCdEHgnBac21CBTonCtsTr0aXEucZqmz { display:block; }
 }@media only screen and (max-width: 763px) { #ziih9pZQtCpSDkdkXG10dttotFV893WE { width:17.5rem;height:4.625rem;top:215.75rem;left:1.25rem;font-size:1.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #G6ZZrDcbWaLs3iL3Zn2odzMTZo85hUv6 { width:20rem;height:27.5rem;top:202.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #XulMel1gyahKzQ1hvfX9cakmAIPD5vAF { width:9.375rem;height:9.375rem;top:77.916625976562rem;left:5.28125rem;display:block; }
 }@media only screen and (max-width: 763px) { #o7eKblUoXhh6eTIvfvhbq3QvvCTFaAP5 { width:9.375rem;height:9.375rem;top:113rem;left:5.28125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Us9zTapqBc3II8vtZ2aSgd8AoILn6k7m { width:18.125rem;height:3.375rem;top:210.5rem;left:0.9375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fLXDMs4RxinE053STekgmhmVHBdflpUb { width:20rem;height:5rem;top:231.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #LRS99VDp998ze56At6AxNwfKTyRKiKDB { width:17.6875rem;height:3rem;top:232.6875rem;left:1.15625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #fpu6k9mSizQiK84sd9VhcgyPyyCcI70b { width:18.125rem;height:6.25rem;top:237.9375rem;left:0.90625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dpiLT4RT3icxQ3iEPqxiwNHFR7gCVhk0 { width:15.5rem;height:10.3125rem;top:245.22924804688rem;left:2.15625rem;display:block; }
 }@media only screen and (max-width: 763px) { #liL8HEhH8S503q5KsMGCJTW18F1Rr02P { width:15.625rem;height:10.3125rem;top:256.75rem;left:2.15625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TF4G1IRQP4MhNhqBG8DnGvGLcZ0Ughpm { width:15.625rem;height:10.3125rem;top:268.1875rem;left:2.15625rem;display:block; }
 }@media only screen and (max-width: 763px) { #igpVmvsJqL1eiVNsFILSCJh0k3XWttVP { width:20rem;height:0;top:268.8125rem;left:0rem;font-size:1.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #HURBgMg2wRemF6gx1bdnMC9CNfZPF8kn { display:none; }#HURBgMg2wRemF6gx1bdnMC9CNfZPF8kn > .row .container { width:20rem;height:74.875rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #Hif9Mn0XRVEwe5a54icF13FV3BTek59I { width:20rem;height:1.875rem;top:13.944000244141rem;left:0rem;font-size:1.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #kTZLnWSLsSy4LZCTGQpLitrWHSvUwd5R { width:18.125rem;height:21.875rem;top:16.588562011719rem;left:1.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zzeZMwk8iTiuzDVAzfXFtpFwamDnnztg { width:17.375rem;height:11.5625rem;top:1.2486572265625rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #uqdnJVaLaCQ0dZhWRPOcLst8vLZyb8S9 { width:16.6875rem;height:5.625rem;top:40.651062011719rem;left:1.65625rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #D6RI3kTNAcXZ9VmL3xU81Tsi2BsNT4iN { width:18.125rem;height:4.625rem;top:51.625rem;left:0.9375rem;font-size:1.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #LWUBmMN8p8k672MGWLOra5a3JoycclQr { width:15.75rem;height:3.75rem;top:57.5rem;left:2.125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #saPbu7r753q1K9rCd2zPiChHglv7SX1I { width:15.625rem;height:3.4375rem;top:61.9375rem;left:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IIhzrK3poJ8dDuVGGuRpTtpJ14oLvvAq { display:block; }
 }@media only screen and (max-width: 763px) { #pX9ds9h9hOFhpPxFuHDXMmKEEGywd5Pq { width:20rem;height:5.0625rem;top:67.6875rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hhV3mZT3Mg7TdJOQgRg49dKoFDJQ0MWE { width:18.125rem;height:3.375rem;top:46.130249023438rem;left:0.90625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #eENilQI76KFcHs1rESIqSrponiecDm1R { display:none; }#eENilQI76KFcHs1rESIqSrponiecDm1R > .row .container { width:20rem;height:261.9375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #RSxpTzPqJCkrPIzwiCV8dcGxCcRqtbIc { width:20rem;height:1.5rem;top:3rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #aitHGZyGuBeICOp1k9inqHK2JmvQk24l { width:18.125rem;height:29.6875rem;top:7.4375rem;left:0.90625rem;font-size:1.0625rem;display:block; }#aitHGZyGuBeICOp1k9inqHK2JmvQk24l li:before{  }
 }@media only screen and (max-width: 763px) { #CvxwiTlFGdLxKaVDltJw6X7b00FqfWEm { width:17.9375rem;height:3rem;top:61.270874023438rem;left:1.03125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #BDnqenZNzWe1n8Tqeun1OndzdxRfrLK7 { width:18.125rem;height:23.4375rem;top:66.625rem;left:0.90625rem;font-size:1.0625rem;display:block; }#BDnqenZNzWe1n8Tqeun1OndzdxRfrLK7 li:before{  }
 }@media only screen and (max-width: 763px) { #IxsCF3MVavt2Aybmdw7JGdxibnXcqvnF { width:20rem;height:1.5rem;top:94.645874023438rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #pz4kK3xmbCbX5vQmsU6n5mQciK3M8t6R { width:17.5rem;height:7.5rem;top:109.25rem;left:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #DJ47rmiuQZhqM9uZy1ViG7slAcGo06a5 { width:17.5rem;height:16.5rem;top:129.15496826172rem;left:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #dtUrT3QzWJ8v2Mn4bEcDHav40lPETZWy { width:17.5rem;height:22.5rem;top:157.875rem;left:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #klJV9WMFk5Ah0Q3P1oMZo6n4zLJPLGtr { width:20rem;height:5rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #MaXw7FJwlqcvbxLtF5uHaCgnGBaEUSr1 { width:20rem;height:5rem;top:60.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #MUIuK8MZkkgC3aq2SkvUO21eK5HLliNt { width:20rem;height:5rem;top:92.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #eybPT6VRNrzP5ZAWEq97aglhUCZ4pWWa { width:18.75rem;height:23.9375rem;top:102.62371826172rem;left:0.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #UlfLyanU84B1q5bmeJQPN4ASD63z3foP { width:19.75rem;height:30.6875rem;top:182.60286475rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #GDn44A23itRTNosEukhdlIO2Hd5WvTk9 { width:19.75rem;height:30.6875rem;top:214.79036475rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #skKOIMKsmEAONzuh409OeOlbUVTy5K36 { width:20rem;height:5rem;top:181.70837402344rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #bJtZh0dnVStg1drayzqlwQubFHiM3QXC { width:20rem;height:3rem;top:183.45837402344rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #JfziqzTubTmmTZa4UobApFis7SXwa6RV { width:18.125rem;height:4.6875rem;top:187.9375rem;left:0.90625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TmvIDU3cCzO0rrPyPsIMI8WCCZ6K8kCs { width:20rem;height:5rem;top:228.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #KLBBOG8mlmA1LwPG9VNmDA5wPiRciM9J { width:15.5rem;height:3rem;top:229.875rem;left:2.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #HENmgG2WHmT4ALEi7O15eIDRCT4wzhTi { width:16.6875rem;height:4.625rem;top:235.0625rem;left:1.6875rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #B4dASabcc5BVBLIqhDZmCJs9PX3vvoQd { width:20rem;height:3.375rem;top:248.875rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #eTLRuHTOcL1fbAJ8IJnvwwq29k6tprfx { width:15.625rem;height:3.4375rem;top:254.0625rem;left:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HnIvirTX5IxE3bwsRWoicqIQK9Vi5yGm { display:block; }
 }@media only screen and (max-width: 763px) { #LT8KGMrTDFcdSkg6Hi4dor1nFhzfsuIA { width:17.5rem;height:4.625rem;top:244.25rem;left:1.25rem;font-size:1.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ZAgxb2Zc9O5nZ4OPlrL9eT7WvWG8z3mQ { width:20rem;height:28.25rem;top:231.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #WQVfTTpM9Vdy5h70UOG7h9hb7fAsHwGM { width:18.125rem;height:20.3125rem;top:38.373718261719rem;left:0.90625rem;font-size:1.0625rem;z-index:14996;display:block; }
 }@media only screen and (max-width: 763px) { #dExvf9GZC5oXDq2aBrscfQWSzoMUl6GT { width:9.375rem;height:9.375rem;top:99.010437011719rem;left:5.28125rem;display:block; }
 }@media only screen and (max-width: 763px) { #G3qMXmDdPT5cKEoAsIcLHR0AWv2Vl8TW { width:9.375rem;height:9.375rem;top:118.99871826172rem;left:6.2395834922791rem;display:block; }
 }@media only screen and (max-width: 763px) { #zTBc2kTCyIgcwJrEn3T76Aa7KmCFGnoh { width:9.375rem;height:9.375rem;top:147.74871826172rem;left:5.28125rem;display:block; }
 }@media only screen and (max-width: 763px) { #eLVzRZT4Ontip8Kh3e6q7yy9sIR7vhbG { width:18.125rem;height:3.375rem;top:239.75rem;left:0.9375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ChqOMNT0dP7PRnWkTg593VsiEKEJkewM { width:15.5rem;height:10.3125rem;top:193.47790527344rem;left:2.15625rem;display:block; }
 }@media only screen and (max-width: 763px) { #L8mXZFQ95wMuPE1tyyIhBGMIwu5C6JP7 { width:15.625rem;height:10.3125rem;top:204.95703125rem;left:2.15625rem;display:block; }
 }@media only screen and (max-width: 763px) { #lLOuaq2VC1TxBp4nIuRy26TLbJgxwNGZ { width:15.625rem;height:10.3125rem;top:216.47790527344rem;left:2.15625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gf0wsVrRlFMXiXlw0vbKN1yD8OcV6dlU { width:20rem;height:0;top:257.14575195312rem;left:0rem;font-size:1.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #yZMTkBoSwzDmSCv0Bst87asu9ivfcm98 { display:none; }#yZMTkBoSwzDmSCv0Bst87asu9ivfcm98 > .row .container { width:20rem;height:79.375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #M8Q8lqzQiJyhxr5dXa1goOdHLzbBgeW1 { width:20rem;height:1.875rem;top:14.290405273438rem;left:0rem;font-size:1.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #SwVl6HwD1wnQJTeVGP7AxVBLwmw7X5xm { width:18.125rem;height:25.3125rem;top:17.6650390625rem;left:1.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZDCyJUEFwLTH5y91MGSeV9yqPLHbLQvr { width:17.375rem;height:11.5625rem;top:1.5rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #OFT9WKbxZLIL2ai90hGXuTSbPHTF3dbi { width:20rem;height:5.0625rem;top:67.666015625rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cJ5FnrtP6rXzxMcI0rHK7Xo71oXLixM3 { width:17.5rem;height:4.625rem;top:51.5390625rem;left:1.25rem;font-size:1.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #V1M7fzpLzlBSbV6N8IbXrl1Sb1laf3Xn { width:16.6875rem;height:5.625rem;top:44.7880859375rem;left:1.65625rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rV96SnV4bVsDnhUNSwq9Zabk5o6cyE3h { width:16.6875rem;height:3.75rem;top:57.349609375rem;left:1.65625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #WKtui8vqlxW74Ps479PgTdDkh83MqJ6e { width:15.625rem;height:3.4375rem;top:62.0791015625rem;left:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #T8WQ3RyU49aWMVTfEZrJGGI6HRcdVHZt { display:block; }
 }@media only screen and (max-width: 763px) { #aLRIz6r1mflympnrnrbwKslXoGqhuDHC { width:20rem;height:3.375rem;top:74.228515625rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #K8arXz8ip55lw81oGwKkhseCcEtZxrcD { display:none; }#K8arXz8ip55lw81oGwKkhseCcEtZxrcD > .row .container { width:20rem;height:209.6875rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #lZqF3v2z9dwES7VFILNr9aeBIdTbL8fo { width:20rem;height:5rem;top:35rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #JFuCcF8I9T8tPr1z2z9GnSS0r3rkqVo3 { width:16.9375rem;height:3rem;top:36rem;left:1.53125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #KgUkBNbcO9hbd4AWDxhChydTzn5DJOXy { width:18.125rem;height:8.4375rem;top:41.853515625rem;left:0.9375rem;font-size:1.0625rem;z-index:14995;display:block; }#KgUkBNbcO9hbd4AWDxhChydTzn5DJOXy li:before{  }
 }@media only screen and (max-width: 763px) { #AIBJ6KG4kODdsSbX8EEL3aPQHwXSsl3v { width:20rem;height:5rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #EHwbUIce6dxueAislSgSkDJWX6sz7zvA { width:14.4375rem;height:3rem;top:2.20849609375rem;left:2.78125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #SFPVWHiTiGTVRUSkqf7DQ6lCM05Qdkwb { width:18.125rem;height:25.3125rem;top:7.416748046875rem;left:0.90625rem;font-size:1.0625rem;z-index:14996;display:block; }#SFPVWHiTiGTVRUSkqf7DQ6lCM05Qdkwb li:before{  }
 }@media only screen and (max-width: 763px) { #yvJXMTHeCRlV8X5h96or9f2Mqg3CyTUC { width:20rem;height:1.5rem;top:54.0625rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #CP5tzQlpCpcltRfQyhgtyLVvyOJ18dtC { width:20rem;height:5rem;top:52.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #i0LTO9cMNcfRvEGy7eI8dnDMEBXfVHTB { width:19.75rem;height:22rem;top:47.3125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #p8KV7SLqciTNVi1FAPtxsJyWuKnV78xU { width:18.125rem;height:19.5rem;top:58.8125rem;left:0.9375rem;font-size:1rem;z-index:14994;display:block; }
 }@media only screen and (max-width: 763px) { #WHEo7JPANOEsNA3CvGS7S8GUTkIqSFNQ { width:19.75rem;height:22rem;top:47.1875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #D960ixwBTd1r5G7e5Kb4575rLOkzmydP { width:18.125rem;height:19.5rem;top:81.2900390625rem;left:0.9375rem;font-size:1rem;z-index:14994;display:block; }
 }@media only screen and (max-width: 763px) { #tJkSxeIQsaafAbwpyT5xp8zwBeCKXrya { width:18.125rem;height:19.5rem;top:105.5712890625rem;left:0.9375rem;font-size:1rem;z-index:14994;display:block; }
 }@media only screen and (max-width: 763px) { #UIOHatOH2SxDVSzQXwTmfNV12Rd4gK9M { width:20rem;height:5rem;top:177.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TcU8FxLrymSh5xexntTUcGEPt48Ooeme { width:15.9375rem;height:3rem;top:178.3125rem;left:2.03125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #war12qV63Dfz9K89hJtoeXs6ozU1RU06 { width:20rem;height:25.6875rem;top:182.625rem;left:0rem;z-index:14993;display:block; }
 }@media only screen and (max-width: 763px) { #QIstym2K93etQ5WP2RwVWUMo3NRs4PXi { width:16.6875rem;height:4.625rem;top:183.5rem;left:1.65625rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z8ixNccyvvITCVHAtW8hwzQue7sDMm5H { width:20rem;height:4.625rem;top:193.15625rem;left:0rem;font-size:1.5625rem;text-align:center;text-align-last:center;color:#4bae16;display:block; }
 }@media only screen and (max-width: 763px) { #GT5T4dDLvPkvTLTCwT2eMXELbyIp1Z6z { width:15.25rem;height:3.375rem;top:199rem;left:2.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #T0gr3TovWHtFfksFyO5oavQuFxJss9Dk { width:15.625rem;height:3.4375rem;top:203.625rem;left:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mGwwZ3Hfiye6dKfeTot4bnmGNl0nyAEN { display:block; }
 }@media only screen and (max-width: 763px) { #GWQJBbmGiBDc0PwTDpRSLXCDA7BSc8un { width:20rem;height:5rem;top:127.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #VRT1c6fsHt0bdwmOqeJUoCBwAfXcNCTS { width:15.5rem;height:10.3125rem;top:141.291015625rem;left:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #JI2RzhoQDuvHcbXFrnBO0lvTibO6ht42 { width:15.625rem;height:10.3125rem;top:153.25rem;left:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PQKNrqEiXKNESUhzd7S0GTLDVdP0Pfte { width:15.5rem;height:10.3125rem;top:165.1875rem;left:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #hwEbpm6kJfx0m7HKuDwzBprrtidc21Xr { width:20rem;height:0;top:10.791748046875rem;left:0rem;font-size:1.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #hZDNlKiGRmCHZHzh49axNUlqtbGAJiI2 { width:19.75rem;height:22rem;top:47.3125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #pWqdedTTNw13TowLv2aOp4TlWgyvpNrz { width:16.4375rem;height:3rem;top:128.6875rem;left:1.53125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #OvyKQT2mIPmC1xeOx1St5fHpe8hCzgTI { width:20rem;height:4.6875rem;top:133.6875rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #svAD5PllyUpvBb18X7GXPK1pf9SqUtPe { width:20rem;height:3.375rem;top:188.6875rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #m8r8FkRaVyUmV1fieL8vQ3RUy3rDWoUw { display:block; }#m8r8FkRaVyUmV1fieL8vQ3RUy3rDWoUw > .row .container { width:20rem;height:70.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qS73WSqqX2OWLNKCeOs0kh7HqhqECJfD { width:20rem;height:1.875rem;top:14.290405273438rem;left:0rem;font-size:1.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #g36gyknxShGhP9eXZnee2SSHvgbT3Xnu { width:18.125rem;height:25.3125rem;top:17.6650390625rem;left:1.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ldqhIaThzhudFOEJTIElwaaqBRw2cpP6 { width:17.375rem;height:11.5625rem;top:1.5rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ALaDecCVSvCEyDqDyFKk8W2OZo34a2vT { width:20rem;height:5.0625rem;top:62.978515625rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #p9iZRa15xtV1NFdUN3Jx30fBpVMEICB9 { width:17.5rem;height:2.3125rem;top:50.4140625rem;left:1.25rem;font-size:1.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #csNJd1CPABQalaxt4qhgysvZ4EGWTn32 { width:16.6875rem;height:5.625rem;top:43.9755859375rem;left:1.65625rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #peXTGIuEpiAdxvXO11kDIu981WwmCZVh { width:16.6875rem;height:3.75rem;top:53.474609375rem;left:1.65625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #pW5vCafl1ZsKhfe8rNRTX6T2KTPDA0is { width:15.625rem;height:3.4375rem;top:57.7666015625rem;left:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HafhkB8CufJVpVcLUTMD1OepweqtwzpT { display:block; }
 }@media only screen and (max-width: 763px) { #ANuS1oXdlgJyMXLlK2AzmgCH9zWFMkfD { display:block; }#ANuS1oXdlgJyMXLlK2AzmgCH9zWFMkfD > .row .container { width:20rem;height:147rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Tb7sSEgnW4kxMU8zlv99kHXTpZhOkBuT { width:20rem;height:5rem;top:35rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #MmfDFkqmBUtsf6zHBDlFp5MUESu2fgcF { width:16.9375rem;height:3rem;top:36rem;left:1.53125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #fPsBBLBH8pTmTiO3b7vCIPUi1rJftflh { width:18.125rem;height:8.4375rem;top:41.853515625rem;left:0.9375rem;font-size:1.0625rem;z-index:14995;display:block; }#fPsBBLBH8pTmTiO3b7vCIPUi1rJftflh li:before{  }
 }@media only screen and (max-width: 763px) { #fR29T4MVQTuLNVtVQlThk1cfWO3XZqC1 { width:20rem;height:5rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TSZvPmlm620sTa2r9Q6GFBBx1it3zFWh { width:14.4375rem;height:3rem;top:2.20849609375rem;left:2.78125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #KcacqK6v5T3fH5bVMq4eJJcp9yoTgmTW { width:18.125rem;height:25.3125rem;top:7.416748046875rem;left:0.90625rem;font-size:1.0625rem;z-index:14996;display:block; }#KcacqK6v5T3fH5bVMq4eJJcp9yoTgmTW li:before{  }
 }@media only screen and (max-width: 763px) { #ozwuBG5T7Q6DA38pUaxbMmSVaHSZVl9D { width:20rem;height:1.5rem;top:54.0625rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #gkciBSHMAfcN8Kpr2aQhqePwmOGJa1NF { width:20rem;height:5rem;top:52.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #H7Ngk5WbJLuuT09Rg3rUuREa6sO8yQXk { width:19.75rem;height:22rem;top:47.3125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #VomOHslO5iLVB0xZWTuSdHf8yVu7U79f { width:18.125rem;height:19.5rem;top:58.8125rem;left:0.9375rem;font-size:1rem;z-index:14994;display:block; }
 }@media only screen and (max-width: 763px) { #kVh0SmNOULEW4WyO2FVJcgrKMaGPFQOT { width:19.75rem;height:22rem;top:47.1875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #XR5mRR0rpwQ3mlptQpFPixHSvZ50VAb6 { width:18.125rem;height:19.5rem;top:79.0400390625rem;left:0.9375rem;font-size:1rem;z-index:14994;display:block; }
 }@media only screen and (max-width: 763px) { #Rn3v7CGBayTafWyLfdGV9zmVWqUmovHe { width:18.125rem;height:19.5rem;top:102.3837890625rem;left:0.9375rem;font-size:1rem;z-index:14994;display:block; }
 }@media only screen and (max-width: 763px) { #PqXHrCHq0roNezBUdHSUpxaquERQ5xxv { width:20rem;height:5rem;top:120.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #w7FNX7clfgdPumEDL4TWeSkqsnDE0ik6 { width:20rem;height:19.8125rem;top:125.625rem;left:0rem;z-index:14993;display:block; }
 }@media only screen and (max-width: 763px) { #MSEMvwwdniznD03Os6oGZbq3EUnTiTCp { width:16.6875rem;height:4.625rem;top:126.25rem;left:1.65625rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #HKAoX77FUBg50WOsndxI4qkcvrwx0QfT { width:20rem;height:2.3125rem;top:132.40625rem;left:0rem;font-size:1.5625rem;text-align:center;text-align-last:center;color:#4bae16;display:block; }
 }@media only screen and (max-width: 763px) { #BXincAs3VQMeZx9JTpfMuM5xTuce2v5o { width:15.25rem;height:3.375rem;top:135.375rem;left:2.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #AVxmtzzTvVfxxe0gTfmDRG1U7Q5LTJik { width:15.625rem;height:3.4375rem;top:139.875rem;left:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vMxbcLTt4RoinGJM6XelXmQKPJCVBGxs { display:block; }
 }@media only screen and (max-width: 763px) { #SzSB6Q7PebxtQmTu9MRBv6zl3RS7ZCyv { width:19.75rem;height:22rem;top:47.3125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #L4wS8sy1FdiP1Q8WkfRcIS5HSuot7gfc { width:20rem;height:3rem;top:121.625rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #v6cCF3IQVsrB9f50oHEmXIzkxkamc4CW { display:none; }#v6cCF3IQVsrB9f50oHEmXIzkxkamc4CW > .row .container { width:20rem;height:81.875rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #h3cf6OtUXpZs9HKV98IxUmAqGSsfJKZb { width:18.75rem;height:3.75rem;top:14.25651550293rem;left:0.625rem;font-size:1.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #lAXgdWi9EUXZcvXgueJTw6X4r3PaoNcu { width:18.125rem;height:25.3125rem;top:18.962280273438rem;left:0.90625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PvN7Fg0NOiWhcP1tuFatDTXfBL4zuTXi { width:17.375rem;height:11.5625rem;top:1.25rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #l0LbDJvkhDrk6hw9LdK5GgpFLIsMvEsS { width:15.625rem;height:3.4375rem;top:68.9375rem;left:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JozdI2rptmUfKvkwE0Zs1oztgqxD22Xd { display:block; }
 }@media only screen and (max-width: 763px) { #lcyvFaLffXVuE6dOSCGovL4o9R9WFF0A { width:16.6875rem;height:2.8125rem;top:50.166748046875rem;left:1.65625rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WgBabDvlTauvbHJ8mnZuTSbkM2oB3Drz { width:17.375rem;height:4.625rem;top:58.125rem;left:1.28125rem;font-size:1.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #lTP4C2kQvtq2ZPlsnq0tWxLSC25Pu5yb { width:17.75rem;height:3.75rem;top:63.51953125rem;left:1.125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #EksNl6klIJWJTVP2aLSd20DPhDyWKMKh { width:20rem;height:3.375rem;top:52.895874023438rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #y1sW45qb7UbcAP4hQi0A9gBFWHkxPssO { width:16.6875rem;height:2.8125rem;top:44.708374023438rem;left:1.65625rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #n2myTTKJ4idOPJXhADmbu8po4WeaPyee { width:16.6875rem;height:2.8125rem;top:47.4375rem;left:1.65625rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Cp73B3NeMg3ll5ErEFkv4pEaDcKpRPIy { width:20rem;height:5.0625rem;top:74.5rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gw2amrDXO8H5dmixhvPfJWkuuQWM4d6m { display:none; }#gw2amrDXO8H5dmixhvPfJWkuuQWM4d6m > .row .container { width:20rem;height:322.875rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #OxTuXQ4NHW5naq4JfZK05WufOGvcFVCl { width:17.4375rem;height:3rem;top:2.6771240234375rem;left:1.28125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #tODNhRbb9Cd9T5ycN8lxbfBrXzoLNCra { width:18.125rem;height:25rem;top:7.979248046875rem;left:0.90625rem;font-size:1.0625rem;z-index:14996;display:block; }
 }@media only screen and (max-width: 763px) { #af3zzAoTAOwuvxyOmxktwf8k97Pq1FbF { width:17.5rem;height:3rem;top:36.020874023438rem;left:1.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #XkcTXhAr6cP9lmtb7Sg2hdlUL3OodlC6 { width:18.125rem;height:31.25rem;top:41.3125rem;left:0.9375rem;font-size:1.0625rem;z-index:14995;display:block; }#XkcTXhAr6cP9lmtb7Sg2hdlUL3OodlC6 li:before{  }
 }@media only screen and (max-width: 763px) { #Iyyal29QwPEiJupVlnH2niFyh4G9swB7 { width:20rem;height:1.5rem;top:76.375rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #F9mXvGaPPmBP6gIQfk0k3OEmrf4GF4iw { width:18.125rem;height:15rem;top:81.166015625rem;left:0.9375rem;font-size:1rem;z-index:14994;display:block; }
 }@media only screen and (max-width: 763px) { #B4M0mNIRR9CQuDvyG3HTrt0J2gqB6TRX { width:18.125rem;height:22.5rem;top:135.623046875rem;left:0.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #xCLePylo2eFp5M7zVfWdUsfTmtWxFWDC { width:18.125rem;height:21rem;top:110.2890625rem;left:0.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #JSVbXW5QT7aK01CvbETqkl0k4HeQFtAs { width:20rem;height:5.6875rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #oqFTFV8vIlrXRvsul2lURKoWCtoLBAZz { width:20rem;height:5rem;top:35.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #eXHK0Izl8785Gh7seEibJqPeMMXuJfBp { width:20rem;height:5rem;top:74.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZoHnXPr8zJEFMMnQf5qpaTFR2uTywTi6 { width:19.75rem;height:38.75rem;top:139.95703125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #HgV1xNvRpDfJKWD540nuho6nxRFCWI3f { width:19.75rem;height:38.75rem;top:218.33203175rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #txCBZOqI4oBhM42liIQl8I1vNQSmLSBu { width:19.75rem;height:38.75rem;top:258.58203175rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #lXsw8yEkMCOtXq5zNUbqOG163oO3Gl0x { width:20rem;height:5rem;top:233.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #FOeCyN1ctyug4QWEWH1XDQIkLUOWvJ54 { width:18.125rem;height:3rem;top:234.8125rem;left:0.9375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zw6zly5o6Md9avc0XRkktdV2TeL8cHxF { width:20rem;height:26.8125rem;top:238.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #vbwMR8EilUZCulyASHFcf245eehbd17I { width:9.375rem;height:9.375rem;top:99.310546875rem;left:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JTEqP94noWu1D2dxT1AagsG8dQNyLMuJ { width:20rem;height:5rem;top:269.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #UvfMzpkTQZueN5TmOBzFMTATN8RAXuHa { width:17.4375rem;height:3rem;top:270.0625rem;left:1.3125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TyG2mZ4LihGpU23vQOtyftAaD8gZxIaV { width:18.125rem;height:6.25rem;top:275.6875rem;left:0.9375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #yodlysksdd9PoafAI18UBpQDbvFFZlTG { width:15.5rem;height:10.3125rem;top:283.125rem;left:2.15625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TiKRUzNuCHZ4Lfk5XwVvaVzy9ZBrEUmQ { width:15.625rem;height:10.3125rem;top:294.75rem;left:2.03125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZEk04qXiqCxWqk7tDnJGeip7h8pqwxd9 { width:20rem;height:0;top:228.29040527344rem;left:0rem;font-size:1.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #Emld7kSPoH5X9CVG718AMpe7WsAkhS3b { width:16.6875rem;height:4.625rem;top:240.4375rem;left:1.65625rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #LAs66chR5yTzBgGr6tClzUmJnR3BgcPi { width:17.5rem;height:4.625rem;top:249.875rem;left:1.25rem;font-size:1.5625rem;text-align:center;text-align-last:center;color:#4bae16;display:block; }
 }@media only screen and (max-width: 763px) { #DhbxLPZXvlAy2MqJVBt9m5NiapT6yh4A { width:15.25rem;height:3.375rem;top:255.875rem;left:2.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JOVxUxUaGsSovXpubtl8nQPf894XiOHQ { width:15.625rem;height:3.4375rem;top:260.3125rem;left:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GVryZCLuG2l7Kz2AiGkpTXZMgSkl40WJ { display:block; }
 }@media only screen and (max-width: 763px) { #NAVeZtmVngd7rH9eWG4b7EwdulpvMs1L { width:15.5rem;height:10.3125rem;top:306.3125rem;left:2.15625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ldpigTMxqtvfdBproF95X6CCc6pCaOTB { width:20rem;height:3.375rem;top:245.6025390625rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #B1lWUoW8ckJOCBNA9df7XL2iCscRZoc4 { width:20rem;height:5rem;top:160.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #xw7LVmSfuH2d3WTte8TJEX7asbnZBa3u { width:18.125rem;height:3rem;top:161.5rem;left:0.9375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #DOcfiOQ5IIOGBXrFn6gXQo7sDeAaPT6M { width:18.125rem;height:12.5rem;top:168.58203125rem;left:0.9375rem;font-size:1.0625rem;z-index:14996;display:block; }
 }@media only screen and (max-width: 763px) { #JbLTXlMJ99ICZEeU8R2JazlQp9ToDPXJ { width:18.125rem;height:1.5625rem;top:217.75rem;left:0.9375rem;font-size:1.0625rem;z-index:14995;display:block; }#JbLTXlMJ99ICZEeU8R2JazlQp9ToDPXJ li:before{  }
 }@media only screen and (max-width: 763px) { #woblfTn1C22VCQoZdV9U6cu7GkJbyKQ8 { width:20rem;height:5rem;top:185.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #nLgmkkxNH0lOFfxlQhtlZe5DmpJk8glt { width:20rem;height:1.5rem;top:186.875rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #KmQdGrKoKM3uIk0HMDWGNoQLUccw0w4L { width:18.125rem;height:23.75rem;top:191.3125rem;left:0.90625rem;font-size:1.0625rem;z-index:14995;display:block; }#KmQdGrKoKM3uIk0HMDWGNoQLUccw0w4L li:before{  }
 }@media only screen and (max-width: 763px) { #oWF8SDsQUMRUZRUeu0pXbWDqlE3Uc4R4 { width:9.1875rem;height:9.0625rem;top:221.25rem;left:2.15625rem;font-size:1.0625rem;z-index:14995;display:block; }#oWF8SDsQUMRUZRUeu0pXbWDqlE3Uc4R4 li:before{  }
 }@media only screen and (max-width: 763px) { #HBtOLrGvKTTxVAahFaS6SkkWobEvKr0W { width:6.1875rem;height:9.375rem;top:221.09375rem;left:12.59375rem;font-size:1.0625rem;z-index:14995;display:block; }
 }@media only screen and (max-width: 763px) { #yrhxiNxlSqPeIxevLX6g0rbcJTgXAzvJ { display:none; }#yrhxiNxlSqPeIxevLX6g0rbcJTgXAzvJ > .row .container { width:20rem;height:32.5rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #u7WLZgglHSnvGr2UB5HRkGPzvtXzkGoZ { width:20rem;height:0;top:1.25rem;left:0rem;font-size:1.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #aEolPS8ZZBad8yOpW082GvVWGEKpTvGa { width:17.8125rem;height:11.875rem;top:4.375rem;left:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZX90PBLdGBbUKrkGm3AWQhSSx6Wuwusn { width:17.8125rem;height:11.875rem;top:18.9375rem;left:1.09375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dB2LAGBQnGPvczi8pcLLsuOfrUa7LcH9 { display:none; }#dB2LAGBQnGPvczi8pcLLsuOfrUa7LcH9 > .row .container { width:20rem;height:69.375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #OJ8P34BewJ8v1CTQXIW9uVG3ZrQM6LlR { width:18.75rem;height:1.875rem;top:14.25651550293rem;left:0.625rem;font-size:1.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #OvGlClCadwB3RJUz26reM86zn0bTDyak { width:18.125rem;height:15.1875rem;top:17.5869140625rem;left:0.9375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #l9X6OCRfTOGZmfzwTziAnitZc68lS4x1 { width:17.375rem;height:11.5625rem;top:1.25rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #HTGwoQBSofVTACo2keHsy62ZNieHHDuJ { width:15.625rem;height:3.4375rem;top:56.625rem;left:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XP0Dqi0R7zTF2TCBEMBXc4P2NtbRAEGz { display:block; }
 }@media only screen and (max-width: 763px) { #gJ1NEA7pHMWtlcJWTKXM05aGDgrV1ET6 { width:17.375rem;height:4.625rem;top:46.4375rem;left:1.3125rem;font-size:1.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #QeGnw99eUE9dQC3RvvbmJx7oq06rLBX3 { width:17.75rem;height:3.75rem;top:51.76953125rem;left:1.125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #qJoq7UOt48MGo7A7Wtq25GcATNZPWNde { width:20rem;height:3.375rem;top:41.8330078125rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qPG64UbWaOpH0rbBa2uUIuSlIiun68f5 { width:16.6875rem;height:2.8125rem;top:35.0830078125rem;left:1.65625rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #uiP1lL31eWi5RLoRyoHUsVEufo2eNcro { width:16.6875rem;height:2.8125rem;top:37.8955078125rem;left:1.65625rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zei5ya3zsFEAXcVRhPOQ9oKS1zLU3fGm { width:20rem;height:5.0625rem;top:62rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CT0v6mhSaBTJURWv31dM5Sv94uiDuSJH { display:none; }#CT0v6mhSaBTJURWv31dM5Sv94uiDuSJH > .row .container { width:20rem;height:186.625rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #T0dRs3J9Jw9PMmFUPRUuKFmCCOemnHJb { width:17.4375rem;height:3rem;top:2.6771240234375rem;left:1.28125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #v9VtKnTQCnJQxqfIzz78q0bnMCwLXi6C { width:18.125rem;height:16.5625rem;top:8.416748046875rem;left:0.90625rem;font-size:1.0625rem;z-index:14996;display:block; }#v9VtKnTQCnJQxqfIzz78q0bnMCwLXi6C li:before{  }
 }@media only screen and (max-width: 763px) { #nLDo5vxvcTsVH37nzpe6zTTPeEAEkLnv { width:20rem;height:3rem;top:27.75rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #zZtBwBb0Vxzv09bnh5ScQzmdn8eCxTn5 { width:18.125rem;height:15rem;top:33.5rem;left:0.9375rem;font-size:1.0625rem;z-index:14995;display:block; }#zZtBwBb0Vxzv09bnh5ScQzmdn8eCxTn5 li:before{  }
 }@media only screen and (max-width: 763px) { #kIdNHWwUplnKVL8XVCDhA79fWSEmpcqz { width:20rem;height:1.5rem;top:51.978515625rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Pp69kdc7loWdKLy9U3PcdasqglZLnFWq { width:18.125rem;height:12rem;top:56.875rem;left:0.9375rem;font-size:1rem;z-index:14994;display:block; }
 }@media only screen and (max-width: 763px) { #NIDxX0EqAlK8FAMpBNPpXCk25EnUtJ1S { width:18.125rem;height:15rem;top:71.375rem;left:0.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #GW6DKROUdKfs5We0UX5gUT4vR9HKgCar { width:20rem;height:6.0625rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #tfz50eAqqo8gztp7hq86mTehviiaITFq { width:20rem;height:5rem;top:26.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #x00gq8rn2pADXCzcyI979ABRqAFJayPH { width:20rem;height:5rem;top:50.228515625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #tGU4cCBpThNTwqTRTmEx9pl7sGmy1Reg { width:19.75rem;height:38.75rem;top:139.95703125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #hWg3HNTGVd17gtSZpNFigEVByulohZFK { width:19.75rem;height:38.75rem;top:218.33203175rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #TcTAv4v2RT61DsJRzOzIAOl17cWCF6Es { width:20rem;height:5rem;top:153.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZwKMEgE1zoflGei1Zd6cqRACmH4eeD95 { width:18.125rem;height:3rem;top:154.0625rem;left:1.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #GWrScZ3eXvSgdcm5ZIBgMFyRumekUbI8 { width:16.6875rem;height:4.625rem;top:159rem;left:1.65625rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #y64aVzvqXD1HphebcbUZtABgssrSzSAa { width:15.25rem;height:3.375rem;top:174.5625rem;left:2.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XKEMwVcQaMdS27MkfVdBfWxFq4fxsebo { width:17.5rem;height:4.625rem;top:168.875rem;left:1.25rem;font-size:1.5625rem;text-align:center;text-align-last:center;color:#4bae16;display:block; }
 }@media only screen and (max-width: 763px) { #zxeyfvZ2znnD3PUF9RJxBQPigcMkNeTP { width:20rem;height:26.1875rem;top:158.0625rem;left:0rem;z-index:14993;display:block; }
 }@media only screen and (max-width: 763px) { #NGg2QWa1TMfAp0ocxOJgfD9C25daFEFb { width:15.625rem;height:3.4375rem;top:178.916015625rem;left:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CIT0Azo1EVPMx4SLz8WgSQVUvrFh8RRV { display:block; }
 }@media only screen and (max-width: 763px) { #E87KEgZu1XruV8BV9NE2V4fx0zUDS1bG { width:20rem;height:5rem;top:101.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #rw7i6JcS2O7ApGMXIKfIbHhzAPkTOZ1P { width:15.5rem;height:10.3125rem;top:114.8125rem;left:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #rvnBMy1C8wOVUuAiWo945O8LxAAti4JS { width:15.625rem;height:10.3125rem;top:127.5rem;left:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ho5CviRQZhQB0eA6KpcaZcSvmGJdIeyE { width:20rem;height:0;top:167rem;left:0rem;font-size:1.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #Iv2P33ZTNmUFDhKeT7D0pf5uKpySTNQA { width:15.5rem;height:10.3125rem;top:140.310546875rem;left:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #zh4nsicSZfgNMcCVsI3nlaND9E3sbUwr { width:20rem;height:4.6875rem;top:107.9375rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #kL9vZCCvrl5QyILLcu3kRUAmx8r2WCpk { width:20rem;height:3rem;top:102.5rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #xzVFJSoXRvGqLiQ4ziVT7KpgBPHfQpJb { width:19.75rem;height:19.5rem;top:42.75rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #rQJn3RZZQ9auK4q2KJc9PMo6NsMNq4r6 { width:20rem;height:10.5rem;top:88.6875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #pGzsKZ1DNvTo8ioqSnLsVNcsEA5FqE1v { width:20rem;height:3.375rem;top:164.625rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tQ55v2R3DaTgk8RnVO2nlMWR11LqC38X { display:none; }#tQ55v2R3DaTgk8RnVO2nlMWR11LqC38X > .row .container { width:20rem;height:97.1875rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #yaTo07bolGqvDP2lTdBFAAcWT81bh7Te { width:18.75rem;height:3.75rem;top:14.25651550293rem;left:0.625rem;font-size:1.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #sya6M6hgrJmwNbuubFGqCyRTbelLhQRv { width:18.125rem;height:32.0625rem;top:18.962280273438rem;left:0.90625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #c2tAOQbCmPqrHDLd0cIKwTIwRRNl6i9J { width:17.375rem;height:11.5625rem;top:1.25rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ke920fLeDGg0fvPzaoIf8iaXcCiWVCz9 { width:15.625rem;height:3.4375rem;top:74.875rem;left:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fiEKJtUIGZnJNwp5N1DZbcOk6Q8WN1pO { display:block; }
 }@media only screen and (max-width: 763px) { #TTdLOHH11iQ8legpZ55972ooahxstErP { width:17.375rem;height:4.625rem;top:64.375rem;left:1.3125rem;font-size:1.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #eDMELRFwL9sgTb7Chrk5CQniS4oIclLT { width:17.75rem;height:3.75rem;top:70rem;left:1.125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #O1IWR9MXJMF5q7BrkPDkUJGqPCDTWLkZ { width:20rem;height:3.375rem;top:60.20703125rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KhGMd7xgLE27I3Z8NlJkieaLdoRERv47 { width:16.6875rem;height:2.8125rem;top:53.8125rem;left:1.65625rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #w10dQhpzEkKKPc1CFnJL9oWuDScZkF6x { width:16.6875rem;height:2.8125rem;top:56.625rem;left:1.65625rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qTiOar6FV4FulA3bmZhU0Tq447FX739o { width:20rem;height:5.0625rem;top:89.9375rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #O2AsKSEp3M4ne9NR6I2LzwTBaPbWrGio { width:15.6875rem;height:3.75rem;top:80.1875rem;left:2.15625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #n4E87vyCaCrvzxPePsz0u1Ts9OLRlPya { width:17.8125rem;height:3.4375rem;top:85.125rem;left:1.09375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hBwtG8PGDvVEuT20X1TTukAot7QioHRB { display:block; }
 }@media only screen and (max-width: 763px) { #EyQT23AgqDuke2hXrsQVwh5f64qo0BJ2 { display:none; }#EyQT23AgqDuke2hXrsQVwh5f64qo0BJ2 > .row .container { width:20rem;height:273.0625rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #hAFxna0Q6eRvB1gbXKyxQLSfHOrzl8lI { width:17.4375rem;height:3rem;top:2.6771240234375rem;left:1.28125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #e4uCngOnnmiBP4sw0eft3sTxZ8IkweOg { width:18.125rem;height:29.375rem;top:8.416748046875rem;left:0.90625rem;font-size:1.0625rem;z-index:14996;display:block; }#e4uCngOnnmiBP4sw0eft3sTxZ8IkweOg li:before{  }
 }@media only screen and (max-width: 763px) { #TE6pIxCnKNZ92lTJ8anZdUbkbXdaNBQ6 { width:20rem;height:3rem;top:51.3125rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #hDfPCh1G44Uf9T0wBhvFaq58ZQB3ou6t { width:18.125rem;height:28.5625rem;top:56rem;left:0.9375rem;font-size:1rem;z-index:14995;display:block; }#hDfPCh1G44Uf9T0wBhvFaq58ZQB3ou6t li:before{  }
 }@media only screen and (max-width: 763px) { #iGygP2uhSZUD5m0ki8dDyoy0Tr8nxDil { width:20rem;height:3rem;top:86.0625rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #oLdPvFM3nr08RBtdKMBW41KKkUqEBpdQ { width:18.125rem;height:15rem;top:100.625rem;left:0.9375rem;font-size:1rem;z-index:14994;display:block; }
 }@media only screen and (max-width: 763px) { #uq6der8CW4aqEiKathTQpD16aKfneXsA { width:18.125rem;height:22.5rem;top:157.625rem;left:0.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #FRddLlZOmCgLFdChudXzVCg41wMdIHC0 { width:20rem;height:6.0625rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #m7A8xc2r3ftXxsg9dMlq0ee55BM5pwUs { width:20rem;height:5rem;top:50.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TTZ0nPI3KygxPehQEzgWOCKNC4eWPBcs { width:20rem;height:5rem;top:85.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #OttmCFr4eNZQpb0DUaKrAzDJQnLLUV2i { width:19.75rem;height:38.75rem;top:139.95703125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #tUgftmb4eXCdyzZy8Plh8TPWgB9I1FLZ { width:19.75rem;height:38.75rem;top:218.33203175rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #dOssUsvIxOuxFwJ92O4xOLT6ZQZTDa38 { width:20rem;height:5rem;top:229.748046875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #cXRKeD68l1ZezfD2C5gM8by5WJtiAHrg { width:18.125rem;height:3rem;top:230.748046875rem;left:0.9375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mh84RCIytFMiB6oCZIaJNBxyXS9XrQ95 { width:16.6875rem;height:4.625rem;top:235.6875rem;left:1.65625rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #o1oR0w1UQMwrb9iP9JcAl5PM7D95U7gM { width:15.25rem;height:3.375rem;top:251.373046875rem;left:2.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nTJmX13Tl0T3BVqGZwVEhgEx4SGTuT3k { width:17.5rem;height:4.625rem;top:245.435546875rem;left:1.25rem;font-size:1.5625rem;text-align:center;text-align-last:center;color:#4bae16;display:block; }
 }@media only screen and (max-width: 763px) { #RstTpT5TKXli0aSQhSwlPvVO3ay2Ow4H { width:20rem;height:36.0625rem;top:234.748046875rem;left:0rem;z-index:14993;display:block; }
 }@media only screen and (max-width: 763px) { #TDqNmHnTO0oevq6sQiX3GzRkfMBoR1iC { width:15.625rem;height:3.4375rem;top:255.8125rem;left:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cXctUt6KWN4iIX7zRMTN5Z7ksv4XzPzg { display:block; }
 }@media only screen and (max-width: 763px) { #fgNxVf7lPc4thS4DCsTp09gHVcI8fL7Z { width:9.375rem;height:9.375rem;top:116.1875rem;left:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #eoRMqUrfLPrV8C7dnR00w27GK9ZJiIOD { width:18.125rem;height:10.9375rem;top:38.625rem;left:0.9375rem;font-size:1.0625rem;z-index:14996;display:block; }
 }@media only screen and (max-width: 763px) { #x8DnW4gzhyC1FoPq4ogGeuTqgALyHqOZ { width:20rem;height:5rem;top:181.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #s8xGzP4B6q0pKiGuD11OBe5Hpe4MptFh { width:15.5rem;height:10.3125rem;top:194.90625rem;left:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #rJ3krGi5muWCuFEsZgCq3TGcv8fIuR8v { width:15.625rem;height:10.3125rem;top:206.84375rem;left:3.15625rem;display:block; }
 }@media only screen and (max-width: 763px) { #B3wFkMf3tJnO5xNurDQAUq0RHiVXWib2 { width:20rem;height:0;top:167rem;left:0rem;font-size:1.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #QlLXg5Pfe0bGP5lWrX1ty7J9Kf2zRbtS { width:15.5rem;height:10.3125rem;top:218.375rem;left:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #FsKtaG3mHoF6DUUJIZr9eDD1o2ZrU3Fm { width:20rem;height:4.6875rem;top:188.4375rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #aswppyPshL2BHhNsp7IM4ov6mNHXJbZ7 { width:20rem;height:3rem;top:182.9375rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #S8VzKZWcMUpiQshtFTzHOaCS5qXJWScc { width:19.75rem;height:39rem;top:58.25rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #X0GDO3pSVOPhppkmiVJSpTGGfr9SZLXG { width:20rem;height:16.5rem;top:126.9375rem;left:0rem;font-size:1rem;z-index:14994;display:block; }
 }@media only screen and (max-width: 763px) { #c16m73XUceN7ClyKEOmmS5FAPoWWDB8R { width:8.8125rem;height:8.8125rem;top:91.25rem;left:5.59375rem;z-index:15023;display:block; }
 }@media only screen and (max-width: 763px) { #LDtNWTBDZuisy3pc2wZPkoNhRkAFAkie { width:10.25rem;height:10.25rem;top:145.9375rem;left:4.5rem;z-index:15023;display:block; }
 }@media only screen and (max-width: 763px) { #WfTHOrOPhKkImp3Sa9v2Va98LSb70lHT { width:20rem;height:3.375rem;top:241.1875rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #uTWWisrsT2mfKoBrDvZivPh31MVaD45D { width:15.6875rem;height:3.75rem;top:261.3125rem;left:2.15625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZQUvDkTr6EtptWQmVTa8UNA8IRJuP8mz { width:17.8125rem;height:3.4375rem;top:265.685546875rem;left:1.28125rem;display:block; }
 }@media only screen and (max-width: 763px) { #AFzqq6azFRHOXmKDEiXX6Ffn57734CqW { display:block; }
 }@media only screen and (max-width: 763px) { #s8NUTy9OIomN7DQ4PZPb1ohgvGiHnNFo { display:none; }#s8NUTy9OIomN7DQ4PZPb1ohgvGiHnNFo > .row .container { width:20rem;height:4.375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #qhLZDTN6P6uRBZkZpUL4vSfkd5zAqNb3 { width:20rem;height:1.875rem;top:1.25rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fkCAZO5o7QdQfUSrFSi1DwQTwF9mvVrq { display:none; }#fkCAZO5o7QdQfUSrFSi1DwQTwF9mvVrq > .row .container { width:20rem;height:77.8125rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #cNq1h3JWcQDwiqIhShPopNIV4fWdTvCk { width:20rem;height:1.875rem;top:14.290405273438rem;left:0rem;font-size:1.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #gurs8giRr0pTcud3f9BRxw3zJQi1dpWi { width:18.125rem;height:25.3125rem;top:17.040405273438rem;left:1.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dNbAG8T1CdsWSoDOcJ9sa4AqJT7KZ1RN { width:17.375rem;height:11.5625rem;top:1.5rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ta4KUQ8PnL4LQf2KgNf4fLMcX96kr9O9 { width:20rem;height:5.0625rem;top:71.166748046875rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LgAgnTkZVf96WQ883qfhyTsTzJeWal1r { width:17.5rem;height:4.625rem;top:57.4140625rem;left:1.25rem;font-size:1.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #gh87sv1EQePbwZBcww8Xa6UPPxopzwVI { width:16.6875rem;height:5.625rem;top:46.2880859375rem;left:1.65625rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OhFoNcPNWLTRge7IgR1uSwJzkUb0WvIw { width:16.6875rem;height:3.75rem;top:62.037841796875rem;left:1.65625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ycm2HQtZBndVST5WEiIzP04Xd8vospKy { width:15.625rem;height:3.4375rem;top:66.39208984375rem;left:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Sx52J8COHoQ3lUfoMDWbavhXX4bqxtuG { display:block; }
 }@media only screen and (max-width: 763px) { #eJC80fqWJvhvuVElDfvAECop41ZoNuuE { width:20rem;height:3.375rem;top:52.3125rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bbHTL9AGkxEBwTxTDS933UzvndbiEbr9 { display:none; }#bbHTL9AGkxEBwTxTDS933UzvndbiEbr9 > .row .container { width:20rem;height:213.5rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #dsUggETCZ0NvhgLXVwd6Kyq5IuFUfUr9 { width:20rem;height:5rem;top:35rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #PvIXkKn1MbcRupMMhlZ84ZtaxmBEJFme { width:16.9375rem;height:3rem;top:36rem;left:1.53125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TTKbotMhGpoSznqT1RZ69urDSctvvq31 { width:18.125rem;height:15rem;top:41.229248046875rem;left:0.90625rem;font-size:1.0625rem;z-index:14995;display:block; }#TTKbotMhGpoSznqT1RZ69urDSctvvq31 li:before{  }
 }@media only screen and (max-width: 763px) { #VooJHxuITxhF2ZFXEZW6beVPEz9dTm0f { width:20rem;height:5rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #zTgXaJe9JNIXgaGWknrbKVLwwrxuqOir { width:14.4375rem;height:3rem;top:2.20849609375rem;left:2.78125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #cSQKNLFTchT6tZimvOmg6Kl0gXVy0Zxx { width:18.125rem;height:25.3125rem;top:7.416748046875rem;left:0.90625rem;font-size:1.0625rem;z-index:14996;display:block; }#cSQKNLFTchT6tZimvOmg6Kl0gXVy0Zxx li:before{  }
 }@media only screen and (max-width: 763px) { #OzWhE0bbLoiJ3zphTGpvZ17LhluBMBK7 { width:20rem;height:1.5rem;top:59.875rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #zLCT9yPGqsdyXziRb3AQ7qmLhS8rhG62 { width:20rem;height:5rem;top:58.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #SPg4BReprzxZIio2eLtKDTUv8Pge2KEl { width:19.75rem;height:22rem;top:47.3125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #sRVE34BTox71QxbTo5z7uOCEiHK5zl36 { width:18.125rem;height:19.5rem;top:64.3125rem;left:0.90625rem;font-size:1rem;z-index:14994;display:block; }
 }@media only screen and (max-width: 763px) { #al4tl4TzgFCZ2DImZzZ4AOTCghiGIw0C { width:19.75rem;height:22rem;top:47.1875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #vrvdgSEiSvIXfMLDnalxsa8tObRALRmx { width:18.125rem;height:19.5rem;top:85.66552734375rem;left:0.90625rem;font-size:1rem;z-index:14994;display:block; }
 }@media only screen and (max-width: 763px) { #u6hbSXEI5ruTc7fABsWo0FXybBgrQndz { width:18.125rem;height:19.5rem;top:108.19677734375rem;left:0.90625rem;font-size:1rem;z-index:14994;display:block; }
 }@media only screen and (max-width: 763px) { #ERIowAG9bydOGbZ4l1A6OkniefxaHT1S { width:20rem;height:5rem;top:181.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #qzc1Gp5T4fTMram5ZZ5FlfGZagadvsbI { width:15.9375rem;height:3rem;top:182.4375rem;left:2.0625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mpnsa51MxiOITOx4eyztkDKTbKXSRRWV { width:20rem;height:25.6875rem;top:185.4375rem;left:0rem;z-index:14993;display:block; }
 }@media only screen and (max-width: 763px) { #bDOZsikIsPvDrhHFl0n6Dbhi3nvqdy5X { width:16.6875rem;height:4.625rem;top:187.6875rem;left:1.6875rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wThFTJCePfu12LJQpIDyTwsvZzl8cK7N { width:20rem;height:4.625rem;top:197.5625rem;left:0rem;font-size:1.5625rem;text-align:center;text-align-last:center;color:#4bae16;display:block; }
 }@media only screen and (max-width: 763px) { #C5N8WgTcNRfBr9rxBg4hg4uuw0kTXfcv { width:15.25rem;height:3.375rem;top:202.25rem;left:2.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #P9tZF5GuAwOW5Rmrs9B5NaDUQdOZiEfN { width:15.625rem;height:3.4375rem;top:206.1875rem;left:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xHmrwCfR8OXIxMFQlKaSsWiLkqkbFxlD { display:block; }
 }@media only screen and (max-width: 763px) { #kwhLm6muTAUufKnazwH82gWJiM6oX4Sw { width:20rem;height:3.375rem;top:192.375rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FD1dOb1HrfARCgILJeW251d1uTZ0m64i { width:20rem;height:5rem;top:127.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZrRqyimTCyGkXT7TfCpmRPccAAdV9M82 { width:20rem;height:1.5rem;top:129.4375rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #IL5NtNbpiCqVT8cWKednqICruvceHlgV { width:18.125rem;height:4.6875rem;top:133.875rem;left:0.9375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xk3hUlxUixkBIBp1CAhkdANc0eigBGfU { width:15.5rem;height:10.3125rem;top:146.60400390625rem;left:2.15625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ViZkmiJAxHw9TB6Ul0TGacv92frwR7o4 { width:15.625rem;height:10.3125rem;top:158.125rem;left:2.15625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZmcpL4yguLdMNm2rbPWNd54sX3pUS40n { width:15.625rem;height:10.3125rem;top:169.75rem;left:2.15625rem;display:block; }
 }@media only screen and (max-width: 763px) { #NZsoMKgAObRsGXngUEgxvUrqNl5XUTbV { width:20rem;height:0;top:10.791748046875rem;left:0rem;font-size:1.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #RR3uDokFKOpITVh7QZTDv7rGgKZTt1Ux { width:18.125rem;height:6.25rem;top:139.375rem;left:0.9375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #UfMksxO93UHxsSFpdX40nFFKQcU9C0gK { width:19.75rem;height:22rem;top:47.3125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #qXbup3qvGxxcpLWCcqmciN8A0yWhRQgE { display:none; }#qXbup3qvGxxcpLWCcqmciN8A0yWhRQgE > .row .container { width:20rem;height:91.4375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #KftMy9gqdVpwBz5DUcZakh2xxK7XQ9x0 { width:20rem;height:1.875rem;top:14.290405273438rem;left:0rem;font-size:1.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #GGE0WT1pItiooo4e2nnmXiT8LdDDSvBf { width:18.125rem;height:38.8125rem;top:17.040405273438rem;left:1.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #c9of7sI2GzmgS386mMJB7vctbA1dJ6FE { width:17.375rem;height:11.5625rem;top:1.5rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #seksmVpvfMcVTVRS4KrafCbgiMvk6ugZ { width:20rem;height:5.0625rem;top:84.125rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QmIvhTe9ILnBRTTSPT4SP9EO5nG5TvsP { width:17.5rem;height:4.625rem;top:68.875rem;left:0.90625rem;font-size:1.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #tnUA1Oy0HfRVO3TCoRM2921gcRh1chZM { width:16.6875rem;height:5.625rem;top:57.4541015625rem;left:1.65625rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #R6teNNc4TWe4dsAdbT4fwlTVg7MzGpUT { width:16.6875rem;height:3.75rem;top:74.4375rem;left:1.65625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #vUWvmk54sJoasZSnNEQDdM3yrxe5ehiU { width:15.625rem;height:3.4375rem;top:79.228515625rem;left:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LpEa8mglpimnrXh6qZaK2dRzQDywXwpz { display:block; }
 }@media only screen and (max-width: 763px) { #iwTJEhKtEpa8rqK2025zaWrsVWQ5CzLI { width:20rem;height:3.375rem;top:63.8125rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #AdqZCadpIwiNQ090aa4ZgcoUNuui7r6O { display:none; }#AdqZCadpIwiNQ090aa4ZgcoUNuui7r6O > .row .container { width:20rem;height:205.6875rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #a2NkQTwAUwSDHwBhKhNFfCdocfeaNmMC { width:17.4375rem;height:3rem;top:2.6771240234375rem;left:1.28125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #dvNJIkFu3SWnfcio978EudUULRytdUhn { width:18.125rem;height:26.875rem;top:8.416748046875rem;left:0.90625rem;font-size:1.0625rem;z-index:14996;display:block; }#dvNJIkFu3SWnfcio978EudUULRytdUhn li:before{  }
 }@media only screen and (max-width: 763px) { #BC4t48JNMxDeOC7MlH9WocmEJn1sC9V4 { width:20rem;height:1.5rem;top:38.375rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #AtDuif2TOw9yMD4KkGiTSwHtu2yP0GDo { width:18.125rem;height:18.4375rem;top:42.9375rem;left:0rem;font-size:1.0625rem;z-index:14995;display:block; }#AtDuif2TOw9yMD4KkGiTSwHtu2yP0GDo li:before{  }
 }@media only screen and (max-width: 763px) { #w86EeysSokfDOeqRvfJGhDHINfeIQvpI { width:20rem;height:1.5rem;top:64.375rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #q1M5lmdJ4GtZbToMciIQnBrMTtHRJGod { width:18.125rem;height:16.5rem;top:85.125rem;left:0.9375rem;font-size:1rem;z-index:14994;display:block; }
 }@media only screen and (max-width: 763px) { #CB9kuHFSyyJ92FefuA1dbEXWnbEzPMJb { width:18.125rem;height:13.5rem;top:105.125rem;left:0.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #kRIguZATixa1alxThkLw0RmOUWnKe9gX { width:20rem;height:6.0625rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #If5e1G3yevaRhzXUZ58TWaxaCaKGwXNg { width:20rem;height:5rem;top:36.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #xb1m23Z9W8zxgszzMWqZ6JfBC89b4UZ6 { width:20rem;height:5rem;top:62.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TteShmxl4T4Vbq7pi96P468kPKCNSttD { width:19.75rem;height:38.75rem;top:139.95703125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #lA4eBigwld9xD2S6D78ZKtDkQS65pPZb { width:19.75rem;height:38.75rem;top:218.33203175rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #HiBohmh7vp3nvNnaIIQDRJRlvWhTESm3 { width:20rem;height:5rem;top:171.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #LhvyJuR28KxqnTnu50UUOM2JRgZAQamk { width:18.125rem;height:3rem;top:172.4375rem;left:0.9375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TKeEqTVVKBM0GTXnQtm8l7r4TqMRITU6 { width:16.6875rem;height:4.625rem;top:177.8125rem;left:1.65625rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #lm1kHgGCv9E9hrMh3B0XFJXTfHsMaZOL { width:15.25rem;height:3.375rem;top:194rem;left:2.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vr2fExG1ay9waGh3tWf5GkpeA4mmydSA { width:17.5rem;height:4.625rem;top:187.9375rem;left:1.25rem;font-size:1.5625rem;text-align:center;text-align-last:center;color:#4bae16;display:block; }
 }@media only screen and (max-width: 763px) { #OaTEzv6LKCkkVQKw6uop5CDo75yGCDuy { width:20rem;height:27.5rem;top:176.4375rem;left:0rem;z-index:14993;display:block; }
 }@media only screen and (max-width: 763px) { #d8f5b8NLqkGD9zaScla5PIDpMa06oAiw { width:15.625rem;height:3.4375rem;top:198.478515625rem;left:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #s2QL3NeTT8VtzuK5KBIt2RtdS0n6FwtI { display:block; }
 }@media only screen and (max-width: 763px) { #PZ4ymvOHmPARbluIT7snzDL1GbXuBGaT { width:20rem;height:5rem;top:120.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #LOJ2sFHvux55RZXE2guDeztX7Lhponig { width:15.5rem;height:10.3125rem;top:134.25rem;left:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #s4QbDCguInOuctJckCmdqDsaWxWJkdvl { width:15.625rem;height:10.3125rem;top:146.25rem;left:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #J5ekP2xub3ABHtR7sfPDhuAPXZTfpQ75 { width:20rem;height:0;top:167rem;left:0rem;font-size:1.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #Suwrxn19Z5i0rg2f72oXkgcSUt7dcnLI { width:15.5rem;height:10.3125rem;top:158.748046875rem;left:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Dq7vUEsTdkRm8mySUH3wNATvlaz2XRuF { width:20rem;height:3.375rem;top:183.125rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tfES3kV2dTIV54e6h0TIZlvQ8COqqrQJ { width:20rem;height:4.6875rem;top:127rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #s5mFc2N3nP6uBos9NEoqSUe8o4ip3Lbl { width:20rem;height:3rem;top:121.6875rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #K8EEgftQ1ryyHLWEMcHTaRCNKQ8m4xgC { width:19.75rem;height:22.875rem;top:53.8125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #eDotUcykOmKQyRcEpQtl4Vwrbh8FtkNl { width:20rem;height:13.5rem;top:69rem;left:0rem;font-size:1rem;z-index:14994;display:block; }
 }@media only screen and (max-width: 763px) { #QF71IXfs2uxGygiSItBaMR2eDInyzhhf { display:none; }#QF71IXfs2uxGygiSItBaMR2eDInyzhhf > .row .container { width:20rem;height:96.5rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #zLAiAoSWdvlnZeia6TBLSuP4Xstk6czt { width:20rem;height:1.875rem;top:14.290405273438rem;left:0rem;font-size:1.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #RfDxEnDlRTvuKwsMEuIxVU12WZCNUho3 { width:18.125rem;height:42.1875rem;top:17.040405273438rem;left:1.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rg9csxn4E9TkfolW5J6kIIvr4QOCme1X { width:17.375rem;height:11.5625rem;top:0rem;left:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #neoR9iFnUsExDElHkO9i9CrVP7GwNGTG { width:20rem;height:5.0625rem;top:88.875rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FeiSRpgguhs21ySBNvnDewnHXOHkZZQd { width:17.5rem;height:4.625rem;top:72.8125rem;left:1.25rem;font-size:1.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #IzIotgWdQn1EwymMdu6xiZn4P3NluKHT { width:16.6875rem;height:5.625rem;top:60.9541015625rem;left:1.65625rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #AJ5DdPuWzAW4qSsFMJ2tU8CNEdwAlDCW { width:16.6875rem;height:3.75rem;top:78.125rem;left:1.65625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #fSVPrsp8y31spiXdw3VqqpeoovQkX7Hb { width:15.625rem;height:3.4375rem;top:83.228515625rem;left:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LP4PkZl3grXSfDmVlxXc0gHzc3NKcwAM { display:block; }
 }@media only screen and (max-width: 763px) { #IHIoBscMvGXIcJKeuQ2X99KzP7p0xQTn { width:20rem;height:3.375rem;top:67.1875rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #k4DKgATQzinNlCNsWQWPTWR5hKDGDnqX { display:none; }#k4DKgATQzinNlCNsWQWPTWR5hKDGDnqX > .row .container { width:20rem;height:222.875rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #DNb6ps7P7qE13Ku0vIo2K4rxVzxTvGMo { width:17.4375rem;height:3rem;top:2.6771240234375rem;left:1.28125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #WUG1riic89bbabSpBUnQtuUZtpJJEKgz { width:18.125rem;height:28.125rem;top:8.416748046875rem;left:0.90625rem;font-size:1.0625rem;z-index:14996;display:block; }#WUG1riic89bbabSpBUnQtuUZtpJJEKgz li:before{  }
 }@media only screen and (max-width: 763px) { #Z6TzEm8N5ZuuTpxSafbGid24pzXTNDCE { width:20rem;height:1.5rem;top:52rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #NbzPoebUNx1fRtMPTyvzhruZXnQPyTTQ { width:18.125rem;height:18.4375rem;top:57.25rem;left:0.9375rem;font-size:1.0625rem;z-index:14995;display:block; }#NbzPoebUNx1fRtMPTyvzhruZXnQPyTTQ li:before{  }
 }@media only screen and (max-width: 763px) { #hNVP5xnHXAEezORFKyPZsDztFRrZui3K { width:20rem;height:1.5rem;top:79.541015625rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #wnKMshuC3TZeURuvqZUIhloSdtJww4zn { width:18.125rem;height:18rem;top:94.6875rem;left:0.9375rem;font-size:1rem;z-index:14994;display:block; }
 }@media only screen and (max-width: 763px) { #do6zLrtm14kNDQg6PtKWlbOx3p1vB4nO { width:18.125rem;height:7.5rem;top:126.6875rem;left:0.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #pxgGT0yER3hUiN7RJryPo8f6fA6PZxAX { width:20rem;height:6.0625rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #AGGFMrzMEkuHw4tMXbgMwgTKTz4UVQfm { width:20rem;height:5rem;top:50.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #sdiZqZlDWxZqaT9BVLhhqfEBiD7r6Sy4 { width:20rem;height:5rem;top:77.791015625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #apLLHDbZ5T0snmnesgBWHHZXFmdAzwsd { width:19.75rem;height:38.75rem;top:139.95703125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #JWPbqEnsRzwbtXJpeAwJH22cH3HgK8As { width:19.75rem;height:38.75rem;top:218.33203175rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #kHQnnFChSpHQNoWTT8LPp3OD0GEQDZAc { width:20rem;height:5rem;top:187.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #IoNwhNcyZtpm08X6mrKfB9egVR0dp8Zl { width:18.125rem;height:3rem;top:188.75rem;left:0.9375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #pDSkxTW2hVp6Wmh8uvpLUSuK3pqxs4h9 { width:16.6875rem;height:4.625rem;top:194.25rem;left:1.65625rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #mNF7K8atQLpXVnoToJa8Nn7feDrtOdO1 { width:15.25rem;height:3.375rem;top:210.125rem;left:2.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mW9b64GFt6C28eNMB2Os9yM6J0K5vQMl { width:17.5rem;height:4.625rem;top:203.75rem;left:1.25rem;font-size:1.5625rem;text-align:center;text-align-last:center;color:#4bae16;display:block; }
 }@media only screen and (max-width: 763px) { #NTlGzGKlwTT5OQiJnyXF02DRZFeqVE0d { width:20rem;height:28.4375rem;top:192.75rem;left:0rem;z-index:14993;display:block; }
 }@media only screen and (max-width: 763px) { #irLpuLsL4DTIO3Czmv3Zwm37n4yoPOCV { width:15.625rem;height:3.4375rem;top:214.916015625rem;left:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kpXin4PJmNPAWMA578GycpPJcrLKKekP { display:block; }
 }@media only screen and (max-width: 763px) { #OMTlFbVkSr260cdWbecEFdOBE8INiGb8 { width:9.375rem;height:9.375rem;top:83.875rem;left:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #i8Qx5ylhsiUf7UplbFmfncGvn7ODsTa6 { width:9.375rem;height:9.375rem;top:115.625rem;left:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #V3wREIgtPdTT3nvq63rWwKMuppTkO2p0 { width:18.125rem;height:10.9375rem;top:37.875rem;left:0.90625rem;font-size:1.0625rem;z-index:14996;display:block; }
 }@media only screen and (max-width: 763px) { #TkKhLsJdhkI1Rmm0Zfp6wI20EGAJDgDT { width:20rem;height:5rem;top:136rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #kN2aPSp9Z8GpMbK2FoAxD3DT8SMwqTJG { width:15.5rem;height:10.3125rem;top:149.5rem;left:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZxtJJCQCRdDkNpkqJh4JopTPQsVuIqOu { width:15.625rem;height:10.3125rem;top:162.1875rem;left:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mr7Bw7Ko1NSSvUrKUWEihL1Jrq0XkUfo { width:20rem;height:0;top:167rem;left:0rem;font-size:1.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #RdE87O34CJHdL21bk3tfdVl1WMoJJinv { width:15.5rem;height:10.3125rem;top:174.935546875rem;left:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #iu2peG6TUfQAOu2Te4hyv6tWXp8lvB6D { width:20rem;height:3.375rem;top:199.4375rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OXL7zXuGbCnrOsRUFFqNTbZKxywSt5Jm { width:20rem;height:4.6875rem;top:142.625rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #oTNtAJsX1Ai7TkTHb4u3BBRRSpwfGsV9 { width:20rem;height:3rem;top:137rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #p5Btq3klBDdJ5Hli5cCvTkSc8Dq2UUWq { display:none; }#p5Btq3klBDdJ5Hli5cCvTkSc8Dq2UUWq > .row .container { width:20rem;height:79.25rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #XEirascdoDFz9swM46zCRS2gcPNtoiB3 { width:20rem;height:1.875rem;top:14.290405273438rem;left:0rem;font-size:1.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #HIC3sQ6GsehutfTE55oD7Tz6hQkTFOCI { width:18.125rem;height:25.3125rem;top:17.040405273438rem;left:1.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZeqHQt7I4Z8U2lOnPvJBy96T4CMWEJgd { width:17.375rem;height:11.5625rem;top:1.5rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TRJfcTrDJ55EsmagoTichBrvWv8Ave8A { width:20rem;height:5.0625rem;top:71.3125rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fDq55cgxqFaGHwBe5TQL9vCnHQ9uWU0z { width:17.5rem;height:4.625rem;top:54.75rem;left:1.25rem;font-size:1.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #FucsgtQHdiXS66yf1a1TylQKNoLmire6 { width:16.6875rem;height:5.625rem;top:44.3125rem;left:1.6875rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bduzKxis06IMUpd9oVcvU3UfoPKv7TRC { width:16.6875rem;height:3.75rem;top:60.8125rem;left:1.65625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #WEsSdfL4fPT73zNaXd3Q1WnnHSP6HZyh { width:15.625rem;height:3.4375rem;top:66.3955078125rem;left:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qnTGvseVTblbqp3mkdJX5TAPk2hnkdgf { display:block; }
 }@media only screen and (max-width: 763px) { #TV7b0hXABJSSPL618ipsLqu0foGCRBCi { width:20rem;height:3.375rem;top:50.5rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BnKIlMiHeDLqVqo29wNoPTryquTaFnwT { display:none; }#BnKIlMiHeDLqVqo29wNoPTryquTaFnwT > .row .container { width:20rem;height:225.3125rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #fXqtZqMQTi7U2I4CFV7J1fIJxTr0o4JG { width:20rem;height:5rem;top:35.770834rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #LoJQQ351zH82vMf6BRtysRdk4090mXdl { width:20rem;height:3rem;top:37.500082046875rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #r93yEv5JnNpaT2eGhoDuixSt3K2ouxnH { width:20rem;height:18.4375rem;top:42.5205078125rem;left:0rem;font-size:1.0625rem;z-index:14995;display:block; }#r93yEv5JnNpaT2eGhoDuixSt3K2ouxnH li:before{  }
 }@media only screen and (max-width: 763px) { #UJRCT9mG6Tp6OTQboVqLnzDWefCdbb1q { width:20rem;height:5rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #E2dzeWbnBmW6MIJCSwkFpweuPluSZuqD { width:20rem;height:3rem;top:2.20849609375rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #rJtd2sEhWBPObvvrME38ZMAqGpfiuEhT { width:20rem;height:26.5625rem;top:7.5rem;left:0rem;font-size:1.0625rem;z-index:14996;display:block; }#rJtd2sEhWBPObvvrME38ZMAqGpfiuEhT li:before{  }
 }@media only screen and (max-width: 763px) { #giRgH4XILkV8aI7xlesaZJEXFmM4Am66 { width:20rem;height:1.5rem;top:64.3125rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #WCuvFJkid4RDALNkIQVDbH9erQIr0a3e { width:20rem;height:5rem;top:62.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Szbpli6MO36XtXg3Sd2GwCcwzWX8hIIa { width:19.75rem;height:25.6875rem;top:54.375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #yh0nlIaaNKp4GZEpeVNXGrv1WBmrSq48 { width:18.125rem;height:24rem;top:68.95703125rem;left:0.9375rem;font-size:1rem;z-index:14994;display:block; }
 }@media only screen and (max-width: 763px) { #gDWsgl2aac1OceXKQTeKzNXhP1RCfHTR { width:19.75rem;height:25.6875rem;top:54.25rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #w2T6OzFcVX2H1frGk8gIRJV3UBXhKgOb { width:18.125rem;height:18rem;top:95.435546875rem;left:0.9375rem;font-size:1rem;z-index:14994;display:block; }
 }@media only screen and (max-width: 763px) { #QwNoMkHXNL0Vl5DiR1I7XXfghW6cWLvs { width:19.75rem;height:25.6875rem;top:54.25rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #zPDGhFJ12L13Plr2J1MDfrcC9aTe2Uwl { width:18.125rem;height:24rem;top:115.810546875rem;left:0.9375rem;font-size:1rem;z-index:14994;display:block; }
 }@media only screen and (max-width: 763px) { #OUiwXaT3sb0JiBwyWJ7sCyiQvZkQ3fA6 { width:20rem;height:5rem;top:192.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #QewlbZzDMrm82VU1w3sunuoJQRTiJJvk { width:16.5625rem;height:3rem;top:193.875rem;left:1.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #RCoHLKVvavwlIVbOWDs6wsIVaaluWfZn { width:20rem;height:26.9375rem;top:196.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #pc3gF3npvx7ZoBDJuDn3pbg09Ot9R5MD { width:16.6875rem;height:4.625rem;top:199.125rem;left:1.6875rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #pRDn75oLtff0dw7lRTR90QFcf4bRyvEA { width:20rem;height:4.625rem;top:208.125rem;left:0rem;font-size:1.5625rem;text-align:center;text-align-last:center;color:#4bae16;display:block; }
 }@media only screen and (max-width: 763px) { #cKaC9qLKN9dubXsCKp3lpddJ8ANI67l0 { width:15.25rem;height:3.375rem;top:213.875rem;left:2.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fbwCJQ8uiZKQZBUZiXmmpQAvK7ldAvRy { width:15.625rem;height:3.4375rem;top:218.5625rem;left:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vfna0T2SB1AUc4BcsTToLCQpCwsSIAmW { display:block; }
 }@media only screen and (max-width: 763px) { #RMM1TTZSCtHdUZd0pz1qaSPzTDWELXf1 { width:20rem;height:5rem;top:140.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #oTeN7ZHRiifsqsvdTb1hPg4PgOVmCTQM { width:15.5rem;height:10.3125rem;top:153.375rem;left:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #iWyXKGmRzDHaQyfyp293i1LxXHkVKfVH { width:15.625rem;height:10.3125rem;top:166.373046875rem;left:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JdHanBbT6ZOcSBxtlsFTMOtbER4CMUCr { width:20rem;height:0;top:1.5845947265625rem;left:0rem;font-size:1.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #ilq7AaASNqeNQny8n2vppbGlgaF3bmBy { width:15.5rem;height:10.3125rem;top:178.728515625rem;left:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ETXTZke2OiJ1Lo37LCU2SQt8Zf5uPpEp { width:20rem;height:3.375rem;top:203.75rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bFlO8U5uN4kRZaw7BSZ1g59zSFxScuJw { width:20rem;height:3rem;top:141.3125rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #utrG9lQ4H3k4sc2KLMXPepXh9eNFacBm { width:20rem;height:4.6875rem;top:146.8125rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #N3g5zRxWUpkGd2lBxgcblvhb4svm9TZ8 { display:none; }#N3g5zRxWUpkGd2lBxgcblvhb4svm9TZ8 > .row .container { width:20rem;height:68.25rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #fqA6evyX1mQmITUv6AG6G0VsuzZKNafo { width:20rem;height:1.875rem;top:14.290405273438rem;left:0rem;font-size:1.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #dl0kQAn1yr4aILMhf94AJNAkXqrvVUf8 { width:18.125rem;height:15.1875rem;top:17.040405273438rem;left:1.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #s0f2gOmvte3c8Rw1rrL06T1gB2NJTlUh { width:17.375rem;height:11.5625rem;top:1.5rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #CwvJ6IM9HxIQKRmg4kcwDgBRAdWSfmTQ { width:20rem;height:5.0625rem;top:60.375rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lgmoWhmL8eUcHh04LJ9CD5IXCAnW7JsL { width:17.5rem;height:4.625rem;top:44.4375rem;left:1.25rem;font-size:1.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #g7BRJq5sKmRumCwweiTFuAyaEt8uqpkW { width:16.6875rem;height:5.625rem;top:33.875rem;left:1.6875rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HrLVwopsL2LFyFlTx0SOTfe0xEr9pGVN { width:16.6875rem;height:3.75rem;top:49.75rem;left:1.6875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #DhPaJBlq2mZqMPAzwkofzOSCxe94ulhe { width:15.625rem;height:3.4375rem;top:54.3125rem;left:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mJx9NWiLIWhO7fhGdaa8QpFe2PMGMn5E { display:block; }
 }@media only screen and (max-width: 763px) { #TnVuErZP8TqpJ1ovSUULy5cks0fGBP55 { width:20rem;height:3.375rem;top:40.125rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SLiO6ZNfqfrdWFwxCoCSRBfGvV2PwAn9 { display:none; }#SLiO6ZNfqfrdWFwxCoCSRBfGvV2PwAn9 > .row .container { width:20rem;height:185.3125rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #SUev3TIUW7xEq7M9Q4ku5PgFg0lfnPZf { width:17.4375rem;height:3rem;top:2.6771240234375rem;left:1.28125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #onFZ4qTbUwaN6mzWioMEzAgCXTnfiVKU { width:18.125rem;height:14.6875rem;top:8.416748046875rem;left:0.90625rem;font-size:1.0625rem;z-index:14996;display:block; }#onFZ4qTbUwaN6mzWioMEzAgCXTnfiVKU li:before{  }
 }@media only screen and (max-width: 763px) { #o7E2zfDMptboqBM6vIawKiXAC9Iqm9FH { width:20rem;height:1.5rem;top:27.1875rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z4StsbvdHLqArkht1L1B85dfQXTGAvqi { width:18.125rem;height:6.5625rem;top:31.375rem;left:0.9375rem;font-size:1.0625rem;z-index:14995;display:block; }#Z4StsbvdHLqArkht1L1B85dfQXTGAvqi li:before{  }
 }@media only screen and (max-width: 763px) { #pIog5DmhfDfWavMrVZAq9XaoIGqfXDiG { width:20rem;height:6.0625rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #PQ2ha52ILmNWF6zBb7F2oVnufdh7aszs { width:20rem;height:5rem;top:25.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #STZsO4hTH3WDqDlow17aTk9fn5dhsBlT { width:20rem;height:5rem;top:96.26953125rem;left:0rem;font-size:1.0625rem;z-index:14995;display:block; }#STZsO4hTH3WDqDlow17aTk9fn5dhsBlT li:before{  }
 }@media only screen and (max-width: 763px) { #KIxMIN331PMOinGIvmUKZDZT4ThnaseK { width:18.125rem;height:3.125rem;top:38.6875rem;left:0.90625rem;font-size:1.0625rem;z-index:14995;display:block; }
 }@media only screen and (max-width: 763px) { #AV7LRrC3yge0iTMVqE9kfgaso98U9OQh { width:18.125rem;height:12.5rem;top:40.5rem;left:0.90625rem;font-size:1.0625rem;z-index:14995;display:block; }#AV7LRrC3yge0iTMVqE9kfgaso98U9OQh li:before{  }
 }@media only screen and (max-width: 763px) { #ehx77my2Jr0Z6b3ghGLRQwgrQKxtnWyJ { width:18.125rem;height:3.125rem;top:53.83349609375rem;left:0.90625rem;font-size:1.0625rem;z-index:14995;display:block; }
 }@media only screen and (max-width: 763px) { #oCwOEowTkvZaQDGGdcRz8NCn0uML4I05 { width:18.125rem;height:21.25rem;top:56.1875rem;left:0.90625rem;font-size:1.0625rem;z-index:14995;display:block; }#oCwOEowTkvZaQDGGdcRz8NCn0uML4I05 li:before{  }
 }@media only screen and (max-width: 763px) { #of28pmddCD8NWHZKonI7DCvHWsUn6I1I { width:18.125rem;height:3.125rem;top:78.39453125rem;left:0.90625rem;font-size:1.0625rem;z-index:14995;display:block; }
 }@media only screen and (max-width: 763px) { #U8BpJeX4Aqg34NtO68HgkFpP44ftVQ91 { width:18.125rem;height:16.25rem;top:80.58203125rem;left:0.90625rem;font-size:1.0625rem;z-index:14995;display:block; }#U8BpJeX4Aqg34NtO68HgkFpP44ftVQ91 li:before{  }
 }@media only screen and (max-width: 763px) { #W6Fm5WtAUwT0MD76NHxhcyUWD5G6BSyT { width:20rem;height:5rem;top:102.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #tQmfVwrAwnX8DkCFJKRPLH0CzLH8LWBR { width:15.5rem;height:10.3125rem;top:115.1875rem;left:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #XyrOqosERZ388RTrtTA5QRm2hZhfq7nJ { width:15.625rem;height:10.3125rem;top:127.6875rem;left:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #T3O9LPMzd7Fzv3a11Sefyw7ZC3XIFdTQ { width:20rem;height:0;top:146.3125rem;left:0rem;font-size:1.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #SoG0lgmcJBXkh88RPgrAATiGpef6NG2b { width:15.5rem;height:10.3125rem;top:140.375rem;left:2.25rem;z-index:14993;display:block; }
 }@media only screen and (max-width: 763px) { #zNgosdvll1WOKgiJXWFBupQ4X4Prdyh4 { width:18.125rem;height:3rem;top:153.875rem;left:0.9375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #cEhmK0UNX6CGQNier6VSlyrGtTCGu8Iu { width:20rem;height:26.5625rem;top:156.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #zl3C2DKbklTo1k1g9zURaplbTxUqVwB7 { width:16.6875rem;height:4.625rem;top:159rem;left:1.65625rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #GcCcVw4nTNFonE0JXN1mPCueP8mTmeyQ { width:17.5rem;height:4.625rem;top:168.5rem;left:1.25rem;font-size:1.5625rem;text-align:center;text-align-last:center;color:#4bae16;display:block; }
 }@media only screen and (max-width: 763px) { #y5rOOiwwiCTgtKTane0LcQTMJsGsNraI { width:15.25rem;height:3.375rem;top:174.3125rem;left:2.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MtdhsKoMrUbh5ffPCyonF7QZV8x7Jfzq { width:15.625rem;height:3.4375rem;top:178.25rem;left:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Lz2TGa1CCMMegiTpeqQH55q6TvqENN5G { display:block; }
 }@media only screen and (max-width: 763px) { #GOoIJJpWKnSMnPyQBc8zUFodGGLnZfFk { width:20rem;height:5rem;top:152.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #icHlWZZMAl7ZlTIAt9vS4NNyJiTdVEea { width:20rem;height:3.375rem;top:164.1875rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ezEfGwtvDyvNnXOu2qevdSVevpZxw7SG { width:20rem;height:4.6875rem;top:108.625rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #iiMEIJMvxtMMbVTMuALq5B3Lz3csnKkA { width:20rem;height:3rem;top:103.375rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zm65WUAbfhAmLmQKuCM4DFMqQRhhg6Np { display:none; }#Zm65WUAbfhAmLmQKuCM4DFMqQRhhg6Np > .row .container { width:20rem;height:171.5625rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #dDAWtbJNI3onw3Q2hGtq9Unl8q94vwPd { width:20rem;height:10.75911425rem;top:13.737060546875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #EnbLLHcXiTg7cBkmZlE13VZcqewhdm8c { width:20rem;height:2.66666675rem;top:25.537841796875rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ECPQZOS5murfnkEUAC3ZJXT0FIVP8uv6 { display:none; }#ECPQZOS5murfnkEUAC3ZJXT0FIVP8uv6 > .row .container { width:20rem;height:6.25rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #FiK67INhGtWl0M9w8Sw6vuGF4g0fe2Wo { width:20rem;height:1.875rem;top:1.25rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z5iOQbeFZ0JrcNxUOnQQ21HF3BTzEarq { width:20rem;height:1.875rem;top:4.333333375rem;left:0rem;font-size:1.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #oEuQPrCavex31WT2C8ygAW4LT0s8a93K { display:none; }#oEuQPrCavex31WT2C8ygAW4LT0s8a93K > .row .container { width:20rem;height:43.4375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #pnHLJPtPBT3qPSdHN50U8b3ks75xqggv { width:18.125rem;height:5rem;top:36.1875rem;left:0.9375rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #UZ7XB1yx9waFCgwOn72rdPZ70yXHR0zO { width:15.5rem;height:10.3125rem;top:1.60302734375rem;left:2.15625rem;display:block; }
 }@media only screen and (max-width: 763px) { #NVhJUWM9UCfCNTBAtPeehmfWcMtDv0Et { width:15.625rem;height:10.3125rem;top:13.125rem;left:2.15625rem;display:block; }
 }@media only screen and (max-width: 763px) { #W3phB5qGM9k1q9LmyQsk2WydHslI8H3l { width:15.5rem;height:10.3125rem;top:24.625rem;left:2.15625rem;display:block; }
 }@media only screen and (max-width: 763px) { #GPOcKog8KW1Smyk6FIzQ7d51T8Jfax6U { display:none; }#GPOcKog8KW1Smyk6FIzQ7d51T8Jfax6U > .row .container { width:20rem;height:32.875rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #JB7SOzGkon9O4Bur7kDv2DeZe356nHe4 { width:20rem;height:13.3125rem;top:4.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tbwi77gfmJLMZWA9TIQX02dh4zsMxpXP { width:20rem;height:5.625rem;top:1.41552734375rem;left:0rem;font-size:1.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #gGBbWL9Zc5VxqkOz0y0Dgokw7ChEnTxm { width:18.125rem;height:10.125rem;top:18.791748046875rem;left:0.90625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nMTmwmmRZLpGDv3c4CR1UM17qV4vxGHn { width:16.6875rem;height:1.875rem;top:28.916015625rem;left:0.90625rem;font-size:1.25rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #mLGssJWnxCq8adX5yiSX7xVTSG4uBCyR { display:none; }#mLGssJWnxCq8adX5yiSX7xVTSG4uBCyR > .row .container { width:20rem;height:155.4375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #bcPHActmAzOySob0L2FUC0PUz9VNB8ZA { width:20rem;height:5rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #kyt9rUL8StFExz1Si1zFPTEXLr4RCT9K { width:20rem;height:3rem;top:2.25rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #CIJ3GV6yX2rfTIqtQCs78i2eChtFLOnB { width:18.125rem;height:31.25rem;top:7.354248046875rem;left:0.90625rem;font-size:1.0625rem;z-index:14996;display:block; }
 }@media only screen and (max-width: 763px) { #WxCL0P8RtOKvvTX1tkDfEcf1wao8VbyR { width:20rem;height:5rem;top:41.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #RhgIDSy9TNoGSrViCBQuP8X6sTVXNJSb { width:20rem;height:1.5rem;top:42.8125rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #f7roTrLwtx4OOGJKqxxg018dxVbXgI2D { width:18.125rem;height:9.375rem;top:47.39599609375rem;left:0.90625rem;font-size:1.0625rem;z-index:14996;display:block; }
 }@media only screen and (max-width: 763px) { #VOLIsBL6nRukUlwg5wWfsOrCs269EJVp { width:19.75rem;height:33rem;top:48.0625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #t4TebbQcQoEzftLp2waMJzlGX818Ox1T { width:18.125rem;height:18rem;top:76.020751953125rem;left:0.90625rem;font-size:1rem;z-index:14994;display:block; }
 }@media only screen and (max-width: 763px) { #rgx2VaaTJDQgb6197frCw6WzRGgMkXU1 { width:19.75rem;height:33rem;top:48.0625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #adK4At4NaAbvRurS4DXEgDWNDTG3lFLM { width:18.125rem;height:18rem;top:104.97924804688rem;left:0.90625rem;font-size:1rem;z-index:14994;display:block; }
 }@media only screen and (max-width: 763px) { #Q5r1NNKkyEuCBfVGhRVdOUezCxskACUM { width:19.75rem;height:33rem;top:48.0625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #xlimKyTlF0aDq5XS2HWsOZbCOASH7BJ9 { width:18.125rem;height:21rem;top:134.16552734375rem;left:0.90625rem;font-size:1rem;z-index:14994;display:block; }
 }@media only screen and (max-width: 763px) { #z3XJvu7RgczVTK1Q53KTZignTiowGsum { width:20rem;height:5rem;top:59.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #M94qeZldDMltrwIvZFglAbxcHPENlTfB { width:20rem;height:1.5rem;top:60.9375rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #CyPqP4TvWKPKGrFHDE42AFdiZbNLwxT5 { width:9.375rem;height:9.375rem;top:65.375rem;left:5.28125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SNOMoKLFpilKvCdlTvSMw8qGfx2pIaok { width:9.375rem;height:9.375rem;top:94.5625rem;left:5.28125rem;display:block; }
 }@media only screen and (max-width: 763px) { #uetmbZ5EnLq70IWDZPEPM5FJ54F3hyl1 { width:9.375rem;height:9.375rem;top:123.625rem;left:5.28125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vyhvkwrfyn4gO4qomTZBGBcOBZIVgsRk { display:none; }#vyhvkwrfyn4gO4qomTZBGBcOBZIVgsRk > .row .container { width:20rem;height:51.3125rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #GT6GQiBCFVymros3zu8ixPZ3Lvi6Ei7X { width:20rem;height:13.3125rem;top:6.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #SPtWNMG0AC7UpM2oALSSbfHZoJKoH2Co { width:20rem;height:3.75rem;top:1.41552734375rem;left:0rem;font-size:1.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #RKp27b5ZXzox7uhvDWNtC0zUEhmtP3PE { width:18.125rem;height:27rem;top:20.5625rem;left:0.90625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #iAk4zIP2G5S56xQLkdN942tdQbEf6BAG { width:16.6875rem;height:1.875rem;top:48.16650390625rem;left:0.90625rem;font-size:1.25rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #RQSu2sAs1BWRqdQIXtLCNSH2NDJ3OTff { display:none; }#RQSu2sAs1BWRqdQIXtLCNSH2NDJ3OTff > .row .container { width:20rem;height:68.125rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #AqDqH93OEb9iqpgVM6hdBRQUFHRfqNWb { width:20rem;height:13.3125rem;top:6.166748046875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #UlRPoUTm7usc5Do5cMsdsRNIwqGGcORw { width:20rem;height:3.75rem;top:1.41552734375rem;left:0rem;font-size:1.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #tTpTyJE2CRwaoZctPiFr2JHrRK2Jkza6 { width:18.125rem;height:35.4375rem;top:20.916748046875rem;left:0.90625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xH2vaSrPgl2EzhPvJQUSTmaObcixwnUK { width:14.6875rem;height:5.0625rem;top:61.2900390625rem;left:0.90625rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #hIpoHckcfxkDFmzPyQnAAT1tST34sZuq { width:16.6875rem;height:1.875rem;top:58.041015625rem;left:0.90625rem;font-size:1.25rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #sVTNugIMHtdATwQsuQNRXSRkHUhLPywW { display:none; }#sVTNugIMHtdATwQsuQNRXSRkHUhLPywW > .row .container { width:20rem;height:150.375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #xSJPsPPPapGPCx1TzJehb6Th8TdUQAyA { width:20rem;height:5rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #iVJum5B9ngX58IL2w1gGaErPsSEX6SuC { width:20rem;height:1.5rem;top:3.000244140625rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #EzndhdBTddOwcpflqnmx6kKJIsRnqvqw { width:20rem;height:5rem;top:44.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #FFroTwBDMwJpWVIGMMQrbMQAeu1yePkI { width:20rem;height:3rem;top:45.1875rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #yCdamH33pnIAbvySXwuxIZzV12FdVltL { width:18.125rem;height:34.375rem;top:7.540283203125rem;left:0.90625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #FuEHSro6hywpEtnzCqH7czpQTL3COKPU { width:18.125rem;height:53.125rem;top:51.162109375rem;left:0.9375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #lGg6wpcfJnerh17kf7Wb72g8qzitcaXR { width:20rem;height:5rem;top:105.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #UsmX0ThKu9L4hJJEJTsNkS4hqXKoVzUo { width:20rem;height:1.5rem;top:106.9375rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Scrpy442QZmxHcmyFAfqiS6oi9P6secn { width:18.125rem;height:27rem;top:122.0625rem;left:0.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #EF0fiTsi5TBzIkHofNHKNt8Jld5ASy17 { width:9.375rem;height:9.375rem;top:111.37490272522rem;left:5.3124998807907rem;display:block; }
 }@media only screen and (max-width: 763px) { #MA1tNNZF34GKCgsw2oq8eErlkHDDLv7L { display:block; }#MA1tNNZF34GKCgsw2oq8eErlkHDDLv7L > .row .container { width:20rem;height:8.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hkVqNHhWqT1wmx6D8LQguXOKRkZAo5RP { width:19.998046875rem;height:1.75rem;top:1.25rem;left:0rem;text-align:center;text-align-last:center;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dCIl24PEzcpWZZXfZ9WeMeKTd8aJSeJQ { width:19rem;height:3.3125rem;top:4.25rem;left:0.5rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vEkXg6bTnJMVyOenxQ2qVAvTbXc8QA9O { display:block; }
 }@media only screen and (max-width: 763px) { #WGoyKL9ng3g7OIBg0TUATW7gWAoxG5TW { display:block; }#WGoyKL9ng3g7OIBg0TUATW7gWAoxG5TW > .row .container { width:20rem;height:1.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #C5nU43xSUwKmT5cgaJxl2QBu9ff9ZJ1T { display:block; }#C5nU43xSUwKmT5cgaJxl2QBu9ff9ZJ1T > .row .container { width:20rem;height:6.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TiaPvi0KQBlc2ybW1GXDA3ArMLrbD0Ek { width:20rem;height:4.1875rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #C2T9PLcECTShLU3y5waZzqP1fiPP4Ot4 { width:18.4375rem;height:2.125rem;top:1.3125rem;left:0.78125rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #NCELeRFoTQ4klSiA8zgm3aLhAI11oGMJ { display:block; }#NCELeRFoTQ4klSiA8zgm3aLhAI11oGMJ > .row .container { width:20rem;height:5.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OP9ExRscH56wI5BDOi8vRq2MUTgoQxl7 { width:20rem;height:3.75rem;top:1.25rem;left:0rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #a3BESFz0qxcccqwVFAkhEM4wPc0I2iBh { display:block; }#a3BESFz0qxcccqwVFAkhEM4wPc0I2iBh > .row .container { width:20rem;height:3.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CZEIdTrVpT1On94J91N9JZGFauKWCqM0 { width:20rem;height:2.125rem;top:1.3125rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #NHAIQwkrDUNe5enmeSiv0cJakw5WUKoB { width:20rem;height:2.25rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #pMlSvbfuASCK1NQ1p328iuB14mEEdcNJ { display:block; }#pMlSvbfuASCK1NQ1p328iuB14mEEdcNJ > .row .container { width:20rem;height:10.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NGksbJ8myGWbtsGZJpyTc4SrNzGzBfel { width:19.3125rem;height:9.375rem;top:1.25rem;left:0rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #mVseuLlQbMMgfKXhQxpEbmFrie4LlhdN { background-color:#fff3ec;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#mVseuLlQbMMgfKXhQxpEbmFrie4LlhdN > .row .container { border-width: 0; border-radius: 0; }#mVseuLlQbMMgfKXhQxpEbmFrie4LlhdN > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#mVseuLlQbMMgfKXhQxpEbmFrie4LlhdN > .row .container { width:20rem;height:6.4375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #opy017HTzk3ST7UB2tNgZCu8dmItTmAW { width:20rem;height:3.75rem;top:1.4375rem;left:0rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #e3kdm9Fmu9AdliWOM6kpCZQmny4rSmCT { width:20rem;height:4.1875rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #vvmfJuBTmymt0ooQ6TisV6TNH0TezrZ1 { background-color:#fff3ec;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#vvmfJuBTmymt0ooQ6TisV6TNH0TezrZ1 > .row .container { border-width: 0; border-radius: 0; }#vvmfJuBTmymt0ooQ6TisV6TNH0TezrZ1 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#vvmfJuBTmymt0ooQ6TisV6TNH0TezrZ1 > .row .container { width:20rem;height:17.875rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #txEayK6EqIeTw1iTgb25Oc6sTGBAWvbn { width:18.125rem;height:15rem;top:1.25rem;left:0.9375rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VXuR5h91PaZyKlzsEX31GuAgzkuZJmh4 { display:none; }#VXuR5h91PaZyKlzsEX31GuAgzkuZJmh4 > .row .container { width:20rem;height:6.1875rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #CvTWwvTsFtxMTeKMVCdWOyd1rTnrqloI { width:20rem;height:4.875rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #mKc3LdHnCsaq6r73ElMLI8DocwenTDSh { width:20rem;height:4.25rem;top:1.75rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #I14FTu8qEu63Dv3e6qzQb5TTrunNfZe7 { display:none; }#I14FTu8qEu63Dv3e6qzQb5TTrunNfZe7 > .row .container { width:20rem;height:21.3125rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #wzRLQ1MzQT96L2dt1FWz9zm9m5kVX5tp { width:20rem;height:18.75rem;top:1.25rem;left:0rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hBcOywpLiPH7EQ1ppPNdFGn8GGJKk4te { display:block; }#hBcOywpLiPH7EQ1ppPNdFGn8GGJKk4te > .row .container { width:20rem;height:6.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hXZei8ZlsKW1BV9Odt34CUUm7mozbw2g { width:20rem;height:4.875rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TG1Qo06qOkOeJqtR7yfGWwD3PJBzgRIr { width:20rem;height:4.25rem;top:1.75rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #STTp99MhKxBuzz6PZNWeJlogOt2Cdc90 { display:block; }#STTp99MhKxBuzz6PZNWeJlogOt2Cdc90 > .row .container { width:20rem;height:22.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #omirVMqTNdkHboyuEsSd7eziAIVA2IGX { width:20rem;height:20.625rem;top:1.25rem;left:0rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #lfeMN8IQTtORTrz6utWQGSvUnNTd8EUd { background-color:#fff3ec;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#lfeMN8IQTtORTrz6utWQGSvUnNTd8EUd > .row .container { background-color: transparent; background-image: none; }#lfeMN8IQTtORTrz6utWQGSvUnNTd8EUd::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lfeMN8IQTtORTrz6utWQGSvUnNTd8EUd > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lfeMN8IQTtORTrz6utWQGSvUnNTd8EUd > .row .container > .video-iframe-container { display: none; }#lfeMN8IQTtORTrz6utWQGSvUnNTd8EUd > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lfeMN8IQTtORTrz6utWQGSvUnNTd8EUd > .row > .video-iframe-container { display: none; }#lfeMN8IQTtORTrz6utWQGSvUnNTd8EUd > .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); }#lfeMN8IQTtORTrz6utWQGSvUnNTd8EUd > .row .container { border-width: 0; border-radius: 0; }#lfeMN8IQTtORTrz6utWQGSvUnNTd8EUd > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#lfeMN8IQTtORTrz6utWQGSvUnNTd8EUd > .row .container { width:20rem;height:5.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #aSIJklnp9yNDe5xFHVgaHRwxxKMH8o4H { width:17.6875rem;height:3.75rem;top:1.479248046875rem;left:1.15625rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #T4gxboynqT9SrIhwzorDUV03qPeVIA5A { width:20rem;height:4.6875rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #S4VTtaz61tcX2vLXoV05afJNgK0ULCXX { background-color:#fff3ec;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#S4VTtaz61tcX2vLXoV05afJNgK0ULCXX > .row .container { background-color: transparent; background-image: none; }#S4VTtaz61tcX2vLXoV05afJNgK0ULCXX::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#S4VTtaz61tcX2vLXoV05afJNgK0ULCXX > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#S4VTtaz61tcX2vLXoV05afJNgK0ULCXX > .row .container > .video-iframe-container { display: none; }#S4VTtaz61tcX2vLXoV05afJNgK0ULCXX > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#S4VTtaz61tcX2vLXoV05afJNgK0ULCXX > .row > .video-iframe-container { display: none; }#S4VTtaz61tcX2vLXoV05afJNgK0ULCXX > .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); }#S4VTtaz61tcX2vLXoV05afJNgK0ULCXX > .row .container { border-width: 0; border-radius: 0; }#S4VTtaz61tcX2vLXoV05afJNgK0ULCXX > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#S4VTtaz61tcX2vLXoV05afJNgK0ULCXX > .row .container { width:20rem;height:8.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #iQT8eMZGHXBNWa5Th9c998uON7lJ4vdc { width:15.875rem;height:5.625rem;top:1.1929683685302rem;left:2.0625001192093rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VwptnzJfLzlqWdxJc3filRxrTnr6IsOl { display:none; }#VwptnzJfLzlqWdxJc3filRxrTnr6IsOl > .row .container { width:20rem;height:28.5rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #siriq0eFPBBZo6TdiSudN6JgDplh07Cp { width:20rem;height:7.5rem;top:3.058837890625rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #c4ode3zuGTOlrDcu7ouE77qXrH8Pa6dM { width:20rem;height:1.625rem;top:11.72412109375rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #vu3zASHkI9UsrmdHw8qXLix7XTacMhzQ .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#vu3zASHkI9UsrmdHw8qXLix7XTacMhzQ .widget-text.counter-number { padding-top:0.5rem;padding-right:0.4375rem;padding-bottom:0.5rem;padding-left:0.4375rem;width:2.625rem;min-width:2.625rem;height:2.6875rem;font-size:2rem;line-height:43px;top:0rem;left:0rem; }
#vu3zASHkI9UsrmdHw8qXLix7XTacMhzQ .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.3125rem;margin-right:0;margin-bottom:0;margin-left:0;width:3.5rem;height:1.0625rem;font-size:0.75rem;line-height:1;top:0rem;left:0rem; }
#vu3zASHkI9UsrmdHw8qXLix7XTacMhzQ { width:14.625rem;height:5.4375rem;display:flex;top:14.20849609375rem;left:2.4830729961395rem;z-index:15057; }
 }@media only screen and (max-width: 763px) { #vu3zASHkI9UsrmdHw8qXLix7XTacMhzQ #tQzsbeSlpdPvo94HInWGZRtplET3BuZR { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #vu3zASHkI9UsrmdHw8qXLix7XTacMhzQ #othmknhpoSCyvggUnA98JUFMxQiV3lKR {  }
 }@media only screen and (max-width: 763px) { #vu3zASHkI9UsrmdHw8qXLix7XTacMhzQ #CZfzWkTvFFwnX6GX7BuBE9V3fdPPKZuU {  }
 }@media only screen and (max-width: 763px) { #vu3zASHkI9UsrmdHw8qXLix7XTacMhzQ #s7lGudcokD2cGJ83d3238fbd4iVMpT5Q { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #vu3zASHkI9UsrmdHw8qXLix7XTacMhzQ #ElMQnUG8ZPpRTIqkBQD3OyDKhKAHg6Rq {  }
 }@media only screen and (max-width: 763px) { #vu3zASHkI9UsrmdHw8qXLix7XTacMhzQ #VJg4C3OwPzAFOVNVcEKnnf32ew02h9Tv {  }
 }@media only screen and (max-width: 763px) { #vu3zASHkI9UsrmdHw8qXLix7XTacMhzQ #AzCDcVfnJSF4Go8cqvqkAEyUh6x9xrQu { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #vu3zASHkI9UsrmdHw8qXLix7XTacMhzQ #MdK5Am5EUNEGZ4FsiyZzCoA0568OV6M5 {  }
 }@media only screen and (max-width: 763px) { #vu3zASHkI9UsrmdHw8qXLix7XTacMhzQ #LfRHmTatbuh7zyOiWAKFzuuncMMsRgQX {  }
 }@media only screen and (max-width: 763px) { #vu3zASHkI9UsrmdHw8qXLix7XTacMhzQ #eNdW4WtBBn9ZcpILTNet2aNiklfI4aTL { display:flex;position:relative;top:0rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #vu3zASHkI9UsrmdHw8qXLix7XTacMhzQ #yUl4iJnlhoGkrh3bnyxsmEmu4zcKpUDq {  }
 }@media only screen and (max-width: 763px) { #vu3zASHkI9UsrmdHw8qXLix7XTacMhzQ #ilpkTp3QnpVpTFyQ0nQBAc8L8w8uoEVD {  }
 }@media only screen and (max-width: 763px) { #hqyFxthi0E6mm2Q3fFd1ZhA5pcXoIaTd { width:18.75rem;height:3.4375rem;top:22.244873046875rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #tc0guTE35SGyKWFC1q0SzUhQbzdwrRRK { display:block; }
 }@media only screen and (max-width: 763px) { #IbTNdx3Gn0vMERG9WJLBTdipkJWsmvSd { display:block; }#IbTNdx3Gn0vMERG9WJLBTdipkJWsmvSd > .row .container { width:20rem;height:10rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HDBK7ETGFcGh6kUHGGqJDE92oTtqGQdL { width:3.125rem;height:3.125rem;top:3.38427734375rem;left:8.40625rem;display:block; }
 }