.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
html,
body {
  font-size: 16px;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
:root { --color-primary-0:231,239,255;--color-primary-1:174,201,255;--color-primary-2:93,146,255;--color-primary-3:47,73,128;--color-primary-4:14,22,38;--color-secondary-0:225,246,246;--color-secondary-1:155,225,226;--color-secondary-2:54,194,196;--color-secondary-3:27,97,98;--color-secondary-4:8,29,29;--color-tertiary-0:255,255,255;--color-tertiary-1:211,211,211;--color-tertiary-2:107,107,107;--color-tertiary-3:54,54,54;--color-tertiary-4:11,11,11;--headlines-font-family:"raleway";--paragraphs-font-family:"open 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:transparent;background-image:url("https://images.assets-landingi.com/uc/d78cc596-7433-4a3b-b17b-0ea65cc5962d/DZLD_20251120_MehrwertNatura_LandingpageGrafiken_2.jpg");background-position:center !important;background-repeat:repeat !important;background-attachment:fixed;background-size:cover !important;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;top:0rem;left:0rem;display:block; }body.adaptive-delivery-prevent-bg, body.lazyload, body.lazyloading { background-image: none; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: ''; display: block; position: fixed; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.74); }#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.74); }#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); }#uizh87L24vQTZc5wKLi6NTlAxiUF2Byd { z-index:199999;position:fixed;top:0rem;left:0rem;right:0rem;display:block; }#uizh87L24vQTZc5wKLi6NTlAxiUF2Byd { background-color: transparent; background-image: none; }#uizh87L24vQTZc5wKLi6NTlAxiUF2Byd::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uizh87L24vQTZc5wKLi6NTlAxiUF2Byd > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uizh87L24vQTZc5wKLi6NTlAxiUF2Byd > .row .container > .video-iframe-container { display: none; }#uizh87L24vQTZc5wKLi6NTlAxiUF2Byd > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uizh87L24vQTZc5wKLi6NTlAxiUF2Byd > .row > .video-iframe-container { display: none; }#uizh87L24vQTZc5wKLi6NTlAxiUF2Byd > .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); }#uizh87L24vQTZc5wKLi6NTlAxiUF2Byd { border-width: 0; border-radius: 0; }#uizh87L24vQTZc5wKLi6NTlAxiUF2Byd > .row .container { background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;font-size:0.875rem;font-family:arial;height:5.625rem;width:75rem;border-top:0;border-right:0;border-bottom:0;border-left:0;box-shadow: none;overflow:visible;position:relative;display:block; }#bURZhkG53yoWCRzGJP6Kyc3aGNPABdPd { background-color:#5d362d;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:lato;font-size:1.375rem;font-weight:700;font-style:normal;line-height:1;overflow:hidden;position:absolute;width:10.9375rem;height:3.4375rem;text-decoration:none;z-index:15000;text-align:center;text-align-last:center;top:1.125rem;left:60.9375rem;display:block; }
#HTDNCddC51leUfRPbBnt0ipfvbaNOofu { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#V675KV9r30IViXvlNKgt0lawcJxTHVeF { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.0625rem;width:19.6875rem;top:0.28125rem;left:2.5rem;overflow:hidden;display:block; }
#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { z-index:;position:relative;display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { background-color: transparent; background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { border-width: 0; border-radius: 0; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { 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;font-size:0.875rem;font-family:arial;height:5.625rem;width:75rem;border-top:0;border-right:0;border-bottom:0;border-left:0;box-shadow: none;overflow:visible;position:relative;display:block; }#n1WeRJmWgxXRnhkUCamxl4QoJEFCfDEW { position:relative;display:block; }#n1WeRJmWgxXRnhkUCamxl4QoJEFCfDEW { background-color: transparent; background-image: none; }#n1WeRJmWgxXRnhkUCamxl4QoJEFCfDEW::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#n1WeRJmWgxXRnhkUCamxl4QoJEFCfDEW > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#n1WeRJmWgxXRnhkUCamxl4QoJEFCfDEW > .row .container > .video-iframe-container { display: none; }#n1WeRJmWgxXRnhkUCamxl4QoJEFCfDEW > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#n1WeRJmWgxXRnhkUCamxl4QoJEFCfDEW > .row > .video-iframe-container { display: none; }#n1WeRJmWgxXRnhkUCamxl4QoJEFCfDEW > .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); }#n1WeRJmWgxXRnhkUCamxl4QoJEFCfDEW { border-width: 0; border-radius: 0; }#n1WeRJmWgxXRnhkUCamxl4QoJEFCfDEW > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#n1WeRJmWgxXRnhkUCamxl4QoJEFCfDEW > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/79b8f91c-8a59-4375-86eb-230b924ef61a/DZLD_20251120_MehrwertNatura_LandingpageGrafiken_.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;font-size:0.875rem;font-family:arial;height:60rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#n1WeRJmWgxXRnhkUCamxl4QoJEFCfDEW > .row .container.adaptive-delivery-prevent-bg, #n1WeRJmWgxXRnhkUCamxl4QoJEFCfDEW > .row .container.lazyload, #n1WeRJmWgxXRnhkUCamxl4QoJEFCfDEW > .row .container.lazyloading { background-image: none; }#xa5838ee91f15e5adbfa62bf98ac6afc { position:absolute;display:block;z-index:15000;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:28.3125rem;width:33.3125rem;top:3.125rem;left:3.125rem;overflow:hidden;display:block; }
#sda704a27e8e9fc0ff5d551c98e369f6 { position:absolute;display:block;z-index:15001;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:15.375rem;width:18.125rem;top:43.5625rem;left:3.125rem;overflow:hidden;display:block; }
#f95b7d530ef766d32cbc84959d190b4c { position:absolute;display:block;z-index:15004;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:17rem;width:20.0625rem;top:41.875rem;left:17.1875rem;overflow:hidden;display:block; }
#S86fc52de7ea4c3df7a4ad1d829c36b7 { position:absolute;display:block;z-index:15003;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:15.375rem;width:18.125rem;top:43.4375rem;left:33.8125rem;overflow:hidden;display:block; }
#K3e6f3d01fa636eea876fe950d8cbb50 { position:absolute;display:block;z-index:15005;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.3125rem;width:20rem;top:55.1875rem;left:51.875rem;overflow:hidden;display:block; }
#c46ba652198b5f4c3edf40fa3b7de152 { box-sizing:content-box;height:12.5rem;width:75rem;position:absolute;display:block;z-index:14999;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-primary-0),0), rgba(0,0,0,0.68));background-image: -moz-linear-gradient(180deg, rgba(var(--color-primary-0),0), rgba(0,0,0,0.68));background-image: -ms-linear-gradient(180deg, rgba(var(--color-primary-0),0), rgba(0,0,0,0.68));background-image: -o-linear-gradient(180deg, rgba(var(--color-primary-0),0), rgba(0,0,0,0.68));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-0),0)', endColorstr='#000000ad' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-0),0)', endColorstr='#000000ad' );";background-image: linear-gradient(180deg, rgba(var(--color-primary-0),0), rgba(0,0,0,0.68));background-size:auto !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:47.5rem;left:0rem;display:block; }
#QidganlrIoGSfRwVuwoRTkyTB1A51g8I { position:relative;display:block; }#QidganlrIoGSfRwVuwoRTkyTB1A51g8I { background-color: transparent; background-image: none; }#QidganlrIoGSfRwVuwoRTkyTB1A51g8I::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QidganlrIoGSfRwVuwoRTkyTB1A51g8I > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QidganlrIoGSfRwVuwoRTkyTB1A51g8I > .row .container > .video-iframe-container { display: none; }#QidganlrIoGSfRwVuwoRTkyTB1A51g8I > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QidganlrIoGSfRwVuwoRTkyTB1A51g8I > .row > .video-iframe-container { display: none; }#QidganlrIoGSfRwVuwoRTkyTB1A51g8I > .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); }#QidganlrIoGSfRwVuwoRTkyTB1A51g8I { border-width: 0; border-radius: 0; }#QidganlrIoGSfRwVuwoRTkyTB1A51g8I > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#QidganlrIoGSfRwVuwoRTkyTB1A51g8I > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:12.6875rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#lMSXku7ANFOIPtbdpI8x8WEnCKO2uDdT { position:absolute;display:block;z-index:15006;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:8.5rem;width:24.1875rem;top:1.875rem;left:47.6875rem;overflow:hidden;display:block; }
#IocLeOOAzXScKCIuqQoDyuGn9V7vbh29 { color:rgba(var(--color-tertiary-4),1);display:block;width:38.9375rem;position:absolute;font-family:lato;font-size:2.625rem;font-weight:700;z-index:15008;line-height:1.4;letter-spacing:0;top:2.66796875rem;left:3.125rem;height:7.349625rem;font-style:normal;display:block; }
#fwo2neQaRSgoKLTxOXhUAT1K0qcLli0a { position:relative;display:block; }#fwo2neQaRSgoKLTxOXhUAT1K0qcLli0a { background-color: transparent; background-image: none; }#fwo2neQaRSgoKLTxOXhUAT1K0qcLli0a::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fwo2neQaRSgoKLTxOXhUAT1K0qcLli0a > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fwo2neQaRSgoKLTxOXhUAT1K0qcLli0a > .row .container > .video-iframe-container { display: none; }#fwo2neQaRSgoKLTxOXhUAT1K0qcLli0a > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fwo2neQaRSgoKLTxOXhUAT1K0qcLli0a > .row > .video-iframe-container { display: none; }#fwo2neQaRSgoKLTxOXhUAT1K0qcLli0a > .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); }#fwo2neQaRSgoKLTxOXhUAT1K0qcLli0a { border-width: 0; border-radius: 0; }#fwo2neQaRSgoKLTxOXhUAT1K0qcLli0a > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#fwo2neQaRSgoKLTxOXhUAT1K0qcLli0a > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#edebe5;background-image:none;font-size:0.875rem;font-family:arial;height:148.5rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#Ccb20ef5ea23a1ef5603a08dd9ce6058 { position:absolute;display:block;z-index:15000;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:33.0625rem;width:68.75rem;top:3.125rem;left:3.125rem;overflow:hidden;display:block; }
#aa7946abcdf65bc35b37ed0120a73cad { position:absolute;display:block;z-index:15001;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:26rem;width:20rem;top:38.6875rem;left:3.125rem;overflow:hidden;display:block; }
#ab776c8daedfd18bdb51ede685582cc3 { color:rgba(var(--color-tertiary-4),1);display:block;width:20rem;position:absolute;font-family:lato;font-size:1.125rem;font-weight:700;z-index:15009;line-height:1.4;letter-spacing:0;top:38.6875rem;left:24.375rem;height:14.16796875rem;font-style:normal;display:block; }
#E47e6921b149e5afb6d779bacbf73c49 { position:absolute;display:block;z-index:15010;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:18.5rem;width:29.0625rem;top:34.66796875rem;left:44.8125rem;overflow:hidden;display:block; }
#f517a548f8768f3a4cc0920a6b30df2a { color:rgba(var(--color-tertiary-4),1);display:block;width:47.5rem;position:absolute;font-family:lato;font-size:1.125rem;font-weight:700;z-index:15010;line-height:1.4;letter-spacing:0;top:55.29296875rem;left:24.4375rem;height:6.296875rem;font-style:normal;display:block; }
#eecc4770748838cbb290230f5525439e { position:absolute;display:block;z-index:15001;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:33.6875rem;width:47.5rem;top:67.8125rem;left:24.375rem;overflow:hidden;display:block; }
#lf63ea4245473b82bcf964f9fdba531a { color:rgba(var(--color-tertiary-4),1);display:block;width:20rem;position:absolute;font-family:lato;font-size:1.125rem;font-weight:700;z-index:15010;line-height:1.4;letter-spacing:0;top:78.3583984375rem;left:3.125rem;height:14.16796875rem;font-style:normal;display:block; }
#adf54b1422b4df016835c2c07dfa634f { position:absolute;display:block;z-index:15001;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:33rem;width:68.6875rem;top:104.625rem;left:3.15625rem;overflow:hidden;display:block; }
#f47b627a8d35a90c4a958c8b4a1e130f { color:rgba(var(--color-tertiary-4),1);display:block;width:63.75rem;position:absolute;font-family:lato;font-size:1.125rem;font-weight:700;z-index:15011;line-height:1.4;letter-spacing:0;top:139.5rem;left:3.125rem;height:6.296875rem;font-style:normal;display:block; }
#icf570be1cb8b57a861a7b829d36d30d { box-sizing:content-box;height:1.875rem;width:1.875rem;position:absolute;display:block;z-index:15009;background-color:#a78c84;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:15.25rem;left:17.0625rem;display:block; }
#h803ee8f3129529b404b44ae41bd164b { color:#ffffff;display:block;width:1.875rem;position:absolute;font-family:lato;font-size:1.125rem;font-weight:normal;z-index:15009;line-height:1.4;letter-spacing:0;top:15.375rem;left:17.0625rem;height:1.575rem;text-align:center;text-align-last:center;display:block; }
#Ie8f815f776b36f54a47a3f7f05cd348 { box-sizing:content-box;height:1.875rem;width:1.875rem;position:absolute;display:block;z-index:15011;background-color:#a78c84;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:13.4375rem;left:49.75rem;display:block; }
#ef1902c28ded6f4622203bf2f8d96368 { color:#ffffff;display:block;width:1.875rem;position:absolute;font-family:lato;font-size:1.125rem;font-weight:normal;z-index:15011;line-height:1.4;letter-spacing:0;top:13.5625rem;left:49.75rem;height:1.575rem;text-align:center;text-align-last:center;display:block; }
#q6a6eefabd64bd4789f1ca9d3a374576 { box-sizing:content-box;height:1.875rem;width:1.875rem;position:absolute;display:block;z-index:15013;background-color:#a78c84;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:79.9375rem;left:55.125rem;display:block; }
#R93c4a9e761d9e1d0e6c1df723576973 { color:#ffffff;display:block;width:1.875rem;position:absolute;font-family:lato;font-size:1.125rem;font-weight:normal;z-index:15013;line-height:1.4;letter-spacing:0;top:80.0625rem;left:55.125rem;height:1.575rem;text-align:center;text-align-last:center;display:block; }
#a09d362ed1c73aa8fc02927fa5a0eefc { box-sizing:content-box;height:1.875rem;width:1.875rem;position:absolute;display:block;z-index:15015;background-color:#a78c84;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:128.5625rem;left:56.8125rem;display:block; }
#d9f577fd02724eebcb7b7be2bb1f6435 { color:#ffffff;display:block;width:1.875rem;position:absolute;font-family:lato;font-size:1.125rem;font-weight:normal;z-index:15015;line-height:1.4;letter-spacing:0;top:128.6875rem;left:56.8125rem;height:1.575rem;text-align:center;text-align-last:center;display:block; }
#Pa54677d231e7602b1bd6f3a4f2888d0 { box-sizing:content-box;height:2.6875rem;width:11.25rem;position:absolute;display:block;z-index:15027;background-color:#a78c84;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:7.6875rem;left:52.25rem;display:block; }
#n65eb5cf9a5157574e5ee7208259a213 { box-sizing:content-box;height:5rem;width:11.25rem;position:absolute;display:block;z-index:15026;background-color:#5d362d;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:10.3125rem;left:52.25rem;display:block; }
#e5c2a6b1b4255a596a8067d6074d4118 { color:#ffffff;display:block;width:10rem;position:absolute;font-family:lato;font-size:1.375rem;font-weight:700;z-index:15031;line-height:1;letter-spacing:0;top:8.375rem;left:52.875rem;height:1.375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#e71d18ded23292867c2a86aee1998a45 { color:#ffffff;display:block;width:10rem;position:absolute;font-family:lato;font-size:0.9375rem;font-weight:700;z-index:15033;line-height:1.4;letter-spacing:0;top:10.5rem;left:52.875rem;height:1.3125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#f0d8fe5ed84a62e90154c3b3d2ea2514 { color:#ffffff;display:block;width:10rem;position:absolute;font-family:lato;font-size:2.25rem;font-weight:700;z-index:15030;line-height:1;letter-spacing:0;top:11.6875rem;left:52.875rem;height:2.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#k9974aa4d518de83a694bb79e27c95d5 { color:#ffffff;display:block;width:10rem;position:absolute;font-family:lato;font-size:0.9375rem;font-weight:700;z-index:15034;line-height:1.4;letter-spacing:0;top:13.8125rem;left:52.875rem;height:1.3125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#A48842f83cfd96afdb3f4659890776e9 { box-sizing:content-box;height:2.6875rem;width:11.25rem;position:absolute;display:block;z-index:15033;background-color:#a78c84;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:74.25rem;left:57.625rem;display:block; }
#ae43fb149bb41ca91b33052e1ee51240 { box-sizing:content-box;height:5rem;width:11.25rem;position:absolute;display:block;z-index:15032;background-color:#5d362d;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:76.875rem;left:57.625rem;display:block; }
#fcedc8db814c6eba0d8793844978e2cb { color:#ffffff;display:block;width:10rem;position:absolute;font-family:lato;font-size:1.375rem;font-weight:700;z-index:15037;line-height:1;letter-spacing:0;top:74.9375rem;left:58.25rem;height:1.375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#Kdebbcacb5ed0139760ed2c8fa0a2f0a { color:#ffffff;display:block;width:10rem;position:absolute;font-family:lato;font-size:0.9375rem;font-weight:700;z-index:15039;line-height:1.4;letter-spacing:0;top:77.0625rem;left:58.25rem;height:1.3125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#T3c5ed8156745fcc44dfdb39939921a1 { color:#ffffff;display:block;width:10rem;position:absolute;font-family:lato;font-size:2.25rem;font-weight:700;z-index:15036;line-height:1;letter-spacing:0;top:78.25rem;left:58.25rem;height:2.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#c2898680ef913d9a1bf08c20b2056f52 { color:#ffffff;display:block;width:10rem;position:absolute;font-family:lato;font-size:0.9375rem;font-weight:700;z-index:15040;line-height:1.4;letter-spacing:0;top:80.375rem;left:58.25rem;height:1.3125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#bf0dc5e01517e8b783b6a0e0151af4ca { box-sizing:content-box;height:2.6875rem;width:11.25rem;position:absolute;display:block;z-index:15039;background-color:#a78c84;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:128.5625rem;left:59.3125rem;display:block; }
#e065ca2b4f84c0315dccfb6a859a7974 { box-sizing:content-box;height:5rem;width:11.25rem;position:absolute;display:block;z-index:15038;background-color:#5d362d;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:131.1875rem;left:59.3125rem;display:block; }
#fbcfdcfaf5fce00cf067ee983e7ff38a { color:#ffffff;display:block;width:10rem;position:absolute;font-family:lato;font-size:1.375rem;font-weight:700;z-index:15043;line-height:1;letter-spacing:0;top:129.25rem;left:59.9375rem;height:1.375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#bfb7bd3062dda025e250fbb87443966e { color:#ffffff;display:block;width:10rem;position:absolute;font-family:lato;font-size:0.9375rem;font-weight:700;z-index:15045;line-height:1.4;letter-spacing:0;top:131.375rem;left:59.9375rem;height:1.3125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#h8fb36f057a967a98f69a0ff17f85024 { color:#ffffff;display:block;width:10rem;position:absolute;font-family:lato;font-size:2.25rem;font-weight:700;z-index:15042;line-height:1;letter-spacing:0;top:132.5625rem;left:59.9375rem;height:2.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#A0bcd1846c8aaa2640da976333dceeb0 { color:#ffffff;display:block;width:10rem;position:absolute;font-family:lato;font-size:0.9375rem;font-weight:700;z-index:15046;line-height:1.4;letter-spacing:0;top:134.6875rem;left:59.9375rem;height:1.3125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#gDPKHMxPTxuGvuBn10I1X53WMpqaPafw { position:relative;display:block; }#gDPKHMxPTxuGvuBn10I1X53WMpqaPafw { background-color: transparent; background-image: none; }#gDPKHMxPTxuGvuBn10I1X53WMpqaPafw::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gDPKHMxPTxuGvuBn10I1X53WMpqaPafw > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gDPKHMxPTxuGvuBn10I1X53WMpqaPafw > .row .container > .video-iframe-container { display: none; }#gDPKHMxPTxuGvuBn10I1X53WMpqaPafw > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gDPKHMxPTxuGvuBn10I1X53WMpqaPafw > .row > .video-iframe-container { display: none; }#gDPKHMxPTxuGvuBn10I1X53WMpqaPafw > .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); }#gDPKHMxPTxuGvuBn10I1X53WMpqaPafw { border-width: 0; border-radius: 0; }#gDPKHMxPTxuGvuBn10I1X53WMpqaPafw > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#gDPKHMxPTxuGvuBn10I1X53WMpqaPafw > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:11.25rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#s8BtMkS3OkcgnXWAdh57ShuRZ5xgTxSS { background-color:#a78c84;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:lato;font-size:1.5625rem;font-weight:700;font-style:normal;line-height:1;overflow:hidden;position:absolute;width:26.25rem;height:5rem;text-decoration:none;z-index:15001;text-align:center;text-align-last:center;top:3.125rem;left:24.375rem;display:block; }
#CuuN42LF6yRvrieyVz0wX2mJVrrTGlkx { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#r87SLGA8HyS3sBCiS3KlpAoCrOu8PvRq { position:relative;display:block; }#r87SLGA8HyS3sBCiS3KlpAoCrOu8PvRq { background-color: transparent; background-image: none; }#r87SLGA8HyS3sBCiS3KlpAoCrOu8PvRq::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#r87SLGA8HyS3sBCiS3KlpAoCrOu8PvRq > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#r87SLGA8HyS3sBCiS3KlpAoCrOu8PvRq > .row .container > .video-iframe-container { display: none; }#r87SLGA8HyS3sBCiS3KlpAoCrOu8PvRq > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#r87SLGA8HyS3sBCiS3KlpAoCrOu8PvRq > .row > .video-iframe-container { display: none; }#r87SLGA8HyS3sBCiS3KlpAoCrOu8PvRq > .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); }#r87SLGA8HyS3sBCiS3KlpAoCrOu8PvRq { border-width: 0; border-radius: 0; }#r87SLGA8HyS3sBCiS3KlpAoCrOu8PvRq > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#r87SLGA8HyS3sBCiS3KlpAoCrOu8PvRq > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#edebe5;background-image:none;font-size:0.875rem;font-family:arial;height:139.5625rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#f6beb7804b3e81d02899ef8bd6dd479c { position:absolute;display:block;z-index:15003;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.4375rem;width:18.5rem;top:41.5rem;left:2.75rem;overflow:hidden;display:block; }
#p41d7fdfa8e4170bd13abb8b4b81e1b8 { position:absolute;display:block;z-index:15002;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:42.5rem;width:47.5rem;top:3.125rem;left:3.125rem;overflow:hidden;display:block; }
#T4d626e430a943741312dac5ca4c08b8 { color:rgba(var(--color-tertiary-4),1);display:block;width:20rem;position:absolute;font-family:lato;font-size:1.125rem;font-weight:700;z-index:15012;line-height:1.4;letter-spacing:0;top:3.125rem;left:51.875rem;height:14.168rem;font-style:normal;display:block; }
#bb15e6bba8152ca3083434d65b28d968 { position:absolute;display:block;z-index:15003;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:28.3125rem;width:21.25rem;top:18.6875rem;left:51.875rem;overflow:hidden;display:block; }
#Qb8ff1f4a181cd606c6ea93baef70270 { color:rgba(var(--color-tertiary-4),1);display:block;width:68.75rem;position:absolute;font-family:lato;font-size:1.125rem;font-weight:700;z-index:15013;line-height:1.4;letter-spacing:0;top:47.5625rem;left:3.125rem;height:6.296875rem;font-style:normal;display:block; }
#v1bb16585257c1df1e720e383bf0a721 { position:absolute;display:block;z-index:15002;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:37.4375rem;width:68.75rem;top:56.921875rem;left:3.125rem;overflow:hidden;display:block; }
#w563f46c766e8e989ccc69c46093eb1b { position:absolute;display:block;z-index:15011;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:18.5rem;width:29.0625rem;top:96.734375rem;left:42.875rem;overflow:hidden;display:block; }
#dbd28997f571f5d774a2a7b0fb2d56d2 { position:absolute;display:block;z-index:15004;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:17.4375rem;width:33.75rem;top:105.609375rem;left:3.125rem;overflow:hidden;display:block; }
#Xe41ab9b61eb72aae89a9ee05be08152 { color:rgba(var(--color-tertiary-4),1);display:block;width:42.5625rem;position:absolute;font-family:lato;font-size:1.125rem;font-weight:700;z-index:15013;line-height:1.4;letter-spacing:0;top:96.109375rem;left:3.125rem;height:6.296875rem;font-style:normal;display:block; }
#ea2137ba9d2aab2007a3ce3b9940ec08 { position:absolute;display:block;z-index:15005;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:13.6875rem;width:33.75rem;top:116.5rem;left:38.8125rem;overflow:hidden;display:block; }
#K3d9ab63e304e0936cb9e9b0e05130d6 { color:rgba(var(--color-tertiary-4),1);display:block;width:34.4375rem;position:absolute;font-family:lato;font-size:1.125rem;font-weight:700;z-index:15014;line-height:1.4;letter-spacing:0;top:130.125rem;left:2.75rem;height:6.296875rem;font-style:normal;display:block; }
#P21fc4088ae7fb27f322cd5b80f7c64a { box-sizing:content-box;height:1.875rem;width:1.875rem;position:absolute;display:block;z-index:15017;background-color:#a78c84;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:8.375rem;left:14.3125rem;display:block; }
#ff15807560d878ca0bc7242805ab4e50 { color:#ffffff;display:block;width:1.875rem;position:absolute;font-family:lato;font-size:1.125rem;font-weight:normal;z-index:15017;line-height:1.4;letter-spacing:0;top:8.5rem;left:14.3125rem;height:1.575rem;text-align:center;text-align-last:center;display:block; }
#T0b078a278e7639b4d77ef6d5f840c70 { box-sizing:content-box;height:1.875rem;width:1.875rem;position:absolute;display:block;z-index:15019;background-color:#a78c84;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:65.1875rem;left:57.4375rem;display:block; }
#Xb4aaa7a3db0b4bdfab4cea464269f8e { color:#ffffff;display:block;width:1.875rem;position:absolute;font-family:lato;font-size:1.125rem;font-weight:normal;z-index:15019;line-height:1.4;letter-spacing:0;top:65.3125rem;left:57.4375rem;height:1.575rem;text-align:center;text-align-last:center;display:block; }
#w39fe9ad0083c6e9ce2a4e19876bbea2 { box-sizing:content-box;height:1.875rem;width:1.875rem;position:absolute;display:block;z-index:15021;background-color:#a78c84;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:123.6875rem;left:2.75rem;display:block; }
#be2b24ea3e581345a69f65bd37b641d5 { color:#ffffff;display:block;width:1.875rem;position:absolute;font-family:lato;font-size:1.125rem;font-weight:normal;z-index:15021;line-height:1.4;letter-spacing:0;top:123.8125rem;left:2.75rem;height:1.575rem;text-align:center;text-align-last:center;display:block; }
#ba71ae9143b43eeac70bf3b2d3a9dced { color:#ffffff;display:block;width:7.5rem;position:absolute;font-family:lato;font-size:2.625rem;font-weight:700;z-index:15022;line-height:1;letter-spacing:0;top:6.8125rem;left:17.4375rem;height:2.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Cd58dc7a735f90fa83df31ecf7e1f887 { box-sizing:content-box;height:4.375rem;width:8.75rem;position:absolute;display:block;z-index:15018;background-color:#5d362d;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:5.9375rem;left:16.8125rem;display:block; }
#e96d604dd1603f50fbe8d02da98f425a { color:#ffffff;display:block;width:10rem;position:absolute;font-family:lato;font-size:2.25rem;font-weight:700;z-index:15024;line-height:1;letter-spacing:0;top:63.375rem;left:60.5rem;height:2.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Q3cd95e3542b7c77a13d1db065e62968 { box-sizing:content-box;height:5rem;width:11.25rem;position:absolute;display:block;z-index:15020;background-color:#5d362d;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:62rem;left:59.875rem;display:block; }
#y344a72fc4d4d6a3b59bf76bb74e80ed { color:#ffffff;display:block;width:10rem;position:absolute;font-family:lato;font-size:2.625rem;font-weight:700;z-index:15026;line-height:1;letter-spacing:0;top:124.5625rem;left:5.875rem;height:2.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#cd1c7a5068aae6c7497fcbea05a35b31 { box-sizing:content-box;height:4.375rem;width:11.25rem;position:absolute;display:block;z-index:15022;background-color:#5d362d;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:123.6875rem;left:5.25rem;display:block; }
#m130c0ede87ac3c46b0cde0c1f9cd3a1 { box-sizing:content-box;height:2.6875rem;width:11.25rem;position:absolute;display:block;z-index:15021;background-color:#a78c84;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:59.375rem;left:59.875rem;display:block; }
#efb1dc7c13a767f43d5ca4ab4e861a5a { color:#ffffff;display:block;width:10rem;position:absolute;font-family:lato;font-size:1.375rem;font-weight:700;z-index:15025;line-height:1;letter-spacing:0;top:60.0625rem;left:60.5rem;height:1.375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#N16869e5cf454e976b219c8d763d5ce1 { color:#ffffff;display:block;width:10rem;position:absolute;font-family:lato;font-size:0.9375rem;font-weight:700;z-index:15027;line-height:1.4;letter-spacing:0;top:62.1875rem;left:60.5rem;height:1.3125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#W8ee658177e7e484164ecfbbd183818e { color:#ffffff;display:block;width:10rem;position:absolute;font-family:lato;font-size:0.9375rem;font-weight:700;z-index:15028;line-height:1.4;letter-spacing:0;top:65.5rem;left:60.5rem;height:1.3125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#urBMsgULxONOz1ANV5AELNBPtwfTnCvv { position:relative;display:block; }#urBMsgULxONOz1ANV5AELNBPtwfTnCvv { background-color: transparent; background-image: none; }#urBMsgULxONOz1ANV5AELNBPtwfTnCvv::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#urBMsgULxONOz1ANV5AELNBPtwfTnCvv > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#urBMsgULxONOz1ANV5AELNBPtwfTnCvv > .row .container > .video-iframe-container { display: none; }#urBMsgULxONOz1ANV5AELNBPtwfTnCvv > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#urBMsgULxONOz1ANV5AELNBPtwfTnCvv > .row > .video-iframe-container { display: none; }#urBMsgULxONOz1ANV5AELNBPtwfTnCvv > .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); }#urBMsgULxONOz1ANV5AELNBPtwfTnCvv { border-width: 0; border-radius: 0; }#urBMsgULxONOz1ANV5AELNBPtwfTnCvv > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#urBMsgULxONOz1ANV5AELNBPtwfTnCvv > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:11.25rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#n88SzgG1gZiAuH58xDR8yKx5m0N3kh9o { background-color:#a78c84;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:lato;font-size:1.5625rem;font-weight:700;font-style:normal;line-height:1;overflow:hidden;position:absolute;width:26.25rem;height:5rem;text-decoration:none;z-index:15001;text-align:center;text-align-last:center;top:3.125rem;left:24.375rem;display:block; }
#ePSzD757ezFRqdJOBDprSa71yHA4GTyc { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#KIAgL1N82oIC0aLrb5qyErVaFTuU5c9t { position:relative;display:block; }#KIAgL1N82oIC0aLrb5qyErVaFTuU5c9t { background-color: transparent; background-image: none; }#KIAgL1N82oIC0aLrb5qyErVaFTuU5c9t::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KIAgL1N82oIC0aLrb5qyErVaFTuU5c9t > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KIAgL1N82oIC0aLrb5qyErVaFTuU5c9t > .row .container > .video-iframe-container { display: none; }#KIAgL1N82oIC0aLrb5qyErVaFTuU5c9t > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KIAgL1N82oIC0aLrb5qyErVaFTuU5c9t > .row > .video-iframe-container { display: none; }#KIAgL1N82oIC0aLrb5qyErVaFTuU5c9t > .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); }#KIAgL1N82oIC0aLrb5qyErVaFTuU5c9t { border-width: 0; border-radius: 0; }#KIAgL1N82oIC0aLrb5qyErVaFTuU5c9t > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#KIAgL1N82oIC0aLrb5qyErVaFTuU5c9t > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#edebe5;background-image:none;font-size:0.875rem;font-family:arial;height:180.3125rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#e8970e94bf4f30d0e7621d636ad93d7f { position:absolute;display:block;z-index:15002;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:26rem;width:19.5rem;top:4.8125rem;left:3.125rem;overflow:hidden;display:block; }
#k94f7500ba72a308cd1e5c2548ec02d0 { position:absolute;display:block;z-index:15003;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:11.4375rem;width:32.5rem;top:3rem;left:23.75rem;overflow:hidden;display:block; }
#Re81b1369e93f0ec3d79839576dda413 { color:rgba(var(--color-tertiary-4),1);display:block;width:47.5rem;position:absolute;font-family:lato;font-size:1.125rem;font-weight:700;z-index:15014;line-height:1.4;letter-spacing:0;top:15.6875rem;left:24.5rem;height:9.4453125rem;font-style:normal;display:block; }
#B00e30c9264a1b6e1efd402fc2b7610e { position:absolute;display:block;z-index:15012;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:18.5rem;width:29.0625rem;top:24.4453125rem;left:44.25rem;overflow:hidden;display:block; }
#ca252a306c88eb1eda1a187ee6041909 { position:absolute;display:block;z-index:15003;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:51.1875rem;width:68.75rem;top:33.9375rem;left:3.125rem;overflow:hidden;display:block; }
#da09499a64cc295ddf95e37ee2bb0fb9 { color:rgba(var(--color-tertiary-4),1);display:block;width:33.75rem;position:absolute;font-family:lato;font-size:1.125rem;font-weight:700;z-index:15015;line-height:1.4;letter-spacing:0;top:87rem;left:3.125rem;height:6.296875rem;font-style:normal;display:block; }
#e5976aca2162e1b7617ffc1dd0b2535f { color:rgba(var(--color-tertiary-4),1);display:block;width:33.75rem;position:absolute;font-family:lato;font-size:1.125rem;font-weight:700;z-index:15016;line-height:1.4;letter-spacing:0;top:87rem;left:38.1875rem;height:6.296875rem;font-style:normal;display:block; }
#b60cf50f9fb46a5101378571246b60af { position:absolute;display:block;z-index:15004;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:31rem;width:47.5rem;top:96.421875rem;left:3.125rem;overflow:hidden;display:block; }
#Z3873f000e37bb8e4323340cd85f8c99 { color:rgba(var(--color-tertiary-4),1);display:block;width:20rem;position:absolute;font-family:lato;font-size:1.125rem;font-weight:700;z-index:15017;line-height:1.4;letter-spacing:0;top:104.05078125rem;left:51.875rem;height:17.316375rem;font-style:normal;display:block; }
#u2df4f2b07ef2e5e5332b26908584e00 { position:absolute;display:block;z-index:15004;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:37.4375rem;width:68.75rem;top:130.546875rem;left:3.125rem;overflow:hidden;display:block; }
#Ua325755a0dd84d2f5bd4c5793bbc6bd { color:rgba(var(--color-tertiary-4),1);display:block;width:68.75rem;position:absolute;font-family:lato;font-size:1.125rem;font-weight:700;z-index:15016;line-height:1.4;letter-spacing:0;top:169.859375rem;left:3.125rem;height:7.871125rem;font-style:normal;display:block; }
#Fd4d3366cf8aff3b5d626c0a80a763fd { box-sizing:content-box;height:1.875rem;width:1.875rem;position:absolute;display:block;z-index:15023;background-color:#a78c84;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:49.125rem;left:9.1875rem;display:block; }
#af1f8e5efbcf3690fc834585f59e4b3d { color:#ffffff;display:block;width:1.875rem;position:absolute;font-family:lato;font-size:1.125rem;font-weight:normal;z-index:15023;line-height:1.4;letter-spacing:0;top:49.25rem;left:9.1875rem;height:1.575rem;text-align:center;text-align-last:center;display:block; }
#x93a3e050816399f487d12a134db030c { box-sizing:content-box;height:1.875rem;width:1.875rem;position:absolute;display:block;z-index:15025;background-color:#a78c84;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:74.9375rem;left:66rem;display:block; }
#Sb49ecda6e60dc81e5b166455322ea75 { color:#ffffff;display:block;width:1.875rem;position:absolute;font-family:lato;font-size:1.125rem;font-weight:normal;z-index:15025;line-height:1.4;letter-spacing:0;top:75.0625rem;left:66rem;height:1.575rem;text-align:center;text-align-last:center;display:block; }
#Md6f2f4a88f31a515207464e1c94b350 { box-sizing:content-box;height:1.875rem;width:1.875rem;position:absolute;display:block;z-index:15027;background-color:#a78c84;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:102.75rem;left:36.3125rem;display:block; }
#e4424cc9b13c1f7277fbe6a3690d1709 { color:#ffffff;display:block;width:1.875rem;position:absolute;font-family:lato;font-size:1.125rem;font-weight:normal;z-index:15027;line-height:1.4;letter-spacing:0;top:102.875rem;left:36.3125rem;height:1.575rem;text-align:center;text-align-last:center;display:block; }
#Hd9af88c2eec7ba9a8c495f6880f8893 { box-sizing:content-box;height:1.875rem;width:1.875rem;position:absolute;display:block;z-index:15029;background-color:#a78c84;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:140.6875rem;left:53.5rem;display:block; }
#a65063498f1ec6dfb722cc3ed6350323 { color:#ffffff;display:block;width:1.875rem;position:absolute;font-family:lato;font-size:1.125rem;font-weight:normal;z-index:15029;line-height:1.4;letter-spacing:0;top:140.8125rem;left:53.5rem;height:1.575rem;text-align:center;text-align-last:center;display:block; }
#W1e5a06efcdecb136ae36b180fff07f2 { box-sizing:content-box;height:1.875rem;width:1.875rem;position:absolute;display:block;z-index:15031;background-color:#a78c84;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:161.4375rem;left:67.875rem;display:block; }
#cae4ab94d1b77246fff920b265b6afa1 { color:#ffffff;display:block;width:1.875rem;position:absolute;font-family:lato;font-size:1.125rem;font-weight:normal;z-index:15031;line-height:1.4;letter-spacing:0;top:161.5625rem;left:67.875rem;height:1.575rem;text-align:center;text-align-last:center;display:block; }
#C720aaf7f80f04395fc650dde9f76efa { box-sizing:content-box;height:1.875rem;width:1.875rem;position:absolute;display:block;z-index:15033;background-color:#a78c84;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:164.9375rem;left:20.8125rem;display:block; }
#df35c6bc7704f0a83d52d51a30c45f5a { color:#ffffff;display:block;width:1.875rem;position:absolute;font-family:lato;font-size:1.125rem;font-weight:normal;z-index:15033;line-height:1.4;letter-spacing:0;top:165.0625rem;left:20.8125rem;height:1.575rem;text-align:center;text-align-last:center;display:block; }
#fcaf015d2a20dc3a3ab15c7308a28d59 { box-sizing:content-box;height:1.875rem;width:1.875rem;position:absolute;display:block;z-index:15035;background-color:#a78c84;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:162.3125rem;left:45.1875rem;display:block; }
#M11ac3a0a76436b162025222b065d4d9 { color:#ffffff;display:block;width:1.875rem;position:absolute;font-family:lato;font-size:1.125rem;font-weight:normal;z-index:15035;line-height:1.4;letter-spacing:0;top:162.4375rem;left:45.1875rem;height:1.575rem;text-align:center;text-align-last:center;display:block; }
#S50a22dd314d2d0acab1125ab551384b { color:#ffffff;display:block;width:10rem;position:absolute;font-family:lato;font-size:2.625rem;font-weight:700;z-index:15028;line-height:1;letter-spacing:0;top:50rem;left:12.3125rem;height:2.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#bcdb1d49b83d33c0874aa9beaab2afbe { box-sizing:content-box;height:4.375rem;width:11.25rem;position:absolute;display:block;z-index:15024;background-color:#5d362d;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:49.125rem;left:11.6875rem;display:block; }
#p6c5f04c06e221a27c06d7fc5d766801 { color:#ffffff;display:block;width:10rem;position:absolute;font-family:lato;font-size:2.625rem;font-weight:700;z-index:15030;line-height:1;letter-spacing:0;top:75.8125rem;left:54.8125rem;height:2.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#sce0ba4a790e3a893caf3735f8de8e59 { box-sizing:content-box;height:4.375rem;width:11.25rem;position:absolute;display:block;z-index:15026;background-color:#5d362d;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:74.9375rem;left:54.1875rem;display:block; }
#ba7f15664779196e0d98044febc0ec59 { box-sizing:content-box;height:5rem;width:11.25rem;position:absolute;display:block;z-index:15026;background-color:#5d362d;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:99.6875rem;left:38.75rem;display:block; }
#Z5d0eec217528dbc864298bcc044b10a { box-sizing:content-box;height:2.6875rem;width:11.25rem;position:absolute;display:block;z-index:15027;background-color:#a78c84;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:97.0625rem;left:38.75rem;display:block; }
#d431722efd20e6c59eb72b62d65e32f5 { color:#ffffff;display:block;width:10rem;position:absolute;font-family:lato;font-size:1.375rem;font-weight:700;z-index:15031;line-height:1;letter-spacing:0;top:97.75rem;left:39.375rem;height:1.375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#c01bbad299279666be45bcabca2c4c09 { color:#ffffff;display:block;width:10rem;position:absolute;font-family:lato;font-size:0.9375rem;font-weight:700;z-index:15033;line-height:1.4;letter-spacing:0;top:99.875rem;left:39.375rem;height:1.3125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#G7d1849be6959585e5ef5b02777a622b { color:#ffffff;display:block;width:10rem;position:absolute;font-family:lato;font-size:2.25rem;font-weight:700;z-index:15030;line-height:1;letter-spacing:0;top:101.0625rem;left:39.375rem;height:2.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#b4a04ceeef07e5f51a8457003600c1e7 { color:#ffffff;display:block;width:10rem;position:absolute;font-family:lato;font-size:0.9375rem;font-weight:700;z-index:15034;line-height:1.4;letter-spacing:0;top:103.1875rem;left:39.375rem;height:1.3125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#cb39ebb9642bae2a9534cb82fdc1a44c { box-sizing:content-box;height:5rem;width:11.25rem;position:absolute;display:block;z-index:15032;background-color:#5d362d;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:137.625rem;left:56rem;display:block; }
#df716a159cba6c6ef520d90cf97a0f64 { box-sizing:content-box;height:2.6875rem;width:11.25rem;position:absolute;display:block;z-index:15033;background-color:#a78c84;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:135rem;left:56rem;display:block; }
#c8417c3992bb525c3d4df4a2a6bbd8c8 { color:#ffffff;display:block;width:10rem;position:absolute;font-family:lato;font-size:1.375rem;font-weight:700;z-index:15037;line-height:1;letter-spacing:0;top:135.6875rem;left:56.625rem;height:1.375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#d9b829bee613072723c14cc9e440f254 { color:#ffffff;display:block;width:10rem;position:absolute;font-family:lato;font-size:0.9375rem;font-weight:700;z-index:15039;line-height:1.4;letter-spacing:0;top:137.8125rem;left:56.625rem;height:1.3125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Tb58f8121ae8537736b49b0955aca0c5 { color:#ffffff;display:block;width:10rem;position:absolute;font-family:lato;font-size:2.25rem;font-weight:700;z-index:15036;line-height:1;letter-spacing:0;top:139rem;left:56.625rem;height:2.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Gec40f51f4c279c682205b371dc9a3a6 { color:#ffffff;display:block;width:10rem;position:absolute;font-family:lato;font-size:0.9375rem;font-weight:700;z-index:15040;line-height:1.4;letter-spacing:0;top:141.125rem;left:56.625rem;height:1.3125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#QJ4HFpaiEcE0oXywtSEr1lMzWLee4GnB { position:relative;display:block; }#QJ4HFpaiEcE0oXywtSEr1lMzWLee4GnB { background-color: transparent; background-image: none; }#QJ4HFpaiEcE0oXywtSEr1lMzWLee4GnB::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QJ4HFpaiEcE0oXywtSEr1lMzWLee4GnB > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QJ4HFpaiEcE0oXywtSEr1lMzWLee4GnB > .row .container > .video-iframe-container { display: none; }#QJ4HFpaiEcE0oXywtSEr1lMzWLee4GnB > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QJ4HFpaiEcE0oXywtSEr1lMzWLee4GnB > .row > .video-iframe-container { display: none; }#QJ4HFpaiEcE0oXywtSEr1lMzWLee4GnB > .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); }#QJ4HFpaiEcE0oXywtSEr1lMzWLee4GnB { border-width: 0; border-radius: 0; }#QJ4HFpaiEcE0oXywtSEr1lMzWLee4GnB > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#QJ4HFpaiEcE0oXywtSEr1lMzWLee4GnB > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:11.25rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#vdFTxHQoE0HhsfcT45v8ETolFFgmOFRt { background-color:#a78c84;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:lato;font-size:1.5625rem;font-weight:700;font-style:normal;line-height:1;overflow:hidden;position:absolute;width:26.25rem;height:5rem;text-decoration:none;z-index:15001;text-align:center;text-align-last:center;top:3.125rem;left:24.375rem;display:block; }
#ShOLsQby0zMB9FqW2WsKVTR1P1rOXE25 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#aLVtkDFQQebTakLILZGaHqPrWTtmI8tN { position:relative;display:block; }#aLVtkDFQQebTakLILZGaHqPrWTtmI8tN { background-color: transparent; background-image: none; }#aLVtkDFQQebTakLILZGaHqPrWTtmI8tN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aLVtkDFQQebTakLILZGaHqPrWTtmI8tN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aLVtkDFQQebTakLILZGaHqPrWTtmI8tN > .row .container > .video-iframe-container { display: none; }#aLVtkDFQQebTakLILZGaHqPrWTtmI8tN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aLVtkDFQQebTakLILZGaHqPrWTtmI8tN > .row > .video-iframe-container { display: none; }#aLVtkDFQQebTakLILZGaHqPrWTtmI8tN > .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); }#aLVtkDFQQebTakLILZGaHqPrWTtmI8tN { border-width: 0; border-radius: 0; }#aLVtkDFQQebTakLILZGaHqPrWTtmI8tN > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#aLVtkDFQQebTakLILZGaHqPrWTtmI8tN > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#edebe5;background-image:none;font-size:0.875rem;font-family:arial;height:149.3125rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#xa653e52863051501760a5b60b544aa5 { position:absolute;display:block;z-index:15002;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:26.625rem;width:20rem;top:4.8125rem;left:3.125rem;overflow:hidden;display:block; }
#e4452e18590e1f7619205218c235ea00 { position:absolute;display:block;z-index:15003;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:11.625rem;width:22rem;top:3.8125rem;left:29.5rem;overflow:hidden;display:block; }
#Pca5850cf3b0f416a2a7dcc396f48c94 { color:rgba(var(--color-tertiary-4),1);display:block;width:47.5rem;position:absolute;font-family:lato;font-size:1.125rem;font-weight:700;z-index:15014;line-height:1.4;letter-spacing:0;top:18rem;left:24.5rem;height:7.871125rem;font-style:normal;display:block; }
#Beb9a82a26142154d4c414a7e58d1926 { position:absolute;display:block;z-index:15003;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:34.5rem;width:47.5rem;top:29.62109375rem;left:24.5rem;overflow:hidden;display:block; }
#b67f7211baff144450f0f60828e20676 { color:rgba(var(--color-tertiary-4),1);display:block;width:20rem;position:absolute;font-family:lato;font-size:1.125rem;font-weight:700;z-index:15017;line-height:1.4;letter-spacing:0;top:32.6875rem;left:3.125rem;height:31.484375rem;font-style:normal;display:block; }
#fdad2b7c1bb81e0ccb25c5e5dd2f411d { position:absolute;display:block;z-index:15004;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:59.9375rem;width:68.75rem;top:67.24609375rem;left:3.125rem;overflow:hidden;display:block; }
#c9015e7d734140863b598ffa03e6ca4e { position:absolute;display:block;z-index:15013;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:18.5rem;width:29.0625rem;top:57.37109375rem;left:33.71875rem;overflow:hidden;display:block; }
#veb6f9ead3204fa4bf9e38c09d3f63ed { color:rgba(var(--color-tertiary-4),1);display:block;width:68.75rem;position:absolute;font-family:lato;font-size:1.125rem;font-weight:700;z-index:15018;line-height:1.4;letter-spacing:0;top:129.05859375rem;left:3.125rem;height:17.31640625rem;font-style:normal;display:block; }
#B35ece7503ae67e6c8c290c97f3e6bcb { box-sizing:content-box;height:1.875rem;width:1.875rem;position:absolute;display:block;z-index:15037;background-color:#a78c84;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:7.75rem;left:14.1875rem;display:block; }
#Z25df1b42c18e1777f51bad679e0d2a0 { color:#ffffff;display:block;width:1.875rem;position:absolute;font-family:lato;font-size:1.125rem;font-weight:normal;z-index:15037;line-height:1.4;letter-spacing:0;top:7.875rem;left:14.1875rem;height:1.575rem;text-align:center;text-align-last:center;display:block; }
#T830adea0898b30ad275b41b34dd319f { box-sizing:content-box;height:1.875rem;width:1.875rem;position:absolute;display:block;z-index:15039;background-color:#a78c84;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:45.8125rem;left:37.375rem;display:block; }
#A823d6bb193e07ace47cf5859e1d3d49 { color:#ffffff;display:block;width:1.875rem;position:absolute;font-family:lato;font-size:1.125rem;font-weight:normal;z-index:15039;line-height:1.4;letter-spacing:0;top:45.9375rem;left:37.375rem;height:1.575rem;text-align:center;text-align-last:center;display:block; }
#Xbbe7bf92f8efeef2ef5a23a68bed30e { box-sizing:content-box;height:1.875rem;width:1.875rem;position:absolute;display:block;z-index:15041;background-color:#a78c84;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:36.375rem;left:62.8125rem;display:block; }
#T7c081843918583486022ad445c7ce67 { color:#ffffff;display:block;width:1.875rem;position:absolute;font-family:lato;font-size:1.125rem;font-weight:normal;z-index:15041;line-height:1.4;letter-spacing:0;top:36.5rem;left:62.8125rem;height:1.575rem;text-align:center;text-align-last:center;display:block; }
#dce4258ef85ab0d28c14e40a546943a4 { box-sizing:content-box;height:1.875rem;width:1.875rem;position:absolute;display:block;z-index:15043;background-color:#a78c84;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:74.1875rem;left:20.125rem;display:block; }
#D9d4840db89ac7677968317a913cf320 { color:#ffffff;display:block;width:1.875rem;position:absolute;font-family:lato;font-size:1.125rem;font-weight:normal;z-index:15043;line-height:1.4;letter-spacing:0;top:74.3125rem;left:20.125rem;height:1.575rem;text-align:center;text-align-last:center;display:block; }
#S1fdc33e6f3107ae0c50e942b197a5ad { box-sizing:content-box;height:1.875rem;width:1.875rem;position:absolute;display:block;z-index:15045;background-color:#a78c84;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:79.125rem;left:57.875rem;display:block; }
#e201690e06ea9be4a031bbc1e9ebbd33 { color:#ffffff;display:block;width:1.875rem;position:absolute;font-family:lato;font-size:1.125rem;font-weight:normal;z-index:15045;line-height:1.4;letter-spacing:0;top:79.25rem;left:57.875rem;height:1.575rem;text-align:center;text-align-last:center;display:block; }
#c264f195d7b0aab1643b0955edd7077b { box-sizing:content-box;height:1.875rem;width:1.875rem;position:absolute;display:block;z-index:15047;background-color:#a78c84;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:105.625rem;left:35.9375rem;display:block; }
#Z1a0eac229e75387fcf7561448a5c110 { color:#ffffff;display:block;width:1.875rem;position:absolute;font-family:lato;font-size:1.125rem;font-weight:normal;z-index:15047;line-height:1.4;letter-spacing:0;top:105.75rem;left:35.9375rem;height:1.575rem;text-align:center;text-align-last:center;display:block; }
#ef9c3c549a6adecc979bbb2aad805c11 { color:#ffffff;display:block;width:10rem;position:absolute;font-family:lato;font-size:2.625rem;font-weight:700;z-index:15040;line-height:1;letter-spacing:0;top:75.0625rem;left:23.25rem;height:2.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#rce34e326673933f0f98ebe9c295e471 { box-sizing:content-box;height:4.375rem;width:11.25rem;position:absolute;display:block;z-index:15036;background-color:#5d362d;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:74.1875rem;left:22.625rem;display:block; }
#f02638243112fdff5e71dc085e7ca541 { color:#ffffff;display:block;width:7.5rem;position:absolute;font-family:lato;font-size:2.625rem;font-weight:700;z-index:15042;line-height:1;letter-spacing:0;top:80rem;left:49.1875rem;height:2.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#H3255900a52f4f373da9b914922383f4 { box-sizing:content-box;height:4.375rem;width:8.75rem;position:absolute;display:block;z-index:15038;background-color:#5d362d;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:79.125rem;left:48.5625rem;display:block; }
#r36602f5d1fb0b8f3bd1762e803a8a47 { box-sizing:content-box;height:5rem;width:11.25rem;position:absolute;display:block;z-index:15038;background-color:#5d362d;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:10.375rem;left:16.6875rem;display:block; }
#T32cc12835246d42bd8606df2332edc1 { box-sizing:content-box;height:2.6875rem;width:11.25rem;position:absolute;display:block;z-index:15039;background-color:#a78c84;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:7.75rem;left:16.6875rem;display:block; }
#n9995e9a1490d6025dc539619d83326d { color:#ffffff;display:block;width:10rem;position:absolute;font-family:lato;font-size:1.375rem;font-weight:700;z-index:15043;line-height:1;letter-spacing:0;top:8.4375rem;left:17.3125rem;height:1.375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#d869df2850917f64836da6ec2c1612db { color:#ffffff;display:block;width:10rem;position:absolute;font-family:lato;font-size:0.9375rem;font-weight:700;z-index:15045;line-height:1.4;letter-spacing:0;top:10.5625rem;left:17.3125rem;height:1.3125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#x466ba43afa9e789a06adf62e0cec56c { color:#ffffff;display:block;width:10rem;position:absolute;font-family:lato;font-size:2.25rem;font-weight:700;z-index:15042;line-height:1;letter-spacing:0;top:11.75rem;left:17.3125rem;height:2.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#eb9a2f543ce9d01aed9af5bb8a275025 { color:#ffffff;display:block;width:10rem;position:absolute;font-family:lato;font-size:0.9375rem;font-weight:700;z-index:15046;line-height:1.4;letter-spacing:0;top:13.875rem;left:17.3125rem;height:1.3125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#f7daa124e7f3264da63e770159d6a313 { box-sizing:content-box;height:5rem;width:11.25rem;position:absolute;display:block;z-index:15044;background-color:#5d362d;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:42.75rem;left:25.5625rem;display:block; }
#T3cccd010d5e82172b24d711745651d3 { box-sizing:content-box;height:2.6875rem;width:11.25rem;position:absolute;display:block;z-index:15045;background-color:#a78c84;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:40.125rem;left:25.5625rem;display:block; }
#f27b2650b16b17d86844c897872055b9 { color:#ffffff;display:block;width:10rem;position:absolute;font-family:lato;font-size:1.375rem;font-weight:700;z-index:15049;line-height:1;letter-spacing:0;top:40.8125rem;left:26.1875rem;height:1.375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#b21f223a873229eb47819243eeb496b5 { color:#ffffff;display:block;width:10rem;position:absolute;font-family:lato;font-size:0.9375rem;font-weight:700;z-index:15051;line-height:1.4;letter-spacing:0;top:42.9375rem;left:26.1875rem;height:1.3125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#m71db8f9a87c2b44d1a3b41c2f3712e4 { color:#ffffff;display:block;width:10rem;position:absolute;font-family:lato;font-size:2.25rem;font-weight:700;z-index:15048;line-height:1;letter-spacing:0;top:44.125rem;left:26.1875rem;height:2.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#m9fc0a140193b40a5e19275be28d52ec { color:#ffffff;display:block;width:10rem;position:absolute;font-family:lato;font-size:0.9375rem;font-weight:700;z-index:15052;line-height:1.4;letter-spacing:0;top:46.25rem;left:26.1875rem;height:1.3125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Rf70b25c357aa7795f52d127d0999628 { box-sizing:content-box;height:5rem;width:11.25rem;position:absolute;display:block;z-index:15050;background-color:#5d362d;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:102.5625rem;left:38.4375rem;display:block; }
#Ocbe401f07922f41a2dffbb3547ec53c { box-sizing:content-box;height:2.6875rem;width:11.25rem;position:absolute;display:block;z-index:15051;background-color:#a78c84;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:99.9375rem;left:38.4375rem;display:block; }
#s206fa4d2d40c70f4498a3db916cfd09 { color:#ffffff;display:block;width:10rem;position:absolute;font-family:lato;font-size:1.375rem;font-weight:700;z-index:15055;line-height:1;letter-spacing:0;top:100.625rem;left:39.0625rem;height:1.375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#V234eb5df2c7408932f83444a33ec854 { color:#ffffff;display:block;width:10rem;position:absolute;font-family:lato;font-size:0.9375rem;font-weight:700;z-index:15057;line-height:1.4;letter-spacing:0;top:102.75rem;left:39.0625rem;height:1.3125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#w8a553b230bca3caa2afec548f913503 { color:#ffffff;display:block;width:10rem;position:absolute;font-family:lato;font-size:2.25rem;font-weight:700;z-index:15054;line-height:1;letter-spacing:0;top:103.9375rem;left:39.0625rem;height:2.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#m9182d8f9661fb8665cb02bcf6ad6b25 { color:#ffffff;display:block;width:10rem;position:absolute;font-family:lato;font-size:0.9375rem;font-weight:700;z-index:15058;line-height:1.4;letter-spacing:0;top:106.0625rem;left:39.0625rem;height:1.3125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#iTFf5M7TPtVIpxTVaUXETce62eQrJwVg { position:relative;display:block; }#iTFf5M7TPtVIpxTVaUXETce62eQrJwVg { background-color: transparent; background-image: none; }#iTFf5M7TPtVIpxTVaUXETce62eQrJwVg::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iTFf5M7TPtVIpxTVaUXETce62eQrJwVg > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iTFf5M7TPtVIpxTVaUXETce62eQrJwVg > .row .container > .video-iframe-container { display: none; }#iTFf5M7TPtVIpxTVaUXETce62eQrJwVg > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iTFf5M7TPtVIpxTVaUXETce62eQrJwVg > .row > .video-iframe-container { display: none; }#iTFf5M7TPtVIpxTVaUXETce62eQrJwVg > .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); }#iTFf5M7TPtVIpxTVaUXETce62eQrJwVg { border-width: 0; border-radius: 0; }#iTFf5M7TPtVIpxTVaUXETce62eQrJwVg > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#iTFf5M7TPtVIpxTVaUXETce62eQrJwVg > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:11.25rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#CuOWRLGDyRkntMwb1UBhgOFRkNIninWy { background-color:#a78c84;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:lato;font-size:1.5625rem;font-weight:700;font-style:normal;line-height:1;overflow:hidden;position:absolute;width:26.25rem;height:5rem;text-decoration:none;z-index:15001;text-align:center;text-align-last:center;top:3.125rem;left:24.375rem;display:block; }
#zGlGXJ6MTxMuOsRai6wre82s2FqMMc6z { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#e3KUNvcfms4Tph2ku4KydsltM0kfkafg { position:relative;display:block; }#e3KUNvcfms4Tph2ku4KydsltM0kfkafg { background-color: transparent; background-image: none; }#e3KUNvcfms4Tph2ku4KydsltM0kfkafg::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#e3KUNvcfms4Tph2ku4KydsltM0kfkafg > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#e3KUNvcfms4Tph2ku4KydsltM0kfkafg > .row .container > .video-iframe-container { display: none; }#e3KUNvcfms4Tph2ku4KydsltM0kfkafg > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#e3KUNvcfms4Tph2ku4KydsltM0kfkafg > .row > .video-iframe-container { display: none; }#e3KUNvcfms4Tph2ku4KydsltM0kfkafg > .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); }#e3KUNvcfms4Tph2ku4KydsltM0kfkafg { border-width: 0; border-radius: 0; }#e3KUNvcfms4Tph2ku4KydsltM0kfkafg > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#e3KUNvcfms4Tph2ku4KydsltM0kfkafg > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#edebe5;background-image:none;font-size:0.875rem;font-family:arial;height:181.625rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#Edc48ee1acf5fb8e7e810634041bffad { position:absolute;display:block;z-index:15003;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:56.375rem;width:47.5rem;top:3.125rem;left:24.375rem;overflow:hidden;display:block; }
#I71427a18b8fc9b4c8934f928ce89a76 { color:rgba(var(--color-tertiary-4),1);display:block;width:20rem;position:absolute;font-family:lato;font-size:1.125rem;font-weight:700;z-index:15017;line-height:1.4;letter-spacing:0;top:3.125rem;left:3.125rem;height:26.76175rem;font-style:normal;display:block; }
#a276835f44f0ca7b2e3193f6cde5bde8 { position:absolute;display:block;z-index:15004;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:48.75rem;width:68.75rem;top:62.625rem;left:3.125rem;overflow:hidden;display:block; }
#d2ef163a1ff2b063456035b1db542212 { position:absolute;display:block;z-index:15013;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:18.5rem;width:29.0625rem;top:49.68359375rem;left:2.15625rem;overflow:hidden;display:block; }
#e398c95685cca36d3db05ff00497c12b { color:rgba(var(--color-tertiary-4),1);display:block;width:21.875rem;position:absolute;font-family:lato;font-size:1.125rem;font-weight:700;z-index:15018;line-height:1.4;letter-spacing:0;top:113.25rem;left:3.125rem;height:22.0390625rem;font-style:normal;display:block; }
#eee5469569dc8c8aacd28b01a38308cd { position:absolute;display:block;z-index:15003;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:20rem;width:20rem;top:31rem;left:4.375rem;overflow:hidden;display:block; }
#f9ff58dcef88cb8cd7d87afbb1d6ce9c { position:absolute;display:block;z-index:15004;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:19.3125rem;width:21.875rem;top:113.25rem;left:26.5625rem;overflow:hidden;display:block; }
#f46596a37b98657e392c9fae59ed738d { color:rgba(var(--color-tertiary-4),1);display:block;width:21.875rem;position:absolute;font-family:lato;font-size:1.125rem;font-weight:700;z-index:15019;line-height:1.4;letter-spacing:0;top:113.25rem;left:50.0625rem;height:18.89065625rem;font-style:normal;display:block; }
#le4ff54eeaa5ac06d3b8d06da25b49bd { position:absolute;display:block;z-index:15005;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:35.8125rem;width:47.5rem;top:138.4375rem;left:3.125rem;overflow:hidden;display:block; }
#bbf7bf3d98dbbe5199fc33d2cfd40392 { position:absolute;display:block;z-index:15005;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:13.25rem;width:20rem;top:161.0625rem;left:51.9375rem;overflow:hidden;display:block; }
#f87cead07b364cec29143f351d39d02e { color:rgba(var(--color-tertiary-4),1);display:block;width:20rem;position:absolute;font-family:lato;font-size:1.125rem;font-weight:700;z-index:15020;line-height:1.3;letter-spacing:0;top:138.4375rem;left:51.9375rem;height:20.4667875rem;font-style:normal;display:block; }
#E7feaa7fd824b38c51044c843c9b8a90 { color:rgba(var(--color-tertiary-4),1);display:block;width:68.75rem;position:absolute;font-family:lato;font-size:1.125rem;font-weight:700;z-index:15021;line-height:1.4;letter-spacing:0;top:176rem;left:3.125rem;height:3.1484375rem;font-style:normal;display:block; }
#c9401f0e587bef008d75336fd66785bc { box-sizing:content-box;height:1.875rem;width:1.875rem;position:absolute;display:block;z-index:15049;background-color:#a78c84;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:50.4375rem;left:36.5625rem;display:block; }
#ecabda7095de30ad010d5f5881a29f89 { color:#ffffff;display:block;width:1.875rem;position:absolute;font-family:lato;font-size:1.125rem;font-weight:normal;z-index:15049;line-height:1.4;letter-spacing:0;top:50.5625rem;left:36.5625rem;height:1.575rem;text-align:center;text-align-last:center;display:block; }
#ib6f43d6a55ac6f99b5b965ddce6071f { box-sizing:content-box;height:1.875rem;width:1.875rem;position:absolute;display:block;z-index:15051;background-color:#a78c84;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:12.625rem;left:45rem;display:block; }
#eab0746444ca3e01acbd3a005fe1a11d { color:#ffffff;display:block;width:1.875rem;position:absolute;font-family:lato;font-size:1.125rem;font-weight:normal;z-index:15051;line-height:1.4;letter-spacing:0;top:12.75rem;left:45rem;height:1.575rem;text-align:center;text-align-last:center;display:block; }
#J2784a43cd70a5216bc5ca558a92270a { box-sizing:content-box;height:1.875rem;width:1.875rem;position:absolute;display:block;z-index:15053;background-color:#a78c84;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:31.625rem;left:10.75rem;display:block; }
#w685730ee85f7baa83d75d75b5605fce { color:#ffffff;display:block;width:1.875rem;position:absolute;font-family:lato;font-size:1.125rem;font-weight:normal;z-index:15053;line-height:1.4;letter-spacing:0;top:31.75rem;left:10.75rem;height:1.575rem;text-align:center;text-align-last:center;display:block; }
#bf7c94426953bae8dd42dcb9ce5e5a6d { box-sizing:content-box;height:1.875rem;width:1.875rem;position:absolute;display:block;z-index:15055;background-color:#a78c84;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:84.0625rem;left:51.9375rem;display:block; }
#vf15a2e486b9fe66b67b82cc0e73f201 { color:#ffffff;display:block;width:1.875rem;position:absolute;font-family:lato;font-size:1.125rem;font-weight:normal;z-index:15055;line-height:1.4;letter-spacing:0;top:84.1875rem;left:51.9375rem;height:1.575rem;text-align:center;text-align-last:center;display:block; }
#C765d2083255da0bbd868d42035e4c93 { box-sizing:content-box;height:1.875rem;width:1.875rem;position:absolute;display:block;z-index:15057;background-color:#a78c84;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:102.8125rem;left:18.6875rem;display:block; }
#a2a120006b302d7997f9f13f40d7bebe { color:#ffffff;display:block;width:1.875rem;position:absolute;font-family:lato;font-size:1.125rem;font-weight:normal;z-index:15057;line-height:1.4;letter-spacing:0;top:102.9375rem;left:18.6875rem;height:1.575rem;text-align:center;text-align-last:center;display:block; }
#z69b81643787c7e0eda1b5e89396f6e3 { box-sizing:content-box;height:1.875rem;width:1.875rem;position:absolute;display:block;z-index:15059;background-color:#a78c84;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:104.6875rem;left:41.375rem;display:block; }
#c85435edd4d1f1bd986af7196ca8967b { color:#ffffff;display:block;width:1.875rem;position:absolute;font-family:lato;font-size:1.125rem;font-weight:normal;z-index:15059;line-height:1.4;letter-spacing:0;top:104.8125rem;left:41.375rem;height:1.575rem;text-align:center;text-align-last:center;display:block; }
#cd34fae29196570ee9ab8ca4ebae113b { box-sizing:content-box;height:1.875rem;width:1.875rem;position:absolute;display:block;z-index:15061;background-color:#a78c84;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:68.4375rem;left:5.625rem;display:block; }
#Nb69538be80b578e4a9f6010de579395 { color:#ffffff;display:block;width:1.875rem;position:absolute;font-family:lato;font-size:1.125rem;font-weight:normal;z-index:15061;line-height:1.4;letter-spacing:0;top:68.5625rem;left:5.625rem;height:1.575rem;text-align:center;text-align-last:center;display:block; }
#r91f8ba4c67a69203a524d91fb886a38 { box-sizing:content-box;height:1.875rem;width:1.875rem;position:absolute;display:block;z-index:15063;background-color:#a78c84;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:149.125rem;left:38.4375rem;display:block; }
#ceab8dcb0d54ba782409a18c847c9fc7 { color:#ffffff;display:block;width:1.875rem;position:absolute;font-family:lato;font-size:1.125rem;font-weight:normal;z-index:15063;line-height:1.4;letter-spacing:0;top:149.25rem;left:38.4375rem;height:1.575rem;text-align:center;text-align-last:center;display:block; }
#od300097b7528b443a3e1f00ba0932aa { box-sizing:content-box;height:1.875rem;width:1.875rem;position:absolute;display:block;z-index:15065;background-color:#a78c84;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:162.3125rem;left:45.625rem;display:block; }
#V7f9258905d400c4029517fe12fda9f3 { color:#ffffff;display:block;width:1.875rem;position:absolute;font-family:lato;font-size:1.125rem;font-weight:normal;z-index:15065;line-height:1.4;letter-spacing:0;top:162.4375rem;left:45.625rem;height:1.575rem;text-align:center;text-align-last:center;display:block; }
#c7c6aa0bb7a0851d51d3f09bfd18f933 { box-sizing:content-box;height:1.875rem;width:1.875rem;position:absolute;display:block;z-index:15067;background-color:#a78c84;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:166.4375rem;left:15.125rem;display:block; }
#F74205f8b62dfc20622f0d4b625a65e1 { color:#ffffff;display:block;width:1.875rem;position:absolute;font-family:lato;font-size:1.125rem;font-weight:normal;z-index:15067;line-height:1.4;letter-spacing:0;top:166.5625rem;left:15.125rem;height:1.575rem;text-align:center;text-align-last:center;display:block; }
#sf756f64ec6555f62407ec26773f3b05 { box-sizing:content-box;height:1.875rem;width:1.875rem;position:absolute;display:block;z-index:15069;background-color:#a78c84;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:171.0625rem;left:65.375rem;display:block; }
#n5104e85f751a18b0e3024ebf528c0fc { color:#ffffff;display:block;width:1.875rem;position:absolute;font-family:lato;font-size:1.125rem;font-weight:normal;z-index:15069;line-height:1.4;letter-spacing:0;top:171.1875rem;left:65.375rem;height:1.575rem;text-align:center;text-align-last:center;display:block; }
#Oa4d71a69e04b81805d887ef1e960fa3 { color:#ffffff;display:block;width:10rem;position:absolute;font-family:lato;font-size:2.625rem;font-weight:700;z-index:15046;line-height:1;letter-spacing:0;top:11.0625rem;left:48.125rem;height:2.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#od5ae63f7f33efb967e1522029a96965 { box-sizing:content-box;height:4.375rem;width:11.25rem;position:absolute;display:block;z-index:15042;background-color:#5d362d;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:10.1875rem;left:47.5rem;display:block; }
#def42832d8ab4dc4b7efc20204b497cc { color:#ffffff;display:block;width:7.875rem;position:absolute;font-family:lato;font-size:2.625rem;font-weight:700;z-index:15048;line-height:1;letter-spacing:0;top:51.3125rem;left:39.6875rem;height:2.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#cd3173dbeed9818e9f7bafdb6d03f1e9 { box-sizing:content-box;height:4.375rem;width:8.75rem;position:absolute;display:block;z-index:15044;background-color:#5d362d;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:50.4375rem;left:39.0625rem;display:block; }
#Gb80c1c037d7b3fdb13b56f7836b4d9d { color:#ffffff;display:block;width:7.5625rem;position:absolute;font-family:lato;font-size:2.625rem;font-weight:700;z-index:15050;line-height:1;letter-spacing:0;top:32.5rem;left:2.0625rem;height:2.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#N42ea76f95657fb6e358983e74c483da { box-sizing:content-box;height:4.375rem;width:8.75rem;position:absolute;display:block;z-index:15046;background-color:#5d362d;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:31.625rem;left:1.4375rem;display:block; }
#I9aebe32633c26096acb54519aeba8bf { color:#ffffff;display:block;width:7.6875rem;position:absolute;font-family:lato;font-size:2.625rem;font-weight:700;z-index:15054;line-height:1;letter-spacing:0;top:103.6875rem;left:9.9375rem;height:2.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#i2adaddce6f04b4722190b06b44e17fa { box-sizing:content-box;height:4.375rem;width:8.75rem;position:absolute;display:block;z-index:15050;background-color:#5d362d;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:102.8125rem;left:9.375rem;display:block; }
#heac2c44edc328cc70a37c9784ee44cb { color:#ffffff;display:block;width:7.625rem;position:absolute;font-family:lato;font-size:2.625rem;font-weight:700;z-index:15056;line-height:1;letter-spacing:0;top:167.3125rem;left:6.375rem;height:2.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#V7194fa62b5f53987e4d390fdfb1b52d { box-sizing:content-box;height:4.375rem;width:8.75rem;position:absolute;display:block;z-index:15052;background-color:#5d362d;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:166.4375rem;left:5.8125rem;display:block; }
#Ud745330c3088ab87c501121215d2a60 { box-sizing:content-box;height:5rem;width:11.25rem;position:absolute;display:block;z-index:15056;background-color:#5d362d;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:78.5rem;left:51.9375rem;display:block; }
#kf135c7de37dfe12a03be6e05cb3ebbe { box-sizing:content-box;height:2.6875rem;width:11.25rem;position:absolute;display:block;z-index:15057;background-color:#a78c84;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:75.875rem;left:51.9375rem;display:block; }
#f07edd08491c3dd6dc37a2b8792de613 { color:#ffffff;display:block;width:10rem;position:absolute;font-family:lato;font-size:1.375rem;font-weight:700;z-index:15061;line-height:1;letter-spacing:0;top:76.5625rem;left:52.5625rem;height:1.375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#c9bf8d2829bac16dc53cfafb0f466ec7 { color:#ffffff;display:block;width:10rem;position:absolute;font-family:lato;font-size:0.9375rem;font-weight:700;z-index:15063;line-height:1.4;letter-spacing:0;top:78.6875rem;left:52.5625rem;height:1.3125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#q231919cd47776461373f8fa3d6196a0 { color:#ffffff;display:block;width:10rem;position:absolute;font-family:lato;font-size:2.25rem;font-weight:700;z-index:15060;line-height:1;letter-spacing:0;top:79.875rem;left:52.5625rem;height:2.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Zd385a4120d415ef119aeeebea1c9035 { color:#ffffff;display:block;width:10rem;position:absolute;font-family:lato;font-size:0.9375rem;font-weight:700;z-index:15064;line-height:1.4;letter-spacing:0;top:82rem;left:52.5625rem;height:1.3125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#wZIKrD9W3Q1Cx2rO3n8PAD7LFDzq5vES { position:relative;display:block; }#wZIKrD9W3Q1Cx2rO3n8PAD7LFDzq5vES { background-color: transparent; background-image: none; }#wZIKrD9W3Q1Cx2rO3n8PAD7LFDzq5vES::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wZIKrD9W3Q1Cx2rO3n8PAD7LFDzq5vES > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wZIKrD9W3Q1Cx2rO3n8PAD7LFDzq5vES > .row .container > .video-iframe-container { display: none; }#wZIKrD9W3Q1Cx2rO3n8PAD7LFDzq5vES > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wZIKrD9W3Q1Cx2rO3n8PAD7LFDzq5vES > .row > .video-iframe-container { display: none; }#wZIKrD9W3Q1Cx2rO3n8PAD7LFDzq5vES > .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); }#wZIKrD9W3Q1Cx2rO3n8PAD7LFDzq5vES { border-width: 0; border-radius: 0; }#wZIKrD9W3Q1Cx2rO3n8PAD7LFDzq5vES > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#wZIKrD9W3Q1Cx2rO3n8PAD7LFDzq5vES > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:11.25rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#TxU6r59QkrpfWCGtByXN0Xny2pE0KXL0 { background-color:#a78c84;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:lato;font-size:1.5625rem;font-weight:700;font-style:normal;line-height:1;overflow:hidden;position:absolute;width:26.25rem;height:5rem;text-decoration:none;z-index:15001;text-align:center;text-align-last:center;top:3.125rem;left:24.375rem;display:block; }
#WGlx3eedhG2AHykGqi78qoxXbef37uVr { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#l7pgiSPcWi5qJdPXXTCzNumKgFeAbGS2 { position:relative;display:block; }#l7pgiSPcWi5qJdPXXTCzNumKgFeAbGS2 { background-color: transparent; background-image: none; }#l7pgiSPcWi5qJdPXXTCzNumKgFeAbGS2::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#l7pgiSPcWi5qJdPXXTCzNumKgFeAbGS2 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#l7pgiSPcWi5qJdPXXTCzNumKgFeAbGS2 > .row .container > .video-iframe-container { display: none; }#l7pgiSPcWi5qJdPXXTCzNumKgFeAbGS2 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#l7pgiSPcWi5qJdPXXTCzNumKgFeAbGS2 > .row > .video-iframe-container { display: none; }#l7pgiSPcWi5qJdPXXTCzNumKgFeAbGS2 > .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); }#l7pgiSPcWi5qJdPXXTCzNumKgFeAbGS2 { border-width: 0; border-radius: 0; }#l7pgiSPcWi5qJdPXXTCzNumKgFeAbGS2 > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#l7pgiSPcWi5qJdPXXTCzNumKgFeAbGS2 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#edebe5;background-image:none;font-size:0.875rem;font-family:arial;height:74.4375rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#b8504ece6e853ca6051db038893a0af5 { position:absolute;display:block;z-index:15004;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:41.875rem;width:47.5rem;top:3.125rem;left:3.125rem;overflow:hidden;display:block; }
#x053f4242f4df12244d82abe249d9c05 { color:rgba(var(--color-tertiary-4),1);display:block;width:20rem;position:absolute;font-family:lato;font-size:1.125rem;font-weight:700;z-index:15020;line-height:1.4;letter-spacing:0;top:24.5966796875rem;left:51.9375rem;height:12.59375rem;font-style:normal;display:block; }
#head31bb2c9756213f5e9d18ba28d009 { position:absolute;display:block;z-index:15004;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:14.9375rem;width:19.625rem;top:1.8125rem;left:51.375rem;overflow:hidden;display:block; }
#Gbb0e0cc8711356f3f4638022231c51d { position:absolute;display:block;z-index:15004;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:15.375rem;width:18.125rem;top:54.75rem;left:13.125rem;overflow:hidden;display:block; }
#b0fd7eab47f2f0b3186c4575fcf5eced { position:absolute;display:block;z-index:15007;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:17rem;width:20.0625rem;top:53.0625rem;left:27.1875rem;overflow:hidden;display:block; }
#Da58a43357f305cb6e3e722da39d7e83 { position:absolute;display:block;z-index:15006;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:15.375rem;width:18.125rem;top:54.625rem;left:43.8125rem;overflow:hidden;display:block; }
#L835759243ec8c14909bfa0e6376e42d { color:rgba(var(--color-tertiary-4),1);display:block;width:50.1875rem;position:absolute;font-family:lato;font-size:2.625rem;font-weight:700;z-index:15009;line-height:1.4;letter-spacing:0;top:48.125rem;left:12.40625rem;height:3.67480625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#sb811832e1a33dc9091b1f646bc61497 { box-sizing:content-box;height:1.875rem;width:1.875rem;position:absolute;display:block;z-index:15071;background-color:#a78c84;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:36.3125rem;left:35.375rem;display:block; }
#c87e35d7b1c2356647ab3467fcef0a05 { color:#ffffff;display:block;width:1.875rem;position:absolute;font-family:lato;font-size:1.125rem;font-weight:normal;z-index:15071;line-height:1.4;letter-spacing:0;top:36.4375rem;left:35.375rem;height:1.575rem;text-align:center;text-align-last:center;display:block; }
#ub6857a9e00b39ba72f070cdae879adf { box-sizing:content-box;height:5rem;width:11.25rem;position:absolute;display:block;z-index:15062;background-color:#5d362d;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:38.9375rem;left:37.8125rem;display:block; }
#ef4740bd36ca2265dc37c927d0bdfe70 { box-sizing:content-box;height:2.6875rem;width:11.25rem;position:absolute;display:block;z-index:15063;background-color:#a78c84;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:36.3125rem;left:37.8125rem;display:block; }
#M423435b73970e1865b7d052ceee8eee { color:#ffffff;display:block;width:10rem;position:absolute;font-family:lato;font-size:1.375rem;font-weight:700;z-index:15067;line-height:1;letter-spacing:0;top:37rem;left:38.4375rem;height:1.375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#X835b49ecff5f6ebaa69d8748b8bae04 { color:#ffffff;display:block;width:10rem;position:absolute;font-family:lato;font-size:0.9375rem;font-weight:700;z-index:15069;line-height:1.4;letter-spacing:0;top:39.125rem;left:38.4375rem;height:1.3125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#a59aeb9f807f59399e6ba5ae2151f7f6 { color:#ffffff;display:block;width:10rem;position:absolute;font-family:lato;font-size:2.25rem;font-weight:700;z-index:15066;line-height:1;letter-spacing:0;top:40.3125rem;left:38.4375rem;height:2.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#K60c7984f6e38b646bd0bdfdeea5303b { color:#ffffff;display:block;width:10rem;position:absolute;font-family:lato;font-size:0.9375rem;font-weight:700;z-index:15070;line-height:1.4;letter-spacing:0;top:42.4375rem;left:38.4375rem;height:1.3125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#PHrKbGZPbeLBJ8gKRffQ8Lf4XUJewMBd { position:relative;display:block; }#PHrKbGZPbeLBJ8gKRffQ8Lf4XUJewMBd { background-color: transparent; background-image: none; }#PHrKbGZPbeLBJ8gKRffQ8Lf4XUJewMBd::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PHrKbGZPbeLBJ8gKRffQ8Lf4XUJewMBd > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PHrKbGZPbeLBJ8gKRffQ8Lf4XUJewMBd > .row .container > .video-iframe-container { display: none; }#PHrKbGZPbeLBJ8gKRffQ8Lf4XUJewMBd > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PHrKbGZPbeLBJ8gKRffQ8Lf4XUJewMBd > .row > .video-iframe-container { display: none; }#PHrKbGZPbeLBJ8gKRffQ8Lf4XUJewMBd > .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); }#PHrKbGZPbeLBJ8gKRffQ8Lf4XUJewMBd { border-width: 0; border-radius: 0; }#PHrKbGZPbeLBJ8gKRffQ8Lf4XUJewMBd > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#PHrKbGZPbeLBJ8gKRffQ8Lf4XUJewMBd > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:11.25rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#HgClCPT06CM61is6CTCxX0udkFAN0Ezc { background-color:#a78c84;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:lato;font-size:1.5625rem;font-weight:700;font-style:normal;line-height:1;overflow:hidden;position:absolute;width:26.25rem;height:5rem;text-decoration:none;z-index:15001;text-align:center;text-align-last:center;top:3.125rem;left:24.375rem;display:block; }
#pAHeOxFSTorgdUTt8oaqKOFrOlZELcuL { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#rmA3H8yvJQ4irIw5OAr8s1oeP5xui4kQ { position:relative;display:block; }#rmA3H8yvJQ4irIw5OAr8s1oeP5xui4kQ { background-color: transparent; background-image: none; }#rmA3H8yvJQ4irIw5OAr8s1oeP5xui4kQ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rmA3H8yvJQ4irIw5OAr8s1oeP5xui4kQ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rmA3H8yvJQ4irIw5OAr8s1oeP5xui4kQ > .row .container > .video-iframe-container { display: none; }#rmA3H8yvJQ4irIw5OAr8s1oeP5xui4kQ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rmA3H8yvJQ4irIw5OAr8s1oeP5xui4kQ > .row > .video-iframe-container { display: none; }#rmA3H8yvJQ4irIw5OAr8s1oeP5xui4kQ > .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); }#rmA3H8yvJQ4irIw5OAr8s1oeP5xui4kQ { border-width: 0; border-radius: 0; }#rmA3H8yvJQ4irIw5OAr8s1oeP5xui4kQ > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#rmA3H8yvJQ4irIw5OAr8s1oeP5xui4kQ > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:69rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#L9VW8NfoMs9GnaM5K0T4WsSMafr2SMKv { position:absolute;display:block;z-index:15000;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:36.1875rem;width:68.75rem;top:3.125rem;left:3.125rem;overflow:hidden;display:block; }
#X7KTNMuNPJ2UzUeP3d6PFDKDsx8TI1FR { color:rgba(var(--color-tertiary-4),1);display:block;width:33.75rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:normal;z-index:15006;line-height:1.4;letter-spacing:0;top:41.1875rem;left:3.125rem;height:14.16796875rem;display:block; }
#qfp1p4Fboyvw2En7vk3y39fIEaAI51k1 { position:absolute;display:block;z-index:15001;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:21.25rem;width:33.75rem;top:41.1875rem;left:38.1875rem;overflow:hidden;display:block; }
#AKSCDBn2wxHTJ0PR7Cbu3HhFKOCnBstZ { position:absolute;display:block;z-index:15005;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:10.125rem;width:32.3125rem;top:55.35546875rem;left:3.125rem;overflow:hidden;display:block; }
#BwW67Inofb9FzOWDiHf1wM7roBXvSElc { box-sizing:content-box;height:1.875rem;width:1.875rem;position:absolute;display:block;z-index:15007;background-color:#f5a159;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:12.625rem;left:26.25rem;display:block; }
#dZyVMFT7Ccn9PUxgrcbv2nAXlppC7tgr { color:#ffffff;display:block;width:1.875rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:normal;z-index:15007;line-height:1.4;letter-spacing:0;top:12.75rem;left:26.25rem;height:1.575rem;text-align:center;text-align-last:center;display:block; }
#W5x1fZUKxgdVR4WwI0l2O2R0rq1k5Ugm { box-sizing:content-box;height:1.875rem;width:1.875rem;position:absolute;display:block;z-index:15009;background-color:#f5a159;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:45.75rem;left:58.25rem;display:block; }
#LOOEhUMuK7CmXApIpVaNWN8LbSymElQM { color:#ffffff;display:block;width:1.875rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:normal;z-index:15009;line-height:1.4;letter-spacing:0;top:45.875rem;left:58.25rem;height:1.575rem;text-align:center;text-align-last:center;display:block; }
#Tt5DJq2U83FdHVZJTU6tSsfp2Tu9pTxu { color:#ffffff;display:block;width:10rem;position:absolute;font-family:poppins;font-size:2.5rem;font-weight:700;z-index:15018;line-height:1;letter-spacing:0;top:10.75rem;left:15rem;height:2.5rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#tnvSkyMFiGcODbCTuy47c5nk8zqiirpG { box-sizing:content-box;height:5rem;width:11.25rem;position:absolute;display:block;z-index:15014;background-color:#cd1719;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:9.4375rem;left:14.375rem;display:block; }
#bNdrJgyTnZAhvVBwR0mVc9lf5MIFJ5Q4 { box-sizing:content-box;height:1.5625rem;width:11.25rem;position:absolute;display:block;z-index:15044;background-color:#f5a159;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:7.9375rem;left:14.375rem;display:block; }
#btt7nRBKiWe6rA4bGzmV77ftisbKhFzn { color:#ffffff;display:block;width:10rem;position:absolute;font-family:poppins;font-size:0.875rem;font-weight:700;z-index:15045;line-height:1;letter-spacing:0;top:8.3125rem;left:15rem;height:1.75rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Mn0ld6Hai87quP3NfzS6OcIq4LgdlL5o { color:#ffffff;display:block;width:10rem;position:absolute;font-family:poppins;font-size:0.875rem;font-weight:400;z-index:15046;line-height:1;letter-spacing:0;top:9.75rem;left:15rem;height:0.875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#h7R2X444bvWXksRpeJcsF6t4oudIB6pV { color:#ffffff;display:block;width:10rem;position:absolute;font-family:poppins;font-size:0.875rem;font-weight:700;z-index:15047;line-height:1;letter-spacing:0;top:13.3125rem;left:15rem;height:0.875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#q4MOh1yKb9bOq3hcoKtdSlVSGp4tpB2y { box-sizing:content-box;height:1.5625rem;width:11.25rem;position:absolute;display:block;z-index:15050;background-color:#f5a159;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:41.1875rem;left:60.6875rem;display:block; }
#ThBNnzu1bzZHiIdc2Q2GnRxPNXIZQ8zI { color:#ffffff;display:block;width:10rem;position:absolute;font-family:poppins;font-size:0.875rem;font-weight:700;z-index:15051;line-height:1;letter-spacing:0;top:41.5625rem;left:61.3125rem;height:1.75rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#DAlprzMZDFTIRQGx3fmxeG10CrD98QfT { box-sizing:content-box;height:5rem;width:11.25rem;position:absolute;display:block;z-index:15020;background-color:#cd1719;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:42.6875rem;left:60.6875rem;display:block; }
#ziWEZEHX1EbgzRquGvQ05V1yvpJMcnas { color:#ffffff;display:block;width:10rem;position:absolute;font-family:poppins;font-size:0.875rem;font-weight:400;z-index:15052;line-height:1;letter-spacing:0;top:43rem;left:61.3125rem;height:0.875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#R1lPu8u8CC7E9TynzoByHWCJAW5H73yZ { color:#ffffff;display:block;width:10rem;position:absolute;font-family:poppins;font-size:2.5rem;font-weight:700;z-index:15024;line-height:1;letter-spacing:0;top:44rem;left:61.3125rem;height:2.5rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Gsq82nbATw6MHrfIWxxsGkLLoOQgg3TX { color:#ffffff;display:block;width:10rem;position:absolute;font-family:poppins;font-size:0.875rem;font-weight:700;z-index:15053;line-height:1;letter-spacing:0;top:46.5625rem;left:61.3125rem;height:0.875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#wxZhgIkT83lR3biSHxqbnTWs81x1DWxI { position:relative;display:block; }#wxZhgIkT83lR3biSHxqbnTWs81x1DWxI { background-color: transparent; background-image: none; }#wxZhgIkT83lR3biSHxqbnTWs81x1DWxI::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wxZhgIkT83lR3biSHxqbnTWs81x1DWxI > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wxZhgIkT83lR3biSHxqbnTWs81x1DWxI > .row .container > .video-iframe-container { display: none; }#wxZhgIkT83lR3biSHxqbnTWs81x1DWxI > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wxZhgIkT83lR3biSHxqbnTWs81x1DWxI > .row > .video-iframe-container { display: none; }#wxZhgIkT83lR3biSHxqbnTWs81x1DWxI > .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); }#wxZhgIkT83lR3biSHxqbnTWs81x1DWxI { border-width: 0; border-radius: 0; }#wxZhgIkT83lR3biSHxqbnTWs81x1DWxI > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#wxZhgIkT83lR3biSHxqbnTWs81x1DWxI > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:63rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#wyv5m0Z3rmEPNH08EIoQAxCO7hqVbIhA { position:absolute;display:block;z-index:15001;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:43.6875rem;width:68.75rem;top:3.125rem;left:3.125rem;overflow:hidden;display:block; }
#UChQVfCT5BpXzv8Vncnp99T3WZx6kSpy { color:rgba(var(--color-tertiary-4),1);display:block;width:22.5rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:normal;z-index:15007;line-height:1.4;letter-spacing:0;top:48.25rem;left:20rem;height:11.01953125rem;display:block; }
#wFST63vglqTOPGZTRheGXbtPkl9p21ia { position:absolute;display:block;z-index:15002;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:8.3125rem;width:15rem;top:48.25rem;left:3.125rem;overflow:hidden;display:block; }
#Z6MRfChX7hEk9ffc2L5NnHwi9LIRsQzU { color:rgba(var(--color-tertiary-4),1);display:block;width:15rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:normal;z-index:15008;line-height:1.4;letter-spacing:0;top:57.1875rem;left:3.125rem;height:2.798825rem;display:block; }
#if2xTXEfvyttiTdL68rErJbloB9yFgT0 { box-sizing:content-box;height:1.875rem;width:1.875rem;position:absolute;display:block;z-index:15011;background-color:#f5a159;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:12.75rem;left:40.6875rem;display:block; }
#RI8VZmo9AH4nWIflTvTeUtTdmLqC7TKO { color:#ffffff;display:block;width:1.875rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:normal;z-index:15011;line-height:1.4;letter-spacing:0;top:12.875rem;left:40.6875rem;height:1.575rem;text-align:center;text-align-last:center;display:block; }
#nQxSycyIUWpiXImv1DsQcxNeCIXmT6CC { position:absolute;display:block;z-index:15012;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:18.75rem;width:28.375rem;top:41.9375rem;left:44.84375rem;overflow:hidden;display:block; }
#gp4VSbtuE4rcBf7Iy5WdRgVn3QBJhVI8 { box-sizing:content-box;height:1.5625rem;width:11.25rem;position:absolute;display:block;z-index:15056;background-color:#f5a159;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:8.1875rem;left:43.125rem;display:block; }
#NW2iIxFoGIbvBUryVWGNXAHqho3mmiVE { color:#ffffff;display:block;width:10rem;position:absolute;font-family:poppins;font-size:0.875rem;font-weight:700;z-index:15057;line-height:1;letter-spacing:0;top:8.5625rem;left:43.75rem;height:0.875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#vhinxwzvRWGudHcDCrLWiQGazb0Rceux { box-sizing:content-box;height:5rem;width:11.25rem;position:absolute;display:block;z-index:15026;background-color:#cd1719;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:9.6875rem;left:43.125rem;display:block; }
#nSU7kX07uQRW04LiBUZVvQpoJEJFBZrw { color:#ffffff;display:block;width:10rem;position:absolute;font-family:poppins;font-size:0.875rem;font-weight:400;z-index:15058;line-height:1;letter-spacing:0;top:10rem;left:43.75rem;height:0.875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#fMuLP1qB9iiBGBo1qpkHuwkR3Gxuw2T4 { color:#ffffff;display:block;width:10rem;position:absolute;font-family:poppins;font-size:2.5rem;font-weight:700;z-index:15030;line-height:1;letter-spacing:0;top:11rem;left:43.75rem;height:2.5rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#maSNRmUGhI1Mg74zh3dCG1hKh5aDGisN { color:#ffffff;display:block;width:10rem;position:absolute;font-family:poppins;font-size:0.875rem;font-weight:700;z-index:15059;line-height:1;letter-spacing:0;top:13.5625rem;left:43.75rem;height:0.875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#NWo9cFwWBiHtog3mPUTD058w8bFwXiF1 { position:relative;display:block; }#NWo9cFwWBiHtog3mPUTD058w8bFwXiF1 { background-color: transparent; background-image: none; }#NWo9cFwWBiHtog3mPUTD058w8bFwXiF1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NWo9cFwWBiHtog3mPUTD058w8bFwXiF1 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NWo9cFwWBiHtog3mPUTD058w8bFwXiF1 > .row .container > .video-iframe-container { display: none; }#NWo9cFwWBiHtog3mPUTD058w8bFwXiF1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NWo9cFwWBiHtog3mPUTD058w8bFwXiF1 > .row > .video-iframe-container { display: none; }#NWo9cFwWBiHtog3mPUTD058w8bFwXiF1 > .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); }#NWo9cFwWBiHtog3mPUTD058w8bFwXiF1 { border-width: 0; border-radius: 0; }#NWo9cFwWBiHtog3mPUTD058w8bFwXiF1 > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#NWo9cFwWBiHtog3mPUTD058w8bFwXiF1 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:59.4375rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#teUJhazQosCw1vNxgJe01hn5z3xnVbiJ { position:absolute;display:block;z-index:15001;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:36.1875rem;width:68.75rem;top:3.125rem;left:3.125rem;overflow:hidden;display:block; }
#o1m2kqt5i2DwnTZKTFnE52Dm0pnySDbF { color:rgba(var(--color-tertiary-4),1);display:block;width:20rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:normal;z-index:15007;line-height:1.4;letter-spacing:0;top:41.1875rem;left:51.9375rem;height:12.59371875rem;display:block; }
#XP0GSVWZKPAlPiAPQrozUWPEMxUvLyNC { position:absolute;display:block;z-index:15002;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:14.875rem;width:22.5rem;top:41.1875rem;left:3.125rem;overflow:hidden;display:block; }
#bACD3JOEgJTK997TRof6eMMBwrD6xuTI { position:absolute;display:block;z-index:15003;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:14.875rem;width:22.3125rem;top:41.1875rem;left:27.5rem;overflow:hidden;display:block; }
#QhmR4lrzItLmvaJqlfzq12S9rXs5CRFy { box-sizing:content-box;height:1.875rem;width:1.875rem;position:absolute;display:block;z-index:15013;background-color:#f5a159;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:9.4375rem;left:36.5625rem;display:block; }
#LoOOwNiemdWfMB15W1tDt9dKcNPwWGhp { color:#ffffff;display:block;width:1.875rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:normal;z-index:15013;line-height:1.4;letter-spacing:0;top:9.5625rem;left:36.5625rem;height:1.575rem;text-align:center;text-align-last:center;display:block; }
#yT0PN5hZSPUSPWDFp0ZnBO8gTAqP5SAF { box-sizing:content-box;height:1.5625rem;width:11.25rem;position:absolute;display:block;z-index:15062;background-color:#f5a159;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:5rem;left:39.0625rem;display:block; }
#GSAlznxWLvtirClTnDgS0nnH639sArNV { color:#ffffff;display:block;width:10rem;position:absolute;font-family:poppins;font-size:0.875rem;font-weight:700;z-index:15063;line-height:1;letter-spacing:0;top:5.375rem;left:39.6875rem;height:0.875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#VaaIFxO0luweFyk53HuCyUWVOTFbVTtw { box-sizing:content-box;height:5rem;width:11.25rem;position:absolute;display:block;z-index:15032;background-color:#cd1719;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:6.5rem;left:39.0625rem;display:block; }
#Q73X3eu8S5U0Qzp9ZUIyCAMHmlGB62Tv { color:#ffffff;display:block;width:10rem;position:absolute;font-family:poppins;font-size:0.875rem;font-weight:400;z-index:15064;line-height:1;letter-spacing:0;top:6.8125rem;left:39.6875rem;height:0.875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#iNzOE66EUHmw7G0rM3iM7EkrTPMx6OB0 { color:#ffffff;display:block;width:10.875rem;position:absolute;font-family:poppins;font-size:2.5rem;font-weight:700;z-index:15036;line-height:1;letter-spacing:0;top:7.8125rem;left:39.25rem;height:2.5rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#uNWTGkAfVzT22E04lUFDqieXMBwP6K1U { color:#ffffff;display:block;width:10rem;position:absolute;font-family:poppins;font-size:0.875rem;font-weight:700;z-index:15065;line-height:1;letter-spacing:0;top:10.375rem;left:39.6875rem;height:0.875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#UpEz9wGtMhpMmxixFdpaeTIKtWWsdKMT { position:relative;display:block; }#UpEz9wGtMhpMmxixFdpaeTIKtWWsdKMT { background-color: transparent; background-image: none; }#UpEz9wGtMhpMmxixFdpaeTIKtWWsdKMT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UpEz9wGtMhpMmxixFdpaeTIKtWWsdKMT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UpEz9wGtMhpMmxixFdpaeTIKtWWsdKMT > .row .container > .video-iframe-container { display: none; }#UpEz9wGtMhpMmxixFdpaeTIKtWWsdKMT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UpEz9wGtMhpMmxixFdpaeTIKtWWsdKMT > .row > .video-iframe-container { display: none; }#UpEz9wGtMhpMmxixFdpaeTIKtWWsdKMT > .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); }#UpEz9wGtMhpMmxixFdpaeTIKtWWsdKMT { border-width: 0; border-radius: 0; }#UpEz9wGtMhpMmxixFdpaeTIKtWWsdKMT > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#UpEz9wGtMhpMmxixFdpaeTIKtWWsdKMT > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:11.25rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#oErIAPzAQvQJD4g1a1lsBwUwbEJ2JFBU { background-color:#a78c84;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:lato;font-size:1.5625rem;font-weight:700;font-style:normal;line-height:1;overflow:hidden;position:absolute;width:26.25rem;height:5rem;text-decoration:none;z-index:15001;text-align:center;text-align-last:center;top:3.125rem;left:24.375rem;display:block; }
#mBaphbuSMFndDOfvwSworn5UcssU8wVM { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#uBoF9MuegVEiIVc01HKqJcpOqxRiAVyu { position:relative;display:block; }#uBoF9MuegVEiIVc01HKqJcpOqxRiAVyu { background-color: transparent; background-image: none; }#uBoF9MuegVEiIVc01HKqJcpOqxRiAVyu::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uBoF9MuegVEiIVc01HKqJcpOqxRiAVyu > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uBoF9MuegVEiIVc01HKqJcpOqxRiAVyu > .row .container > .video-iframe-container { display: none; }#uBoF9MuegVEiIVc01HKqJcpOqxRiAVyu > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uBoF9MuegVEiIVc01HKqJcpOqxRiAVyu > .row > .video-iframe-container { display: none; }#uBoF9MuegVEiIVc01HKqJcpOqxRiAVyu > .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); }#uBoF9MuegVEiIVc01HKqJcpOqxRiAVyu { border-width: 0; border-radius: 0; }#uBoF9MuegVEiIVc01HKqJcpOqxRiAVyu > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#uBoF9MuegVEiIVc01HKqJcpOqxRiAVyu > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:91.0625rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#ls9XW97lUOI8abeTFXKgrRvP2DH9dkoH { position:absolute;display:block;z-index:14998;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:44.9375rem;width:68.75rem;top:3.125rem;left:3.125rem;overflow:hidden;display:block; }
#x6CsQn4xgRwxfnUXlpVo2DTOLo7GiRAz { color:rgba(var(--color-tertiary-4),1);display:block;width:33.75rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:normal;z-index:15006;line-height:1.4;letter-spacing:0;top:49.9375rem;left:3.125rem;height:6.296875rem;display:block; }
#zqATqV4D7C716fRgWT6cJ1RZpZBeR01z { position:absolute;display:block;z-index:15001;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:28.375rem;width:47.5rem;top:59.375rem;left:3.125rem;overflow:hidden;display:block; }
#cTuELaFOxD3IU8BzMKbmrnOG4C3vE0tE { position:absolute;display:block;z-index:15002;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:11.125rem;width:20rem;top:73.1875rem;left:51.6875rem;overflow:hidden;display:block; }
#GloKm1ZPsJ91Fh7WW1mSAvmSETz0NVTh { position:absolute;display:block;z-index:15006;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:10.125rem;width:32.3125rem;top:46.109375rem;left:38.1875rem;overflow:hidden;display:block; }
#y3L9TS3TNrMAisMreQXZzQivu7tov2Na { color:rgba(var(--color-tertiary-4),1);display:block;width:20.25rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:normal;z-index:15009;line-height:1.4;letter-spacing:0;top:85.0625rem;left:51.6875rem;height:2.798825rem;display:block; }
#QI2xJ5RONqmkluinUK69HIbtF3LDLzC7 { color:rgba(var(--color-tertiary-4),1);display:block;width:20rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:normal;z-index:15007;line-height:1.4;letter-spacing:0;top:61.875rem;left:51.9375rem;height:9.44534375rem;display:block; }
#ThUiKVRtJbJO5GTD1R14sP0yC17WOaJ3 { position:absolute;display:block;z-index:15007;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:11.3125rem;width:6.25rem;top:5.5rem;left:42.6875rem;overflow:hidden;display:block; }
#Al5wKTgk5ZoGJpfTDuuLM0FAO2gDDosO { color:rgba(var(--color-tertiary-4),1);display:block;width:16.0625rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:normal;z-index:15010;line-height:1.4;letter-spacing:0;top:5.8125rem;left:49.5625rem;height:5.59765625rem;text-align:left;text-align-last:left;display:block; }
#ncRhr4SpCSgGpiv7s1cGVUvKsr3wqqAB { box-sizing:content-box;height:20rem;width:68.75rem;position:absolute;display:block;z-index:14999;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(255,255,255,0.75), rgba(0,0,0,0));background-image: -moz-linear-gradient(180deg, rgba(255,255,255,0.75), rgba(0,0,0,0));background-image: -ms-linear-gradient(180deg, rgba(255,255,255,0.75), rgba(0,0,0,0));background-image: -o-linear-gradient(180deg, rgba(255,255,255,0.75), rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffffbf', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffffbf', endColorstr='#00000000' );";background-image: linear-gradient(180deg, rgba(255,255,255,0.75), rgba(0,0,0,0));background-size:auto !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:3.125rem;left:3.125rem;display:block; }
#d3EAW7m2rRR17ty5D4gfyfUHstexLuCi { box-sizing:content-box;height:1.875rem;width:1.875rem;position:absolute;display:block;z-index:15015;background-color:#f5a159;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:16.8125rem;left:54.125rem;display:block; }
#g2rEcaCgAsGFlycCw05y2lZAzPs44uo4 { color:#ffffff;display:block;width:1.875rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:normal;z-index:15015;line-height:1.4;letter-spacing:0;top:16.9375rem;left:54.125rem;height:1.575rem;text-align:center;text-align-last:center;display:block; }
#ipwtVrcXRLdkST7WiIDzEaQNR0CehBlc { box-sizing:content-box;height:1.875rem;width:1.875rem;position:absolute;display:block;z-index:15017;background-color:#f5a159;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:77.8125rem;left:35.0625rem;display:block; }
#A7JzlCDpkn91zIsiGA7gt8uFG9ngbe4I { color:#ffffff;display:block;width:1.875rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:normal;z-index:15017;line-height:1.4;letter-spacing:0;top:77.9375rem;left:35.0625rem;height:1.575rem;text-align:center;text-align-last:center;display:block; }
#MoKbWhKAiT0ttnCWUCgxHuoueDPGcrWP { box-sizing:content-box;height:1.5625rem;width:11.25rem;position:absolute;display:block;z-index:15068;background-color:#f5a159;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:16.8125rem;left:56.6875rem;display:block; }
#D8QhAMpMO6nkeOCWmAeoqpqGCaRwpIcR { color:#ffffff;display:block;width:10rem;position:absolute;font-family:poppins;font-size:0.875rem;font-weight:700;z-index:15069;line-height:1;letter-spacing:0;top:17.1875rem;left:57.3125rem;height:0.875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#xL2dH3h55CPWOy8GW3HCJfnV4wVxrurD { box-sizing:content-box;height:5rem;width:11.25rem;position:absolute;display:block;z-index:15038;background-color:#cd1719;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:18.3125rem;left:56.6875rem;display:block; }
#yv1CEpy7khg8Cv8cfLVf25Q1rAyMpwq3 { color:#ffffff;display:block;width:10rem;position:absolute;font-family:poppins;font-size:0.875rem;font-weight:400;z-index:15070;line-height:1;letter-spacing:0;top:18.625rem;left:57.3125rem;height:0.875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#NhxZLXV1WcuJ32kIqxLLcigTcgGvKSHD { color:#ffffff;display:block;width:10rem;position:absolute;font-family:poppins;font-size:2.5rem;font-weight:700;z-index:15042;line-height:1;letter-spacing:0;top:19.625rem;left:57.3125rem;height:2.5rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#vO1Nfuu4fVTzX4cKUmCLem4rZOcqGrdX { color:#ffffff;display:block;width:10rem;position:absolute;font-family:poppins;font-size:0.875rem;font-weight:700;z-index:15071;line-height:1;letter-spacing:0;top:22.125rem;left:57.3125rem;height:0.875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#luxt6ABT8GEtTKOdNN3c9MX0C8LE8RMC { box-sizing:content-box;height:1.5625rem;width:11.25rem;position:absolute;display:block;z-index:15074;background-color:#f5a159;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:77.875rem;left:37.5rem;display:block; }
#eHl5DFKKA5FucVl7Fcg81c8B26v5zkuv { color:#ffffff;display:block;width:10rem;position:absolute;font-family:poppins;font-size:0.875rem;font-weight:700;z-index:15075;line-height:1;letter-spacing:0;top:78.25rem;left:38.125rem;height:0.875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#mBJF9pvG5SUNTPtHmzWp2J7FFSUOtmXP { box-sizing:content-box;height:5rem;width:11.25rem;position:absolute;display:block;z-index:15044;background-color:#cd1719;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:79.375rem;left:37.5rem;display:block; }
#VTpsa5pZteWgcFSdPtFWhTCx8Rol6qHZ { color:#ffffff;display:block;width:10rem;position:absolute;font-family:poppins;font-size:0.875rem;font-weight:400;z-index:15076;line-height:1;letter-spacing:0;top:79.6875rem;left:38.1875rem;height:0.875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#bSaeXxJm9Uuf60nWnFrxa8yrug0MgXTg { color:#ffffff;display:block;width:10.875rem;position:absolute;font-family:poppins;font-size:2.5rem;font-weight:700;z-index:15048;line-height:1;letter-spacing:0;top:80.625rem;left:37.6875rem;height:2.5rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#T3c9DTwu9d4x1SyyAzuDf6lBi0aCPZ0C { color:#ffffff;display:block;width:10rem;position:absolute;font-family:poppins;font-size:0.875rem;font-weight:700;z-index:15077;line-height:1;letter-spacing:0;top:83.25rem;left:38.125rem;height:0.875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#aVKa88PrxwkswEDLm1h9uwXBvTmyMA1r { position:relative;display:block; }#aVKa88PrxwkswEDLm1h9uwXBvTmyMA1r { background-color: transparent; background-image: none; }#aVKa88PrxwkswEDLm1h9uwXBvTmyMA1r::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aVKa88PrxwkswEDLm1h9uwXBvTmyMA1r > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aVKa88PrxwkswEDLm1h9uwXBvTmyMA1r > .row .container > .video-iframe-container { display: none; }#aVKa88PrxwkswEDLm1h9uwXBvTmyMA1r > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aVKa88PrxwkswEDLm1h9uwXBvTmyMA1r > .row > .video-iframe-container { display: none; }#aVKa88PrxwkswEDLm1h9uwXBvTmyMA1r > .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); }#aVKa88PrxwkswEDLm1h9uwXBvTmyMA1r { border-width: 0; border-radius: 0; }#aVKa88PrxwkswEDLm1h9uwXBvTmyMA1r > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#aVKa88PrxwkswEDLm1h9uwXBvTmyMA1r > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:114.25rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#audDK96ILGIANQbAwR6iBHlZGnwWT3D7 { position:absolute;display:block;z-index:14998;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:41.1875rem;width:68.75rem;top:3.125rem;left:3.125rem;overflow:hidden;display:block; }
#hSsG54CETkHld3saw4418eIiwblAgO9G { color:rgba(var(--color-tertiary-4),1);display:block;width:33.75rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:normal;z-index:15006;line-height:1.4;letter-spacing:0;top:46.1875rem;left:3.125rem;height:6.296875rem;display:block; }
#bgWFMBVMGFXaoXk5ws2PuKRsMAVcgQup { position:absolute;display:block;z-index:15001;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:42.4375rem;width:47.5rem;top:55.609375rem;left:3.125rem;overflow:hidden;display:block; }
#VbIuEQPSsGaEhpwD9PMuCRmSgBaDIUOE { position:absolute;display:block;z-index:15002;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:36.3125rem;width:18.75rem;top:61.796875rem;left:53.125rem;overflow:hidden;display:block; }
#hHFvMr2Ua7sfQhs7e1IUxtvmJK1lrFSO { color:rgba(var(--color-tertiary-4),1);display:block;width:47.5rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:normal;z-index:15007;line-height:1.4;letter-spacing:0;top:99.921875rem;left:3.125rem;height:11.01953125rem;display:block; }
#wR9PLg4FgGzRA6oVLEzBka3w7AvVqJdL { box-sizing:content-box;height:1.875rem;width:1.875rem;position:absolute;display:block;z-index:15019;background-color:#f5a159;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:15.1875rem;left:39.375rem;display:block; }
#t7rKU13t6NpL0sLWawmKZdknKJSFDyLK { color:#ffffff;display:block;width:1.875rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:normal;z-index:15019;line-height:1.4;letter-spacing:0;top:15.3125rem;left:39.375rem;height:1.575rem;text-align:center;text-align-last:center;display:block; }
#tqBeqTxMQHKVg4D8dCyn4yJDIIqgQaV8 { box-sizing:content-box;height:1.875rem;width:1.875rem;position:absolute;display:block;z-index:15021;background-color:#f5a159;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:90rem;left:17.875rem;display:block; }
#AHOmUmhnboKPQ6DF5Kft4pN2T4wLIKTv { color:#ffffff;display:block;width:1.875rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:normal;z-index:15021;line-height:1.4;letter-spacing:0;top:90.125rem;left:17.875rem;height:1.575rem;text-align:center;text-align-last:center;display:block; }
#iisX6yEcXaIlETmbe5sTixLoxF2RwQWK { box-sizing:content-box;height:1.875rem;width:1.875rem;position:absolute;display:block;z-index:15023;background-color:#f5a159;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:99.9375rem;left:53.125rem;display:block; }
#N2fG8UA6gcxw11sikM8G1s93tZZAwTRo { color:#ffffff;display:block;width:1.875rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:normal;z-index:15023;line-height:1.4;letter-spacing:0;top:100.0625rem;left:53.125rem;height:1.575rem;text-align:center;text-align-last:center;display:block; }
#sRAiRAGIkZPQwmTcFmKv5mGQKVFeIVQP { position:absolute;display:block;z-index:15013;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:18.75rem;width:28.375rem;top:39.5625rem;left:43.5625rem;overflow:hidden;display:block; }
#fXVC6D6WBuaKk0v0nenyI55T5ntCBrHL { box-sizing:content-box;height:5rem;width:11.25rem;position:absolute;display:block;z-index:15050;background-color:#cd1719;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:12.125rem;left:41.875rem;display:block; }
#gNKtDi2cqzdZRCz2GJ4nyWQqc531L1DG { color:#ffffff;display:block;width:10rem;position:absolute;font-family:poppins;font-size:0.875rem;font-weight:700;z-index:15083;line-height:1;letter-spacing:0;top:16rem;left:42.5rem;height:0.875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#PTODHO4wK3qAU3nBsAHDBPX8RTZSp6Wb { color:#ffffff;display:block;width:10.875rem;position:absolute;font-family:poppins;font-size:2.5rem;font-weight:700;z-index:15054;line-height:1;letter-spacing:0;top:13.375rem;left:42.0625rem;height:2.5rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#VnziPT1ZpTv05i5ILocisR91z7PpFgPs { color:#ffffff;display:block;width:10rem;position:absolute;font-family:poppins;font-size:0.875rem;font-weight:400;z-index:15082;line-height:1;letter-spacing:0;top:12.4375rem;left:42.5625rem;height:0.875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#aLHP0hM24wC9FzvTanvOxN6tf00Kusv9 { box-sizing:content-box;height:1.5625rem;width:11.25rem;position:absolute;display:block;z-index:15080;background-color:#f5a159;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:10.625rem;left:41.875rem;display:block; }
#JMyeb3ErwtHVJu1lRI3x2ASmCno23Ne1 { color:#ffffff;display:block;width:10rem;position:absolute;font-family:poppins;font-size:0.875rem;font-weight:700;z-index:15081;line-height:1;letter-spacing:0;top:11rem;left:42.5rem;height:0.875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ZMxyxVEJd6gT7gxo0kyeaTu2Z3wgALSW { box-sizing:content-box;height:5rem;width:11.25rem;position:absolute;display:block;z-index:15056;background-color:#cd1719;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:91.5rem;left:6.0625rem;display:block; }
#Z2QwEQKyt5GWo5xkpHblG5l7pkEfOisu { color:#ffffff;display:block;width:10rem;position:absolute;font-family:poppins;font-size:0.875rem;font-weight:700;z-index:15089;line-height:1;letter-spacing:0;top:95.375rem;left:6.6875rem;height:0.875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#xU23v8zJcxyyJTl5lG6keIXTD6Xb5esE { color:#ffffff;display:block;width:10.875rem;position:absolute;font-family:poppins;font-size:2.5rem;font-weight:700;z-index:15060;line-height:1;letter-spacing:0;top:92.75rem;left:6.25rem;height:2.5rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Q9w6AQsilUMEDB3XVe9Ri57eiOncibpd { color:#ffffff;display:block;width:10rem;position:absolute;font-family:poppins;font-size:0.875rem;font-weight:400;z-index:15088;line-height:1;letter-spacing:0;top:91.8125rem;left:6.75rem;height:0.875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#LPbGb3WntTBeoTxxGw3OHiK4TUDT8dPk { box-sizing:content-box;height:1.5625rem;width:11.25rem;position:absolute;display:block;z-index:15086;background-color:#f5a159;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:90rem;left:6.0625rem;display:block; }
#trbChI5A07eku2Fiip2E5zan1SSgT2XJ { color:#ffffff;display:block;width:10rem;position:absolute;font-family:poppins;font-size:0.875rem;font-weight:700;z-index:15087;line-height:1;letter-spacing:0;top:90.375rem;left:6.6875rem;height:0.875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#uoNBJxiLykLgXzPmzBrlWoM51HwBvn7K { box-sizing:content-box;height:5rem;width:11.25rem;position:absolute;display:block;z-index:15062;background-color:#cd1719;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:101.4375rem;left:55.625rem;display:block; }
#bgU7UIQ6dmymIWDQczaarmucBCigFaRR { color:#ffffff;display:block;width:10rem;position:absolute;font-family:poppins;font-size:0.875rem;font-weight:700;z-index:15095;line-height:1;letter-spacing:0;top:105.3125rem;left:56.25rem;height:0.875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ebTMpcUfKxzaHLlsVHLFIRSAo7FPKCFt { color:#ffffff;display:block;width:10.875rem;position:absolute;font-family:poppins;font-size:2.5rem;font-weight:700;z-index:15066;line-height:1;letter-spacing:0;top:102.6875rem;left:55.8125rem;height:2.5rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#u0tyhWp3vPvPbBDawRgzppWP4sQNh96A { color:#ffffff;display:block;width:10rem;position:absolute;font-family:poppins;font-size:0.875rem;font-weight:400;z-index:15094;line-height:1;letter-spacing:0;top:101.75rem;left:56.3125rem;height:0.875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#sK7Hsni2Pq11hAZOeKfUhzkcNvoEt6Dq { box-sizing:content-box;height:1.5625rem;width:11.25rem;position:absolute;display:block;z-index:15092;background-color:#f5a159;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:99.9375rem;left:55.625rem;display:block; }
#OFqPAu8WkPMeK5tTdOtcdZbm0ASzFJWE { color:#ffffff;display:block;width:10rem;position:absolute;font-family:poppins;font-size:0.875rem;font-weight:700;z-index:15093;line-height:1;letter-spacing:0;top:100.3125rem;left:56.25rem;height:0.875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#cKJEV7WbPrGQSys488zM5zuDgbTbzimc { position:relative;display:block; }#cKJEV7WbPrGQSys488zM5zuDgbTbzimc { background-color: transparent; background-image: none; }#cKJEV7WbPrGQSys488zM5zuDgbTbzimc::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cKJEV7WbPrGQSys488zM5zuDgbTbzimc > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cKJEV7WbPrGQSys488zM5zuDgbTbzimc > .row .container > .video-iframe-container { display: none; }#cKJEV7WbPrGQSys488zM5zuDgbTbzimc > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cKJEV7WbPrGQSys488zM5zuDgbTbzimc > .row > .video-iframe-container { display: none; }#cKJEV7WbPrGQSys488zM5zuDgbTbzimc > .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); }#cKJEV7WbPrGQSys488zM5zuDgbTbzimc { border-width: 0; border-radius: 0; }#cKJEV7WbPrGQSys488zM5zuDgbTbzimc > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#cKJEV7WbPrGQSys488zM5zuDgbTbzimc > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:11.25rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#ysocrrqZ5SyH3ornTz6STFVcP0K1Jq4Z { background-color:#a78c84;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:lato;font-size:1.5625rem;font-weight:700;font-style:normal;line-height:1;overflow:hidden;position:absolute;width:26.25rem;height:5rem;text-decoration:none;z-index:15001;text-align:center;text-align-last:center;top:3.125rem;left:24.375rem;display:block; }
#zOC3WoZRL1cb7HHk2vb6rnwT4uxEWMU1 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#F3HU27Gxb7aw9r5Ix3fFQxW7pP7wUawR { position:relative;display:block; }#F3HU27Gxb7aw9r5Ix3fFQxW7pP7wUawR { background-color: transparent; background-image: none; }#F3HU27Gxb7aw9r5Ix3fFQxW7pP7wUawR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#F3HU27Gxb7aw9r5Ix3fFQxW7pP7wUawR > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#F3HU27Gxb7aw9r5Ix3fFQxW7pP7wUawR > .row .container > .video-iframe-container { display: none; }#F3HU27Gxb7aw9r5Ix3fFQxW7pP7wUawR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#F3HU27Gxb7aw9r5Ix3fFQxW7pP7wUawR > .row > .video-iframe-container { display: none; }#F3HU27Gxb7aw9r5Ix3fFQxW7pP7wUawR > .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); }#F3HU27Gxb7aw9r5Ix3fFQxW7pP7wUawR { border-width: 0; border-radius: 0; }#F3HU27Gxb7aw9r5Ix3fFQxW7pP7wUawR > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#F3HU27Gxb7aw9r5Ix3fFQxW7pP7wUawR > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:103.4375rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#A2WBuPTFukWCnAzxLba2ke7xxdDRZtts { position:absolute;display:block;z-index:14998;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:42.5rem;width:68.75rem;top:43.6875rem;left:3.125rem;overflow:hidden;display:block; }
#FZgPb5TJB4enNV3xgrQ5usbF4RTk8Lxv { color:rgba(var(--color-tertiary-4),1);display:block;width:20rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:normal;z-index:15006;line-height:1.4;letter-spacing:0;top:88.0625rem;left:3.125rem;height:12.59375rem;display:block; }
#CyslNJSagqLTocQAOL1p7sKXSzlNZB3G { color:rgba(var(--color-tertiary-4),1);display:block;width:20rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:normal;z-index:15007;line-height:1.4;letter-spacing:0;top:3.125rem;left:3.125rem;height:23.6133125rem;display:block; }
#wQ1890bezd2FdmODNKvbA8fLtuGQWQkg { position:absolute;display:block;z-index:14999;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:37.4375rem;width:47.5rem;top:3.125rem;left:24.4375rem;overflow:hidden;display:block; }
#dTxwHyizRLL5H3LQUxZkTtSVa4J2oVgA { color:rgba(var(--color-tertiary-4),1);display:block;width:20rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:normal;z-index:15007;line-height:1.4;letter-spacing:0;top:88.0625rem;left:27.5rem;height:11.01953125rem;display:block; }
#F2rVrrXoaPCECTELs5TGZBKSuQqMAo2R { color:rgba(var(--color-tertiary-4),1);display:block;width:20rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:normal;z-index:15008;line-height:1.4;letter-spacing:0;top:88.0625rem;left:51.9375rem;height:7.87109375rem;display:block; }
#biVdMD4EOT6dTv1g6dXfFv0XOLblukpw { box-sizing:content-box;height:1.875rem;width:1.875rem;position:absolute;display:block;z-index:15025;background-color:#f5a159;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:10.375rem;left:59.4375rem;display:block; }
#wRUnkJPvScP6NqvbFzrWFqBvpCkA7heG { color:#ffffff;display:block;width:1.875rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:normal;z-index:15025;line-height:1.4;letter-spacing:0;top:10.5rem;left:59.4375rem;height:1.575rem;text-align:center;text-align-last:center;display:block; }
#lsPiJ3mhellT3TygMd9zApDz1ZtcTIJv { box-sizing:content-box;height:1.875rem;width:1.875rem;position:absolute;display:block;z-index:15027;background-color:#f5a159;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:12.8125rem;left:30.875rem;display:block; }
#KBN39awTOKnvc1rtsvv0paUiRREJ7CUQ { color:#ffffff;display:block;width:1.875rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:normal;z-index:15027;line-height:1.4;letter-spacing:0;top:12.9375rem;left:30.875rem;height:1.575rem;text-align:center;text-align-last:center;display:block; }
#H1woX6o5RTLx3xxZ7VIZEP3tW8bRtUKm { box-sizing:content-box;height:1.875rem;width:1.875rem;position:absolute;display:block;z-index:15029;background-color:#f5a159;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:68.25rem;left:36.5625rem;display:block; }
#wIUurk96DxbC7TOk89FJ2b73Ze7J5wB5 { color:#ffffff;display:block;width:1.875rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:normal;z-index:15029;line-height:1.4;letter-spacing:0;top:68.375rem;left:36.5625rem;height:1.575rem;text-align:center;text-align-last:center;display:block; }
#aPts8b9x9B0Q4UPO8FWoFt62pTdDU1xq { box-sizing:content-box;height:1.875rem;width:1.875rem;position:absolute;display:block;z-index:15031;background-color:#f5a159;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:54.1875rem;left:62.625rem;display:block; }
#WTktHTliuF3O2PccKzf79EsJMdHkIFmS { color:#ffffff;display:block;width:1.875rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:normal;z-index:15031;line-height:1.4;letter-spacing:0;top:54.3125rem;left:62.625rem;height:1.575rem;text-align:center;text-align-last:center;display:block; }
#DhU5TVe1Cky613uRRVQdNbH9e1lQs6Xt { box-sizing:content-box;height:1.875rem;width:1.875rem;position:absolute;display:block;z-index:15033;background-color:#f5a159;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:54.1875rem;left:16.5625rem;display:block; }
#br2KdzyBm6FHqUeu14Tp1gGP7ZnhSPc4 { color:#ffffff;display:block;width:1.875rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:normal;z-index:15033;line-height:1.4;letter-spacing:0;top:54.3125rem;left:16.5625rem;height:1.575rem;text-align:center;text-align-last:center;display:block; }
#SAIaEacgocB0fiIRh7ylkt1qfBq1DGH0 { position:absolute;display:block;z-index:15014;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:18.75rem;width:28.375rem;top:33.0625rem;left:12.5625rem;overflow:hidden;display:block; }
#WN7TJxG4spb00TvcvHG6GSXTsKa3IGVR { box-sizing:content-box;height:4.375rem;width:10rem;position:absolute;display:block;z-index:15032;background-color:#cd1719;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:7.875rem;left:30.875rem;display:block; }
#kge6LcTU7uzLDdAptKT8CsmXkEmpQLb7 { color:#ffffff;display:block;width:7.5rem;position:absolute;font-family:poppins;font-size:2.5rem;font-weight:700;z-index:15036;line-height:1;letter-spacing:0;top:8.8125rem;left:32.75rem;height:2.5rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#KIKEmnghs1i7MfawcTzkSAx4rwEiE67z { color:#ffffff;display:block;width:1.875rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:normal;z-index:15037;line-height:1.4;letter-spacing:0;top:9.712890625rem;left:31.1875rem;height:1.575rem;text-align:center;text-align-last:center;display:block; }
#Xrn9JsQo35nlOpDV5h9ekkCMy3Vk96iT { color:#ffffff;display:block;width:8.5625rem;position:absolute;font-family:poppins;font-size:2.5rem;font-weight:700;z-index:15038;line-height:1;letter-spacing:0;top:8.8125rem;left:62.6875rem;height:2.5rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#P9HPXhJc7mXp0oA5ZFkoxsF9KnayUiuD { box-sizing:content-box;height:4.375rem;width:10rem;position:absolute;display:block;z-index:15034;background-color:#cd1719;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:7.875rem;left:61.9375rem;display:block; }
#WvkcFQ7pxZv5VwVwqBoBeKRrO66X6JN3 { color:#000000;display:block;width:10rem;position:absolute;font-family:poppins;font-size:0.875rem;font-weight:700;z-index:15026;line-height:1.4;letter-spacing:0;top:12.4375rem;left:61.9375rem;height:1.2246125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#WnXUfuimIvHJag0aKU8tNJsvov4FBh2t { box-sizing:content-box;height:5rem;width:11.25rem;position:absolute;display:block;z-index:15068;background-color:#cd1719;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:35.625rem;left:3.125rem;display:block; }
#qdo3mQgplSzULZ2oT1Hl3Xea8NkylE8l { color:#ffffff;display:block;width:10rem;position:absolute;font-family:poppins;font-size:0.875rem;font-weight:700;z-index:15101;line-height:1;letter-spacing:0;top:39.5rem;left:3.75rem;height:0.875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#i2xbyqt7p3F6a6ruJgl1DddPJ44hscqb { color:#ffffff;display:block;width:10.875rem;position:absolute;font-family:poppins;font-size:2.5rem;font-weight:700;z-index:15072;line-height:1;letter-spacing:0;top:36.875rem;left:3.3125rem;height:2.5rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#HaVifS6oLGwfu9aTfzI9ORkm7DTUvxEt { color:#ffffff;display:block;width:10rem;position:absolute;font-family:poppins;font-size:0.875rem;font-weight:400;z-index:15100;line-height:1;letter-spacing:0;top:35.9375rem;left:3.8125rem;height:0.875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#bzD2rmUhgMn9UCONPuUy9Dr4ucmfOHHl { box-sizing:content-box;height:1.5625rem;width:11.25rem;position:absolute;display:block;z-index:15098;background-color:#f5a159;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:34.125rem;left:3.125rem;display:block; }
#qxO2foTxlTTawCXd18kvh5aisndovZib { color:#ffffff;display:block;width:10rem;position:absolute;font-family:poppins;font-size:0.875rem;font-weight:700;z-index:15099;line-height:1;letter-spacing:0;top:34.5rem;left:3.75rem;height:0.875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#GubTt00b2wiSfbhu2kdykTJNnsFi2Mxc { color:rgba(var(--color-tertiary-4),1);display:block;width:11.25rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:normal;z-index:15008;line-height:1.4;letter-spacing:0;top:30.375rem;left:3.125rem;height:3.1484375rem;display:block; }
#El8dcX9WxrBmByG62tzvsUVmlzDKGnHH { box-sizing:content-box;height:5rem;width:11.25rem;position:absolute;display:block;z-index:15074;background-color:#cd1719;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:51.125rem;left:4.75rem;display:block; }
#Dw5vyHi6TTqqhyMZX1t1n6VTZHu5AipR { color:#ffffff;display:block;width:10rem;position:absolute;font-family:poppins;font-size:0.875rem;font-weight:700;z-index:15107;line-height:1;letter-spacing:0;top:55rem;left:5.375rem;height:0.875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Kbx54BBZ7vshNhSxE24O1k7irziG5ImV { color:#ffffff;display:block;width:10.875rem;position:absolute;font-family:poppins;font-size:2.5rem;font-weight:700;z-index:15078;line-height:1;letter-spacing:0;top:52.375rem;left:4.9375rem;height:2.5rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#WIAssn5PudSUF1wEo9SM5TRVSBHJmucV { color:#ffffff;display:block;width:10rem;position:absolute;font-family:poppins;font-size:0.875rem;font-weight:400;z-index:15106;line-height:1;letter-spacing:0;top:51.4375rem;left:5.4375rem;height:0.875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#u1LKbs7LdxxXZ5ezIc8AKUuxCz1QTw7T { box-sizing:content-box;height:1.5625rem;width:11.25rem;position:absolute;display:block;z-index:15104;background-color:#f5a159;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:49.625rem;left:4.75rem;display:block; }
#RNlu08N1KGBD8HJPRewbVTWoqRoS29xz { color:#ffffff;display:block;width:10rem;position:absolute;font-family:poppins;font-size:0.875rem;font-weight:700;z-index:15105;line-height:1;letter-spacing:0;top:50rem;left:5.375rem;height:0.875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Cvs5Q45HUsmoPUXZmlbQ6D8rThMWPQf4 { position:relative;display:block; }#Cvs5Q45HUsmoPUXZmlbQ6D8rThMWPQf4 { background-color: transparent; background-image: none; }#Cvs5Q45HUsmoPUXZmlbQ6D8rThMWPQf4::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Cvs5Q45HUsmoPUXZmlbQ6D8rThMWPQf4 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Cvs5Q45HUsmoPUXZmlbQ6D8rThMWPQf4 > .row .container > .video-iframe-container { display: none; }#Cvs5Q45HUsmoPUXZmlbQ6D8rThMWPQf4 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Cvs5Q45HUsmoPUXZmlbQ6D8rThMWPQf4 > .row > .video-iframe-container { display: none; }#Cvs5Q45HUsmoPUXZmlbQ6D8rThMWPQf4 > .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); }#Cvs5Q45HUsmoPUXZmlbQ6D8rThMWPQf4 { border-width: 0; border-radius: 0; }#Cvs5Q45HUsmoPUXZmlbQ6D8rThMWPQf4 > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#Cvs5Q45HUsmoPUXZmlbQ6D8rThMWPQf4 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:115.5rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#ADfyCCdfUgX1KdlwCsiLXUiMuUPNmP64 { position:absolute;display:block;z-index:15001;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:30rem;width:47.5rem;top:3.125rem;left:3.125rem;overflow:hidden;display:block; }
#l6cGFLd9zIa3lTKfcTe0kUCKcoSa70oK { position:absolute;display:block;z-index:15002;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:18.875rem;width:17.5rem;top:15.716796875rem;left:56.625rem;overflow:hidden;display:block; }
#USQ1h4tLDHQ93R6OVUN80lkVBS79VtW5 { color:rgba(var(--color-tertiary-4),1);display:block;width:33.75rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:normal;z-index:15007;line-height:1.4;letter-spacing:0;top:35rem;left:38.1875rem;height:23.61328125rem;display:block; }
#pWLq5Be5aBUuQmJIZGEBpyykb8PclhFV { position:absolute;display:block;z-index:15003;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:22.4375rem;width:33.75rem;top:36.2373046875rem;left:3.125rem;overflow:hidden;display:block; }
#DZtK2xFEWPZF18I1GQtI9UWL8AubVydC { color:rgba(var(--color-tertiary-4),1);display:block;width:20rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:normal;z-index:15008;line-height:1.4;letter-spacing:0;top:3.125rem;left:52rem;height:12.59371875rem;display:block; }
#RGDcAiTWBtb5qFQtfX58LFRxFX7eurJW { position:absolute;display:block;z-index:15002;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:44.875rem;width:47.375rem;top:61.7373046875rem;left:24.4375rem;overflow:hidden;display:block; }
#ziIxIiCW8E8RIQZp1dlEoa350cPyzC6F { position:absolute;display:block;z-index:15007;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:10.125rem;width:32.3125rem;top:102.5rem;left:3.125rem;overflow:hidden;display:block; }
#mtCV0CdtggMTRhAfHb2p3FBB7CcdniJl { color:rgba(var(--color-tertiary-4),1);display:block;width:20rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:normal;z-index:15009;line-height:1.4;letter-spacing:0;top:61.75rem;left:3.125rem;height:9.44534375rem;display:block; }
#QLTyzxmxw1hCm1QVLF1apoIO0SMm6bTG { position:absolute;display:block;z-index:15009;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.25rem;width:6.25rem;top:72.4375rem;left:3.125rem;overflow:hidden;display:block; }
#DQAeF1c8FwmzDU9zGknKHqBaNHwdSSgI { color:rgba(var(--color-tertiary-4),1);display:block;width:13.125rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:normal;z-index:15012;line-height:1.4;letter-spacing:0;top:72.75rem;left:10.0625rem;height:5.59765625rem;text-align:left;text-align-last:left;display:block; }
#vlJvCURuM2Tg89BW52BvccxMZopCTfHQ { color:rgba(var(--color-tertiary-4),1);display:block;width:20rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:normal;z-index:15010;line-height:1.4;letter-spacing:0;top:80.0625rem;left:3.125rem;height:9.44534375rem;display:block; }
#pTbRTQW7PbwdTv7M1nRrga1TzKhRD2Nx { box-sizing:content-box;height:1.875rem;width:1.875rem;position:absolute;display:block;z-index:15035;background-color:#f5a159;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:27.5625rem;left:7.5625rem;display:block; }
#QTQM5Z6HEysfdsULIxXvseGWUPvRf9Dc { color:#ffffff;display:block;width:1.875rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:normal;z-index:15035;line-height:1.4;letter-spacing:0;top:27.6875rem;left:7.5625rem;height:1.575rem;text-align:center;text-align-last:center;display:block; }
#qg8fAgp9E6w2Da2OWouJMcNUGl1saFGb { box-sizing:content-box;height:1.875rem;width:1.875rem;position:absolute;display:block;z-index:15037;background-color:#f5a159;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:25.875rem;left:59.875rem;display:block; }
#gPOwlLd8vy4RUuArb8xQ2NRUDJtDGxK3 { color:#ffffff;display:block;width:1.875rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:normal;z-index:15037;line-height:1.4;letter-spacing:0;top:26rem;left:59.875rem;height:1.575rem;text-align:center;text-align-last:center;display:block; }
#c0nuyLmmQP6SKiAVfS9sBqtVHTuMaOTT { box-sizing:content-box;height:1.875rem;width:1.875rem;position:absolute;display:block;z-index:15039;background-color:#f5a159;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:25.75rem;left:44.0625rem;display:block; }
#XAXOC8r1EvPI036fS60NtX9QUplaAI1W { color:#ffffff;display:block;width:1.875rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:normal;z-index:15039;line-height:1.4;letter-spacing:0;top:25.875rem;left:44.0625rem;height:1.575rem;text-align:center;text-align-last:center;display:block; }
#vIliyNduqZ3FemOP5TfCFyi7QSsTXG3C { box-sizing:content-box;height:1.875rem;width:1.875rem;position:absolute;display:block;z-index:15041;background-color:#f5a159;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:54.75rem;left:19.0625rem;display:block; }
#AIg6aqEwQdC6iOeeyAPMM1lW2XvGqQhu { color:#ffffff;display:block;width:1.875rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:normal;z-index:15041;line-height:1.4;letter-spacing:0;top:54.875rem;left:19.0625rem;height:1.575rem;text-align:center;text-align-last:center;display:block; }
#H2VpdG2DPOpJhadevNzomOr0UUsCi7Ve { box-sizing:content-box;height:1.875rem;width:1.875rem;position:absolute;display:block;z-index:15043;background-color:#f5a159;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:7.8125rem;left:37rem;display:block; }
#t9TwdrmsoFNZaevxviUOoDGtq25Txn7s { color:#ffffff;display:block;width:1.875rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:normal;z-index:15043;line-height:1.4;letter-spacing:0;top:7.9375rem;left:37rem;height:1.575rem;text-align:center;text-align-last:center;display:block; }
#HdWGC4mG1U3v8qDKe5nPVa6cDbXPLQ0G { box-sizing:content-box;height:1.875rem;width:1.875rem;position:absolute;display:block;z-index:15045;background-color:#f5a159;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:69.5625rem;left:44.75rem;display:block; }
#spZLVokmXNsP8sUOpCkMGkzRtAfZE3Kb { color:#ffffff;display:block;width:1.875rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:normal;z-index:15045;line-height:1.4;letter-spacing:0;top:69.6875rem;left:44.75rem;height:1.575rem;text-align:center;text-align-last:center;display:block; }
#TZPW3JbXzNOVqUWUncEEETirfIqTTaq4 { box-sizing:content-box;height:1.875rem;width:1.875rem;position:absolute;display:block;z-index:15047;background-color:#f5a159;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:95.8125rem;left:47.1875rem;display:block; }
#ezIETwNpvN8Jgva1HBomldnpTR0re5Gl { color:#ffffff;display:block;width:1.875rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:normal;z-index:15047;line-height:1.4;letter-spacing:0;top:96rem;left:47.1875rem;height:1.575rem;text-align:center;text-align-last:center;display:block; }
#RbqFOJ475kiQZcoPxRgff6pqrbpwkMEv { color:#ffffff;display:block;width:8.5625rem;position:absolute;font-family:poppins;font-size:2.5rem;font-weight:700;z-index:15040;line-height:1;letter-spacing:0;top:24.375rem;left:50.0625rem;height:2.5rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#CFu2XycTPZV5OnaW7ORd0lxpxkMJ3Z9R { box-sizing:content-box;height:4.375rem;width:10rem;position:absolute;display:block;z-index:15036;background-color:#cd1719;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:23.4375rem;left:49.3125rem;display:block; }
#RyIlJSTrmvUTaOkHamWKGNVdWJIXtBQM { color:#ffffff;display:block;width:8.5625rem;position:absolute;font-family:poppins;font-size:2.5rem;font-weight:700;z-index:15042;line-height:1;letter-spacing:0;top:55.6875rem;left:22.3125rem;height:2.5rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#O24J5H3mkA54VqWL9u48dXiFifXlPSJm { box-sizing:content-box;height:4.375rem;width:10rem;position:absolute;display:block;z-index:15038;background-color:#cd1719;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:54.75rem;left:21.5625rem;display:block; }
#niZ4fvFvoVyUfaTOsZ8Rf74PU6W1nzUJ { box-sizing:content-box;height:4.375rem;width:11.25rem;position:absolute;display:block;z-index:15032;background-color:#cd1719;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:64.625rem;left:44.75rem;display:block; }
#S6R2izJFp6x7zfi5z1uq6FI1sTWT3BpR { color:#ffffff;display:block;width:10.9375rem;position:absolute;font-family:poppins;font-size:2.5rem;font-weight:700;z-index:15036;line-height:1;letter-spacing:0;top:65.5625rem;left:44.9375rem;height:2.5rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#SeqduBIsa2zv0AMeEAoQglLQsghuPPO6 { box-sizing:content-box;height:4.375rem;width:10rem;position:absolute;display:block;z-index:15035;background-color:#cd1719;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:95.75rem;left:49.6875rem;display:block; }
#fzkVzDBgIwcxtaRlgazFXUlkponS2KiT { color:#ffffff;display:block;width:1.875rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:normal;z-index:15040;line-height:1.4;letter-spacing:0;top:97.5625rem;left:49.875rem;height:1.575rem;text-align:center;text-align-last:center;display:block; }
#UxmKeoZ8VVXQggdNXTAdUO8bQnKrSLWT { color:#ffffff;display:block;width:7.6875rem;position:absolute;font-family:poppins;font-size:2.5rem;font-weight:700;z-index:15039;line-height:1;letter-spacing:0;top:96.6875rem;left:51.5625rem;height:2.5rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#E1gy3CEf5b22MuaoPyJJVLPOHsBSaWfL { box-sizing:content-box;height:5rem;width:11.25rem;position:absolute;display:block;z-index:15080;background-color:#cd1719;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:4.625rem;left:39.4375rem;display:block; }
#AMT4TOHEaLFxCwmNwAh8Ad4QFTnI5l27 { box-sizing:content-box;height:1.5625rem;width:11.25rem;position:absolute;display:block;z-index:15110;background-color:#f5a159;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:3.125rem;left:39.4375rem;display:block; }
#ALZMT2nIdetSc0pKQk7H2LOTMNNoN3C7 { color:#ffffff;display:block;width:10.875rem;position:absolute;font-family:poppins;font-size:2.5rem;font-weight:700;z-index:15084;line-height:1;letter-spacing:0;top:5.875rem;left:39.625rem;height:2.5rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Nr12M57hETA9gUSh0mHdhrCw3XST0i5I { color:#ffffff;display:block;width:10rem;position:absolute;font-family:poppins;font-size:0.875rem;font-weight:400;z-index:15112;line-height:1;letter-spacing:0;top:4.9375rem;left:40.125rem;height:0.875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#vuWMJhdai67fg5lMdV5P230csQ5VztPT { color:#ffffff;display:block;width:10rem;position:absolute;font-family:poppins;font-size:0.875rem;font-weight:700;z-index:15111;line-height:1;letter-spacing:0;top:3.5rem;left:40.0625rem;height:0.875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#uoGgVO4HLfkTlphduz4M8PekkzNCBX6N { color:#ffffff;display:block;width:10rem;position:absolute;font-family:poppins;font-size:0.875rem;font-weight:700;z-index:15113;line-height:1;letter-spacing:0;top:8.5rem;left:40.0625rem;height:0.875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#oraZbfzXuD6JKiDgIBTWmoHUZEIATvp3 { box-sizing:content-box;height:5rem;width:11.25rem;position:absolute;display:block;z-index:15086;background-color:#cd1719;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:96.5625rem;left:3.125rem;display:block; }
#NEqnkeryJ2Th4x3ynabyf5o4HiDtwASb { box-sizing:content-box;height:1.5625rem;width:11.25rem;position:absolute;display:block;z-index:15116;background-color:#f5a159;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:95.0625rem;left:3.125rem;display:block; }
#fkQvhwkfnDhTdZonHIHbx5hHod1lp0hL { color:#ffffff;display:block;width:10.875rem;position:absolute;font-family:poppins;font-size:2.5rem;font-weight:700;z-index:15090;line-height:1;letter-spacing:0;top:97.8125rem;left:3.3125rem;height:2.5rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#qXm6N7n872cM3Gg0XZdTrlZZIAu9CJyw { color:#ffffff;display:block;width:10rem;position:absolute;font-family:poppins;font-size:0.875rem;font-weight:400;z-index:15118;line-height:1;letter-spacing:0;top:96.875rem;left:3.8125rem;height:0.875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#rfyzcsG0VSfvtGxbaDZzC6NO49D211X7 { color:#ffffff;display:block;width:10rem;position:absolute;font-family:poppins;font-size:0.875rem;font-weight:700;z-index:15117;line-height:1;letter-spacing:0;top:95.4375rem;left:3.75rem;height:0.875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Th0oaOVRTOOUHdtXGMeUqcflqRwiQ2lb { color:#ffffff;display:block;width:10rem;position:absolute;font-family:poppins;font-size:0.875rem;font-weight:700;z-index:15119;line-height:1;letter-spacing:0;top:100.4375rem;left:3.75rem;height:0.875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#eR1Ta2biRC7tPwMDC5ho8QfDrDFfn34P { color:rgba(var(--color-tertiary-4),1);display:block;width:11.25rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:normal;z-index:15009;line-height:1.4;letter-spacing:0;top:91.375rem;left:3.125rem;height:3.1484375rem;display:block; }
#oaisitT7M5PrEUGhx8AyPretWpk8fv8z { position:relative;display:block; }#oaisitT7M5PrEUGhx8AyPretWpk8fv8z { background-color: transparent; background-image: none; }#oaisitT7M5PrEUGhx8AyPretWpk8fv8z::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oaisitT7M5PrEUGhx8AyPretWpk8fv8z > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oaisitT7M5PrEUGhx8AyPretWpk8fv8z > .row .container > .video-iframe-container { display: none; }#oaisitT7M5PrEUGhx8AyPretWpk8fv8z > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oaisitT7M5PrEUGhx8AyPretWpk8fv8z > .row > .video-iframe-container { display: none; }#oaisitT7M5PrEUGhx8AyPretWpk8fv8z > .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); }#oaisitT7M5PrEUGhx8AyPretWpk8fv8z { border-width: 0; border-radius: 0; }#oaisitT7M5PrEUGhx8AyPretWpk8fv8z > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#oaisitT7M5PrEUGhx8AyPretWpk8fv8z > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:11.25rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#fZBfgHHZEDonfsRqXIBaGDgF91nGa1Gh { background-color:#a78c84;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:lato;font-size:1.5625rem;font-weight:700;font-style:normal;line-height:1;overflow:hidden;position:absolute;width:26.25rem;height:5rem;text-decoration:none;z-index:15001;text-align:center;text-align-last:center;top:3.125rem;left:24.375rem;display:block; }
#D4kLU1Puf8aoa0Vylqix03VTZmG0NDq6 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#NGB97CoOx5WS3MaNbmlRgrRmr0kL4dl5 { position:relative;display:block; }#NGB97CoOx5WS3MaNbmlRgrRmr0kL4dl5 { background-color: transparent; background-image: none; }#NGB97CoOx5WS3MaNbmlRgrRmr0kL4dl5::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NGB97CoOx5WS3MaNbmlRgrRmr0kL4dl5 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NGB97CoOx5WS3MaNbmlRgrRmr0kL4dl5 > .row .container > .video-iframe-container { display: none; }#NGB97CoOx5WS3MaNbmlRgrRmr0kL4dl5 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NGB97CoOx5WS3MaNbmlRgrRmr0kL4dl5 > .row > .video-iframe-container { display: none; }#NGB97CoOx5WS3MaNbmlRgrRmr0kL4dl5 > .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); }#NGB97CoOx5WS3MaNbmlRgrRmr0kL4dl5 { border-width: 0; border-radius: 0; }#NGB97CoOx5WS3MaNbmlRgrRmr0kL4dl5 > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#NGB97CoOx5WS3MaNbmlRgrRmr0kL4dl5 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:68.8125rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#u4L36OLnRKWRhCMmV9lwPEhlR8Z00pMO { position:absolute;display:block;z-index:14998;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:49.875rem;width:68.75rem;top:3.125rem;left:3.125rem;overflow:hidden;display:block; }
#E4CcupDHswMzUK1n2VPEOxX6eMSiN2um { color:rgba(var(--color-tertiary-4),1);display:block;width:33.75rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:normal;z-index:15006;line-height:1.4;letter-spacing:0;top:54.875rem;left:3.125rem;height:11.01953125rem;display:block; }
#bv0WnDTcMrzwz6tXSqyVO6zuZsWEiNfR { box-sizing:content-box;height:1.875rem;width:1.875rem;position:absolute;display:block;z-index:15049;background-color:#f5a159;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:16.5625rem;left:42.875rem;display:block; }
#QCpNTRfi95vM1qVHVfZszsAdLswGazBu { color:#ffffff;display:block;width:1.875rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:normal;z-index:15049;line-height:1.4;letter-spacing:0;top:16.6875rem;left:42.875rem;height:1.575rem;text-align:center;text-align-last:center;display:block; }
#IPqXrTsQLZV9q7EtsmVpSzuuWsdEcKMH { position:absolute;display:block;z-index:15015;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:18.75rem;width:28.375rem;top:48.1875rem;left:43.5625rem;overflow:hidden;display:block; }
#HDW0ygZLAkafISIz5e3lgXJeU5nvt6H1 { box-sizing:content-box;height:5rem;width:11.25rem;position:absolute;display:block;z-index:15092;background-color:#cd1719;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:18.0625rem;left:45.375rem;display:block; }
#EkOWof5n5T5TtVVP0XppdLkr2J8b7iHb { box-sizing:content-box;height:1.5625rem;width:11.25rem;position:absolute;display:block;z-index:15122;background-color:#f5a159;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:16.5625rem;left:45.375rem;display:block; }
#sGovsby4tTGHev4l6TrCHtXFEC7tgHWd { color:#ffffff;display:block;width:10.875rem;position:absolute;font-family:poppins;font-size:2.5rem;font-weight:700;z-index:15096;line-height:1;letter-spacing:0;top:19.3125rem;left:45.5625rem;height:2.5rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#fNp9OLdMunOtuCIyE3iGT6NelpMNwXus { color:#ffffff;display:block;width:10rem;position:absolute;font-family:poppins;font-size:0.875rem;font-weight:400;z-index:15124;line-height:1;letter-spacing:0;top:18.375rem;left:46.0625rem;height:0.875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#mNSk0rAAgRofQATLzfivRpIvVVWPBonq { color:#ffffff;display:block;width:10rem;position:absolute;font-family:poppins;font-size:0.875rem;font-weight:700;z-index:15123;line-height:1;letter-spacing:0;top:16.9375rem;left:46rem;height:0.875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#CiyuFqIwo5ZEnDltUyAt0EKbzVGcI7UT { color:#ffffff;display:block;width:10rem;position:absolute;font-family:poppins;font-size:0.875rem;font-weight:700;z-index:15125;line-height:1;letter-spacing:0;top:21.9375rem;left:46rem;height:0.875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#oapuin6QTo2PpDd7Wgfbh074tyvHQr4R { position:relative;display:block; }#oapuin6QTo2PpDd7Wgfbh074tyvHQr4R { background-color: transparent; background-image: none; }#oapuin6QTo2PpDd7Wgfbh074tyvHQr4R::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oapuin6QTo2PpDd7Wgfbh074tyvHQr4R > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oapuin6QTo2PpDd7Wgfbh074tyvHQr4R > .row .container > .video-iframe-container { display: none; }#oapuin6QTo2PpDd7Wgfbh074tyvHQr4R > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oapuin6QTo2PpDd7Wgfbh074tyvHQr4R > .row > .video-iframe-container { display: none; }#oapuin6QTo2PpDd7Wgfbh074tyvHQr4R > .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); }#oapuin6QTo2PpDd7Wgfbh074tyvHQr4R { border-width: 0; border-radius: 0; }#oapuin6QTo2PpDd7Wgfbh074tyvHQr4R > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#oapuin6QTo2PpDd7Wgfbh074tyvHQr4R > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:112.5625rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#ZiW2wRcHyVJycla5wR1n1iueLUgbpNz4 { position:absolute;display:block;z-index:14998;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:44.9375rem;width:68.75rem;top:3.125rem;left:3.125rem;overflow:hidden;display:block; }
#u8VAzJx1bLyJQwH2BUGJGWAXn8HMDPgT { color:rgba(var(--color-tertiary-4),1);display:block;width:68.75rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:normal;z-index:15006;line-height:1.4;letter-spacing:0;top:49.9375rem;left:3.125rem;height:14.168rem;display:block; }
#ufd5ieFfGAWmcVriTswUEfot8l33DVDE { position:absolute;display:block;z-index:15001;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:33.75rem;width:47.5rem;top:67.25rem;left:3.125rem;overflow:hidden;display:block; }
#aifP0u1oJuTALoJ5UTWT24mf2TZS58ds { color:rgba(var(--color-tertiary-4),1);display:block;width:20rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:normal;z-index:15007;line-height:1.4;letter-spacing:0;top:67.25rem;left:51.9375rem;height:36.20709375rem;display:block; }
#gZEOVwOsGEyzJgUNGqmdNLsVUZ7KrXIo { position:absolute;display:block;z-index:15008;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:10.125rem;width:32.3125rem;top:98.6875rem;left:19.75rem;overflow:hidden;display:block; }
#XuF33fffhfPmpnbbceiE060B82QaAtiz { box-sizing:content-box;height:1.875rem;width:1.875rem;position:absolute;display:block;z-index:15051;background-color:#f5a159;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:4.875rem;left:32.5rem;display:block; }
#ECvlDyeHC8N2AD4hGNFhKIy5xPEymwJ4 { color:#ffffff;display:block;width:1.875rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:normal;z-index:15051;line-height:1.4;letter-spacing:0;top:5rem;left:32.5rem;height:1.575rem;text-align:center;text-align-last:center;display:block; }
#vROLdzlJRlWf4riA2yArJfmDfhstDLyc { box-sizing:content-box;height:1.875rem;width:1.875rem;position:absolute;display:block;z-index:15053;background-color:#f5a159;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:34.9375rem;left:66.875rem;display:block; }
#RNE8la62Hl33PG7PGUGltmMFQ5JfgE3y { color:#ffffff;display:block;width:1.875rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:normal;z-index:15053;line-height:1.4;letter-spacing:0;top:35.0625rem;left:66.875rem;height:1.575rem;text-align:center;text-align-last:center;display:block; }
#KEQx2EeC3s4QDPNAZDl1bGtuEaxOIeWu { box-sizing:content-box;height:1.875rem;width:1.875rem;position:absolute;display:block;z-index:15055;background-color:#f5a159;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:36.8125rem;left:39.75rem;display:block; }
#lHcVZXoVJg1OFvQ0ei5BaoIBOoO9HGbo { color:#ffffff;display:block;width:1.875rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:normal;z-index:15055;line-height:1.4;letter-spacing:0;top:36.9375rem;left:39.75rem;height:1.575rem;text-align:center;text-align-last:center;display:block; }
#auHMI8oEKZrWzac4R1XeHuZZaSgRyVNS { box-sizing:content-box;height:1.875rem;width:1.875rem;position:absolute;display:block;z-index:15057;background-color:#f5a159;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:70.625rem;left:30.6875rem;display:block; }
#sRGIcHo1CbKOpGZw8CxESTT5HceEww1q { color:#ffffff;display:block;width:1.875rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:normal;z-index:15057;line-height:1.4;letter-spacing:0;top:70.75rem;left:30.6875rem;height:1.575rem;text-align:center;text-align-last:center;display:block; }
#vOuV1BD46Hzik2Das7ATE9ZaDI3yG0wK { box-sizing:content-box;height:5rem;width:11.25rem;position:absolute;display:block;z-index:15098;background-color:#cd1719;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:6.375rem;left:35rem;display:block; }
#yr3B9aZDCdz3T9p3Bxv3TuF7DTc0E64m { box-sizing:content-box;height:1.5625rem;width:11.25rem;position:absolute;display:block;z-index:15128;background-color:#f5a159;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:4.875rem;left:35rem;display:block; }
#aOoifSOdrtJXr8OPcysvSSzUz04TZi3R { color:#ffffff;display:block;width:10.875rem;position:absolute;font-family:poppins;font-size:2.5rem;font-weight:700;z-index:15102;line-height:1;letter-spacing:0;top:7.625rem;left:35.1875rem;height:2.5rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#AIvSZiNheQpLHhxQfyhZemak2KanrDmW { color:#ffffff;display:block;width:10rem;position:absolute;font-family:poppins;font-size:0.875rem;font-weight:400;z-index:15130;line-height:1;letter-spacing:0;top:6.6875rem;left:35.6875rem;height:0.875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#TK20bCZUbvTcmgHTWPoufA18qIGo6fF9 { color:#ffffff;display:block;width:10rem;position:absolute;font-family:poppins;font-size:0.875rem;font-weight:700;z-index:15129;line-height:1;letter-spacing:0;top:5.25rem;left:35.625rem;height:0.875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#NMHSGaiVxXTlaonD5GzBEOOlgmrEu8fb { color:#ffffff;display:block;width:10rem;position:absolute;font-family:poppins;font-size:0.875rem;font-weight:700;z-index:15131;line-height:1;letter-spacing:0;top:10.25rem;left:35.625rem;height:0.875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#GmtFRbhNvhzRoS9qNQBrtpGAq1l3XKGI { color:#000000;display:block;width:10rem;position:absolute;font-family:poppins;font-size:0.875rem;font-weight:700;z-index:15027;line-height:1.4;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem #ffffff;top:11.6875rem;left:35rem;height:1.2246125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#n5UztnTtpUEoDuXvTPPL1Q8NNMoSeR9w { box-sizing:content-box;height:1.5625rem;width:11.25rem;position:absolute;display:block;z-index:15134;background-color:#f5a159;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:36.8125rem;left:42.25rem;display:block; }
#ceeRJdXyehZmWzMmiILktK72PRbAFt63 { color:#ffffff;display:block;width:10rem;position:absolute;font-family:poppins;font-size:0.875rem;font-weight:700;z-index:15135;line-height:1;letter-spacing:0;top:37.1875rem;left:42.875rem;height:0.875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#bxSOf6fAZn5Af9Kmw6NrIAUw288vGyLZ { box-sizing:content-box;height:5rem;width:11.25rem;position:absolute;display:block;z-index:15104;background-color:#cd1719;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:38.3125rem;left:42.25rem;display:block; }
#ZDTW1i00ELpCgdUtwq9nQkt7mktB00fK { color:#ffffff;display:block;width:10rem;position:absolute;font-family:poppins;font-size:0.875rem;font-weight:400;z-index:15136;line-height:1;letter-spacing:0;top:38.625rem;left:42.9375rem;height:0.875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Vy879DXRzIlaJk65vIuR0OuJMgBOA8Rc { color:#ffffff;display:block;width:10.875rem;position:absolute;font-family:poppins;font-size:2.5rem;font-weight:700;z-index:15108;line-height:1;letter-spacing:0;top:39.5625rem;left:42.4375rem;height:2.5rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#T9xFS1EhhBLSk9wcMiJwLh9g8PMJioZo { color:#ffffff;display:block;width:10rem;position:absolute;font-family:poppins;font-size:0.875rem;font-weight:700;z-index:15137;line-height:1;letter-spacing:0;top:42.1875rem;left:42.875rem;height:0.875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#rMgkiPnZUHdRPvlLIMOINek8S0uEc4ig { box-sizing:content-box;height:1.5625rem;width:11.25rem;position:absolute;display:block;z-index:15140;background-color:#f5a159;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:70.625rem;left:33.125rem;display:block; }
#JqK8rO1UMaEEQBEy5blcNgaLrTXQf4Pc { color:#ffffff;display:block;width:10rem;position:absolute;font-family:poppins;font-size:0.875rem;font-weight:700;z-index:15141;line-height:1;letter-spacing:0;top:71rem;left:33.75rem;height:0.875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#KZCy2XxMUCXXp4bOhdGzlV1XJAbevodh { box-sizing:content-box;height:5rem;width:11.25rem;position:absolute;display:block;z-index:15110;background-color:#cd1719;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:72.125rem;left:33.125rem;display:block; }
#gLOXAFo2G9CnG5xBbF0hWs7ZToxUIm9o { color:#ffffff;display:block;width:10rem;position:absolute;font-family:poppins;font-size:0.875rem;font-weight:400;z-index:15142;line-height:1;letter-spacing:0;top:72.4375rem;left:33.8125rem;height:0.875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#CbCmqsI0FImLTsA5nZWrCTToUB7cKwtZ { color:#ffffff;display:block;width:10.875rem;position:absolute;font-family:poppins;font-size:2.5rem;font-weight:700;z-index:15114;line-height:1;letter-spacing:0;top:73.375rem;left:33.3125rem;height:2.5rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#MitzQiwCtaty4aHnR8VS581hCKmcJ9e5 { color:#ffffff;display:block;width:10rem;position:absolute;font-family:poppins;font-size:0.875rem;font-weight:700;z-index:15143;line-height:1;letter-spacing:0;top:76rem;left:33.75rem;height:0.875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Pwu3dlMuGf44asvCKzm43TFRZUfaN2P6 { position:relative;display:block; }#Pwu3dlMuGf44asvCKzm43TFRZUfaN2P6 { background-color: transparent; background-image: none; }#Pwu3dlMuGf44asvCKzm43TFRZUfaN2P6::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Pwu3dlMuGf44asvCKzm43TFRZUfaN2P6 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Pwu3dlMuGf44asvCKzm43TFRZUfaN2P6 > .row .container > .video-iframe-container { display: none; }#Pwu3dlMuGf44asvCKzm43TFRZUfaN2P6 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Pwu3dlMuGf44asvCKzm43TFRZUfaN2P6 > .row > .video-iframe-container { display: none; }#Pwu3dlMuGf44asvCKzm43TFRZUfaN2P6 > .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); }#Pwu3dlMuGf44asvCKzm43TFRZUfaN2P6 { border-width: 0; border-radius: 0; }#Pwu3dlMuGf44asvCKzm43TFRZUfaN2P6 > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#Pwu3dlMuGf44asvCKzm43TFRZUfaN2P6 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:11.25rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#VNTWdPCCqdHx071oxVBJ6XDSH69tbBLg { background-color:#a78c84;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:lato;font-size:1.5625rem;font-weight:700;font-style:normal;line-height:1;overflow:hidden;position:absolute;width:26.25rem;height:5rem;text-decoration:none;z-index:15001;text-align:center;text-align-last:center;top:3.125rem;left:24.375rem;display:block; }
#FvCJaDRGVG94llOSvFKoi4c7re0dRPK7 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#hyUUBQJhP2iQWH7MSsSxzfB3V9x0ztLJ { position:relative;display:block; }#hyUUBQJhP2iQWH7MSsSxzfB3V9x0ztLJ { background-color: transparent; background-image: none; }#hyUUBQJhP2iQWH7MSsSxzfB3V9x0ztLJ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hyUUBQJhP2iQWH7MSsSxzfB3V9x0ztLJ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hyUUBQJhP2iQWH7MSsSxzfB3V9x0ztLJ > .row .container > .video-iframe-container { display: none; }#hyUUBQJhP2iQWH7MSsSxzfB3V9x0ztLJ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hyUUBQJhP2iQWH7MSsSxzfB3V9x0ztLJ > .row > .video-iframe-container { display: none; }#hyUUBQJhP2iQWH7MSsSxzfB3V9x0ztLJ > .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); }#hyUUBQJhP2iQWH7MSsSxzfB3V9x0ztLJ { border-width: 0; border-radius: 0; }#hyUUBQJhP2iQWH7MSsSxzfB3V9x0ztLJ > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#hyUUBQJhP2iQWH7MSsSxzfB3V9x0ztLJ > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:108.8125rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#pK1FiDapHQ2zlxmT9bscFzz7LbgCUoWy { position:absolute;display:block;z-index:14998;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:49.875rem;width:68.75rem;top:3.125rem;left:3.125rem;overflow:hidden;display:block; }
#drSB6GwCktnkgW8NDETrTNJh4msHfmCq { color:rgba(var(--color-tertiary-4),1);display:block;width:33.75rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:normal;z-index:15006;line-height:1.4;letter-spacing:0;top:54.875rem;left:3.125rem;height:25.18746875rem;display:block; }
#QF7pCWABgwtRLsdUyTBv1J9g3WElQVr2 { position:absolute;display:block;z-index:15001;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:28.0625rem;width:47.5rem;top:80.671875rem;left:3.125rem;overflow:hidden;display:block; }
#dydBsMJ8hJzJOEXcyiPlIr3kfOLEO9r2 { position:absolute;display:block;z-index:15002;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:18.75rem;width:25.875rem;top:68.484375rem;left:46rem;overflow:hidden;display:block; }
#lSpsc9mNGq7RAIyVI62D4ciKtz2DIa1m { color:rgba(var(--color-tertiary-4),1);display:block;width:20rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:normal;z-index:15007;line-height:1.4;letter-spacing:0;top:89.109375rem;left:51.9375rem;height:7.87109375rem;display:block; }
#plmnqNNITuuyvoVXLtErDke7ozTdST6u { box-sizing:content-box;height:1.875rem;width:1.875rem;position:absolute;display:block;z-index:15059;background-color:#f5a159;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:43rem;left:21.9375rem;display:block; }
#wpbqF6oodQ4ae5pgEUc9AXePK31xz48M { color:#ffffff;display:block;width:1.875rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:normal;z-index:15059;line-height:1.4;letter-spacing:0;top:43.125rem;left:21.9375rem;height:1.575rem;text-align:center;text-align-last:center;display:block; }
#HpqT0btbAGDpstQDTBWSVoI73ELB2TOT { box-sizing:content-box;height:1.875rem;width:1.875rem;position:absolute;display:block;z-index:15061;background-color:#f5a159;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:80.6875rem;left:29rem;display:block; }
#QAPg9WmQz0pNqZ9uLOOQsJeJQJO4uhw1 { color:#ffffff;display:block;width:1.875rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:normal;z-index:15061;line-height:1.4;letter-spacing:0;top:80.8125rem;left:29rem;height:1.575rem;text-align:center;text-align-last:center;display:block; }
#rmvNiB1FJXTEbktPbZzgE88ZqWFSgF2T { box-sizing:content-box;height:1.875rem;width:1.875rem;position:absolute;display:block;z-index:15063;background-color:#f5a159;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:67.25rem;left:67rem;display:block; }
#vREVvgQR0pk8ybyDE2PqHHBhKKBB0pHG { color:#ffffff;display:block;width:1.875rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:normal;z-index:15063;line-height:1.4;letter-spacing:0;top:67.375rem;left:67rem;height:1.575rem;text-align:center;text-align-last:center;display:block; }
#BJToE80HG3V1IyRtyooPfMwvnIdhXi9R { position:absolute;display:block;z-index:15016;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:18.75rem;width:28.375rem;top:48.25rem;left:43.5625rem;overflow:hidden;display:block; }
#Nl4XFykdmi72EIB6z4n3GMqDsmpB2SwK { color:#ffffff;display:block;width:10rem;position:absolute;font-family:poppins;font-size:0.875rem;font-weight:700;z-index:15027;line-height:1.4;letter-spacing:0;top:49.75rem;left:24.4375rem;height:1.2246125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#XHsrTf8leixTpEIrAfdeq9VabhIxwpAa { box-sizing:content-box;height:4.375rem;width:10rem;position:absolute;display:block;z-index:15040;background-color:#cd1719;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:80.6875rem;left:31.5rem;display:block; }
#eSy6ULg96tMt6nnMVce1FXOIVXVcMUB4 { color:#ffffff;display:block;width:8.5625rem;position:absolute;font-family:poppins;font-size:2.5rem;font-weight:700;z-index:15044;line-height:1;letter-spacing:0;top:81.625rem;left:32.25rem;height:2.5rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ly4JenGC4RV9QEmgaveoWbfc33yeTAPE { box-sizing:content-box;height:1.5625rem;width:11.25rem;position:absolute;display:block;z-index:15146;background-color:#f5a159;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:43rem;left:24.4375rem;display:block; }
#RP9nyNmRSfFRwgluDpavtrGGCktE5s8i { color:#ffffff;display:block;width:10rem;position:absolute;font-family:poppins;font-size:0.875rem;font-weight:700;z-index:15147;line-height:1;letter-spacing:0;top:43.375rem;left:25.0625rem;height:0.875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#VrTMgCKuQIhEm1gWGx8vt60DyJElzN91 { box-sizing:content-box;height:5rem;width:11.25rem;position:absolute;display:block;z-index:15116;background-color:#cd1719;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:44.5rem;left:24.4375rem;display:block; }
#MNZGWBnhi7ChFJDeTMWUakS74ruLz2wT { color:#ffffff;display:block;width:10rem;position:absolute;font-family:poppins;font-size:0.875rem;font-weight:400;z-index:15148;line-height:1;letter-spacing:0;top:44.8125rem;left:25.125rem;height:0.875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#G8laVrbQlAookbGf1m9OoB2yr51VO6Ea { color:#ffffff;display:block;width:10.875rem;position:absolute;font-family:poppins;font-size:2.5rem;font-weight:700;z-index:15120;line-height:1;letter-spacing:0;top:45.75rem;left:24.625rem;height:2.5rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#uTEzzrXmUBmlqS8Ipwme9DOZnTnaImtS { color:#ffffff;display:block;width:10rem;position:absolute;font-family:poppins;font-size:0.875rem;font-weight:700;z-index:15149;line-height:1;letter-spacing:0;top:48.375rem;left:25.0625rem;height:0.875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#so7yPu1TSP3x1FDS8U22u3fiTQd5dSfS { position:relative;display:block; }#so7yPu1TSP3x1FDS8U22u3fiTQd5dSfS { background-color: transparent; background-image: none; }#so7yPu1TSP3x1FDS8U22u3fiTQd5dSfS::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#so7yPu1TSP3x1FDS8U22u3fiTQd5dSfS > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#so7yPu1TSP3x1FDS8U22u3fiTQd5dSfS > .row .container > .video-iframe-container { display: none; }#so7yPu1TSP3x1FDS8U22u3fiTQd5dSfS > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#so7yPu1TSP3x1FDS8U22u3fiTQd5dSfS > .row > .video-iframe-container { display: none; }#so7yPu1TSP3x1FDS8U22u3fiTQd5dSfS > .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); }#so7yPu1TSP3x1FDS8U22u3fiTQd5dSfS { border-width: 0; border-radius: 0; }#so7yPu1TSP3x1FDS8U22u3fiTQd5dSfS > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#so7yPu1TSP3x1FDS8U22u3fiTQd5dSfS > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:105.9375rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#owTTfVcE9IXfAyHK7gaq5odABy80miTN { position:absolute;display:block;z-index:14998;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:43.6875rem;width:68.75rem;top:3.125rem;left:3.125rem;overflow:hidden;display:block; }
#rwwFBsL948GiCnXwL9TJdm4ev7ZGbyuJ { color:rgba(var(--color-tertiary-4),1);display:block;width:33.75rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:normal;z-index:15006;line-height:1.4;letter-spacing:0;top:48.6875rem;left:3.125rem;height:7.87109375rem;display:block; }
#KQuukwvdiZQKZ8xUulGoJB4mx2VrJK0v { position:absolute;display:block;z-index:15001;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:43.125rem;width:68.75rem;top:59.6875rem;left:3.125rem;overflow:hidden;display:block; }
#tmiTDgCFImU2NwsugOkIouHVqnsFF0pt { position:absolute;display:block;z-index:15006;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:10.125rem;width:32.3125rem;top:43.859375rem;left:38.1875rem;overflow:hidden;display:block; }
#S66hnCBpKA7go3pzexTfMa73nM0Aw9pJ { color:rgba(var(--color-tertiary-4),1);display:block;width:17.9375rem;position:absolute;font-family:poppins;font-size:2.8125rem;font-weight:normal;z-index:15010;line-height:1;letter-spacing:0;top:61.6875rem;left:32.8125rem;height:5.625rem;display:block; }
#ytccv7Tg5wkTt02zc48qTJkmV1V0hq6m { box-sizing:content-box;height:43.125rem;width:32.4375rem;position:absolute;display:block;z-index:15008;background-color:transparent;background-image: -webkit-linear-gradient(90deg, rgba(0,0,0,0), rgba(255,255,255,0.8));background-image: -moz-linear-gradient(90deg, rgba(0,0,0,0), rgba(255,255,255,0.8));background-image: -ms-linear-gradient(90deg, rgba(0,0,0,0), rgba(255,255,255,0.8));background-image: -o-linear-gradient(90deg, rgba(0,0,0,0), rgba(255,255,255,0.8));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#ffffffcc' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#ffffffcc' );";background-image: linear-gradient(90deg, rgba(0,0,0,0), rgba(255,255,255,0.8));background-size:auto !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:59.6875rem;left:39.5rem;display:block; }
#I09zeb9MTFi5ZrfN8U2P2ExeKQyTccnB { color:rgba(var(--color-tertiary-4),1);display:block;width:27.25rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:normal;z-index:15008;line-height:1.4;letter-spacing:0;top:71.0625rem;left:42.625rem;height:4.72265625rem;text-align:left;text-align-last:left;display:block; }
#CJRBO4khhvzPs3peVoTVJvaFXHZ4EwCQ { color:rgba(var(--color-tertiary-4),1);display:block;width:20rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:normal;z-index:15009;line-height:1.4;letter-spacing:0;top:77.0625rem;left:49.9375rem;height:6.296875rem;text-align:left;text-align-last:left;display:block; }
#M0h0KJP2GtgiqHIB9vFFnzk4F8afmJps { position:absolute;display:block;z-index:15011;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.4375rem;width:20rem;top:96.5625rem;left:50.0625rem;overflow:hidden;display:block; }
#LzaulTLQyP1eGZJpqSUeaertwikw86ae { box-sizing:content-box;height:1.875rem;width:1.875rem;position:absolute;display:block;z-index:15065;background-color:#f5a159;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:10.3125rem;left:22.4375rem;display:block; }
#m9f9RyzpQplEpa9KG8qtKmhMrPZrgciy { color:#ffffff;display:block;width:1.875rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:normal;z-index:15065;line-height:1.4;letter-spacing:0;top:10.4375rem;left:22.4375rem;height:1.575rem;text-align:center;text-align-last:center;display:block; }
#avBigDBQ7OkrbwNxh3MGvt5LLnUIkbIe { box-sizing:content-box;height:1.875rem;width:1.875rem;position:absolute;display:block;z-index:15067;background-color:#f5a159;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:66.0625rem;left:26.75rem;display:block; }
#ntJWwQireQB8UnFLprZmolIruldUNahC { color:#ffffff;display:block;width:1.875rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:normal;z-index:15067;line-height:1.4;letter-spacing:0;top:66.1875rem;left:26.75rem;height:1.575rem;text-align:center;text-align-last:center;display:block; }
#LC3ZaMeFeO05csCsIkPO1syVCObSaDDR { box-sizing:content-box;height:1.875rem;width:1.875rem;position:absolute;display:block;z-index:15069;background-color:#f5a159;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:91.0625rem;left:8.1875rem;display:block; }
#ftfSQhnwgrqrOlL0ByPyzzROIFHZvKkw { color:#ffffff;display:block;width:1.875rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:normal;z-index:15069;line-height:1.4;letter-spacing:0;top:91.1875rem;left:8.1875rem;height:1.575rem;text-align:center;text-align-last:center;display:block; }
#TFHtX1A3KIZIQPqxCu8ufgM5HLKnmS6i { box-sizing:content-box;height:4.375rem;width:10rem;position:absolute;display:block;z-index:15042;background-color:#cd1719;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:89.25rem;left:59.9375rem;display:block; }
#qgTodq8nFFnR1Byq7vSLsIEsIy95tMV5 { color:#ffffff;display:block;width:8.5625rem;position:absolute;font-family:poppins;font-size:2.5rem;font-weight:700;z-index:15046;line-height:1;letter-spacing:0;top:90.1875rem;left:60.6875rem;height:2.5rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#EKTiLxAO2QmvazZHi2zkq5wdFOn9SroP { color:#000000;display:block;width:10rem;position:absolute;font-family:poppins;font-size:0.875rem;font-weight:700;z-index:15028;line-height:1.4;letter-spacing:0;top:93.75rem;left:59.9375rem;height:1.2246125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#TJTAwcTd2aZcLtlL0pE4UkInA8ZyfmW8 { box-sizing:content-box;height:4.375rem;width:10rem;position:absolute;display:block;z-index:15043;background-color:#f5a159;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:84.9375rem;left:59.9375rem;display:block; }
#A0Up39L1QJVoavIn3XndBbBKMRKvbEKB { color:#ffffff;display:block;width:8.5625rem;position:absolute;font-family:poppins;font-size:1.25rem;font-weight:700;z-index:15047;line-height:1;letter-spacing:0;top:85.1875rem;left:60.6875rem;height:1.25rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#G8isuciHmFQOwcB10EqEQD02G0lcl8FA { color:#ffffff;display:block;width:8.5625rem;position:absolute;font-family:poppins;font-size:2.75rem;font-weight:700;z-index:15047;line-height:1;letter-spacing:0;top:86.4375rem;left:60.6875rem;height:2.75rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#TtEpyK2D2dqGFTxAn5IeiAg2fkA81Vfz { color:#ffffff;display:block;width:10rem;position:absolute;font-family:poppins;font-size:0.875rem;font-weight:700;z-index:15070;line-height:1.4;letter-spacing:0;top:89.25rem;left:59.9375rem;height:1.2246125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#nZxKGEUsqqH18bIBiZ7UUTaucrVJKx8K { color:#ffffff;display:block;width:10rem;position:absolute;font-family:poppins;font-size:0.875rem;font-weight:700;z-index:15071;line-height:1.4;letter-spacing:0;top:92.375rem;left:59.9375rem;height:1.2246125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ysi2cZWHfF1QQORAw6SpR6w23anPSs3a { box-sizing:content-box;height:1.5625rem;width:11.25rem;position:absolute;display:block;z-index:15152;background-color:#f5a159;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:10.3125rem;left:10.625rem;display:block; }
#uQOMV91MQ6W0VepUsqvfWqNyAfTW4EWy { color:#ffffff;display:block;width:10rem;position:absolute;font-family:poppins;font-size:0.875rem;font-weight:700;z-index:15153;line-height:1;letter-spacing:0;top:10.6875rem;left:11.25rem;height:0.875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#UwR1QaInP7QEqga0i8M9RJ8x9kZunMWu { box-sizing:content-box;height:5rem;width:11.25rem;position:absolute;display:block;z-index:15122;background-color:#cd1719;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:11.8125rem;left:10.625rem;display:block; }
#sQ81r43OZ6qcEU5TucdfC6XKi3kSFCKr { color:#ffffff;display:block;width:10rem;position:absolute;font-family:poppins;font-size:0.875rem;font-weight:400;z-index:15154;line-height:1;letter-spacing:0;top:12.125rem;left:11.3125rem;height:0.875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#PyuNPk9vTfPLcPFvVph76sHcnoqtk4FS { color:#ffffff;display:block;width:10.875rem;position:absolute;font-family:poppins;font-size:2.5rem;font-weight:700;z-index:15126;line-height:1;letter-spacing:0;top:13.0625rem;left:10.8125rem;height:2.5rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Xut48AmI8uRlwiHF28brEvPZmo31Wnqq { color:#ffffff;display:block;width:10rem;position:absolute;font-family:poppins;font-size:0.875rem;font-weight:700;z-index:15155;line-height:1;letter-spacing:0;top:15.6875rem;left:11.25rem;height:0.875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#f2NVidgdVxCZuLfAJnVty52obBzQRgyl { box-sizing:content-box;height:4.375rem;width:10.0625rem;position:absolute;display:block;z-index:15044;background-color:#f5a159;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:60.9375rem;left:4.375rem;display:block; }
#SumNl4aUhkBcTa32GRkBHUZ0sxn6bsNX { color:#ffffff;display:block;width:7.3125rem;position:absolute;font-family:poppins;font-size:1.25rem;font-weight:700;z-index:15048;line-height:1;letter-spacing:0;top:61.4375rem;left:5rem;height:1.25rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#XxMn1BPMctGNMLXy6BUFWfMkKpCDzxrn { color:#ffffff;display:block;width:8.875rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:700;z-index:15049;line-height:1;letter-spacing:0;top:62.8125rem;left:5rem;height:2rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#rbqJZOuOhMdD5oVimtAhzf2O9EhCbLXG { position:relative;display:block; }#rbqJZOuOhMdD5oVimtAhzf2O9EhCbLXG { background-color: transparent; background-image: none; }#rbqJZOuOhMdD5oVimtAhzf2O9EhCbLXG::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rbqJZOuOhMdD5oVimtAhzf2O9EhCbLXG > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rbqJZOuOhMdD5oVimtAhzf2O9EhCbLXG > .row .container > .video-iframe-container { display: none; }#rbqJZOuOhMdD5oVimtAhzf2O9EhCbLXG > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rbqJZOuOhMdD5oVimtAhzf2O9EhCbLXG > .row > .video-iframe-container { display: none; }#rbqJZOuOhMdD5oVimtAhzf2O9EhCbLXG > .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); }#rbqJZOuOhMdD5oVimtAhzf2O9EhCbLXG { border-width: 0; border-radius: 0; }#rbqJZOuOhMdD5oVimtAhzf2O9EhCbLXG > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#rbqJZOuOhMdD5oVimtAhzf2O9EhCbLXG > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:11.25rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#Bgz7C10DzHviGxNTTeIK8XsW2cLRiFsP { background-color:#a78c84;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:lato;font-size:1.5625rem;font-weight:700;font-style:normal;line-height:1;overflow:hidden;position:absolute;width:26.25rem;height:5rem;text-decoration:none;z-index:15001;text-align:center;text-align-last:center;top:3.125rem;left:24.375rem;display:block; }
#AeoR4IMGdArRqI21R6k7T6N0eeN8p5C6 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#IGZevGiGRm43nbZMO47lz3mEBMy4NzeD { position:relative;display:block; }#IGZevGiGRm43nbZMO47lz3mEBMy4NzeD { background-color: transparent; background-image: none; }#IGZevGiGRm43nbZMO47lz3mEBMy4NzeD::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IGZevGiGRm43nbZMO47lz3mEBMy4NzeD > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IGZevGiGRm43nbZMO47lz3mEBMy4NzeD > .row .container > .video-iframe-container { display: none; }#IGZevGiGRm43nbZMO47lz3mEBMy4NzeD > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IGZevGiGRm43nbZMO47lz3mEBMy4NzeD > .row > .video-iframe-container { display: none; }#IGZevGiGRm43nbZMO47lz3mEBMy4NzeD > .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); }#IGZevGiGRm43nbZMO47lz3mEBMy4NzeD { border-width: 0; border-radius: 0; }#IGZevGiGRm43nbZMO47lz3mEBMy4NzeD > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#IGZevGiGRm43nbZMO47lz3mEBMy4NzeD > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:76.8125rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#TqSSmexOzg7bwP1dUGX1ETa5HmQg5q7N { position:absolute;display:block;z-index:14998;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:32.25rem;width:47.5rem;top:3.125rem;left:3.125rem;overflow:hidden;display:block; }
#M36RdgftkpTMXZDTUJGnTo5TwG7fpM4e { color:rgba(var(--color-tertiary-4),1);display:block;width:47.5rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:normal;z-index:15006;line-height:1.4;letter-spacing:0;top:37.25rem;left:3.125rem;height:7.87109375rem;display:block; }
#BEs5m4JLg0U7epyLulASlVBlxCwxmXoD { position:absolute;display:block;z-index:14999;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:15.5rem;width:20rem;top:3.125rem;left:51.875rem;overflow:hidden;display:block; }
#S6u0gW91LnRJpvdq3T0FKLyeLOzJOEec { position:absolute;display:block;z-index:15000;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:15.5rem;width:20rem;top:19.875rem;left:51.9375rem;overflow:hidden;display:block; }
#Z5vRmSSdfJrt7CTm5lFZAZnFzTTJTrEF { color:rgba(var(--color-tertiary-4),1);display:block;width:68.75rem;position:absolute;font-family:poppins;font-size:3.125rem;font-weight:700;z-index:15008;line-height:1.2;letter-spacing:0;top:48.24609375rem;left:3.125rem;height:3.75rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#VUOX0l40FWUPtSn8EOxBFVFRNzDQwo6H { box-sizing:content-box;height:1.875rem;width:1.875rem;position:absolute;display:block;z-index:15071;background-color:#f5a159;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:28.6875rem;left:34.875rem;display:block; }
#Sfy280KOJlPDpEk5O3e0KisrnaN0tLMv { color:#ffffff;display:block;width:1.875rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:normal;z-index:15071;line-height:1.4;letter-spacing:0;top:28.8125rem;left:34.875rem;height:1.575rem;text-align:center;text-align-last:center;display:block; }
#bQU7Qk2TonEdkGbnGTelocAWLyQ3m5h1 { position:absolute;display:block;z-index:15004;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:16.25rem;width:18.75rem;top:56.125rem;left:11.25rem;overflow:hidden;display:block; }
#WIu7WacN6cXWbX3Rd5SHk2wflEM1TcTv { position:absolute;display:block;z-index:15005;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:17.125rem;width:19.75rem;top:55.1875rem;left:27.1875rem;overflow:hidden;display:block; }
#PMdbhuUmpgKUdft8F8rocrRdny31UMRc { position:absolute;display:block;z-index:15006;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:18.3125rem;width:21.125rem;top:54.0625rem;left:42.625rem;overflow:hidden;display:block; }
#awsc1fTT7C1JMfM2pErZiXnBbHanBLgX { color:#ffffff;display:block;width:10.9375rem;position:absolute;font-family:poppins;font-size:2.5rem;font-weight:700;z-index:15054;line-height:1;letter-spacing:0;top:29.625rem;left:37.5625rem;height:2.5rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#sDNqoIOZUuP1LOBuNRQvAeSB02r3pOOk { box-sizing:content-box;height:4.375rem;width:11.25rem;position:absolute;display:block;z-index:15050;background-color:#cd1719;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:28.6875rem;left:37.375rem;display:block; }
#mAaUbywckTLVQMSfQJttlB96i2VlGtRR { position:relative;display:block; }#mAaUbywckTLVQMSfQJttlB96i2VlGtRR { background-color: transparent; background-image: none; }#mAaUbywckTLVQMSfQJttlB96i2VlGtRR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mAaUbywckTLVQMSfQJttlB96i2VlGtRR > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mAaUbywckTLVQMSfQJttlB96i2VlGtRR > .row .container > .video-iframe-container { display: none; }#mAaUbywckTLVQMSfQJttlB96i2VlGtRR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mAaUbywckTLVQMSfQJttlB96i2VlGtRR > .row > .video-iframe-container { display: none; }#mAaUbywckTLVQMSfQJttlB96i2VlGtRR > .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); }#mAaUbywckTLVQMSfQJttlB96i2VlGtRR { border-width: 0; border-radius: 0; }#mAaUbywckTLVQMSfQJttlB96i2VlGtRR > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#mAaUbywckTLVQMSfQJttlB96i2VlGtRR > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:11.25rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#yyoOD5oGqBx9W9ZdqGliofbT2fJEeZ89 { background-color:#a78c84;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:lato;font-size:1.5625rem;font-weight:700;font-style:normal;line-height:1;overflow:hidden;position:absolute;width:26.25rem;height:5rem;text-decoration:none;z-index:15001;text-align:center;text-align-last:center;top:3.125rem;left:24.375rem;display:block; }
#Lsa7GwiAIMcWdaq88ivbtQc0Fa54E2PX { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#KTt1CyT6Ct7ZA1dk03q625RcCFOvq8uP { position:relative;display:block; }#KTt1CyT6Ct7ZA1dk03q625RcCFOvq8uP { background-color: transparent; background-image: none; }#KTt1CyT6Ct7ZA1dk03q625RcCFOvq8uP::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KTt1CyT6Ct7ZA1dk03q625RcCFOvq8uP > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-tertiary-0),1); }#KTt1CyT6Ct7ZA1dk03q625RcCFOvq8uP > .row .container > .video-iframe-container { display: none; }#KTt1CyT6Ct7ZA1dk03q625RcCFOvq8uP > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KTt1CyT6Ct7ZA1dk03q625RcCFOvq8uP > .row > .video-iframe-container { display: none; }#KTt1CyT6Ct7ZA1dk03q625RcCFOvq8uP > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-tertiary-0),1); }#KTt1CyT6Ct7ZA1dk03q625RcCFOvq8uP { border-width: 0; border-radius: 0; }#KTt1CyT6Ct7ZA1dk03q625RcCFOvq8uP > .row .container::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#KTt1CyT6Ct7ZA1dk03q625RcCFOvq8uP > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#KTt1CyT6Ct7ZA1dk03q625RcCFOvq8uP > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/904f690e-cefe-44fb-916e-7668701f70f2/HG_beige_Struktur.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;font-size:0.875rem;font-family:arial;height:25.375rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#KTt1CyT6Ct7ZA1dk03q625RcCFOvq8uP > .row .container.adaptive-delivery-prevent-bg, #KTt1CyT6Ct7ZA1dk03q625RcCFOvq8uP > .row .container.lazyload, #KTt1CyT6Ct7ZA1dk03q625RcCFOvq8uP > .row .container.lazyloading { background-image: none; }#TZwJiaW2HOeimkK0l0hW1t933azrUQma { color:rgba(var(--color-tertiary-4),1);display:block;width:16.5625rem;position:absolute;font-family:"open sans";font-size:0.75rem;font-weight:300;z-index:15021;line-height:1.5;letter-spacing:0;top:15.875rem;left:42.944793701172rem;height:4.5rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#vCB1TItMC1MmSOd2535qniD03s3Aac5I { color:rgba(var(--color-tertiary-4),1);display:block;width:12.4375rem;position:absolute;font-family:"open sans";font-size:0.75rem;font-weight:300;z-index:15022;line-height:1.5;letter-spacing:0;top:15.875rem;left:17.125rem;height:5.625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#w1oHrnQIbzD3C13vQByxSCZTJADo9TJO { color:rgba(var(--color-tertiary-4),1);display:block;width:8.6875rem;position:absolute;font-family:"open sans";font-size:0.75rem;font-weight:300;z-index:15023;line-height:1.5;letter-spacing:0;top:15.875rem;left:31.125rem;height:4.5rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#vxcJ1zDn97sSpgAwV8aXVR8g6kF3bCO9 { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:11.5625rem;width:43.875rem;top:1.25rem;left:15.5625rem;overflow:hidden;display:block; }
#WlxN1KOiMN1O7lbrG7TTKQ6T5p343ZMx { position:relative;display:block; }#WlxN1KOiMN1O7lbrG7TTKQ6T5p343ZMx { background-color: transparent; background-image: none; }#WlxN1KOiMN1O7lbrG7TTKQ6T5p343ZMx::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WlxN1KOiMN1O7lbrG7TTKQ6T5p343ZMx > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WlxN1KOiMN1O7lbrG7TTKQ6T5p343ZMx > .row .container > .video-iframe-container { display: none; }#WlxN1KOiMN1O7lbrG7TTKQ6T5p343ZMx > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WlxN1KOiMN1O7lbrG7TTKQ6T5p343ZMx > .row > .video-iframe-container { display: none; }#WlxN1KOiMN1O7lbrG7TTKQ6T5p343ZMx > .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); }#WlxN1KOiMN1O7lbrG7TTKQ6T5p343ZMx { border-width: 0; border-radius: 0; }#WlxN1KOiMN1O7lbrG7TTKQ6T5p343ZMx > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#WlxN1KOiMN1O7lbrG7TTKQ6T5p343ZMx > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:4.25rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#mKT8ZA685Fcnm75STI3PzPTHeVXcyOeN { color:#000000;display:block;width:68.18625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:300;z-index:15023;line-height:1.5;letter-spacing:0;top:0.84375rem;left:3.4072914123535rem;height:2.25rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Uh2yX69ZkCtPiUXTNWwT9ieGDDroQsXc { position:relative;display:block; }#Uh2yX69ZkCtPiUXTNWwT9ieGDDroQsXc { background-color: transparent; background-image: none; }#Uh2yX69ZkCtPiUXTNWwT9ieGDDroQsXc::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Uh2yX69ZkCtPiUXTNWwT9ieGDDroQsXc > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: #ec7802; }#Uh2yX69ZkCtPiUXTNWwT9ieGDDroQsXc > .row .container > .video-iframe-container { display: none; }#Uh2yX69ZkCtPiUXTNWwT9ieGDDroQsXc > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Uh2yX69ZkCtPiUXTNWwT9ieGDDroQsXc > .row > .video-iframe-container { display: none; }#Uh2yX69ZkCtPiUXTNWwT9ieGDDroQsXc > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: #ec7802; }#Uh2yX69ZkCtPiUXTNWwT9ieGDDroQsXc { border-width: 0; border-radius: 0; }#Uh2yX69ZkCtPiUXTNWwT9ieGDDroQsXc > .row .container::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#Uh2yX69ZkCtPiUXTNWwT9ieGDDroQsXc > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#Uh2yX69ZkCtPiUXTNWwT9ieGDDroQsXc > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/904f690e-cefe-44fb-916e-7668701f70f2/HG_beige_Struktur.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;font-size:0.875rem;font-family:arial;height:4.75rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#Uh2yX69ZkCtPiUXTNWwT9ieGDDroQsXc > .row .container.adaptive-delivery-prevent-bg, #Uh2yX69ZkCtPiUXTNWwT9ieGDDroQsXc > .row .container.lazyload, #Uh2yX69ZkCtPiUXTNWwT9ieGDDroQsXc > .row .container.lazyloading { background-image: none; }#KNOJHpQW2U0DovBP4g9IfJnsvP6B4bfg { color:rgba(var(--color-tertiary-0),1);display:block;width:25.3125rem;position:absolute;font-family:"open sans";font-size:1.0625rem;font-weight:300;z-index:15021;line-height:1.5;letter-spacing:0;top:1.53125rem;left:24.8125rem;height:1.59375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #uizh87L24vQTZc5wKLi6NTlAxiUF2Byd { display:block; }#uizh87L24vQTZc5wKLi6NTlAxiUF2Byd > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bURZhkG53yoWCRzGJP6Kyc3aGNPABdPd { width:10.9375rem;height:3.4375rem;top:1.125rem;left:36.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HTDNCddC51leUfRPbBnt0ipfvbaNOofu { display:block; }
 }@media only screen and (max-width: 763px) { #V675KV9r30IViXvlNKgt0lawcJxTHVeF { top:0.25rem;left:0rem;width:19.6875rem;height:5.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #n1WeRJmWgxXRnhkUCamxl4QoJEFCfDEW { display:block; }#n1WeRJmWgxXRnhkUCamxl4QoJEFCfDEW > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xa5838ee91f15e5adbfa62bf98ac6afc { top:3.125rem;left:0rem;width:33.3125rem;height:28.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #sda704a27e8e9fc0ff5d551c98e369f6 { top:43.5625rem;left:0rem;width:18.125rem;height:15.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #f95b7d530ef766d32cbc84959d190b4c { top:41.875rem;left:3.5625rem;width:20.0625rem;height:17rem;display:block; }
 }@media only screen and (max-width: 763px) { #S86fc52de7ea4c3df7a4ad1d829c36b7 { top:43.4375rem;left:20.1875rem;width:18.125rem;height:15.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #K3e6f3d01fa636eea876fe950d8cbb50 { top:55.1875rem;left:27.75rem;width:20rem;height:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #c46ba652198b5f4c3edf40fa3b7de152 { top:47.5rem;left:0rem;width:47.75rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #QidganlrIoGSfRwVuwoRTkyTB1A51g8I { display:block; }#QidganlrIoGSfRwVuwoRTkyTB1A51g8I > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lMSXku7ANFOIPtbdpI8x8WEnCKO2uDdT { top:1.875rem;left:23.5625rem;width:24.1875rem;height:8.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #IocLeOOAzXScKCIuqQoDyuGn9V7vbh29 { top:2.625rem;left:0rem;width:38.9375rem;height:7.3125rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fwo2neQaRSgoKLTxOXhUAT1K0qcLli0a { display:block; }#fwo2neQaRSgoKLTxOXhUAT1K0qcLli0a > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Ccb20ef5ea23a1ef5603a08dd9ce6058 { top:3.125rem;left:0rem;width:47.75rem;height:22.963409090909rem;display:block; }
 }@media only screen and (max-width: 763px) { #aa7946abcdf65bc35b37ed0120a73cad { top:38.6875rem;left:0rem;width:20rem;height:26rem;display:block; }
 }@media only screen and (max-width: 763px) { #ab776c8daedfd18bdb51ede685582cc3 { top:38.6875rem;left:10.75rem;width:20rem;height:14.125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #E47e6921b149e5afb6d779bacbf73c49 { top:34.625rem;left:17.5625rem;width:29.0625rem;height:18.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #f517a548f8768f3a4cc0920a6b30df2a { top:55.25rem;left:0.25rem;width:47.5rem;height:6.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #eecc4770748838cbb290230f5525439e { top:67.8125rem;left:0.25rem;width:47.5rem;height:33.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lf63ea4245473b82bcf964f9fdba531a { top:78.3125rem;left:0rem;width:20rem;height:14.125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #adf54b1422b4df016835c2c07dfa634f { top:104.625rem;left:0rem;width:47.75rem;height:22.940855323021rem;display:block; }
 }@media only screen and (max-width: 763px) { #f47b627a8d35a90c4a958c8b4a1e130f { top:139.5rem;left:0rem;width:47.75rem;height:6.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #icf570be1cb8b57a861a7b829d36d30d { top:15.25rem;left:3.4375rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #h803ee8f3129529b404b44ae41bd164b { top:15.375rem;left:3.4375rem;width:1.875rem;height:1.5625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ie8f815f776b36f54a47a3f7f05cd348 { top:13.4375rem;left:36.125rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ef1902c28ded6f4622203bf2f8d96368 { top:13.5625rem;left:36.125rem;width:1.875rem;height:1.5625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #q6a6eefabd64bd4789f1ca9d3a374576 { top:79.9375rem;left:41.5rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #R93c4a9e761d9e1d0e6c1df723576973 { top:80.0625rem;left:41.5rem;width:1.875rem;height:1.5625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #a09d362ed1c73aa8fc02927fa5a0eefc { top:128.5625rem;left:43.1875rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #d9f577fd02724eebcb7b7be2bb1f6435 { top:128.6875rem;left:43.1875rem;width:1.875rem;height:1.5625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Pa54677d231e7602b1bd6f3a4f2888d0 { top:7.6875rem;left:36.5rem;width:11.25rem;height:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #n65eb5cf9a5157574e5ee7208259a213 { top:10.3125rem;left:36.5rem;width:11.25rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #e5c2a6b1b4255a596a8067d6074d4118 { top:8.375rem;left:37.75rem;width:10rem;height:1.375rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #e71d18ded23292867c2a86aee1998a45 { top:10.5rem;left:37.75rem;width:10rem;height:1.3125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #f0d8fe5ed84a62e90154c3b3d2ea2514 { top:11.6875rem;left:37.75rem;width:10rem;height:2.25rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #k9974aa4d518de83a694bb79e27c95d5 { top:13.8125rem;left:37.75rem;width:10rem;height:1.3125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #A48842f83cfd96afdb3f4659890776e9 { top:74.25rem;left:36.5rem;width:11.25rem;height:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ae43fb149bb41ca91b33052e1ee51240 { top:76.875rem;left:36.5rem;width:11.25rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #fcedc8db814c6eba0d8793844978e2cb { top:74.9375rem;left:37.75rem;width:10rem;height:1.375rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Kdebbcacb5ed0139760ed2c8fa0a2f0a { top:77.0625rem;left:37.75rem;width:10rem;height:1.3125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #T3c5ed8156745fcc44dfdb39939921a1 { top:78.25rem;left:37.75rem;width:10rem;height:2.25rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #c2898680ef913d9a1bf08c20b2056f52 { top:80.375rem;left:37.75rem;width:10rem;height:1.3125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bf0dc5e01517e8b783b6a0e0151af4ca { top:128.5625rem;left:36.5rem;width:11.25rem;height:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #e065ca2b4f84c0315dccfb6a859a7974 { top:131.1875rem;left:36.5rem;width:11.25rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #fbcfdcfaf5fce00cf067ee983e7ff38a { top:129.25rem;left:37.75rem;width:10rem;height:1.375rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bfb7bd3062dda025e250fbb87443966e { top:131.375rem;left:37.75rem;width:10rem;height:1.3125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #h8fb36f057a967a98f69a0ff17f85024 { top:132.5625rem;left:37.75rem;width:10rem;height:2.25rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #A0bcd1846c8aaa2640da976333dceeb0 { top:134.6875rem;left:37.75rem;width:10rem;height:1.3125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #gDPKHMxPTxuGvuBn10I1X53WMpqaPafw { display:block; }#gDPKHMxPTxuGvuBn10I1X53WMpqaPafw > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #s8BtMkS3OkcgnXWAdh57ShuRZ5xgTxSS { width:26.25rem;height:5rem;top:3.125rem;left:10.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #CuuN42LF6yRvrieyVz0wX2mJVrrTGlkx { display:block; }
 }@media only screen and (max-width: 763px) { #r87SLGA8HyS3sBCiS3KlpAoCrOu8PvRq { display:block; }#r87SLGA8HyS3sBCiS3KlpAoCrOu8PvRq > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #f6beb7804b3e81d02899ef8bd6dd479c { top:41.5rem;left:0rem;width:18.5rem;height:5.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #p41d7fdfa8e4170bd13abb8b4b81e1b8 { top:3.125rem;left:0rem;width:47.5rem;height:42.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #T4d626e430a943741312dac5ca4c08b8 { top:3.125rem;left:27.75rem;width:20rem;height:14.125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bb15e6bba8152ca3083434d65b28d968 { top:18.6875rem;left:26.5rem;width:21.25rem;height:28.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qb8ff1f4a181cd606c6ea93baef70270 { top:47.5625rem;left:0rem;width:47.75rem;height:6.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #v1bb16585257c1df1e720e383bf0a721 { top:56.875rem;left:0rem;width:47.75rem;height:26.002045454545rem;display:block; }
 }@media only screen and (max-width: 763px) { #w563f46c766e8e989ccc69c46093eb1b { top:96.6875rem;left:18.6875rem;width:29.0625rem;height:18.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #dbd28997f571f5d774a2a7b0fb2d56d2 { top:105.5625rem;left:0rem;width:33.75rem;height:17.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xe41ab9b61eb72aae89a9ee05be08152 { top:96.0625rem;left:0rem;width:42.5625rem;height:6.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ea2137ba9d2aab2007a3ce3b9940ec08 { top:116.5rem;left:14rem;width:33.75rem;height:13.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #K3d9ab63e304e0936cb9e9b0e05130d6 { top:130.125rem;left:0rem;width:34.4375rem;height:6.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #P21fc4088ae7fb27f322cd5b80f7c64a { top:8.375rem;left:0.6875rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ff15807560d878ca0bc7242805ab4e50 { top:8.5rem;left:0.6875rem;width:1.875rem;height:1.5625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #T0b078a278e7639b4d77ef6d5f840c70 { top:65.1875rem;left:43.8125rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xb4aaa7a3db0b4bdfab4cea464269f8e { top:65.3125rem;left:43.8125rem;width:1.875rem;height:1.5625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #w39fe9ad0083c6e9ce2a4e19876bbea2 { top:123.6875rem;left:0rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #be2b24ea3e581345a69f65bd37b641d5 { top:123.8125rem;left:0rem;width:1.875rem;height:1.5625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ba71ae9143b43eeac70bf3b2d3a9dced { top:6.8125rem;left:3.8125rem;width:7.5rem;height:2.625rem;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Cd58dc7a735f90fa83df31ecf7e1f887 { top:5.9375rem;left:3.1875rem;width:8.75rem;height:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #e96d604dd1603f50fbe8d02da98f425a { top:63.375rem;left:37.75rem;width:10rem;height:2.25rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q3cd95e3542b7c77a13d1db065e62968 { top:62rem;left:36.5rem;width:11.25rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #y344a72fc4d4d6a3b59bf76bb74e80ed { top:124.5625rem;left:0rem;width:10rem;height:2.625rem;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #cd1c7a5068aae6c7497fcbea05a35b31 { top:123.6875rem;left:0rem;width:11.25rem;height:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #m130c0ede87ac3c46b0cde0c1f9cd3a1 { top:59.375rem;left:36.5rem;width:11.25rem;height:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #efb1dc7c13a767f43d5ca4ab4e861a5a { top:60.0625rem;left:37.75rem;width:10rem;height:1.375rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #N16869e5cf454e976b219c8d763d5ce1 { top:62.1875rem;left:37.75rem;width:10rem;height:1.3125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #W8ee658177e7e484164ecfbbd183818e { top:65.5rem;left:37.75rem;width:10rem;height:1.3125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #urBMsgULxONOz1ANV5AELNBPtwfTnCvv { display:block; }#urBMsgULxONOz1ANV5AELNBPtwfTnCvv > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #n88SzgG1gZiAuH58xDR8yKx5m0N3kh9o { width:26.25rem;height:5rem;top:3.125rem;left:10.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ePSzD757ezFRqdJOBDprSa71yHA4GTyc { display:block; }
 }@media only screen and (max-width: 763px) { #KIAgL1N82oIC0aLrb5qyErVaFTuU5c9t { display:block; }#KIAgL1N82oIC0aLrb5qyErVaFTuU5c9t > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #e8970e94bf4f30d0e7621d636ad93d7f { top:4.8125rem;left:0rem;width:19.5rem;height:26rem;display:block; }
 }@media only screen and (max-width: 763px) { #k94f7500ba72a308cd1e5c2548ec02d0 { top:3rem;left:10.125rem;width:32.5rem;height:11.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Re81b1369e93f0ec3d79839576dda413 { top:15.6875rem;left:0.25rem;width:47.5rem;height:9.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #B00e30c9264a1b6e1efd402fc2b7610e { top:24.4375rem;left:18.6875rem;width:29.0625rem;height:18.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ca252a306c88eb1eda1a187ee6041909 { top:33.9375rem;left:0rem;width:47.75rem;height:35.552045454545rem;display:block; }
 }@media only screen and (max-width: 763px) { #da09499a64cc295ddf95e37ee2bb0fb9 { top:87rem;left:0rem;width:33.75rem;height:6.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #e5976aca2162e1b7617ffc1dd0b2535f { top:87rem;left:14rem;width:33.75rem;height:6.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #b60cf50f9fb46a5101378571246b60af { top:96.375rem;left:0rem;width:47.5rem;height:31rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z3873f000e37bb8e4323340cd85f8c99 { top:104rem;left:27.75rem;width:20rem;height:17.3125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #u2df4f2b07ef2e5e5332b26908584e00 { top:130.5rem;left:0rem;width:47.75rem;height:26.002045454545rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ua325755a0dd84d2f5bd4c5793bbc6bd { top:169.8125rem;left:0rem;width:47.75rem;height:7.8125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fd4d3366cf8aff3b5d626c0a80a763fd { top:49.125rem;left:0rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #af1f8e5efbcf3690fc834585f59e4b3d { top:49.25rem;left:0rem;width:1.875rem;height:1.5625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #x93a3e050816399f487d12a134db030c { top:74.9375rem;left:45.875rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Sb49ecda6e60dc81e5b166455322ea75 { top:75.0625rem;left:45.875rem;width:1.875rem;height:1.5625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Md6f2f4a88f31a515207464e1c94b350 { top:102.75rem;left:22.6875rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #e4424cc9b13c1f7277fbe6a3690d1709 { top:102.875rem;left:22.6875rem;width:1.875rem;height:1.5625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Hd9af88c2eec7ba9a8c495f6880f8893 { top:140.6875rem;left:39.875rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #a65063498f1ec6dfb722cc3ed6350323 { top:140.8125rem;left:39.875rem;width:1.875rem;height:1.5625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #W1e5a06efcdecb136ae36b180fff07f2 { top:161.4375rem;left:45.875rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cae4ab94d1b77246fff920b265b6afa1 { top:161.5625rem;left:45.875rem;width:1.875rem;height:1.5625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #C720aaf7f80f04395fc650dde9f76efa { top:164.9375rem;left:7.1875rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #df35c6bc7704f0a83d52d51a30c45f5a { top:165.0625rem;left:7.1875rem;width:1.875rem;height:1.5625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fcaf015d2a20dc3a3ab15c7308a28d59 { top:162.3125rem;left:31.5625rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #M11ac3a0a76436b162025222b065d4d9 { top:162.4375rem;left:31.5625rem;width:1.875rem;height:1.5625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #S50a22dd314d2d0acab1125ab551384b { top:50rem;left:0rem;width:10rem;height:2.625rem;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bcdb1d49b83d33c0874aa9beaab2afbe { top:49.125rem;left:0rem;width:11.25rem;height:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #p6c5f04c06e221a27c06d7fc5d766801 { top:75.8125rem;left:37.75rem;width:10rem;height:2.625rem;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #sce0ba4a790e3a893caf3735f8de8e59 { top:74.9375rem;left:36.5rem;width:11.25rem;height:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ba7f15664779196e0d98044febc0ec59 { top:99.6875rem;left:25.125rem;width:11.25rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z5d0eec217528dbc864298bcc044b10a { top:97.0625rem;left:25.125rem;width:11.25rem;height:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #d431722efd20e6c59eb72b62d65e32f5 { top:97.75rem;left:25.75rem;width:10rem;height:1.375rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #c01bbad299279666be45bcabca2c4c09 { top:99.875rem;left:25.75rem;width:10rem;height:1.3125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #G7d1849be6959585e5ef5b02777a622b { top:101.0625rem;left:25.75rem;width:10rem;height:2.25rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #b4a04ceeef07e5f51a8457003600c1e7 { top:103.1875rem;left:25.75rem;width:10rem;height:1.3125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #cb39ebb9642bae2a9534cb82fdc1a44c { top:137.625rem;left:36.5rem;width:11.25rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #df716a159cba6c6ef520d90cf97a0f64 { top:135rem;left:36.5rem;width:11.25rem;height:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #c8417c3992bb525c3d4df4a2a6bbd8c8 { top:135.6875rem;left:37.75rem;width:10rem;height:1.375rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #d9b829bee613072723c14cc9e440f254 { top:137.8125rem;left:37.75rem;width:10rem;height:1.3125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tb58f8121ae8537736b49b0955aca0c5 { top:139rem;left:37.75rem;width:10rem;height:2.25rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gec40f51f4c279c682205b371dc9a3a6 { top:141.125rem;left:37.75rem;width:10rem;height:1.3125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QJ4HFpaiEcE0oXywtSEr1lMzWLee4GnB { display:block; }#QJ4HFpaiEcE0oXywtSEr1lMzWLee4GnB > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vdFTxHQoE0HhsfcT45v8ETolFFgmOFRt { width:26.25rem;height:5rem;top:3.125rem;left:10.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ShOLsQby0zMB9FqW2WsKVTR1P1rOXE25 { display:block; }
 }@media only screen and (max-width: 763px) { #aLVtkDFQQebTakLILZGaHqPrWTtmI8tN { display:block; }#aLVtkDFQQebTakLILZGaHqPrWTtmI8tN > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xa653e52863051501760a5b60b544aa5 { top:4.8125rem;left:0rem;width:20rem;height:26.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #e4452e18590e1f7619205218c235ea00 { top:3.8125rem;left:15.875rem;width:22rem;height:11.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Pca5850cf3b0f416a2a7dcc396f48c94 { top:18rem;left:0.25rem;width:47.5rem;height:7.8125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Beb9a82a26142154d4c414a7e58d1926 { top:29.5625rem;left:0.25rem;width:47.5rem;height:34.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #b67f7211baff144450f0f60828e20676 { top:32.6875rem;left:0rem;width:20rem;height:31.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fdad2b7c1bb81e0ccb25c5e5dd2f411d { top:67.1875rem;left:0rem;width:47.75rem;height:41.629318181818rem;display:block; }
 }@media only screen and (max-width: 763px) { #c9015e7d734140863b598ffa03e6ca4e { top:57.3125rem;left:18.6875rem;width:29.0625rem;height:18.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #veb6f9ead3204fa4bf9e38c09d3f63ed { top:129rem;left:0rem;width:47.75rem;height:17.3125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #B35ece7503ae67e6c8c290c97f3e6bcb { top:7.75rem;left:0.5625rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z25df1b42c18e1777f51bad679e0d2a0 { top:7.875rem;left:0.5625rem;width:1.875rem;height:1.5625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #T830adea0898b30ad275b41b34dd319f { top:45.8125rem;left:23.75rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #A823d6bb193e07ace47cf5859e1d3d49 { top:45.9375rem;left:23.75rem;width:1.875rem;height:1.5625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xbbe7bf92f8efeef2ef5a23a68bed30e { top:36.375rem;left:45.875rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #T7c081843918583486022ad445c7ce67 { top:36.5rem;left:45.875rem;width:1.875rem;height:1.5625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dce4258ef85ab0d28c14e40a546943a4 { top:74.1875rem;left:6.5rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #D9d4840db89ac7677968317a913cf320 { top:74.3125rem;left:6.5rem;width:1.875rem;height:1.5625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #S1fdc33e6f3107ae0c50e942b197a5ad { top:79.125rem;left:44.25rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #e201690e06ea9be4a031bbc1e9ebbd33 { top:79.25rem;left:44.25rem;width:1.875rem;height:1.5625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #c264f195d7b0aab1643b0955edd7077b { top:105.625rem;left:22.3125rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z1a0eac229e75387fcf7561448a5c110 { top:105.75rem;left:22.3125rem;width:1.875rem;height:1.5625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ef9c3c549a6adecc979bbb2aad805c11 { top:75.0625rem;left:9.625rem;width:10rem;height:2.625rem;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rce34e326673933f0f98ebe9c295e471 { top:74.1875rem;left:9rem;width:11.25rem;height:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #f02638243112fdff5e71dc085e7ca541 { top:80rem;left:35.5625rem;width:7.5rem;height:2.625rem;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #H3255900a52f4f373da9b914922383f4 { top:79.125rem;left:34.9375rem;width:8.75rem;height:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #r36602f5d1fb0b8f3bd1762e803a8a47 { top:10.375rem;left:3.0625rem;width:11.25rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #T32cc12835246d42bd8606df2332edc1 { top:7.75rem;left:3.0625rem;width:11.25rem;height:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #n9995e9a1490d6025dc539619d83326d { top:8.4375rem;left:3.6875rem;width:10rem;height:1.375rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #d869df2850917f64836da6ec2c1612db { top:10.5625rem;left:3.6875rem;width:10rem;height:1.3125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #x466ba43afa9e789a06adf62e0cec56c { top:11.75rem;left:3.6875rem;width:10rem;height:2.25rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #eb9a2f543ce9d01aed9af5bb8a275025 { top:13.875rem;left:3.6875rem;width:10rem;height:1.3125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #f7daa124e7f3264da63e770159d6a313 { top:42.75rem;left:11.9375rem;width:11.25rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #T3cccd010d5e82172b24d711745651d3 { top:40.125rem;left:11.9375rem;width:11.25rem;height:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #f27b2650b16b17d86844c897872055b9 { top:40.8125rem;left:12.5625rem;width:10rem;height:1.375rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #b21f223a873229eb47819243eeb496b5 { top:42.9375rem;left:12.5625rem;width:10rem;height:1.3125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #m71db8f9a87c2b44d1a3b41c2f3712e4 { top:44.125rem;left:12.5625rem;width:10rem;height:2.25rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #m9fc0a140193b40a5e19275be28d52ec { top:46.25rem;left:12.5625rem;width:10rem;height:1.3125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Rf70b25c357aa7795f52d127d0999628 { top:102.5625rem;left:24.8125rem;width:11.25rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ocbe401f07922f41a2dffbb3547ec53c { top:99.9375rem;left:24.8125rem;width:11.25rem;height:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #s206fa4d2d40c70f4498a3db916cfd09 { top:100.625rem;left:25.4375rem;width:10rem;height:1.375rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #V234eb5df2c7408932f83444a33ec854 { top:102.75rem;left:25.4375rem;width:10rem;height:1.3125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #w8a553b230bca3caa2afec548f913503 { top:103.9375rem;left:25.4375rem;width:10rem;height:2.25rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #m9182d8f9661fb8665cb02bcf6ad6b25 { top:106.0625rem;left:25.4375rem;width:10rem;height:1.3125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #iTFf5M7TPtVIpxTVaUXETce62eQrJwVg { display:block; }#iTFf5M7TPtVIpxTVaUXETce62eQrJwVg > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CuOWRLGDyRkntMwb1UBhgOFRkNIninWy { width:26.25rem;height:5rem;top:3.125rem;left:10.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #zGlGXJ6MTxMuOsRai6wre82s2FqMMc6z { display:block; }
 }@media only screen and (max-width: 763px) { #e3KUNvcfms4Tph2ku4KydsltM0kfkafg { display:block; }#e3KUNvcfms4Tph2ku4KydsltM0kfkafg > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Edc48ee1acf5fb8e7e810634041bffad { top:3.125rem;left:0.25rem;width:47.5rem;height:56.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #I71427a18b8fc9b4c8934f928ce89a76 { top:3.125rem;left:0rem;width:20rem;height:26.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #a276835f44f0ca7b2e3193f6cde5bde8 { top:62.625rem;left:0rem;width:47.75rem;height:33.859090909091rem;display:block; }
 }@media only screen and (max-width: 763px) { #d2ef163a1ff2b063456035b1db542212 { top:49.625rem;left:0rem;width:29.0625rem;height:18.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #e398c95685cca36d3db05ff00497c12b { top:113.25rem;left:0rem;width:21.875rem;height:22rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #eee5469569dc8c8aacd28b01a38308cd { top:31rem;left:0rem;width:20rem;height:20rem;display:block; }
 }@media only screen and (max-width: 763px) { #f9ff58dcef88cb8cd7d87afbb1d6ce9c { top:113.25rem;left:12.9375rem;width:21.875rem;height:19.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #f46596a37b98657e392c9fae59ed738d { top:113.25rem;left:25.875rem;width:21.875rem;height:18.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #le4ff54eeaa5ac06d3b8d06da25b49bd { top:138.4375rem;left:0rem;width:47.5rem;height:35.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bbf7bf3d98dbbe5199fc33d2cfd40392 { top:161.0625rem;left:27.75rem;width:20rem;height:13.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #f87cead07b364cec29143f351d39d02e { top:138.4375rem;left:27.75rem;width:20rem;height:20.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #E7feaa7fd824b38c51044c843c9b8a90 { top:176rem;left:0rem;width:47.75rem;height:3.125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #c9401f0e587bef008d75336fd66785bc { top:50.4375rem;left:22.9375rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ecabda7095de30ad010d5f5881a29f89 { top:50.5625rem;left:22.9375rem;width:1.875rem;height:1.5625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ib6f43d6a55ac6f99b5b965ddce6071f { top:12.625rem;left:31.375rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #eab0746444ca3e01acbd3a005fe1a11d { top:12.75rem;left:31.375rem;width:1.875rem;height:1.5625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #J2784a43cd70a5216bc5ca558a92270a { top:31.625rem;left:0rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #w685730ee85f7baa83d75d75b5605fce { top:31.75rem;left:0rem;width:1.875rem;height:1.5625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bf7c94426953bae8dd42dcb9ce5e5a6d { top:84.0625rem;left:38.3125rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vf15a2e486b9fe66b67b82cc0e73f201 { top:84.1875rem;left:38.3125rem;width:1.875rem;height:1.5625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #C765d2083255da0bbd868d42035e4c93 { top:102.8125rem;left:5.0625rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #a2a120006b302d7997f9f13f40d7bebe { top:102.9375rem;left:5.0625rem;width:1.875rem;height:1.5625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #z69b81643787c7e0eda1b5e89396f6e3 { top:104.6875rem;left:27.75rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #c85435edd4d1f1bd986af7196ca8967b { top:104.8125rem;left:27.75rem;width:1.875rem;height:1.5625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cd34fae29196570ee9ab8ca4ebae113b { top:68.4375rem;left:0rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Nb69538be80b578e4a9f6010de579395 { top:68.5625rem;left:0rem;width:1.875rem;height:1.5625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #r91f8ba4c67a69203a524d91fb886a38 { top:149.125rem;left:24.8125rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ceab8dcb0d54ba782409a18c847c9fc7 { top:149.25rem;left:24.8125rem;width:1.875rem;height:1.5625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #od300097b7528b443a3e1f00ba0932aa { top:162.3125rem;left:32rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #V7f9258905d400c4029517fe12fda9f3 { top:162.4375rem;left:32rem;width:1.875rem;height:1.5625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #c7c6aa0bb7a0851d51d3f09bfd18f933 { top:166.4375rem;left:1.5rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #F74205f8b62dfc20622f0d4b625a65e1 { top:166.5625rem;left:1.5rem;width:1.875rem;height:1.5625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #sf756f64ec6555f62407ec26773f3b05 { top:171.0625rem;left:45.875rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #n5104e85f751a18b0e3024ebf528c0fc { top:171.1875rem;left:45.875rem;width:1.875rem;height:1.5625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Oa4d71a69e04b81805d887ef1e960fa3 { top:11.0625rem;left:34.5rem;width:10rem;height:2.625rem;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #od5ae63f7f33efb967e1522029a96965 { top:10.1875rem;left:33.875rem;width:11.25rem;height:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #def42832d8ab4dc4b7efc20204b497cc { top:51.3125rem;left:26.0625rem;width:7.875rem;height:2.625rem;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #cd3173dbeed9818e9f7bafdb6d03f1e9 { top:50.4375rem;left:25.4375rem;width:8.75rem;height:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gb80c1c037d7b3fdb13b56f7836b4d9d { top:32.5rem;left:0rem;width:7.5625rem;height:2.625rem;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #N42ea76f95657fb6e358983e74c483da { top:31.625rem;left:0rem;width:8.75rem;height:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #I9aebe32633c26096acb54519aeba8bf { top:103.6875rem;left:0rem;width:7.6875rem;height:2.625rem;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #i2adaddce6f04b4722190b06b44e17fa { top:102.8125rem;left:0rem;width:8.75rem;height:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #heac2c44edc328cc70a37c9784ee44cb { top:167.3125rem;left:0rem;width:7.625rem;height:2.625rem;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #V7194fa62b5f53987e4d390fdfb1b52d { top:166.4375rem;left:0rem;width:8.75rem;height:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ud745330c3088ab87c501121215d2a60 { top:78.5rem;left:36.5rem;width:11.25rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #kf135c7de37dfe12a03be6e05cb3ebbe { top:75.875rem;left:36.5rem;width:11.25rem;height:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #f07edd08491c3dd6dc37a2b8792de613 { top:76.5625rem;left:37.75rem;width:10rem;height:1.375rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #c9bf8d2829bac16dc53cfafb0f466ec7 { top:78.6875rem;left:37.75rem;width:10rem;height:1.3125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #q231919cd47776461373f8fa3d6196a0 { top:79.875rem;left:37.75rem;width:10rem;height:2.25rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zd385a4120d415ef119aeeebea1c9035 { top:82rem;left:37.75rem;width:10rem;height:1.3125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wZIKrD9W3Q1Cx2rO3n8PAD7LFDzq5vES { display:block; }#wZIKrD9W3Q1Cx2rO3n8PAD7LFDzq5vES > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TxU6r59QkrpfWCGtByXN0Xny2pE0KXL0 { width:26.25rem;height:5rem;top:3.125rem;left:10.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #WGlx3eedhG2AHykGqi78qoxXbef37uVr { display:block; }
 }@media only screen and (max-width: 763px) { #l7pgiSPcWi5qJdPXXTCzNumKgFeAbGS2 { display:block; }#l7pgiSPcWi5qJdPXXTCzNumKgFeAbGS2 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #b8504ece6e853ca6051db038893a0af5 { top:3.125rem;left:0rem;width:47.5rem;height:41.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #x053f4242f4df12244d82abe249d9c05 { top:24.5625rem;left:27.75rem;width:20rem;height:12.5625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #head31bb2c9756213f5e9d18ba28d009 { top:1.8125rem;left:27.75rem;width:19.625rem;height:14.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gbb0e0cc8711356f3f4638022231c51d { top:54.75rem;left:0rem;width:18.125rem;height:15.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #b0fd7eab47f2f0b3186c4575fcf5eced { top:53.0625rem;left:13.5625rem;width:20.0625rem;height:17rem;display:block; }
 }@media only screen and (max-width: 763px) { #Da58a43357f305cb6e3e722da39d7e83 { top:54.625rem;left:29.625rem;width:18.125rem;height:15.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #L835759243ec8c14909bfa0e6376e42d { top:48.125rem;left:0rem;width:47.75rem;height:3.625rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #sb811832e1a33dc9091b1f646bc61497 { top:36.3125rem;left:21.75rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #c87e35d7b1c2356647ab3467fcef0a05 { top:36.4375rem;left:21.75rem;width:1.875rem;height:1.5625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ub6857a9e00b39ba72f070cdae879adf { top:38.9375rem;left:24.1875rem;width:11.25rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ef4740bd36ca2265dc37c927d0bdfe70 { top:36.3125rem;left:24.1875rem;width:11.25rem;height:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #M423435b73970e1865b7d052ceee8eee { top:37rem;left:24.8125rem;width:10rem;height:1.375rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #X835b49ecff5f6ebaa69d8748b8bae04 { top:39.125rem;left:24.8125rem;width:10rem;height:1.3125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #a59aeb9f807f59399e6ba5ae2151f7f6 { top:40.3125rem;left:24.8125rem;width:10rem;height:2.25rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #K60c7984f6e38b646bd0bdfdeea5303b { top:42.4375rem;left:24.8125rem;width:10rem;height:1.3125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #PHrKbGZPbeLBJ8gKRffQ8Lf4XUJewMBd { display:block; }#PHrKbGZPbeLBJ8gKRffQ8Lf4XUJewMBd > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HgClCPT06CM61is6CTCxX0udkFAN0Ezc { width:26.25rem;height:5rem;top:3.125rem;left:10.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #pAHeOxFSTorgdUTt8oaqKOFrOlZELcuL { display:block; }
 }@media only screen and (max-width: 763px) { #rmA3H8yvJQ4irIw5OAr8s1oeP5xui4kQ { display:block; }#rmA3H8yvJQ4irIw5OAr8s1oeP5xui4kQ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #L9VW8NfoMs9GnaM5K0T4WsSMafr2SMKv { top:3.125rem;left:0rem;width:47.75rem;height:25.133863636364rem;display:block; }
 }@media only screen and (max-width: 763px) { #X7KTNMuNPJ2UzUeP3d6PFDKDsx8TI1FR { top:41.1875rem;left:0rem;width:33.75rem;height:14.125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qfp1p4Fboyvw2En7vk3y39fIEaAI51k1 { top:41.1875rem;left:14rem;width:33.75rem;height:21.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #AKSCDBn2wxHTJ0PR7Cbu3HhFKOCnBstZ { top:55.3125rem;left:0rem;width:32.3125rem;height:10.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BwW67Inofb9FzOWDiHf1wM7roBXvSElc { top:12.625rem;left:12.625rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dZyVMFT7Ccn9PUxgrcbv2nAXlppC7tgr { top:12.75rem;left:12.625rem;width:1.875rem;height:1.5625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #W5x1fZUKxgdVR4WwI0l2O2R0rq1k5Ugm { top:45.75rem;left:44.625rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LOOEhUMuK7CmXApIpVaNWN8LbSymElQM { top:45.875rem;left:44.625rem;width:1.875rem;height:1.5625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tt5DJq2U83FdHVZJTU6tSsfp2Tu9pTxu { top:10.75rem;left:1.375rem;width:10rem;height:2.5rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #tnvSkyMFiGcODbCTuy47c5nk8zqiirpG { top:9.4375rem;left:0.75rem;width:11.25rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #bNdrJgyTnZAhvVBwR0mVc9lf5MIFJ5Q4 { top:7.9375rem;left:0.75rem;width:11.25rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #btt7nRBKiWe6rA4bGzmV77ftisbKhFzn { top:8.3125rem;left:1.375rem;width:10rem;height:0.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mn0ld6Hai87quP3NfzS6OcIq4LgdlL5o { top:9.75rem;left:1.375rem;width:10rem;height:0.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #h7R2X444bvWXksRpeJcsF6t4oudIB6pV { top:13.3125rem;left:1.375rem;width:10rem;height:0.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #q4MOh1yKb9bOq3hcoKtdSlVSGp4tpB2y { top:41.1875rem;left:36.5rem;width:11.25rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ThBNnzu1bzZHiIdc2Q2GnRxPNXIZQ8zI { top:41.5625rem;left:37.75rem;width:10rem;height:0.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DAlprzMZDFTIRQGx3fmxeG10CrD98QfT { top:42.6875rem;left:36.5rem;width:11.25rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ziWEZEHX1EbgzRquGvQ05V1yvpJMcnas { top:43rem;left:37.75rem;width:10rem;height:0.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #R1lPu8u8CC7E9TynzoByHWCJAW5H73yZ { top:44rem;left:37.75rem;width:10rem;height:2.5rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gsq82nbATw6MHrfIWxxsGkLLoOQgg3TX { top:46.5625rem;left:37.75rem;width:10rem;height:0.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wxZhgIkT83lR3biSHxqbnTWs81x1DWxI { display:block; }#wxZhgIkT83lR3biSHxqbnTWs81x1DWxI > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wyv5m0Z3rmEPNH08EIoQAxCO7hqVbIhA { top:3.125rem;left:0rem;width:47.75rem;height:30.342954545455rem;display:block; }
 }@media only screen and (max-width: 763px) { #UChQVfCT5BpXzv8Vncnp99T3WZx6kSpy { top:48.25rem;left:6.375rem;width:22.5rem;height:11rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wFST63vglqTOPGZTRheGXbtPkl9p21ia { top:48.25rem;left:0rem;width:15rem;height:8.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z6MRfChX7hEk9ffc2L5NnHwi9LIRsQzU { top:57.1875rem;left:0rem;width:15rem;height:2.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #if2xTXEfvyttiTdL68rErJbloB9yFgT0 { top:12.75rem;left:27.0625rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RI8VZmo9AH4nWIflTvTeUtTdmLqC7TKO { top:12.875rem;left:27.0625rem;width:1.875rem;height:1.5625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nQxSycyIUWpiXImv1DsQcxNeCIXmT6CC { top:41.9375rem;left:18.6875rem;width:28.375rem;height:18.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #gp4VSbtuE4rcBf7Iy5WdRgVn3QBJhVI8 { top:8.1875rem;left:29.5rem;width:11.25rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #NW2iIxFoGIbvBUryVWGNXAHqho3mmiVE { top:8.5625rem;left:30.125rem;width:10rem;height:0.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vhinxwzvRWGudHcDCrLWiQGazb0Rceux { top:9.6875rem;left:29.5rem;width:11.25rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #nSU7kX07uQRW04LiBUZVvQpoJEJFBZrw { top:10rem;left:30.125rem;width:10rem;height:0.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fMuLP1qB9iiBGBo1qpkHuwkR3Gxuw2T4 { top:11rem;left:30.125rem;width:10rem;height:2.5rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #maSNRmUGhI1Mg74zh3dCG1hKh5aDGisN { top:13.5625rem;left:30.125rem;width:10rem;height:0.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NWo9cFwWBiHtog3mPUTD058w8bFwXiF1 { display:block; }#NWo9cFwWBiHtog3mPUTD058w8bFwXiF1 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #teUJhazQosCw1vNxgJe01hn5z3xnVbiJ { top:3.125rem;left:0rem;width:47.75rem;height:25.133863636364rem;display:block; }
 }@media only screen and (max-width: 763px) { #o1m2kqt5i2DwnTZKTFnE52Dm0pnySDbF { top:41.1875rem;left:27.75rem;width:20rem;height:12.5625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XP0GSVWZKPAlPiAPQrozUWPEMxUvLyNC { top:41.1875rem;left:0rem;width:22.5rem;height:14.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bACD3JOEgJTK997TRof6eMMBwrD6xuTI { top:41.1875rem;left:13.875rem;width:22.3125rem;height:14.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QhmR4lrzItLmvaJqlfzq12S9rXs5CRFy { top:9.4375rem;left:22.9375rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LoOOwNiemdWfMB15W1tDt9dKcNPwWGhp { top:9.5625rem;left:22.9375rem;width:1.875rem;height:1.5625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yT0PN5hZSPUSPWDFp0ZnBO8gTAqP5SAF { top:5rem;left:25.4375rem;width:11.25rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #GSAlznxWLvtirClTnDgS0nnH639sArNV { top:5.375rem;left:26.0625rem;width:10rem;height:0.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VaaIFxO0luweFyk53HuCyUWVOTFbVTtw { top:6.5rem;left:25.4375rem;width:11.25rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q73X3eu8S5U0Qzp9ZUIyCAMHmlGB62Tv { top:6.8125rem;left:26.0625rem;width:10rem;height:0.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #iNzOE66EUHmw7G0rM3iM7EkrTPMx6OB0 { top:7.8125rem;left:25.625rem;width:10.875rem;height:2.5rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #uNWTGkAfVzT22E04lUFDqieXMBwP6K1U { top:10.375rem;left:26.0625rem;width:10rem;height:0.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UpEz9wGtMhpMmxixFdpaeTIKtWWsdKMT { display:block; }#UpEz9wGtMhpMmxixFdpaeTIKtWWsdKMT > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #oErIAPzAQvQJD4g1a1lsBwUwbEJ2JFBU { width:26.25rem;height:5rem;top:3.125rem;left:10.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #mBaphbuSMFndDOfvwSworn5UcssU8wVM { display:block; }
 }@media only screen and (max-width: 763px) { #uBoF9MuegVEiIVc01HKqJcpOqxRiAVyu { display:block; }#uBoF9MuegVEiIVc01HKqJcpOqxRiAVyu > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ls9XW97lUOI8abeTFXKgrRvP2DH9dkoH { top:3.125rem;left:0rem;width:47.75rem;height:31.211136363636rem;display:block; }
 }@media only screen and (max-width: 763px) { #x6CsQn4xgRwxfnUXlpVo2DTOLo7GiRAz { top:49.9375rem;left:0rem;width:33.75rem;height:6.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zqATqV4D7C716fRgWT6cJ1RZpZBeR01z { top:59.375rem;left:0rem;width:47.5rem;height:28.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #cTuELaFOxD3IU8BzMKbmrnOG4C3vE0tE { top:73.1875rem;left:27.75rem;width:20rem;height:11.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GloKm1ZPsJ91Fh7WW1mSAvmSETz0NVTh { top:46.0625rem;left:14rem;width:32.3125rem;height:10.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #y3L9TS3TNrMAisMreQXZzQivu7tov2Na { top:85.0625rem;left:27.5rem;width:20.25rem;height:2.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #QI2xJ5RONqmkluinUK69HIbtF3LDLzC7 { top:61.875rem;left:27.75rem;width:20rem;height:9.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ThUiKVRtJbJO5GTD1R14sP0yC17WOaJ3 { top:5.5rem;left:29.0625rem;width:6.25rem;height:11.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Al5wKTgk5ZoGJpfTDuuLM0FAO2gDDosO { top:5.8125rem;left:31.6875rem;width:16.0625rem;height:5.5625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ncRhr4SpCSgGpiv7s1cGVUvKsr3wqqAB { top:3.125rem;left:0rem;width:47.75rem;height:20rem;display:block; }
 }@media only screen and (max-width: 763px) { #d3EAW7m2rRR17ty5D4gfyfUHstexLuCi { top:16.8125rem;left:40.5rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #g2rEcaCgAsGFlycCw05y2lZAzPs44uo4 { top:16.9375rem;left:40.5rem;width:1.875rem;height:1.5625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ipwtVrcXRLdkST7WiIDzEaQNR0CehBlc { top:77.8125rem;left:21.4375rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #A7JzlCDpkn91zIsiGA7gt8uFG9ngbe4I { top:77.9375rem;left:21.4375rem;width:1.875rem;height:1.5625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MoKbWhKAiT0ttnCWUCgxHuoueDPGcrWP { top:16.8125rem;left:36.5rem;width:11.25rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #D8QhAMpMO6nkeOCWmAeoqpqGCaRwpIcR { top:17.1875rem;left:37.75rem;width:10rem;height:0.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xL2dH3h55CPWOy8GW3HCJfnV4wVxrurD { top:18.3125rem;left:36.5rem;width:11.25rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #yv1CEpy7khg8Cv8cfLVf25Q1rAyMpwq3 { top:18.625rem;left:37.75rem;width:10rem;height:0.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NhxZLXV1WcuJ32kIqxLLcigTcgGvKSHD { top:19.625rem;left:37.75rem;width:10rem;height:2.5rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #vO1Nfuu4fVTzX4cKUmCLem4rZOcqGrdX { top:22.125rem;left:37.75rem;width:10rem;height:0.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #luxt6ABT8GEtTKOdNN3c9MX0C8LE8RMC { top:77.875rem;left:23.875rem;width:11.25rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #eHl5DFKKA5FucVl7Fcg81c8B26v5zkuv { top:78.25rem;left:24.5rem;width:10rem;height:0.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mBJF9pvG5SUNTPtHmzWp2J7FFSUOtmXP { top:79.375rem;left:23.875rem;width:11.25rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #VTpsa5pZteWgcFSdPtFWhTCx8Rol6qHZ { top:79.6875rem;left:24.5625rem;width:10rem;height:0.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bSaeXxJm9Uuf60nWnFrxa8yrug0MgXTg { top:80.625rem;left:24.0625rem;width:10.875rem;height:2.5rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #T3c9DTwu9d4x1SyyAzuDf6lBi0aCPZ0C { top:83.25rem;left:24.5rem;width:10rem;height:0.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #aVKa88PrxwkswEDLm1h9uwXBvTmyMA1r { display:block; }#aVKa88PrxwkswEDLm1h9uwXBvTmyMA1r > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #audDK96ILGIANQbAwR6iBHlZGnwWT3D7 { top:3.125rem;left:0rem;width:47.75rem;height:28.606590909091rem;display:block; }
 }@media only screen and (max-width: 763px) { #hSsG54CETkHld3saw4418eIiwblAgO9G { top:46.1875rem;left:0rem;width:33.75rem;height:6.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bgWFMBVMGFXaoXk5ws2PuKRsMAVcgQup { top:55.5625rem;left:0rem;width:47.5rem;height:42.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VbIuEQPSsGaEhpwD9PMuCRmSgBaDIUOE { top:61.75rem;left:29rem;width:18.75rem;height:36.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hHFvMr2Ua7sfQhs7e1IUxtvmJK1lrFSO { top:99.875rem;left:0rem;width:47.5rem;height:11rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wR9PLg4FgGzRA6oVLEzBka3w7AvVqJdL { top:15.1875rem;left:25.75rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #t7rKU13t6NpL0sLWawmKZdknKJSFDyLK { top:15.3125rem;left:25.75rem;width:1.875rem;height:1.5625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tqBeqTxMQHKVg4D8dCyn4yJDIIqgQaV8 { top:90rem;left:4.25rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #AHOmUmhnboKPQ6DF5Kft4pN2T4wLIKTv { top:90.125rem;left:4.25rem;width:1.875rem;height:1.5625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #iisX6yEcXaIlETmbe5sTixLoxF2RwQWK { top:99.9375rem;left:39.5rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #N2fG8UA6gcxw11sikM8G1s93tZZAwTRo { top:100.0625rem;left:39.5rem;width:1.875rem;height:1.5625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #sRAiRAGIkZPQwmTcFmKv5mGQKVFeIVQP { top:39.5625rem;left:19.375rem;width:28.375rem;height:18.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #fXVC6D6WBuaKk0v0nenyI55T5ntCBrHL { top:12.125rem;left:28.25rem;width:11.25rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #gNKtDi2cqzdZRCz2GJ4nyWQqc531L1DG { top:16rem;left:28.875rem;width:10rem;height:0.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PTODHO4wK3qAU3nBsAHDBPX8RTZSp6Wb { top:13.375rem;left:28.4375rem;width:10.875rem;height:2.5rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #VnziPT1ZpTv05i5ILocisR91z7PpFgPs { top:12.4375rem;left:28.9375rem;width:10rem;height:0.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #aLHP0hM24wC9FzvTanvOxN6tf00Kusv9 { top:10.625rem;left:28.25rem;width:11.25rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #JMyeb3ErwtHVJu1lRI3x2ASmCno23Ne1 { top:11rem;left:28.875rem;width:10rem;height:0.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZMxyxVEJd6gT7gxo0kyeaTu2Z3wgALSW { top:91.5rem;left:0rem;width:11.25rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z2QwEQKyt5GWo5xkpHblG5l7pkEfOisu { top:95.375rem;left:0rem;width:10rem;height:0.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xU23v8zJcxyyJTl5lG6keIXTD6Xb5esE { top:92.75rem;left:0rem;width:10.875rem;height:2.5rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q9w6AQsilUMEDB3XVe9Ri57eiOncibpd { top:91.8125rem;left:0rem;width:10rem;height:0.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LPbGb3WntTBeoTxxGw3OHiK4TUDT8dPk { top:90rem;left:0rem;width:11.25rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #trbChI5A07eku2Fiip2E5zan1SSgT2XJ { top:90.375rem;left:0rem;width:10rem;height:0.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #uoNBJxiLykLgXzPmzBrlWoM51HwBvn7K { top:101.4375rem;left:36.5rem;width:11.25rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #bgU7UIQ6dmymIWDQczaarmucBCigFaRR { top:105.3125rem;left:37.75rem;width:10rem;height:0.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ebTMpcUfKxzaHLlsVHLFIRSAo7FPKCFt { top:102.6875rem;left:36.875rem;width:10.875rem;height:2.5rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #u0tyhWp3vPvPbBDawRgzppWP4sQNh96A { top:101.75rem;left:37.75rem;width:10rem;height:0.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #sK7Hsni2Pq11hAZOeKfUhzkcNvoEt6Dq { top:99.9375rem;left:36.5rem;width:11.25rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #OFqPAu8WkPMeK5tTdOtcdZbm0ASzFJWE { top:100.3125rem;left:37.75rem;width:10rem;height:0.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cKJEV7WbPrGQSys488zM5zuDgbTbzimc { display:block; }#cKJEV7WbPrGQSys488zM5zuDgbTbzimc > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ysocrrqZ5SyH3ornTz6STFVcP0K1Jq4Z { width:26.25rem;height:5rem;top:3.125rem;left:10.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #zOC3WoZRL1cb7HHk2vb6rnwT4uxEWMU1 { display:block; }
 }@media only screen and (max-width: 763px) { #F3HU27Gxb7aw9r5Ix3fFQxW7pP7wUawR { display:block; }#F3HU27Gxb7aw9r5Ix3fFQxW7pP7wUawR > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #A2WBuPTFukWCnAzxLba2ke7xxdDRZtts { top:43.6875rem;left:0rem;width:47.75rem;height:29.518181818182rem;display:block; }
 }@media only screen and (max-width: 763px) { #FZgPb5TJB4enNV3xgrQ5usbF4RTk8Lxv { top:88.0625rem;left:0rem;width:20rem;height:12.5625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CyslNJSagqLTocQAOL1p7sKXSzlNZB3G { top:3.125rem;left:0rem;width:20rem;height:23.5625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wQ1890bezd2FdmODNKvbA8fLtuGQWQkg { top:3.125rem;left:0.25rem;width:47.5rem;height:37.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dTxwHyizRLL5H3LQUxZkTtSVa4J2oVgA { top:88.0625rem;left:13.875rem;width:20rem;height:11rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #F2rVrrXoaPCECTELs5TGZBKSuQqMAo2R { top:88.0625rem;left:27.75rem;width:20rem;height:7.8125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #biVdMD4EOT6dTv1g6dXfFv0XOLblukpw { top:10.375rem;left:45.8125rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wRUnkJPvScP6NqvbFzrWFqBvpCkA7heG { top:10.5rem;left:45.8125rem;width:1.875rem;height:1.5625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lsPiJ3mhellT3TygMd9zApDz1ZtcTIJv { top:12.8125rem;left:17.25rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KBN39awTOKnvc1rtsvv0paUiRREJ7CUQ { top:12.9375rem;left:17.25rem;width:1.875rem;height:1.5625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #H1woX6o5RTLx3xxZ7VIZEP3tW8bRtUKm { top:68.25rem;left:22.9375rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wIUurk96DxbC7TOk89FJ2b73Ze7J5wB5 { top:68.375rem;left:22.9375rem;width:1.875rem;height:1.5625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #aPts8b9x9B0Q4UPO8FWoFt62pTdDU1xq { top:54.1875rem;left:45.875rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WTktHTliuF3O2PccKzf79EsJMdHkIFmS { top:54.3125rem;left:45.875rem;width:1.875rem;height:1.5625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DhU5TVe1Cky613uRRVQdNbH9e1lQs6Xt { top:54.1875rem;left:2.9375rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #br2KdzyBm6FHqUeu14Tp1gGP7ZnhSPc4 { top:54.3125rem;left:2.9375rem;width:1.875rem;height:1.5625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SAIaEacgocB0fiIRh7ylkt1qfBq1DGH0 { top:33.0625rem;left:0rem;width:28.375rem;height:18.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #WN7TJxG4spb00TvcvHG6GSXTsKa3IGVR { top:7.875rem;left:17.25rem;width:10rem;height:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #kge6LcTU7uzLDdAptKT8CsmXkEmpQLb7 { top:8.8125rem;left:19.125rem;width:7.5rem;height:2.5rem;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #KIKEmnghs1i7MfawcTzkSAx4rwEiE67z { top:9.6875rem;left:17.5625rem;width:1.875rem;height:1.5625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xrn9JsQo35nlOpDV5h9ekkCMy3Vk96iT { top:8.8125rem;left:39.1875rem;width:8.5625rem;height:2.5rem;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #P9HPXhJc7mXp0oA5ZFkoxsF9KnayUiuD { top:7.875rem;left:37.75rem;width:10rem;height:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WvkcFQ7pxZv5VwVwqBoBeKRrO66X6JN3 { top:12.4375rem;left:37.75rem;width:10rem;height:1.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WnXUfuimIvHJag0aKU8tNJsvov4FBh2t { top:35.625rem;left:0rem;width:11.25rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #qdo3mQgplSzULZ2oT1Hl3Xea8NkylE8l { top:39.5rem;left:0rem;width:10rem;height:0.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #i2xbyqt7p3F6a6ruJgl1DddPJ44hscqb { top:36.875rem;left:0rem;width:10.875rem;height:2.5rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #HaVifS6oLGwfu9aTfzI9ORkm7DTUvxEt { top:35.9375rem;left:0rem;width:10rem;height:0.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bzD2rmUhgMn9UCONPuUy9Dr4ucmfOHHl { top:34.125rem;left:0rem;width:11.25rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qxO2foTxlTTawCXd18kvh5aisndovZib { top:34.5rem;left:0rem;width:10rem;height:0.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GubTt00b2wiSfbhu2kdykTJNnsFi2Mxc { top:30.375rem;left:0rem;width:11.25rem;height:3.125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #El8dcX9WxrBmByG62tzvsUVmlzDKGnHH { top:51.125rem;left:0rem;width:11.25rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Dw5vyHi6TTqqhyMZX1t1n6VTZHu5AipR { top:55rem;left:0rem;width:10rem;height:0.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Kbx54BBZ7vshNhSxE24O1k7irziG5ImV { top:52.375rem;left:0rem;width:10.875rem;height:2.5rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #WIAssn5PudSUF1wEo9SM5TRVSBHJmucV { top:51.4375rem;left:0rem;width:10rem;height:0.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #u1LKbs7LdxxXZ5ezIc8AKUuxCz1QTw7T { top:49.625rem;left:0rem;width:11.25rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #RNlu08N1KGBD8HJPRewbVTWoqRoS29xz { top:50rem;left:0rem;width:10rem;height:0.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Cvs5Q45HUsmoPUXZmlbQ6D8rThMWPQf4 { display:block; }#Cvs5Q45HUsmoPUXZmlbQ6D8rThMWPQf4 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ADfyCCdfUgX1KdlwCsiLXUiMuUPNmP64 { top:3.125rem;left:0rem;width:47.5rem;height:30rem;display:block; }
 }@media only screen and (max-width: 763px) { #l6cGFLd9zIa3lTKfcTe0kUCKcoSa70oK { top:15.6875rem;left:30.25rem;width:17.5rem;height:18.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #USQ1h4tLDHQ93R6OVUN80lkVBS79VtW5 { top:35rem;left:14rem;width:33.75rem;height:23.5625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pWLq5Be5aBUuQmJIZGEBpyykb8PclhFV { top:36.1875rem;left:0rem;width:33.75rem;height:22.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #DZtK2xFEWPZF18I1GQtI9UWL8AubVydC { top:3.125rem;left:27.75rem;width:20rem;height:12.5625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RGDcAiTWBtb5qFQtfX58LFRxFX7eurJW { top:61.6875rem;left:0.25rem;width:47.375rem;height:44.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ziIxIiCW8E8RIQZp1dlEoa350cPyzC6F { top:102.5rem;left:0rem;width:32.3125rem;height:10.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mtCV0CdtggMTRhAfHb2p3FBB7CcdniJl { top:61.75rem;left:0rem;width:20rem;height:9.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QLTyzxmxw1hCm1QVLF1apoIO0SMm6bTG { top:72.4375rem;left:0rem;width:6.25rem;height:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #DQAeF1c8FwmzDU9zGknKHqBaNHwdSSgI { top:72.75rem;left:0rem;width:13.125rem;height:5.5625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vlJvCURuM2Tg89BW52BvccxMZopCTfHQ { top:80.0625rem;left:0rem;width:20rem;height:9.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pTbRTQW7PbwdTv7M1nRrga1TzKhRD2Nx { top:27.5625rem;left:0rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QTQM5Z6HEysfdsULIxXvseGWUPvRf9Dc { top:27.6875rem;left:0rem;width:1.875rem;height:1.5625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qg8fAgp9E6w2Da2OWouJMcNUGl1saFGb { top:25.875rem;left:45.875rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gPOwlLd8vy4RUuArb8xQ2NRUDJtDGxK3 { top:26rem;left:45.875rem;width:1.875rem;height:1.5625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #c0nuyLmmQP6SKiAVfS9sBqtVHTuMaOTT { top:25.75rem;left:30.4375rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XAXOC8r1EvPI036fS60NtX9QUplaAI1W { top:25.875rem;left:30.4375rem;width:1.875rem;height:1.5625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vIliyNduqZ3FemOP5TfCFyi7QSsTXG3C { top:54.75rem;left:5.4375rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #AIg6aqEwQdC6iOeeyAPMM1lW2XvGqQhu { top:54.875rem;left:5.4375rem;width:1.875rem;height:1.5625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #H2VpdG2DPOpJhadevNzomOr0UUsCi7Ve { top:7.8125rem;left:23.375rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #t9TwdrmsoFNZaevxviUOoDGtq25Txn7s { top:7.9375rem;left:23.375rem;width:1.875rem;height:1.5625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HdWGC4mG1U3v8qDKe5nPVa6cDbXPLQ0G { top:69.5625rem;left:31.125rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #spZLVokmXNsP8sUOpCkMGkzRtAfZE3Kb { top:69.6875rem;left:31.125rem;width:1.875rem;height:1.5625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TZPW3JbXzNOVqUWUncEEETirfIqTTaq4 { top:95.8125rem;left:33.5625rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ezIETwNpvN8Jgva1HBomldnpTR0re5Gl { top:96rem;left:33.5625rem;width:1.875rem;height:1.5625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RbqFOJ475kiQZcoPxRgff6pqrbpwkMEv { top:24.375rem;left:36.4375rem;width:8.5625rem;height:2.5rem;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #CFu2XycTPZV5OnaW7ORd0lxpxkMJ3Z9R { top:23.4375rem;left:35.6875rem;width:10rem;height:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #RyIlJSTrmvUTaOkHamWKGNVdWJIXtBQM { top:55.6875rem;left:8.6875rem;width:8.5625rem;height:2.5rem;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #O24J5H3mkA54VqWL9u48dXiFifXlPSJm { top:54.75rem;left:7.9375rem;width:10rem;height:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #niZ4fvFvoVyUfaTOsZ8Rf74PU6W1nzUJ { top:64.625rem;left:31.125rem;width:11.25rem;height:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #S6R2izJFp6x7zfi5z1uq6FI1sTWT3BpR { top:65.5625rem;left:31.3125rem;width:10.9375rem;height:2.5rem;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #SeqduBIsa2zv0AMeEAoQglLQsghuPPO6 { top:95.75rem;left:36.0625rem;width:10rem;height:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fzkVzDBgIwcxtaRlgazFXUlkponS2KiT { top:97.5625rem;left:36.25rem;width:1.875rem;height:1.5625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UxmKeoZ8VVXQggdNXTAdUO8bQnKrSLWT { top:96.6875rem;left:37.9375rem;width:7.6875rem;height:2.5rem;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #E1gy3CEf5b22MuaoPyJJVLPOHsBSaWfL { top:4.625rem;left:25.8125rem;width:11.25rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #AMT4TOHEaLFxCwmNwAh8Ad4QFTnI5l27 { top:3.125rem;left:25.8125rem;width:11.25rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ALZMT2nIdetSc0pKQk7H2LOTMNNoN3C7 { top:5.875rem;left:26rem;width:10.875rem;height:2.5rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Nr12M57hETA9gUSh0mHdhrCw3XST0i5I { top:4.9375rem;left:26.5rem;width:10rem;height:0.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vuWMJhdai67fg5lMdV5P230csQ5VztPT { top:3.5rem;left:26.4375rem;width:10rem;height:0.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #uoGgVO4HLfkTlphduz4M8PekkzNCBX6N { top:8.5rem;left:26.4375rem;width:10rem;height:0.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #oraZbfzXuD6JKiDgIBTWmoHUZEIATvp3 { top:96.5625rem;left:0rem;width:11.25rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #NEqnkeryJ2Th4x3ynabyf5o4HiDtwASb { top:95.0625rem;left:0rem;width:11.25rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fkQvhwkfnDhTdZonHIHbx5hHod1lp0hL { top:97.8125rem;left:0rem;width:10.875rem;height:2.5rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #qXm6N7n872cM3Gg0XZdTrlZZIAu9CJyw { top:96.875rem;left:0rem;width:10rem;height:0.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rfyzcsG0VSfvtGxbaDZzC6NO49D211X7 { top:95.4375rem;left:0rem;width:10rem;height:0.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Th0oaOVRTOOUHdtXGMeUqcflqRwiQ2lb { top:100.4375rem;left:0rem;width:10rem;height:0.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #eR1Ta2biRC7tPwMDC5ho8QfDrDFfn34P { top:91.375rem;left:0rem;width:11.25rem;height:3.125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #oaisitT7M5PrEUGhx8AyPretWpk8fv8z { display:block; }#oaisitT7M5PrEUGhx8AyPretWpk8fv8z > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fZBfgHHZEDonfsRqXIBaGDgF91nGa1Gh { width:26.25rem;height:5rem;top:3.125rem;left:10.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #D4kLU1Puf8aoa0Vylqix03VTZmG0NDq6 { display:block; }
 }@media only screen and (max-width: 763px) { #NGB97CoOx5WS3MaNbmlRgrRmr0kL4dl5 { display:block; }#NGB97CoOx5WS3MaNbmlRgrRmr0kL4dl5 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #u4L36OLnRKWRhCMmV9lwPEhlR8Z00pMO { top:3.125rem;left:0rem;width:47.75rem;height:34.640454545455rem;display:block; }
 }@media only screen and (max-width: 763px) { #E4CcupDHswMzUK1n2VPEOxX6eMSiN2um { top:54.875rem;left:0rem;width:33.75rem;height:11rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bv0WnDTcMrzwz6tXSqyVO6zuZsWEiNfR { top:16.5625rem;left:29.25rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QCpNTRfi95vM1qVHVfZszsAdLswGazBu { top:16.6875rem;left:29.25rem;width:1.875rem;height:1.5625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #IPqXrTsQLZV9q7EtsmVpSzuuWsdEcKMH { top:48.1875rem;left:19.375rem;width:28.375rem;height:18.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #HDW0ygZLAkafISIz5e3lgXJeU5nvt6H1 { top:18.0625rem;left:31.75rem;width:11.25rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #EkOWof5n5T5TtVVP0XppdLkr2J8b7iHb { top:16.5625rem;left:31.75rem;width:11.25rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #sGovsby4tTGHev4l6TrCHtXFEC7tgHWd { top:19.3125rem;left:31.9375rem;width:10.875rem;height:2.5rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #fNp9OLdMunOtuCIyE3iGT6NelpMNwXus { top:18.375rem;left:32.4375rem;width:10rem;height:0.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mNSk0rAAgRofQATLzfivRpIvVVWPBonq { top:16.9375rem;left:32.375rem;width:10rem;height:0.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CiyuFqIwo5ZEnDltUyAt0EKbzVGcI7UT { top:21.9375rem;left:32.375rem;width:10rem;height:0.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #oapuin6QTo2PpDd7Wgfbh074tyvHQr4R { display:block; }#oapuin6QTo2PpDd7Wgfbh074tyvHQr4R > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZiW2wRcHyVJycla5wR1n1iueLUgbpNz4 { top:3.125rem;left:0rem;width:47.75rem;height:31.211136363636rem;display:block; }
 }@media only screen and (max-width: 763px) { #u8VAzJx1bLyJQwH2BUGJGWAXn8HMDPgT { top:49.9375rem;left:0rem;width:47.75rem;height:14.125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ufd5ieFfGAWmcVriTswUEfot8l33DVDE { top:67.25rem;left:0rem;width:47.5rem;height:33.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #aifP0u1oJuTALoJ5UTWT24mf2TZS58ds { top:67.25rem;left:27.75rem;width:20rem;height:36.1875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gZEOVwOsGEyzJgUNGqmdNLsVUZ7KrXIo { top:98.6875rem;left:6.125rem;width:32.3125rem;height:10.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XuF33fffhfPmpnbbceiE060B82QaAtiz { top:4.875rem;left:18.875rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ECvlDyeHC8N2AD4hGNFhKIy5xPEymwJ4 { top:5rem;left:18.875rem;width:1.875rem;height:1.5625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vROLdzlJRlWf4riA2yArJfmDfhstDLyc { top:34.9375rem;left:45.875rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RNE8la62Hl33PG7PGUGltmMFQ5JfgE3y { top:35.0625rem;left:45.875rem;width:1.875rem;height:1.5625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KEQx2EeC3s4QDPNAZDl1bGtuEaxOIeWu { top:36.8125rem;left:26.125rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lHcVZXoVJg1OFvQ0ei5BaoIBOoO9HGbo { top:36.9375rem;left:26.125rem;width:1.875rem;height:1.5625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #auHMI8oEKZrWzac4R1XeHuZZaSgRyVNS { top:70.625rem;left:17.0625rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #sRGIcHo1CbKOpGZw8CxESTT5HceEww1q { top:70.75rem;left:17.0625rem;width:1.875rem;height:1.5625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vOuV1BD46Hzik2Das7ATE9ZaDI3yG0wK { top:6.375rem;left:21.375rem;width:11.25rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #yr3B9aZDCdz3T9p3Bxv3TuF7DTc0E64m { top:4.875rem;left:21.375rem;width:11.25rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #aOoifSOdrtJXr8OPcysvSSzUz04TZi3R { top:7.625rem;left:21.5625rem;width:10.875rem;height:2.5rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #AIvSZiNheQpLHhxQfyhZemak2KanrDmW { top:6.6875rem;left:22.0625rem;width:10rem;height:0.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TK20bCZUbvTcmgHTWPoufA18qIGo6fF9 { top:5.25rem;left:22rem;width:10rem;height:0.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NMHSGaiVxXTlaonD5GzBEOOlgmrEu8fb { top:10.25rem;left:22rem;width:10rem;height:0.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GmtFRbhNvhzRoS9qNQBrtpGAq1l3XKGI { top:11.6875rem;left:21.375rem;width:10rem;height:1.1875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #n5UztnTtpUEoDuXvTPPL1Q8NNMoSeR9w { top:36.8125rem;left:28.625rem;width:11.25rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ceeRJdXyehZmWzMmiILktK72PRbAFt63 { top:37.1875rem;left:29.25rem;width:10rem;height:0.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bxSOf6fAZn5Af9Kmw6NrIAUw288vGyLZ { top:38.3125rem;left:28.625rem;width:11.25rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZDTW1i00ELpCgdUtwq9nQkt7mktB00fK { top:38.625rem;left:29.3125rem;width:10rem;height:0.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vy879DXRzIlaJk65vIuR0OuJMgBOA8Rc { top:39.5625rem;left:28.8125rem;width:10.875rem;height:2.5rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #T9xFS1EhhBLSk9wcMiJwLh9g8PMJioZo { top:42.1875rem;left:29.25rem;width:10rem;height:0.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rMgkiPnZUHdRPvlLIMOINek8S0uEc4ig { top:70.625rem;left:19.5rem;width:11.25rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #JqK8rO1UMaEEQBEy5blcNgaLrTXQf4Pc { top:71rem;left:20.125rem;width:10rem;height:0.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KZCy2XxMUCXXp4bOhdGzlV1XJAbevodh { top:72.125rem;left:19.5rem;width:11.25rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #gLOXAFo2G9CnG5xBbF0hWs7ZToxUIm9o { top:72.4375rem;left:20.1875rem;width:10rem;height:0.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CbCmqsI0FImLTsA5nZWrCTToUB7cKwtZ { top:73.375rem;left:19.6875rem;width:10.875rem;height:2.5rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #MitzQiwCtaty4aHnR8VS581hCKmcJ9e5 { top:76rem;left:20.125rem;width:10rem;height:0.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Pwu3dlMuGf44asvCKzm43TFRZUfaN2P6 { display:block; }#Pwu3dlMuGf44asvCKzm43TFRZUfaN2P6 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VNTWdPCCqdHx071oxVBJ6XDSH69tbBLg { width:26.25rem;height:5rem;top:3.125rem;left:10.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #FvCJaDRGVG94llOSvFKoi4c7re0dRPK7 { display:block; }
 }@media only screen and (max-width: 763px) { #hyUUBQJhP2iQWH7MSsSxzfB3V9x0ztLJ { display:block; }#hyUUBQJhP2iQWH7MSsSxzfB3V9x0ztLJ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pK1FiDapHQ2zlxmT9bscFzz7LbgCUoWy { top:3.125rem;left:0rem;width:47.75rem;height:34.640454545455rem;display:block; }
 }@media only screen and (max-width: 763px) { #drSB6GwCktnkgW8NDETrTNJh4msHfmCq { top:54.875rem;left:0rem;width:33.75rem;height:25.125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QF7pCWABgwtRLsdUyTBv1J9g3WElQVr2 { top:80.625rem;left:0rem;width:47.5rem;height:28.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dydBsMJ8hJzJOEXcyiPlIr3kfOLEO9r2 { top:68.4375rem;left:21.875rem;width:25.875rem;height:18.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #lSpsc9mNGq7RAIyVI62D4ciKtz2DIa1m { top:89.0625rem;left:27.75rem;width:20rem;height:7.8125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #plmnqNNITuuyvoVXLtErDke7ozTdST6u { top:43rem;left:8.3125rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wpbqF6oodQ4ae5pgEUc9AXePK31xz48M { top:43.125rem;left:8.3125rem;width:1.875rem;height:1.5625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HpqT0btbAGDpstQDTBWSVoI73ELB2TOT { top:80.6875rem;left:15.375rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QAPg9WmQz0pNqZ9uLOOQsJeJQJO4uhw1 { top:80.8125rem;left:15.375rem;width:1.875rem;height:1.5625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rmvNiB1FJXTEbktPbZzgE88ZqWFSgF2T { top:67.25rem;left:45.875rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vREVvgQR0pk8ybyDE2PqHHBhKKBB0pHG { top:67.375rem;left:45.875rem;width:1.875rem;height:1.5625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BJToE80HG3V1IyRtyooPfMwvnIdhXi9R { top:48.25rem;left:19.375rem;width:28.375rem;height:18.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Nl4XFykdmi72EIB6z4n3GMqDsmpB2SwK { top:49.75rem;left:10.8125rem;width:10rem;height:1.1875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #XHsrTf8leixTpEIrAfdeq9VabhIxwpAa { top:80.6875rem;left:17.875rem;width:10rem;height:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #eSy6ULg96tMt6nnMVce1FXOIVXVcMUB4 { top:81.625rem;left:18.625rem;width:8.5625rem;height:2.5rem;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ly4JenGC4RV9QEmgaveoWbfc33yeTAPE { top:43rem;left:10.8125rem;width:11.25rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #RP9nyNmRSfFRwgluDpavtrGGCktE5s8i { top:43.375rem;left:11.4375rem;width:10rem;height:0.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VrTMgCKuQIhEm1gWGx8vt60DyJElzN91 { top:44.5rem;left:10.8125rem;width:11.25rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #MNZGWBnhi7ChFJDeTMWUakS74ruLz2wT { top:44.8125rem;left:11.5rem;width:10rem;height:0.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #G8laVrbQlAookbGf1m9OoB2yr51VO6Ea { top:45.75rem;left:11rem;width:10.875rem;height:2.5rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #uTEzzrXmUBmlqS8Ipwme9DOZnTnaImtS { top:48.375rem;left:11.4375rem;width:10rem;height:0.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #so7yPu1TSP3x1FDS8U22u3fiTQd5dSfS { display:block; }#so7yPu1TSP3x1FDS8U22u3fiTQd5dSfS > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #owTTfVcE9IXfAyHK7gaq5odABy80miTN { top:3.125rem;left:0rem;width:47.75rem;height:30.342954545455rem;display:block; }
 }@media only screen and (max-width: 763px) { #rwwFBsL948GiCnXwL9TJdm4ev7ZGbyuJ { top:48.6875rem;left:0rem;width:33.75rem;height:7.8125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KQuukwvdiZQKZ8xUulGoJB4mx2VrJK0v { top:59.6875rem;left:0rem;width:47.75rem;height:29.952272727273rem;display:block; }
 }@media only screen and (max-width: 763px) { #tmiTDgCFImU2NwsugOkIouHVqnsFF0pt { top:43.8125rem;left:14rem;width:32.3125rem;height:10.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #S66hnCBpKA7go3pzexTfMa73nM0Aw9pJ { top:61.6875rem;left:19.1875rem;width:17.9375rem;height:5.625rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #ytccv7Tg5wkTt02zc48qTJkmV1V0hq6m { top:59.6875rem;left:15.3125rem;width:32.4375rem;height:43.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #I09zeb9MTFi5ZrfN8U2P2ExeKQyTccnB { top:71.0625rem;left:20.5rem;width:27.25rem;height:4.6875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CJRBO4khhvzPs3peVoTVJvaFXHZ4EwCQ { top:77.0625rem;left:27.75rem;width:20rem;height:6.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #M0h0KJP2GtgiqHIB9vFFnzk4F8afmJps { top:96.5625rem;left:27.75rem;width:20rem;height:4.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #LzaulTLQyP1eGZJpqSUeaertwikw86ae { top:10.3125rem;left:8.8125rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #m9f9RyzpQplEpa9KG8qtKmhMrPZrgciy { top:10.4375rem;left:8.8125rem;width:1.875rem;height:1.5625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #avBigDBQ7OkrbwNxh3MGvt5LLnUIkbIe { top:66.0625rem;left:13.125rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ntJWwQireQB8UnFLprZmolIruldUNahC { top:66.1875rem;left:13.125rem;width:1.875rem;height:1.5625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LC3ZaMeFeO05csCsIkPO1syVCObSaDDR { top:91.0625rem;left:0rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ftfSQhnwgrqrOlL0ByPyzzROIFHZvKkw { top:91.1875rem;left:0rem;width:1.875rem;height:1.5625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TFHtX1A3KIZIQPqxCu8ufgM5HLKnmS6i { top:89.25rem;left:37.75rem;width:10rem;height:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qgTodq8nFFnR1Byq7vSLsIEsIy95tMV5 { top:90.1875rem;left:39.1875rem;width:8.5625rem;height:2.5rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #EKTiLxAO2QmvazZHi2zkq5wdFOn9SroP { top:93.75rem;left:37.75rem;width:10rem;height:1.1875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #TJTAwcTd2aZcLtlL0pE4UkInA8ZyfmW8 { top:84.9375rem;left:37.75rem;width:10rem;height:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #A0Up39L1QJVoavIn3XndBbBKMRKvbEKB { top:85.1875rem;left:39.1875rem;width:8.5625rem;height:1.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #G8isuciHmFQOwcB10EqEQD02G0lcl8FA { top:86.4375rem;left:39.1875rem;width:8.5625rem;height:2.75rem;font-size:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #TtEpyK2D2dqGFTxAn5IeiAg2fkA81Vfz { top:89.25rem;left:37.75rem;width:10rem;height:1.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nZxKGEUsqqH18bIBiZ7UUTaucrVJKx8K { top:92.375rem;left:37.75rem;width:10rem;height:1.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ysi2cZWHfF1QQORAw6SpR6w23anPSs3a { top:10.3125rem;left:0rem;width:11.25rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #uQOMV91MQ6W0VepUsqvfWqNyAfTW4EWy { top:10.6875rem;left:0rem;width:10rem;height:0.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UwR1QaInP7QEqga0i8M9RJ8x9kZunMWu { top:11.8125rem;left:0rem;width:11.25rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #sQ81r43OZ6qcEU5TucdfC6XKi3kSFCKr { top:12.125rem;left:0rem;width:10rem;height:0.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PyuNPk9vTfPLcPFvVph76sHcnoqtk4FS { top:13.0625rem;left:0rem;width:10.875rem;height:2.5rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xut48AmI8uRlwiHF28brEvPZmo31Wnqq { top:15.6875rem;left:0rem;width:10rem;height:0.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #f2NVidgdVxCZuLfAJnVty52obBzQRgyl { top:60.9375rem;left:0rem;width:10.0625rem;height:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #SumNl4aUhkBcTa32GRkBHUZ0sxn6bsNX { top:61.4375rem;left:0rem;width:7.3125rem;height:1.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XxMn1BPMctGNMLXy6BUFWfMkKpCDzxrn { top:62.8125rem;left:0rem;width:8.875rem;height:2rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rbqJZOuOhMdD5oVimtAhzf2O9EhCbLXG { display:block; }#rbqJZOuOhMdD5oVimtAhzf2O9EhCbLXG > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Bgz7C10DzHviGxNTTeIK8XsW2cLRiFsP { width:26.25rem;height:5rem;top:3.125rem;left:10.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #AeoR4IMGdArRqI21R6k7T6N0eeN8p5C6 { display:block; }
 }@media only screen and (max-width: 763px) { #IGZevGiGRm43nbZMO47lz3mEBMy4NzeD { display:block; }#IGZevGiGRm43nbZMO47lz3mEBMy4NzeD > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TqSSmexOzg7bwP1dUGX1ETa5HmQg5q7N { top:3.125rem;left:0rem;width:47.5rem;height:32.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #M36RdgftkpTMXZDTUJGnTo5TwG7fpM4e { top:37.25rem;left:0rem;width:47.5rem;height:9.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BEs5m4JLg0U7epyLulASlVBlxCwxmXoD { top:3.125rem;left:27.75rem;width:20rem;height:15.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #S6u0gW91LnRJpvdq3T0FKLyeLOzJOEec { top:19.875rem;left:27.75rem;width:20rem;height:15.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z5vRmSSdfJrt7CTm5lFZAZnFzTTJTrEF { top:48.1875rem;left:0rem;width:47.75rem;height:3.75rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #VUOX0l40FWUPtSn8EOxBFVFRNzDQwo6H { top:28.6875rem;left:21.25rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Sfy280KOJlPDpEk5O3e0KisrnaN0tLMv { top:28.8125rem;left:21.25rem;width:1.875rem;height:1.5625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bQU7Qk2TonEdkGbnGTelocAWLyQ3m5h1 { top:56.125rem;left:0rem;width:18.75rem;height:16.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #WIu7WacN6cXWbX3Rd5SHk2wflEM1TcTv { top:55.1875rem;left:13.5625rem;width:19.75rem;height:17.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PMdbhuUmpgKUdft8F8rocrRdny31UMRc { top:54.0625rem;left:26.625rem;width:21.125rem;height:18.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #awsc1fTT7C1JMfM2pErZiXnBbHanBLgX { top:29.625rem;left:23.9375rem;width:10.9375rem;height:2.5rem;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #sDNqoIOZUuP1LOBuNRQvAeSB02r3pOOk { top:28.6875rem;left:23.75rem;width:11.25rem;height:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #mAaUbywckTLVQMSfQJttlB96i2VlGtRR { display:block; }#mAaUbywckTLVQMSfQJttlB96i2VlGtRR > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yyoOD5oGqBx9W9ZdqGliofbT2fJEeZ89 { width:26.25rem;height:5rem;top:3.125rem;left:10.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Lsa7GwiAIMcWdaq88ivbtQc0Fa54E2PX { display:block; }
 }@media only screen and (max-width: 763px) { #KTt1CyT6Ct7ZA1dk03q625RcCFOvq8uP { display:block; }#KTt1CyT6Ct7ZA1dk03q625RcCFOvq8uP > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TZwJiaW2HOeimkK0l0hW1t933azrUQma { top:15.875rem;left:29.319793701172rem;width:16.5625rem;height:4.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vCB1TItMC1MmSOd2535qniD03s3Aac5I { top:15.875rem;left:3.5rem;width:12.4375rem;height:5.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #w1oHrnQIbzD3C13vQByxSCZTJADo9TJO { top:15.875rem;left:17.5rem;width:8.6875rem;height:4.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vxcJ1zDn97sSpgAwV8aXVR8g6kF3bCO9 { top:1.25rem;left:1.9375rem;width:43.875rem;height:11.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WlxN1KOiMN1O7lbrG7TTKQ6T5p343ZMx { display:block; }#WlxN1KOiMN1O7lbrG7TTKQ6T5p343ZMx > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mKT8ZA685Fcnm75STI3PzPTHeVXcyOeN { top:0.8125rem;left:0rem;width:47.75rem;height:2.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Uh2yX69ZkCtPiUXTNWwT9ieGDDroQsXc { display:block; }#Uh2yX69ZkCtPiUXTNWwT9ieGDDroQsXc > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KNOJHpQW2U0DovBP4g9IfJnsvP6B4bfg { top:1.5rem;left:11.187286376953rem;width:25.3125rem;height:1.5625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #uizh87L24vQTZc5wKLi6NTlAxiUF2Byd { position:relative;z-index:auto;display:block; }#uizh87L24vQTZc5wKLi6NTlAxiUF2Byd { background-color: transparent; background-image: none; }#uizh87L24vQTZc5wKLi6NTlAxiUF2Byd::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uizh87L24vQTZc5wKLi6NTlAxiUF2Byd > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uizh87L24vQTZc5wKLi6NTlAxiUF2Byd > .row .container > .video-iframe-container { display: none; }#uizh87L24vQTZc5wKLi6NTlAxiUF2Byd > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uizh87L24vQTZc5wKLi6NTlAxiUF2Byd > .row > .video-iframe-container { display: none; }#uizh87L24vQTZc5wKLi6NTlAxiUF2Byd > .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); }#uizh87L24vQTZc5wKLi6NTlAxiUF2Byd > .row .container { width:20rem;height:12.9375rem;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bURZhkG53yoWCRzGJP6Kyc3aGNPABdPd { width:10.9375rem;height:3.4375rem;top:7.375rem;left:4.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #HTDNCddC51leUfRPbBnt0ipfvbaNOofu { display:block; }
 }@media only screen and (max-width: 763px) { #V675KV9r30IViXvlNKgt0lawcJxTHVeF { width:19.6875rem;height:5.0625rem;top:1.375rem;left:0.15625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { display:none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:20rem;height:3.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #n1WeRJmWgxXRnhkUCamxl4QoJEFCfDEW { display:block; }#n1WeRJmWgxXRnhkUCamxl4QoJEFCfDEW > .row .container { width:20rem;height:34.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xa5838ee91f15e5adbfa62bf98ac6afc { width:13.5625rem;height:11.5rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #sda704a27e8e9fc0ff5d551c98e369f6 { width:11.25rem;height:9.5rem;top:14.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #f95b7d530ef766d32cbc84959d190b4c { width:11.25rem;height:9.5rem;top:18.875rem;left:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #S86fc52de7ea4c3df7a4ad1d829c36b7 { width:11.25rem;height:9.5rem;top:23.625rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #K3e6f3d01fa636eea876fe950d8cbb50 { width:10rem;height:1.0625rem;top:32.125rem;left:9rem;display:block; }
 }@media only screen and (max-width: 763px) { #c46ba652198b5f4c3edf40fa3b7de152 { width:20rem;height:12.5rem;top:22.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #QidganlrIoGSfRwVuwoRTkyTB1A51g8I { display:block; }#QidganlrIoGSfRwVuwoRTkyTB1A51g8I > .row .container { width:20rem;height:22.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lMSXku7ANFOIPtbdpI8x8WEnCKO2uDdT { width:17.25rem;height:6.0625rem;top:14.32421875rem;left:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #IocLeOOAzXScKCIuqQoDyuGn9V7vbh29 { width:17.5rem;height:11.19925rem;top:1.25rem;left:1.25rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #fwo2neQaRSgoKLTxOXhUAT1K0qcLli0a { display:block; }#fwo2neQaRSgoKLTxOXhUAT1K0qcLli0a > .row .container { width:20rem;height:161.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Ccb20ef5ea23a1ef5603a08dd9ce6058 { width:20rem;height:9.6181818181818rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #aa7946abcdf65bc35b37ed0120a73cad { width:17.5rem;height:22.75rem;top:53.0625rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ab776c8daedfd18bdb51ede685582cc3 { width:17.5rem;height:15.74221875rem;top:19.0625rem;left:1.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #E47e6921b149e5afb6d779bacbf73c49 { width:20rem;height:12.6875rem;top:72.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #f517a548f8768f3a4cc0920a6b30df2a { width:17.5rem;height:15.74221875rem;top:36.0546875rem;left:1.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #eecc4770748838cbb290230f5525439e { width:20rem;height:14.183625rem;top:82.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #lf63ea4245473b82bcf964f9fdba531a { width:17.5rem;height:14.16796875rem;top:106.5rem;left:1.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #adf54b1422b4df016835c2c07dfa634f { width:20rem;height:9.608375rem;top:122.54296875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #f47b627a8d35a90c4a958c8b4a1e130f { width:17.5rem;height:17.31640625rem;top:141.625rem;left:1.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #icf570be1cb8b57a861a7b829d36d30d { width:1.875rem;height:1.875rem;top:0.875rem;left:3.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #h803ee8f3129529b404b44ae41bd164b { width:1.875rem;height:1.57421875rem;top:1rem;left:3.5rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ie8f815f776b36f54a47a3f7f05cd348 { width:1.875rem;height:1.875rem;top:7.75rem;left:17.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ef1902c28ded6f4622203bf2f8d96368 { width:1.875rem;height:1.57421875rem;top:7.875rem;left:17.5rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #q6a6eefabd64bd4789f1ca9d3a374576 { width:1.875rem;height:1.875rem;top:95.125rem;left:17.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #R93c4a9e761d9e1d0e6c1df723576973 { width:1.875rem;height:1.57421875rem;top:95.25rem;left:17.5rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #a09d362ed1c73aa8fc02927fa5a0eefc { width:1.875rem;height:1.875rem;top:130.25rem;left:17.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #d9f577fd02724eebcb7b7be2bb1f6435 { width:1.875rem;height:1.57421875rem;top:130.375rem;left:17.5rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Pa54677d231e7602b1bd6f3a4f2888d0 { width:11.25rem;height:2.6875rem;top:10.1875rem;left:8.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #n65eb5cf9a5157574e5ee7208259a213 { width:11.25rem;height:5rem;top:12.8125rem;left:8.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #e5c2a6b1b4255a596a8067d6074d4118 { width:10rem;height:1.375rem;top:10.875rem;left:8.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #e71d18ded23292867c2a86aee1998a45 { width:10rem;height:1.3125rem;top:13rem;left:8.75rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #f0d8fe5ed84a62e90154c3b3d2ea2514 { width:10rem;height:2rem;top:14.1875rem;left:8.75rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #k9974aa4d518de83a694bb79e27c95d5 { width:10rem;height:1.3125rem;top:16.3125rem;left:8.75rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #A48842f83cfd96afdb3f4659890776e9 { width:11.25rem;height:2.6875rem;top:97.625rem;left:8.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ae43fb149bb41ca91b33052e1ee51240 { width:11.25rem;height:5rem;top:100.25rem;left:8.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fcedc8db814c6eba0d8793844978e2cb { width:10rem;height:1.375rem;top:98.3125rem;left:8.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Kdebbcacb5ed0139760ed2c8fa0a2f0a { width:10rem;height:1.3125rem;top:100.4375rem;left:8.75rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #T3c5ed8156745fcc44dfdb39939921a1 { width:10rem;height:2rem;top:101.625rem;left:8.75rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #c2898680ef913d9a1bf08c20b2056f52 { width:10rem;height:1.3125rem;top:103.75rem;left:8.75rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bf0dc5e01517e8b783b6a0e0151af4ca { width:11.25rem;height:2.6875rem;top:132.75rem;left:8.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #e065ca2b4f84c0315dccfb6a859a7974 { width:11.25rem;height:5rem;top:135.375rem;left:8.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fbcfdcfaf5fce00cf067ee983e7ff38a { width:10rem;height:1.375rem;top:133.4375rem;left:8.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bfb7bd3062dda025e250fbb87443966e { width:10rem;height:1.3125rem;top:135.5625rem;left:8.75rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #h8fb36f057a967a98f69a0ff17f85024 { width:10rem;height:2rem;top:136.75rem;left:8.75rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #A0bcd1846c8aaa2640da976333dceeb0 { width:10rem;height:1.3125rem;top:138.875rem;left:8.75rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #gDPKHMxPTxuGvuBn10I1X53WMpqaPafw { display:block; }#gDPKHMxPTxuGvuBn10I1X53WMpqaPafw > .row .container { width:20rem;height:11.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #s8BtMkS3OkcgnXWAdh57ShuRZ5xgTxSS { width:17.5rem;height:3.75rem;top:3.75rem;left:1.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #CuuN42LF6yRvrieyVz0wX2mJVrrTGlkx { display:block; }
 }@media only screen and (max-width: 763px) { #r87SLGA8HyS3sBCiS3KlpAoCrOu8PvRq { display:block; }#r87SLGA8HyS3sBCiS3KlpAoCrOu8PvRq > .row .container { width:20rem;height:169.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #f6beb7804b3e81d02899ef8bd6dd479c { width:16.1875rem;height:4.75rem;top:1.125rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #p41d7fdfa8e4170bd13abb8b4b81e1b8 { width:20rem;height:17.894736842105rem;top:33.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #T4d626e430a943741312dac5ca4c08b8 { width:17.5rem;height:17.316375rem;top:67.7685546875rem;left:1.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bb15e6bba8152ca3083434d65b28d968 { width:11.25rem;height:14.9375rem;top:52.1875rem;left:8.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qb8ff1f4a181cd606c6ea93baef70270 { width:17.5rem;height:25.1875rem;top:6.5rem;left:1.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #v1bb16585257c1df1e720e383bf0a721 { width:20rem;height:10.890625rem;top:86.958984375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #w563f46c766e8e989ccc69c46093eb1b { width:20rem;height:12.6875rem;top:120.53125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #dbd28997f571f5d774a2a7b0fb2d56d2 { width:17.5rem;height:9rem;top:134.0625rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xe41ab9b61eb72aae89a9ee05be08152 { width:17.5rem;height:12.59375rem;top:107.375rem;left:1.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ea2137ba9d2aab2007a3ce3b9940ec08 { width:20rem;height:8.110375rem;top:148.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #K3d9ab63e304e0936cb9e9b0e05130d6 { width:17.5rem;height:9.44534375rem;top:157.4228515625rem;left:1.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #P21fc4088ae7fb27f322cd5b80f7c64a { width:1.875rem;height:1.875rem;top:52.1875rem;left:10rem;display:block; }
 }@media only screen and (max-width: 763px) { #ff15807560d878ca0bc7242805ab4e50 { width:1.875rem;height:1.57421875rem;top:52.3125rem;left:10rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #T0b078a278e7639b4d77ef6d5f840c70 { width:1.875rem;height:1.875rem;top:96rem;left:17.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xb4aaa7a3db0b4bdfab4cea464269f8e { width:1.875rem;height:1.57421875rem;top:96.125rem;left:17.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #w39fe9ad0083c6e9ce2a4e19876bbea2 { width:1.875rem;height:1.875rem;top:143.6875rem;left:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #be2b24ea3e581345a69f65bd37b641d5 { width:1.875rem;height:1.57421875rem;top:143.8125rem;left:5.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ba71ae9143b43eeac70bf3b2d3a9dced { width:7.5rem;height:2.375rem;top:53.1875rem;left:1.3125rem;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Cd58dc7a735f90fa83df31ecf7e1f887 { width:8.75rem;height:4.375rem;top:52.1875rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #e96d604dd1603f50fbe8d02da98f425a { width:10rem;height:2rem;top:102.5rem;left:8.75rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q3cd95e3542b7c77a13d1db065e62968 { width:11.25rem;height:5rem;top:101.125rem;left:8.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #y344a72fc4d4d6a3b59bf76bb74e80ed { width:10rem;height:2.375rem;top:144.6875rem;left:8.75rem;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #cd1c7a5068aae6c7497fcbea05a35b31 { width:11.25rem;height:4.375rem;top:143.6875rem;left:8.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #m130c0ede87ac3c46b0cde0c1f9cd3a1 { width:11.25rem;height:2.6875rem;top:98.5rem;left:8.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #efb1dc7c13a767f43d5ca4ab4e861a5a { width:10rem;height:1.375rem;top:99.1875rem;left:8.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #N16869e5cf454e976b219c8d763d5ce1 { width:10rem;height:1.3125rem;top:101.3125rem;left:8.75rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #W8ee658177e7e484164ecfbbd183818e { width:10rem;height:1.3125rem;top:104.625rem;left:8.75rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #urBMsgULxONOz1ANV5AELNBPtwfTnCvv { display:block; }#urBMsgULxONOz1ANV5AELNBPtwfTnCvv > .row .container { width:20rem;height:11.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #n88SzgG1gZiAuH58xDR8yKx5m0N3kh9o { width:17.5rem;height:3.75rem;top:3.75rem;left:1.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ePSzD757ezFRqdJOBDprSa71yHA4GTyc { display:block; }
 }@media only screen and (max-width: 763px) { #KIAgL1N82oIC0aLrb5qyErVaFTuU5c9t { display:block; }#KIAgL1N82oIC0aLrb5qyErVaFTuU5c9t > .row .container { width:20rem;height:205.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #e8970e94bf4f30d0e7621d636ad93d7f { width:20rem;height:26.625rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #k94f7500ba72a308cd1e5c2548ec02d0 { width:16.75rem;height:5.875rem;top:24.3125rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Re81b1369e93f0ec3d79839576dda413 { width:17.5rem;height:25.1875rem;top:30.8125rem;left:1.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #B00e30c9264a1b6e1efd402fc2b7610e { width:20rem;height:12.6875rem;top:99.765625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ca252a306c88eb1eda1a187ee6041909 { width:20rem;height:14.890625rem;top:59.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #da09499a64cc295ddf95e37ee2bb0fb9 { width:17.5rem;height:9.4453125rem;top:79rem;left:1.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #e5976aca2162e1b7617ffc1dd0b2535f { width:17.5rem;height:9.4453125rem;top:89.6953125rem;left:1.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #b60cf50f9fb46a5101378571246b60af { width:20rem;height:13.05175rem;top:110.234375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z3873f000e37bb8e4323340cd85f8c99 { width:17.5rem;height:18.890625rem;top:132.8125rem;left:1.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #u2df4f2b07ef2e5e5332b26908584e00 { width:20rem;height:10.890625rem;top:159.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ua325755a0dd84d2f5bd4c5793bbc6bd { width:17.5rem;height:31.484375rem;top:171.828125rem;left:1.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fd4d3366cf8aff3b5d626c0a80a763fd { width:1.875rem;height:1.875rem;top:62.25rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #af1f8e5efbcf3690fc834585f59e4b3d { width:1.875rem;height:1.57421875rem;top:62.375rem;left:0.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #x93a3e050816399f487d12a134db030c { width:1.875rem;height:1.875rem;top:70.9375rem;left:17.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Sb49ecda6e60dc81e5b166455322ea75 { width:1.875rem;height:1.57421875rem;top:71.0625rem;left:17.6875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Md6f2f4a88f31a515207464e1c94b350 { width:1.875rem;height:1.875rem;top:121.4375rem;left:17.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #e4424cc9b13c1f7277fbe6a3690d1709 { width:1.875rem;height:1.57421875rem;top:121.5625rem;left:17.5rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Hd9af88c2eec7ba9a8c495f6880f8893 { width:1.875rem;height:1.875rem;top:161.1875rem;left:17.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #a65063498f1ec6dfb722cc3ed6350323 { width:1.875rem;height:1.57421875rem;top:161.3125rem;left:17.5rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #W1e5a06efcdecb136ae36b180fff07f2 { width:1.875rem;height:1.875rem;top:168.6875rem;left:17.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cae4ab94d1b77246fff920b265b6afa1 { width:1.875rem;height:1.57421875rem;top:168.8125rem;left:17.6875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #C720aaf7f80f04395fc650dde9f76efa { width:1.875rem;height:1.875rem;top:168.6875rem;left:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #df35c6bc7704f0a83d52d51a30c45f5a { width:1.875rem;height:1.57421875rem;top:168.8125rem;left:3.0625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fcaf015d2a20dc3a3ab15c7308a28d59 { width:1.875rem;height:1.875rem;top:168.6875rem;left:12.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #M11ac3a0a76436b162025222b065d4d9 { width:1.875rem;height:1.57421875rem;top:168.8125rem;left:12.125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #S50a22dd314d2d0acab1125ab551384b { width:10rem;height:2.375rem;top:58.1875rem;left:1.25rem;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bcdb1d49b83d33c0874aa9beaab2afbe { width:11.25rem;height:4.375rem;top:57.3125rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #p6c5f04c06e221a27c06d7fc5d766801 { width:10rem;height:2.375rem;top:74.4375rem;left:9rem;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #sce0ba4a790e3a893caf3735f8de8e59 { width:11.25rem;height:4.375rem;top:73.4375rem;left:8.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ba7f15664779196e0d98044febc0ec59 { width:11.25rem;height:5rem;top:126.5625rem;left:8.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z5d0eec217528dbc864298bcc044b10a { width:11.25rem;height:2.6875rem;top:123.9375rem;left:8.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #d431722efd20e6c59eb72b62d65e32f5 { width:10rem;height:1.375rem;top:124.625rem;left:8.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #c01bbad299279666be45bcabca2c4c09 { width:10rem;height:1.3125rem;top:126.75rem;left:8.75rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #G7d1849be6959585e5ef5b02777a622b { width:10rem;height:2rem;top:127.9375rem;left:8.75rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #b4a04ceeef07e5f51a8457003600c1e7 { width:10rem;height:1.3125rem;top:130.0625rem;left:8.75rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #cb39ebb9642bae2a9534cb82fdc1a44c { width:11.25rem;height:5rem;top:155.5625rem;left:8.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #df716a159cba6c6ef520d90cf97a0f64 { width:11.25rem;height:2.6875rem;top:152.9375rem;left:8.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #c8417c3992bb525c3d4df4a2a6bbd8c8 { width:10rem;height:1.375rem;top:153.625rem;left:8.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #d9b829bee613072723c14cc9e440f254 { width:10rem;height:1.3125rem;top:155.75rem;left:8.75rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tb58f8121ae8537736b49b0955aca0c5 { width:10rem;height:2rem;top:156.9375rem;left:8.75rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gec40f51f4c279c682205b371dc9a3a6 { width:10rem;height:1.3125rem;top:159.0625rem;left:8.75rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QJ4HFpaiEcE0oXywtSEr1lMzWLee4GnB { display:block; }#QJ4HFpaiEcE0oXywtSEr1lMzWLee4GnB > .row .container { width:20rem;height:11.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vdFTxHQoE0HhsfcT45v8ETolFFgmOFRt { width:17.5rem;height:3.75rem;top:3.75rem;left:1.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ShOLsQby0zMB9FqW2WsKVTR1P1rOXE25 { display:block; }
 }@media only screen and (max-width: 763px) { #aLVtkDFQQebTakLILZGaHqPrWTtmI8tN { display:block; }#aLVtkDFQQebTakLILZGaHqPrWTtmI8tN > .row .container { width:20rem;height:208.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xa653e52863051501760a5b60b544aa5 { width:20rem;height:26.625rem;top:41.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #e4452e18590e1f7619205218c235ea00 { width:17rem;height:8.9375rem;top:1.875rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Pca5850cf3b0f416a2a7dcc396f48c94 { width:17.5rem;height:23.61325rem;top:12.125rem;left:1.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Beb9a82a26142154d4c414a7e58d1926 { width:20rem;height:14.525375rem;top:69rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #b67f7211baff144450f0f60828e20676 { width:17.5rem;height:36.2069375rem;top:90.458984375rem;left:1.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fdad2b7c1bb81e0ccb25c5e5dd2f411d { width:20rem;height:17.4355625rem;top:144.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #c9015e7d734140863b598ffa03e6ca4e { width:20rem;height:12.6875rem;top:126.6650390625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #veb6f9ead3204fa4bf9e38c09d3f63ed { width:17.5rem;height:34.6328125rem;top:171.375rem;left:1.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #B35ece7503ae67e6c8c290c97f3e6bcb { width:1.875rem;height:1.875rem;top:45.875rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z25df1b42c18e1777f51bad679e0d2a0 { width:1.875rem;height:1.57421875rem;top:46rem;left:0.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #T830adea0898b30ad275b41b34dd319f { width:1.875rem;height:1.875rem;top:79.125rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #A823d6bb193e07ace47cf5859e1d3d49 { width:1.875rem;height:1.57421875rem;top:79.25rem;left:0.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xbbe7bf92f8efeef2ef5a23a68bed30e { width:1.875rem;height:1.875rem;top:70.6875rem;left:15.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #T7c081843918583486022ad445c7ce67 { width:1.875rem;height:1.57421875rem;top:70.8125rem;left:15.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dce4258ef85ab0d28c14e40a546943a4 { width:1.875rem;height:1.875rem;top:146.3125rem;left:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #D9d4840db89ac7677968317a913cf320 { width:1.875rem;height:1.57421875rem;top:146.4375rem;left:5.3125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #S1fdc33e6f3107ae0c50e942b197a5ad { width:1.875rem;height:1.875rem;top:144.4375rem;left:17.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #e201690e06ea9be4a031bbc1e9ebbd33 { width:1.875rem;height:1.57421875rem;top:144.5625rem;left:17.5rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #c264f195d7b0aab1643b0955edd7077b { width:1.875rem;height:1.875rem;top:160rem;left:17.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z1a0eac229e75387fcf7561448a5c110 { width:1.875rem;height:1.57421875rem;top:160.125rem;left:17.5625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ef9c3c549a6adecc979bbb2aad805c11 { width:10rem;height:0;top:147.8125rem;left:9.5rem;font-size:2.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #rce34e326673933f0f98ebe9c295e471 { width:11.25rem;height:4.375rem;top:146.8125rem;left:8.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #f02638243112fdff5e71dc085e7ca541 { width:7.5rem;height:2.375rem;top:140.5rem;left:11.375rem;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #H3255900a52f4f373da9b914922383f4 { width:8.75rem;height:4.375rem;top:139.4375rem;left:10.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #r36602f5d1fb0b8f3bd1762e803a8a47 { width:11.25rem;height:5rem;top:40.25rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #T32cc12835246d42bd8606df2332edc1 { width:11.25rem;height:2.6875rem;top:37.625rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #n9995e9a1490d6025dc539619d83326d { width:10rem;height:1.375rem;top:38.3125rem;left:1.25rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #d869df2850917f64836da6ec2c1612db { width:10rem;height:1.3125rem;top:40.4375rem;left:1.25rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #x466ba43afa9e789a06adf62e0cec56c { width:10rem;height:2rem;top:41.625rem;left:1.25rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #eb9a2f543ce9d01aed9af5bb8a275025 { width:10rem;height:1.3125rem;top:43.75rem;left:1.25rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #f7daa124e7f3264da63e770159d6a313 { width:11.25rem;height:5rem;top:84.1875rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #T3cccd010d5e82172b24d711745651d3 { width:11.25rem;height:2.6875rem;top:81.5625rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #f27b2650b16b17d86844c897872055b9 { width:10rem;height:1.375rem;top:82.25rem;left:1.25rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #b21f223a873229eb47819243eeb496b5 { width:10rem;height:1.3125rem;top:84.375rem;left:1.25rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #m71db8f9a87c2b44d1a3b41c2f3712e4 { width:10rem;height:2rem;top:85.5625rem;left:1.25rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #m9fc0a140193b40a5e19275be28d52ec { width:10rem;height:1.3125rem;top:87.6875rem;left:1.25rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Rf70b25c357aa7795f52d127d0999628 { width:11.25rem;height:5rem;top:165.125rem;left:8.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ocbe401f07922f41a2dffbb3547ec53c { width:11.25rem;height:2.6875rem;top:162.5rem;left:8.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #s206fa4d2d40c70f4498a3db916cfd09 { width:10rem;height:1.375rem;top:163.1875rem;left:8.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #V234eb5df2c7408932f83444a33ec854 { width:10rem;height:1.3125rem;top:165.3125rem;left:8.75rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #w8a553b230bca3caa2afec548f913503 { width:10rem;height:2rem;top:166.5rem;left:8.75rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #m9182d8f9661fb8665cb02bcf6ad6b25 { width:10rem;height:1.3125rem;top:168.625rem;left:8.75rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #iTFf5M7TPtVIpxTVaUXETce62eQrJwVg { display:block; }#iTFf5M7TPtVIpxTVaUXETce62eQrJwVg > .row .container { width:20rem;height:11.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CuOWRLGDyRkntMwb1UBhgOFRkNIninWy { width:17.5rem;height:3.75rem;top:3.75rem;left:1.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #zGlGXJ6MTxMuOsRai6wre82s2FqMMc6z { display:block; }
 }@media only screen and (max-width: 763px) { #e3KUNvcfms4Tph2ku4KydsltM0kfkafg { display:block; }#e3KUNvcfms4Tph2ku4KydsltM0kfkafg > .row .container { width:20rem;height:259.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Edc48ee1acf5fb8e7e810634041bffad { width:20rem;height:23.735375rem;top:4rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #I71427a18b8fc9b4c8934f928ce89a76 { width:17.5rem;height:29.9101875rem;top:51.25rem;left:1.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #a276835f44f0ca7b2e3193f6cde5bde8 { width:20rem;height:14.181625rem;top:88.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #d2ef163a1ff2b063456035b1db542212 { width:20rem;height:12.6875rem;top:151.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #e398c95685cca36d3db05ff00497c12b { width:17.5rem;height:28.336rem;top:109.1875rem;left:1.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #eee5469569dc8c8aacd28b01a38308cd { width:13.4375rem;height:13.4375rem;top:35.9375rem;left:6.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #f9ff58dcef88cb8cd7d87afbb1d6ce9c { width:17.5rem;height:15.4375rem;top:138.75rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #f46596a37b98657e392c9fae59ed738d { width:17.5rem;height:23.61328125rem;top:165.58984375rem;left:1.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #le4ff54eeaa5ac06d3b8d06da25b49bd { width:20rem;height:15.078125rem;top:191.0771484375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #bbf7bf3d98dbbe5199fc33d2cfd40392 { width:17.5rem;height:11.5625rem;top:235.552734375rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #f87cead07b364cec29143f351d39d02e { width:17.5rem;height:21.928725rem;top:212.375rem;left:1.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #E7feaa7fd824b38c51044c843c9b8a90 { width:17.5rem;height:9.4453125rem;top:248.365234375rem;left:1.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #c9401f0e587bef008d75336fd66785bc { width:1.875rem;height:1.875rem;top:25.875rem;left:17.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ecabda7095de30ad010d5f5881a29f89 { width:1.875rem;height:1.57421875rem;top:26rem;left:17.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ib6f43d6a55ac6f99b5b965ddce6071f { width:1.875rem;height:1.875rem;top:6.25rem;left:8.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #eab0746444ca3e01acbd3a005fe1a11d { width:1.875rem;height:1.57421875rem;top:6.375rem;left:8.125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #J2784a43cd70a5216bc5ca558a92270a { width:1.875rem;height:1.875rem;top:36.5625rem;left:9.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #w685730ee85f7baa83d75d75b5605fce { width:1.875rem;height:1.57421875rem;top:36.6875rem;left:9.9375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bf7c94426953bae8dd42dcb9ce5e5a6d { width:1.875rem;height:1.875rem;top:91.3125rem;left:8.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vf15a2e486b9fe66b67b82cc0e73f201 { width:1.875rem;height:1.57421875rem;top:91.4375rem;left:8.125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #C765d2083255da0bbd868d42035e4c93 { width:1.875rem;height:1.875rem;top:101rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #a2a120006b302d7997f9f13f40d7bebe { width:1.875rem;height:1.57421875rem;top:101.125rem;left:0.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #z69b81643787c7e0eda1b5e89396f6e3 { width:1.875rem;height:1.875rem;top:100.4375rem;left:16.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #c85435edd4d1f1bd986af7196ca8967b { width:1.875rem;height:1.57421875rem;top:100.5625rem;left:16.3125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cd34fae29196570ee9ab8ca4ebae113b { width:1.875rem;height:1.875rem;top:88.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Nb69538be80b578e4a9f6010de579395 { width:1.875rem;height:1.57421875rem;top:88.875rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #r91f8ba4c67a69203a524d91fb886a38 { width:1.875rem;height:1.875rem;top:192.6875rem;left:9.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ceab8dcb0d54ba782409a18c847c9fc7 { width:1.875rem;height:1.57421875rem;top:192.8125rem;left:9.0625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #od300097b7528b443a3e1f00ba0932aa { width:1.875rem;height:1.875rem;top:202.4375rem;left:16.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #V7f9258905d400c4029517fe12fda9f3 { width:1.875rem;height:1.57421875rem;top:202.5625rem;left:16.9375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #c7c6aa0bb7a0851d51d3f09bfd18f933 { width:1.875rem;height:1.875rem;top:204.25rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #F74205f8b62dfc20622f0d4b625a65e1 { width:1.875rem;height:1.57421875rem;top:204.375rem;left:0.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #sf756f64ec6555f62407ec26773f3b05 { width:1.875rem;height:1.875rem;top:244.0625rem;left:12.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #n5104e85f751a18b0e3024ebf528c0fc { width:1.875rem;height:1.57421875rem;top:244.1875rem;left:12.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Oa4d71a69e04b81805d887ef1e960fa3 { width:10rem;height:2.375rem;top:2.25rem;left:8.6875rem;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #od5ae63f7f33efb967e1522029a96965 { width:11.25rem;height:4.375rem;top:1.25rem;left:8.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #def42832d8ab4dc4b7efc20204b497cc { width:7.875rem;height:2.375rem;top:29.375rem;left:11.1875rem;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #cd3173dbeed9818e9f7bafdb6d03f1e9 { width:8.75rem;height:4.375rem;top:28.375rem;left:10.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gb80c1c037d7b3fdb13b56f7836b4d9d { width:7.5625rem;height:2.375rem;top:35rem;left:1.125rem;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #N42ea76f95657fb6e358983e74c483da { width:8.75rem;height:4.375rem;top:34rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #I9aebe32633c26096acb54519aeba8bf { width:7.6875rem;height:2.375rem;top:104.5625rem;left:1.125rem;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #i2adaddce6f04b4722190b06b44e17fa { width:8.75rem;height:4.375rem;top:103.5625rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #heac2c44edc328cc70a37c9784ee44cb { width:7.625rem;height:2.375rem;top:207.75rem;left:1.1875rem;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #V7194fa62b5f53987e4d390fdfb1b52d { width:8.75rem;height:4.375rem;top:206.75rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ud745330c3088ab87c501121215d2a60 { width:11.25rem;height:5rem;top:85.6875rem;left:8.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kf135c7de37dfe12a03be6e05cb3ebbe { width:11.25rem;height:2.6875rem;top:83.0625rem;left:8.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #f07edd08491c3dd6dc37a2b8792de613 { width:10rem;height:1.375rem;top:83.75rem;left:8.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #c9bf8d2829bac16dc53cfafb0f466ec7 { width:10rem;height:1.3125rem;top:85.875rem;left:8.75rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #q231919cd47776461373f8fa3d6196a0 { width:10rem;height:2rem;top:87.0625rem;left:8.75rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zd385a4120d415ef119aeeebea1c9035 { width:10rem;height:1.3125rem;top:89.1875rem;left:8.75rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wZIKrD9W3Q1Cx2rO3n8PAD7LFDzq5vES { display:block; }#wZIKrD9W3Q1Cx2rO3n8PAD7LFDzq5vES > .row .container { width:20rem;height:11.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TxU6r59QkrpfWCGtByXN0Xny2pE0KXL0 { width:17.5rem;height:3.75rem;top:3.75rem;left:1.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #WGlx3eedhG2AHykGqi78qoxXbef37uVr { display:block; }
 }@media only screen and (max-width: 763px) { #l7pgiSPcWi5qJdPXXTCzNumKgFeAbGS2 { display:block; }#l7pgiSPcWi5qJdPXXTCzNumKgFeAbGS2 > .row .container { width:20rem;height:81.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #b8504ece6e853ca6051db038893a0af5 { width:20rem;height:17.631578947368rem;top:12.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #x053f4242f4df12244d82abe249d9c05 { width:17.5rem;height:12.59375rem;top:39.5rem;left:1.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #head31bb2c9756213f5e9d18ba28d009 { width:17.25rem;height:13.125rem;top:1.25rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gbb0e0cc8711356f3f4638022231c51d { width:11.25rem;height:9.5rem;top:59.5rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #b0fd7eab47f2f0b3186c4575fcf5eced { width:11.25rem;height:9.5rem;top:64.25rem;left:7.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Da58a43357f305cb6e3e722da39d7e83 { width:11.25rem;height:9.5rem;top:69rem;left:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #L835759243ec8c14909bfa0e6376e42d { width:17.5rem;height:4.8984375rem;top:53.96875rem;left:1.25rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #sb811832e1a33dc9091b1f646bc61497 { width:1.875rem;height:1.875rem;top:28.125rem;left:8.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #c87e35d7b1c2356647ab3467fcef0a05 { width:1.875rem;height:1.57421875rem;top:28.25rem;left:8.125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ub6857a9e00b39ba72f070cdae879adf { width:11.25rem;height:5rem;top:33.25rem;left:8.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ef4740bd36ca2265dc37c927d0bdfe70 { width:11.25rem;height:2.6875rem;top:30.625rem;left:8.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #M423435b73970e1865b7d052ceee8eee { width:10rem;height:1.375rem;top:31.3125rem;left:8.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #X835b49ecff5f6ebaa69d8748b8bae04 { width:10rem;height:1.3125rem;top:33.4375rem;left:8.75rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #a59aeb9f807f59399e6ba5ae2151f7f6 { width:10rem;height:2rem;top:34.625rem;left:8.75rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #K60c7984f6e38b646bd0bdfdeea5303b { width:10rem;height:1.3125rem;top:36.75rem;left:8.75rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #PHrKbGZPbeLBJ8gKRffQ8Lf4XUJewMBd { display:block; }#PHrKbGZPbeLBJ8gKRffQ8Lf4XUJewMBd > .row .container { width:20rem;height:11.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HgClCPT06CM61is6CTCxX0udkFAN0Ezc { width:17.5rem;height:3.75rem;top:3.75rem;left:1.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #pAHeOxFSTorgdUTt8oaqKOFrOlZELcuL { display:block; }
 }@media only screen and (max-width: 763px) { #rmA3H8yvJQ4irIw5OAr8s1oeP5xui4kQ { display:block; }#rmA3H8yvJQ4irIw5OAr8s1oeP5xui4kQ > .row .container { width:20rem;height:68.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #L9VW8NfoMs9GnaM5K0T4WsSMafr2SMKv { width:20rem;height:10.526375rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #X7KTNMuNPJ2UzUeP3d6PFDKDsx8TI1FR { width:17.5rem;height:22.03909375rem;top:44.25rem;left:1.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qfp1p4Fboyvw2En7vk3y39fIEaAI51k1 { width:20rem;height:12.5918125rem;top:24.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #AKSCDBn2wxHTJ0PR7Cbu3HhFKOCnBstZ { width:16.6875rem;height:5.25rem;top:17.625rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #BwW67Inofb9FzOWDiHf1wM7roBXvSElc { width:1.875rem;height:1.875rem;top:7.25rem;left:17.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #dZyVMFT7Ccn9PUxgrcbv2nAXlppC7tgr { width:1.875rem;height:1.57421875rem;top:7.375rem;left:17.5rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #W5x1fZUKxgdVR4WwI0l2O2R0rq1k5Ugm { width:1.875rem;height:1.875rem;top:34.0625rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #LOOEhUMuK7CmXApIpVaNWN8LbSymElQM { width:1.875rem;height:1.57421875rem;top:34.1875rem;left:0.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tt5DJq2U83FdHVZJTU6tSsfp2Tu9pTxu { width:10rem;height:2rem;top:12.75rem;left:8.75rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #tnvSkyMFiGcODbCTuy47c5nk8zqiirpG { width:11.25rem;height:5rem;top:11.25rem;left:8.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bNdrJgyTnZAhvVBwR0mVc9lf5MIFJ5Q4 { width:11.25rem;height:1.5625rem;top:9.6875rem;left:8.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #btt7nRBKiWe6rA4bGzmV77ftisbKhFzn { width:10rem;height:0.875rem;top:10rem;left:8.75rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mn0ld6Hai87quP3NfzS6OcIq4LgdlL5o { width:10rem;height:0.875rem;top:11.5625rem;left:8.75rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #h7R2X444bvWXksRpeJcsF6t4oudIB6pV { width:10rem;height:0.875rem;top:15.125rem;left:8.75rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #q4MOh1yKb9bOq3hcoKtdSlVSGp4tpB2y { width:11.25rem;height:1.5625rem;top:36.5rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ThBNnzu1bzZHiIdc2Q2GnRxPNXIZQ8zI { width:10rem;height:0.875rem;top:36.875rem;left:1.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DAlprzMZDFTIRQGx3fmxeG10CrD98QfT { width:11.25rem;height:5rem;top:38rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ziWEZEHX1EbgzRquGvQ05V1yvpJMcnas { width:10rem;height:0.875rem;top:38.25rem;left:1.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #R1lPu8u8CC7E9TynzoByHWCJAW5H73yZ { width:10rem;height:2rem;top:39.5rem;left:1.25rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gsq82nbATw6MHrfIWxxsGkLLoOQgg3TX { width:10rem;height:0.875rem;top:41.875rem;left:1.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wxZhgIkT83lR3biSHxqbnTWs81x1DWxI { display:block; }#wxZhgIkT83lR3biSHxqbnTWs81x1DWxI > .row .container { width:20rem;height:62.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wyv5m0Z3rmEPNH08EIoQAxCO7hqVbIhA { width:20rem;height:12.709rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #UChQVfCT5BpXzv8Vncnp99T3WZx6kSpy { width:17.5rem;height:14.16796875rem;top:19.5625rem;left:1.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wFST63vglqTOPGZTRheGXbtPkl9p21ia { width:17.5rem;height:9.6875rem;top:34.98046875rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z6MRfChX7hEk9ffc2L5NnHwi9LIRsQzU { width:17.5rem;height:2.798825rem;top:45.29296875rem;left:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #if2xTXEfvyttiTdL68rErJbloB9yFgT0 { width:1.875rem;height:1.875rem;top:9.375rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #RI8VZmo9AH4nWIflTvTeUtTdmLqC7TKO { width:1.875rem;height:1.57421875rem;top:9.5rem;left:0.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nQxSycyIUWpiXImv1DsQcxNeCIXmT6CC { width:17.5rem;height:11.5625rem;top:49.3408203125rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #gp4VSbtuE4rcBf7Iy5WdRgVn3QBJhVI8 { width:11.25rem;height:1.5625rem;top:11.8125rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #NW2iIxFoGIbvBUryVWGNXAHqho3mmiVE { width:10rem;height:0.875rem;top:12.1875rem;left:1.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vhinxwzvRWGudHcDCrLWiQGazb0Rceux { width:11.25rem;height:5rem;top:13.3125rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #nSU7kX07uQRW04LiBUZVvQpoJEJFBZrw { width:10rem;height:0.875rem;top:13.5625rem;left:1.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fMuLP1qB9iiBGBo1qpkHuwkR3Gxuw2T4 { width:10rem;height:2rem;top:14.8125rem;left:1.25rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #maSNRmUGhI1Mg74zh3dCG1hKh5aDGisN { width:10rem;height:0.875rem;top:17.1875rem;left:1.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NWo9cFwWBiHtog3mPUTD058w8bFwXiF1 { display:block; }#NWo9cFwWBiHtog3mPUTD058w8bFwXiF1 > .row .container { width:20rem;height:59.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #teUJhazQosCw1vNxgJe01hn5z3xnVbiJ { width:20rem;height:10.526375rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #o1m2kqt5i2DwnTZKTFnE52Dm0pnySDbF { width:17.5rem;height:14.16796875rem;top:17.3125rem;left:1.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XP0GSVWZKPAlPiAPQrozUWPEMxUvLyNC { width:17.5rem;height:11.5625rem;top:32.73046875rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #bACD3JOEgJTK997TRof6eMMBwrD6xuTI { width:17.5rem;height:11.625rem;top:45.54296875rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #QhmR4lrzItLmvaJqlfzq12S9rXs5CRFy { width:1.875rem;height:1.875rem;top:7.125rem;left:17.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #LoOOwNiemdWfMB15W1tDt9dKcNPwWGhp { width:1.875rem;height:1.57421875rem;top:7.25rem;left:17.5625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yT0PN5hZSPUSPWDFp0ZnBO8gTAqP5SAF { width:11.25rem;height:1.5625rem;top:9.5625rem;left:8.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GSAlznxWLvtirClTnDgS0nnH639sArNV { width:10rem;height:0.875rem;top:9.9375rem;left:8.75rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VaaIFxO0luweFyk53HuCyUWVOTFbVTtw { width:11.25rem;height:5rem;top:11.0625rem;left:8.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q73X3eu8S5U0Qzp9ZUIyCAMHmlGB62Tv { width:10rem;height:0.875rem;top:11.3125rem;left:8.75rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #iNzOE66EUHmw7G0rM3iM7EkrTPMx6OB0 { width:10.875rem;height:2rem;top:12.5625rem;left:8.3125rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #uNWTGkAfVzT22E04lUFDqieXMBwP6K1U { width:10rem;height:0.875rem;top:14.9375rem;left:8.75rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UpEz9wGtMhpMmxixFdpaeTIKtWWsdKMT { display:block; }#UpEz9wGtMhpMmxixFdpaeTIKtWWsdKMT > .row .container { width:20rem;height:11.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #oErIAPzAQvQJD4g1a1lsBwUwbEJ2JFBU { width:17.5rem;height:3.75rem;top:3.75rem;left:1.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #mBaphbuSMFndDOfvwSworn5UcssU8wVM { display:block; }
 }@media only screen and (max-width: 763px) { #uBoF9MuegVEiIVc01HKqJcpOqxRiAVyu { display:block; }#uBoF9MuegVEiIVc01HKqJcpOqxRiAVyu > .row .container { width:20rem;height:89.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ls9XW97lUOI8abeTFXKgrRvP2DH9dkoH { width:20rem;height:13.0625rem;top:6.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #x6CsQn4xgRwxfnUXlpVo2DTOLo7GiRAz { width:17.5rem;height:11.01953125rem;top:26.375rem;left:1.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zqATqV4D7C716fRgWT6cJ1RZpZBeR01z { width:20rem;height:11.9375rem;top:45.1435546875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #cTuELaFOxD3IU8BzMKbmrnOG4C3vE0tE { width:17.5rem;height:9.6875rem;top:74.5703125rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #GloKm1ZPsJ91Fh7WW1mSAvmSETz0NVTh { width:16.6875rem;height:5.25rem;top:38.6435546875rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #y3L9TS3TNrMAisMreQXZzQivu7tov2Na { width:17.5rem;height:2.798825rem;top:84.8828125rem;left:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #QI2xJ5RONqmkluinUK69HIbtF3LDLzC7 { width:17.5rem;height:9.44534375rem;top:63.875rem;left:1.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ThUiKVRtJbJO5GTD1R14sP0yC17WOaJ3 { width:4.6875rem;height:8.4375rem;top:1.25rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Al5wKTgk5ZoGJpfTDuuLM0FAO2gDDosO { width:12.5rem;height:4.19921875rem;top:1.5625rem;left:6.5625rem;font-size:0.875rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #ncRhr4SpCSgGpiv7s1cGVUvKsr3wqqAB { width:20rem;height:4.8125rem;top:6.4375rem;left:0rem;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #ffffff, rgba(0,0,0,0));background-image: -moz-linear-gradient(180deg, #ffffff, rgba(0,0,0,0));background-image: -ms-linear-gradient(180deg, #ffffff, rgba(0,0,0,0));background-image: -o-linear-gradient(180deg, #ffffff, rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#00000000' );";background-image: linear-gradient(180deg, #ffffff, rgba(0,0,0,0));background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #d3EAW7m2rRR17ty5D4gfyfUHstexLuCi { width:1.875rem;height:1.875rem;top:16.1875rem;left:17.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #g2rEcaCgAsGFlycCw05y2lZAzPs44uo4 { width:1.875rem;height:1.57421875rem;top:16.3125rem;left:17.5rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ipwtVrcXRLdkST7WiIDzEaQNR0CehBlc { width:1.875rem;height:1.875rem;top:53.6875rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #A7JzlCDpkn91zIsiGA7gt8uFG9ngbe4I { width:1.875rem;height:1.57421875rem;top:53.8125rem;left:0.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MoKbWhKAiT0ttnCWUCgxHuoueDPGcrWP { width:11.25rem;height:1.5625rem;top:18.625rem;left:8.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #D8QhAMpMO6nkeOCWmAeoqpqGCaRwpIcR { width:10rem;height:0.875rem;top:19rem;left:8.75rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xL2dH3h55CPWOy8GW3HCJfnV4wVxrurD { width:11.25rem;height:5rem;top:20.125rem;left:8.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yv1CEpy7khg8Cv8cfLVf25Q1rAyMpwq3 { width:10rem;height:0.875rem;top:20.4375rem;left:8.75rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NhxZLXV1WcuJ32kIqxLLcigTcgGvKSHD { width:10rem;height:2rem;top:21.625rem;left:8.75rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #vO1Nfuu4fVTzX4cKUmCLem4rZOcqGrdX { width:10rem;height:0.875rem;top:23.9375rem;left:8.75rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #luxt6ABT8GEtTKOdNN3c9MX0C8LE8RMC { width:11.25rem;height:1.5625rem;top:56.125rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #eHl5DFKKA5FucVl7Fcg81c8B26v5zkuv { width:10rem;height:0.875rem;top:56.5rem;left:1.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mBJF9pvG5SUNTPtHmzWp2J7FFSUOtmXP { width:11.25rem;height:5rem;top:57.625rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VTpsa5pZteWgcFSdPtFWhTCx8Rol6qHZ { width:10rem;height:0.875rem;top:57.875rem;left:1.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bSaeXxJm9Uuf60nWnFrxa8yrug0MgXTg { width:10.875rem;height:2rem;top:59.125rem;left:0.8125rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #T3c9DTwu9d4x1SyyAzuDf6lBi0aCPZ0C { width:10rem;height:0.875rem;top:61.5rem;left:1.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #aVKa88PrxwkswEDLm1h9uwXBvTmyMA1r { display:block; }#aVKa88PrxwkswEDLm1h9uwXBvTmyMA1r > .row .container { width:20rem;height:123.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #audDK96ILGIANQbAwR6iBHlZGnwWT3D7 { width:20rem;height:11.9375rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #hSsG54CETkHld3saw4418eIiwblAgO9G { width:17.5rem;height:9.44534375rem;top:18.75rem;left:1.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bgWFMBVMGFXaoXk5ws2PuKRsMAVcgQup { width:20rem;height:17.8125rem;top:39.5703125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #VbIuEQPSsGaEhpwD9PMuCRmSgBaDIUOE { width:13.75rem;height:26.5625rem;top:88.4248046875rem;left:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hHFvMr2Ua7sfQhs7e1IUxtvmJK1lrFSO { width:17.5rem;height:23.61328125rem;top:64.1875rem;left:1.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wR9PLg4FgGzRA6oVLEzBka3w7AvVqJdL { width:1.875rem;height:1.875rem;top:8.5625rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #t7rKU13t6NpL0sLWawmKZdknKJSFDyLK { width:1.875rem;height:1.57421875rem;top:8.6875rem;left:0.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tqBeqTxMQHKVg4D8dCyn4yJDIIqgQaV8 { width:1.875rem;height:1.875rem;top:54rem;left:17.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #AHOmUmhnboKPQ6DF5Kft4pN2T4wLIKTv { width:1.875rem;height:1.57421875rem;top:54.125rem;left:17.5rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #iisX6yEcXaIlETmbe5sTixLoxF2RwQWK { width:1.875rem;height:1.875rem;top:112.9375rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #N2fG8UA6gcxw11sikM8G1s93tZZAwTRo { width:1.875rem;height:1.57421875rem;top:113.0625rem;left:0.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #sRAiRAGIkZPQwmTcFmKv5mGQKVFeIVQP { width:17.5rem;height:11.5625rem;top:29.4453125rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #fXVC6D6WBuaKk0v0nenyI55T5ntCBrHL { width:11.25rem;height:5rem;top:12.5rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gNKtDi2cqzdZRCz2GJ4nyWQqc531L1DG { width:10rem;height:0.875rem;top:16.375rem;left:1.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PTODHO4wK3qAU3nBsAHDBPX8RTZSp6Wb { width:10.875rem;height:2rem;top:14rem;left:0.8125rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #VnziPT1ZpTv05i5ILocisR91z7PpFgPs { width:10rem;height:0.875rem;top:12.8125rem;left:1.3125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #aLHP0hM24wC9FzvTanvOxN6tf00Kusv9 { width:11.25rem;height:1.5625rem;top:11rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #JMyeb3ErwtHVJu1lRI3x2ASmCno23Ne1 { width:10rem;height:0.875rem;top:11.375rem;left:1.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZMxyxVEJd6gT7gxo0kyeaTu2Z3wgALSW { width:11.25rem;height:5rem;top:57.9375rem;left:8.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z2QwEQKyt5GWo5xkpHblG5l7pkEfOisu { width:10rem;height:0.875rem;top:61.8125rem;left:8.75rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xU23v8zJcxyyJTl5lG6keIXTD6Xb5esE { width:10.875rem;height:2rem;top:59.4375rem;left:8.3125rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q9w6AQsilUMEDB3XVe9Ri57eiOncibpd { width:10rem;height:0.875rem;top:58.1875rem;left:8.75rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LPbGb3WntTBeoTxxGw3OHiK4TUDT8dPk { width:11.25rem;height:1.5625rem;top:56.4375rem;left:8.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #trbChI5A07eku2Fiip2E5zan1SSgT2XJ { width:10rem;height:0.875rem;top:56.8125rem;left:8.75rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #uoNBJxiLykLgXzPmzBrlWoM51HwBvn7K { width:11.25rem;height:5rem;top:116.875rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #bgU7UIQ6dmymIWDQczaarmucBCigFaRR { width:10rem;height:0.875rem;top:120.75rem;left:1.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ebTMpcUfKxzaHLlsVHLFIRSAo7FPKCFt { width:10.875rem;height:2rem;top:118.375rem;left:0.8125rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #u0tyhWp3vPvPbBDawRgzppWP4sQNh96A { width:10rem;height:0.875rem;top:117.1875rem;left:1.3125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #sK7Hsni2Pq11hAZOeKfUhzkcNvoEt6Dq { width:11.25rem;height:1.5625rem;top:115.375rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #OFqPAu8WkPMeK5tTdOtcdZbm0ASzFJWE { width:10rem;height:0.875rem;top:115.75rem;left:1.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cKJEV7WbPrGQSys488zM5zuDgbTbzimc { display:block; }#cKJEV7WbPrGQSys488zM5zuDgbTbzimc > .row .container { width:20rem;height:11.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ysocrrqZ5SyH3ornTz6STFVcP0K1Jq4Z { width:17.5rem;height:3.75rem;top:3.75rem;left:1.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #zOC3WoZRL1cb7HHk2vb6rnwT4uxEWMU1 { display:block; }
 }@media only screen and (max-width: 763px) { #F3HU27Gxb7aw9r5Ix3fFQxW7pP7wUawR { display:block; }#F3HU27Gxb7aw9r5Ix3fFQxW7pP7wUawR > .row .container { width:20rem;height:134.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #A2WBuPTFukWCnAzxLba2ke7xxdDRZtts { width:20rem;height:12.25rem;top:81rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #FZgPb5TJB4enNV3xgrQ5usbF4RTk8Lxv { width:17.5rem;height:14.168rem;top:94.5rem;left:1.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CyslNJSagqLTocQAOL1p7sKXSzlNZB3G { width:17.5rem;height:26.76175rem;top:35.375rem;left:1.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wQ1890bezd2FdmODNKvbA8fLtuGQWQkg { width:20rem;height:15.7626875rem;top:3.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #dTxwHyizRLL5H3LQUxZkTtSVa4J2oVgA { width:17.5rem;height:11.01953125rem;top:109.91796875rem;left:1.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #F2rVrrXoaPCECTELs5TGZBKSuQqMAo2R { width:17.5rem;height:9.44534375rem;top:122.1865234375rem;left:1.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #biVdMD4EOT6dTv1g6dXfFv0XOLblukpw { width:1.875rem;height:1.875rem;top:18.3125rem;left:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wRUnkJPvScP6NqvbFzrWFqBvpCkA7heG { width:1.875rem;height:1.57421875rem;top:18.4375rem;left:6.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lsPiJ3mhellT3TygMd9zApDz1ZtcTIJv { width:1.875rem;height:1.875rem;top:6.25rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #KBN39awTOKnvc1rtsvv0paUiRREJ7CUQ { width:1.875rem;height:1.57421875rem;top:6.375rem;left:0.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #H1woX6o5RTLx3xxZ7VIZEP3tW8bRtUKm { width:1.875rem;height:1.875rem;top:91.0625rem;left:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wIUurk96DxbC7TOk89FJ2b73Ze7J5wB5 { width:1.875rem;height:1.57421875rem;top:91.1875rem;left:6.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #aPts8b9x9B0Q4UPO8FWoFt62pTdDU1xq { width:1.875rem;height:1.875rem;top:82.125rem;left:16.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WTktHTliuF3O2PccKzf79EsJMdHkIFmS { width:1.875rem;height:1.57421875rem;top:82.25rem;left:16.9375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DhU5TVe1Cky613uRRVQdNbH9e1lQs6Xt { width:1.875rem;height:1.875rem;top:82.75rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #br2KdzyBm6FHqUeu14Tp1gGP7ZnhSPc4 { width:1.875rem;height:1.57421875rem;top:82.875rem;left:0.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SAIaEacgocB0fiIRh7ylkt1qfBq1DGH0 { width:17.5rem;height:11.5625rem;top:63.38671875rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #WN7TJxG4spb00TvcvHG6GSXTsKa3IGVR { width:10rem;height:4.375rem;top:1.25rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #kge6LcTU7uzLDdAptKT8CsmXkEmpQLb7 { width:7.5rem;height:2.375rem;top:2.25rem;left:2.375rem;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #KIKEmnghs1i7MfawcTzkSAx4rwEiE67z { width:1.875rem;height:1.57421875rem;top:3.0625rem;left:1.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xrn9JsQo35nlOpDV5h9ekkCMy3Vk96iT { width:8.5625rem;height:2.375rem;top:19.3125rem;left:10.125rem;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #P9HPXhJc7mXp0oA5ZFkoxsF9KnayUiuD { width:10rem;height:4.375rem;top:18.3125rem;left:9.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WvkcFQ7pxZv5VwVwqBoBeKRrO66X6JN3 { width:10rem;height:1.2246125rem;top:22.875rem;left:9.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WnXUfuimIvHJag0aKU8tNJsvov4FBh2t { width:11.25rem;height:5rem;top:29.125rem;left:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #qdo3mQgplSzULZ2oT1Hl3Xea8NkylE8l { width:10rem;height:0.875rem;top:33rem;left:1.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #i2xbyqt7p3F6a6ruJgl1DddPJ44hscqb { width:10.875rem;height:2rem;top:30.625rem;left:0.9375rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #HaVifS6oLGwfu9aTfzI9ORkm7DTUvxEt { width:10rem;height:0.875rem;top:29.4375rem;left:1.4375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bzD2rmUhgMn9UCONPuUy9Dr4ucmfOHHl { width:11.25rem;height:1.5625rem;top:27.625rem;left:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #qxO2foTxlTTawCXd18kvh5aisndovZib { width:10rem;height:0.875rem;top:28rem;left:1.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GubTt00b2wiSfbhu2kdykTJNnsFi2Mxc { width:11.25rem;height:3.1484375rem;top:23.9375rem;left:0.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #El8dcX9WxrBmByG62tzvsUVmlzDKGnHH { width:11.25rem;height:5rem;top:77.125rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Dw5vyHi6TTqqhyMZX1t1n6VTZHu5AipR { width:10rem;height:0.875rem;top:81rem;left:1.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Kbx54BBZ7vshNhSxE24O1k7irziG5ImV { width:10.875rem;height:2rem;top:78.625rem;left:0.8125rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #WIAssn5PudSUF1wEo9SM5TRVSBHJmucV { width:10rem;height:0.875rem;top:77.4375rem;left:1.3125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #u1LKbs7LdxxXZ5ezIc8AKUuxCz1QTw7T { width:11.25rem;height:1.5625rem;top:75.625rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #RNlu08N1KGBD8HJPRewbVTWoqRoS29xz { width:10rem;height:0.875rem;top:76rem;left:1.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Cvs5Q45HUsmoPUXZmlbQ6D8rThMWPQf4 { display:block; }#Cvs5Q45HUsmoPUXZmlbQ6D8rThMWPQf4 > .row .container { width:20rem;height:183.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ADfyCCdfUgX1KdlwCsiLXUiMuUPNmP64 { width:20rem;height:12.5625rem;top:6.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #l6cGFLd9zIa3lTKfcTe0kUCKcoSa70oK { width:13.75rem;height:14.8125rem;top:32.591796875rem;left:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #USQ1h4tLDHQ93R6OVUN80lkVBS79VtW5 { width:17.5rem;height:36.20703125rem;top:53rem;left:1.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pWLq5Be5aBUuQmJIZGEBpyykb8PclhFV { width:17.5rem;height:11.5625rem;top:90.4560546875rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DZtK2xFEWPZF18I1GQtI9UWL8AubVydC { width:17.5rem;height:12.59371875rem;top:20.625rem;left:1.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RGDcAiTWBtb5qFQtfX58LFRxFX7eurJW { width:20rem;height:18.9443125rem;top:118.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ziIxIiCW8E8RIQZp1dlEoa350cPyzC6F { width:16.6875rem;height:5.25rem;top:107.625rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #mtCV0CdtggMTRhAfHb2p3FBB7CcdniJl { width:17.5rem;height:9.44534375rem;top:159.1875rem;left:1.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QLTyzxmxw1hCm1QVLF1apoIO0SMm6bTG { width:4.6875rem;height:4.6875rem;top:142rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #DQAeF1c8FwmzDU9zGknKHqBaNHwdSSgI { width:11.875rem;height:4.19921875rem;top:142.25rem;left:7.125rem;font-size:0.875rem;line-height:1.2;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #vlJvCURuM2Tg89BW52BvccxMZopCTfHQ { width:17.5rem;height:11.01953125rem;top:169.875rem;left:1.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pTbRTQW7PbwdTv7M1nRrga1TzKhRD2Nx { width:1.875rem;height:1.875rem;top:47.375rem;left:11.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #QTQM5Z6HEysfdsULIxXvseGWUPvRf9Dc { width:1.875rem;height:1.57421875rem;top:47.5rem;left:11.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qg8fAgp9E6w2Da2OWouJMcNUGl1saFGb { width:1.875rem;height:1.875rem;top:16.5625rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #gPOwlLd8vy4RUuArb8xQ2NRUDJtDGxK3 { width:1.875rem;height:1.57421875rem;top:16.6875rem;left:1.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #c0nuyLmmQP6SKiAVfS9sBqtVHTuMaOTT { width:1.875rem;height:1.875rem;top:15.9375rem;left:17.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XAXOC8r1EvPI036fS60NtX9QUplaAI1W { width:1.875rem;height:1.57421875rem;top:16.0625rem;left:17.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vIliyNduqZ3FemOP5TfCFyi7QSsTXG3C { width:1.875rem;height:1.875rem;top:101.375rem;left:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #AIg6aqEwQdC6iOeeyAPMM1lW2XvGqQhu { width:1.875rem;height:1.57421875rem;top:101.5rem;left:6.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #H2VpdG2DPOpJhadevNzomOr0UUsCi7Ve { width:1.875rem;height:1.875rem;top:7.875rem;left:16.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #t9TwdrmsoFNZaevxviUOoDGtq25Txn7s { width:1.875rem;height:1.57421875rem;top:8rem;left:16.0625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HdWGC4mG1U3v8qDKe5nPVa6cDbXPLQ0G { width:1.875rem;height:1.875rem;top:119.75rem;left:9.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #spZLVokmXNsP8sUOpCkMGkzRtAfZE3Kb { width:1.875rem;height:1.57421875rem;top:119.875rem;left:9.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TZPW3JbXzNOVqUWUncEEETirfIqTTaq4 { width:1.875rem;height:1.875rem;top:133.9375rem;left:9.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ezIETwNpvN8Jgva1HBomldnpTR0re5Gl { width:1.875rem;height:1.57421875rem;top:134.125rem;left:9.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RbqFOJ475kiQZcoPxRgff6pqrbpwkMEv { width:8.5625rem;height:2.375rem;top:48.375rem;left:1.375rem;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #CFu2XycTPZV5OnaW7ORd0lxpxkMJ3Z9R { width:10rem;height:4.375rem;top:47.375rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #RyIlJSTrmvUTaOkHamWKGNVdWJIXtBQM { width:8.5625rem;height:2.375rem;top:102.375rem;left:10.125rem;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #O24J5H3mkA54VqWL9u48dXiFifXlPSJm { width:10rem;height:4.375rem;top:101.375rem;left:9.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #niZ4fvFvoVyUfaTOsZ8Rf74PU6W1nzUJ { width:10.625rem;height:4.375rem;top:114.75rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #S6R2izJFp6x7zfi5z1uq6FI1sTWT3BpR { width:10.3125rem;height:2.375rem;top:115.75rem;left:0.8125rem;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #SeqduBIsa2zv0AMeEAoQglLQsghuPPO6 { width:10rem;height:4.375rem;top:136.375rem;left:9.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fzkVzDBgIwcxtaRlgazFXUlkponS2KiT { width:1.875rem;height:1.57421875rem;top:138.1875rem;left:9.6875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UxmKeoZ8VVXQggdNXTAdUO8bQnKrSLWT { width:7.6875rem;height:2.375rem;top:137.3125rem;left:11.125rem;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #E1gy3CEf5b22MuaoPyJJVLPOHsBSaWfL { width:11.25rem;height:5rem;top:2.25rem;left:6.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #AMT4TOHEaLFxCwmNwAh8Ad4QFTnI5l27 { width:11.25rem;height:1.5625rem;top:0.75rem;left:6.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ALZMT2nIdetSc0pKQk7H2LOTMNNoN3C7 { width:10.875rem;height:2rem;top:3.75rem;left:6.9375rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #Nr12M57hETA9gUSh0mHdhrCw3XST0i5I { width:10rem;height:0.875rem;top:2.5625rem;left:7.4375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vuWMJhdai67fg5lMdV5P230csQ5VztPT { width:10rem;height:0.875rem;top:1.125rem;left:7.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #uoGgVO4HLfkTlphduz4M8PekkzNCBX6N { width:10rem;height:0.875rem;top:6.125rem;left:7.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #oraZbfzXuD6JKiDgIBTWmoHUZEIATvp3 { width:11.25rem;height:5rem;top:152.9375rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #NEqnkeryJ2Th4x3ynabyf5o4HiDtwASb { width:11.25rem;height:1.5625rem;top:151.4375rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fkQvhwkfnDhTdZonHIHbx5hHod1lp0hL { width:10.875rem;height:2rem;top:154.4375rem;left:0.8125rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #qXm6N7n872cM3Gg0XZdTrlZZIAu9CJyw { width:10rem;height:0.875rem;top:153.25rem;left:1.3125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rfyzcsG0VSfvtGxbaDZzC6NO49D211X7 { width:10rem;height:0.875rem;top:151.8125rem;left:1.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Th0oaOVRTOOUHdtXGMeUqcflqRwiQ2lb { width:10rem;height:0.875rem;top:156.875rem;left:1.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #eR1Ta2biRC7tPwMDC5ho8QfDrDFfn34P { width:11.25rem;height:3.1484375rem;top:147.9375rem;left:0.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #oaisitT7M5PrEUGhx8AyPretWpk8fv8z { display:block; }#oaisitT7M5PrEUGhx8AyPretWpk8fv8z > .row .container { width:20rem;height:11.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fZBfgHHZEDonfsRqXIBaGDgF91nGa1Gh { width:17.5rem;height:3.75rem;top:3.75rem;left:1.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #D4kLU1Puf8aoa0Vylqix03VTZmG0NDq6 { display:block; }
 }@media only screen and (max-width: 763px) { #NGB97CoOx5WS3MaNbmlRgrRmr0kL4dl5 { display:block; }#NGB97CoOx5WS3MaNbmlRgrRmr0kL4dl5 > .row .container { width:20rem;height:55.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #u4L36OLnRKWRhCMmV9lwPEhlR8Z00pMO { width:20rem;height:14.5rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #E4CcupDHswMzUK1n2VPEOxX6eMSiN2um { width:17.5rem;height:18.89059375rem;top:21.6875rem;left:1.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bv0WnDTcMrzwz6tXSqyVO6zuZsWEiNfR { width:1.875rem;height:1.875rem;top:11.5rem;left:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QCpNTRfi95vM1qVHVfZszsAdLswGazBu { width:1.875rem;height:1.57421875rem;top:11.625rem;left:0.6875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #IPqXrTsQLZV9q7EtsmVpSzuuWsdEcKMH { width:17.5rem;height:11.5625rem;top:42.451171875rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #HDW0ygZLAkafISIz5e3lgXJeU5nvt6H1 { width:11.25rem;height:5rem;top:15.4375rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #EkOWof5n5T5TtVVP0XppdLkr2J8b7iHb { width:11.25rem;height:1.5625rem;top:13.9375rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #sGovsby4tTGHev4l6TrCHtXFEC7tgHWd { width:10.875rem;height:2rem;top:16.9375rem;left:0.8125rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #fNp9OLdMunOtuCIyE3iGT6NelpMNwXus { width:10rem;height:0.875rem;top:15.75rem;left:1.3125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mNSk0rAAgRofQATLzfivRpIvVVWPBonq { width:10rem;height:0.875rem;top:14.3125rem;left:1.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CiyuFqIwo5ZEnDltUyAt0EKbzVGcI7UT { width:10rem;height:0.875rem;top:19.3125rem;left:1.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #oapuin6QTo2PpDd7Wgfbh074tyvHQr4R { display:block; }#oapuin6QTo2PpDd7Wgfbh074tyvHQr4R > .row .container { width:20rem;height:151.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZiW2wRcHyVJycla5wR1n1iueLUgbpNz4 { width:20rem;height:13rem;top:10.3984375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #u8VAzJx1bLyJQwH2BUGJGWAXn8HMDPgT { width:17.5rem;height:50.37503125rem;top:30.75rem;left:1.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ufd5ieFfGAWmcVriTswUEfot8l33DVDE { width:20rem;height:14.125rem;top:130.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #aifP0u1oJuTALoJ5UTWT24mf2TZS58ds { width:17.5rem;height:40.92965625rem;top:83rem;left:1.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gZEOVwOsGEyzJgUNGqmdNLsVUZ7KrXIo { width:16.6875rem;height:5.25rem;top:143.5625rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #XuF33fffhfPmpnbbceiE060B82QaAtiz { width:1.875rem;height:1.875rem;top:9.375rem;left:8.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ECvlDyeHC8N2AD4hGNFhKIy5xPEymwJ4 { width:1.875rem;height:1.57421875rem;top:9.5rem;left:8.125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vROLdzlJRlWf4riA2yArJfmDfhstDLyc { width:1.875rem;height:1.875rem;top:20.3125rem;left:16.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RNE8la62Hl33PG7PGUGltmMFQ5JfgE3y { width:1.875rem;height:1.57421875rem;top:20.4375rem;left:16.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KEQx2EeC3s4QDPNAZDl1bGtuEaxOIeWu { width:1.875rem;height:1.875rem;top:20.5625rem;left:10.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #lHcVZXoVJg1OFvQ0ei5BaoIBOoO9HGbo { width:1.875rem;height:1.57421875rem;top:20.6875rem;left:10.0625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #auHMI8oEKZrWzac4R1XeHuZZaSgRyVNS { width:1.875rem;height:1.875rem;top:132.3125rem;left:17.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #sRGIcHo1CbKOpGZw8CxESTT5HceEww1q { width:1.875rem;height:1.57421875rem;top:132.4375rem;left:17.5rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vOuV1BD46Hzik2Das7ATE9ZaDI3yG0wK { width:11.25rem;height:5rem;top:3.75rem;left:8.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yr3B9aZDCdz3T9p3Bxv3TuF7DTc0E64m { width:11.25rem;height:1.5625rem;top:2.25rem;left:8.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #aOoifSOdrtJXr8OPcysvSSzUz04TZi3R { width:10.875rem;height:2rem;top:5.25rem;left:8.3125rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #AIvSZiNheQpLHhxQfyhZemak2KanrDmW { width:10rem;height:0.875rem;top:4.0625rem;left:8.8125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TK20bCZUbvTcmgHTWPoufA18qIGo6fF9 { width:10rem;height:0.875rem;top:2.625rem;left:8.75rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NMHSGaiVxXTlaonD5GzBEOOlgmrEu8fb { width:10rem;height:0.875rem;top:7.625rem;left:8.75rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GmtFRbhNvhzRoS9qNQBrtpGAq1l3XKGI { width:8.8125rem;height:0.8994125rem;top:9.1875rem;left:10.375rem;font-size:0.75rem;text-align:left;text-align-last:left;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #n5UztnTtpUEoDuXvTPPL1Q8NNMoSeR9w { width:11.25rem;height:1.5625rem;top:23rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ceeRJdXyehZmWzMmiILktK72PRbAFt63 { width:10rem;height:0.875rem;top:23.375rem;left:1.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bxSOf6fAZn5Af9Kmw6NrIAUw288vGyLZ { width:11.25rem;height:5rem;top:24.5rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZDTW1i00ELpCgdUtwq9nQkt7mktB00fK { width:10rem;height:0.875rem;top:24.75rem;left:1.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vy879DXRzIlaJk65vIuR0OuJMgBOA8Rc { width:10.875rem;height:2rem;top:26rem;left:0.8125rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #T9xFS1EhhBLSk9wcMiJwLh9g8PMJioZo { width:10rem;height:0.875rem;top:28.375rem;left:1.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rMgkiPnZUHdRPvlLIMOINek8S0uEc4ig { width:11.25rem;height:1.5625rem;top:125.1875rem;left:8.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JqK8rO1UMaEEQBEy5blcNgaLrTXQf4Pc { width:10rem;height:0.875rem;top:125.5625rem;left:8.75rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KZCy2XxMUCXXp4bOhdGzlV1XJAbevodh { width:11.25rem;height:5rem;top:126.6875rem;left:8.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gLOXAFo2G9CnG5xBbF0hWs7ZToxUIm9o { width:10rem;height:0.875rem;top:126.9375rem;left:8.75rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CbCmqsI0FImLTsA5nZWrCTToUB7cKwtZ { width:10.875rem;height:2rem;top:128.1875rem;left:8.3125rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #MitzQiwCtaty4aHnR8VS581hCKmcJ9e5 { width:10rem;height:0.875rem;top:130.5rem;left:8.75rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Pwu3dlMuGf44asvCKzm43TFRZUfaN2P6 { display:block; }#Pwu3dlMuGf44asvCKzm43TFRZUfaN2P6 > .row .container { width:20rem;height:11.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VNTWdPCCqdHx071oxVBJ6XDSH69tbBLg { width:17.5rem;height:3.75rem;top:3.75rem;left:1.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #FvCJaDRGVG94llOSvFKoi4c7re0dRPK7 { display:block; }
 }@media only screen and (max-width: 763px) { #hyUUBQJhP2iQWH7MSsSxzfB3V9x0ztLJ { display:block; }#hyUUBQJhP2iQWH7MSsSxzfB3V9x0ztLJ > .row .container { width:20rem;height:121.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pK1FiDapHQ2zlxmT9bscFzz7LbgCUoWy { width:20rem;height:14.5rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #drSB6GwCktnkgW8NDETrTNJh4msHfmCq { width:17.5rem;height:45.65234375rem;top:22.8623046875rem;left:1.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QF7pCWABgwtRLsdUyTBv1J9g3WElQVr2 { width:17.8125rem;height:10.375rem;top:74.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #dydBsMJ8hJzJOEXcyiPlIr3kfOLEO9r2 { width:13.75rem;height:9.875rem;top:85.0625rem;left:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #lSpsc9mNGq7RAIyVI62D4ciKtz2DIa1m { width:17.5rem;height:9.44534375rem;top:96.1875rem;left:1.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #plmnqNNITuuyvoVXLtErDke7ozTdST6u { width:1.875rem;height:1.875rem;top:11.1875rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wpbqF6oodQ4ae5pgEUc9AXePK31xz48M { width:1.875rem;height:1.57421875rem;top:11.3125rem;left:0.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HpqT0btbAGDpstQDTBWSVoI73ELB2TOT { width:1.875rem;height:1.875rem;top:74.75rem;left:17.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #QAPg9WmQz0pNqZ9uLOOQsJeJQJO4uhw1 { width:1.875rem;height:1.57421875rem;top:74.875rem;left:17.5rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rmvNiB1FJXTEbktPbZzgE88ZqWFSgF2T { width:1.875rem;height:1.875rem;top:93.125rem;left:4.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vREVvgQR0pk8ybyDE2PqHHBhKKBB0pHG { width:1.875rem;height:1.57421875rem;top:93.25rem;left:4.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BJToE80HG3V1IyRtyooPfMwvnIdhXi9R { width:17.5rem;height:11.5625rem;top:107.5078125rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Nl4XFykdmi72EIB6z4n3GMqDsmpB2SwK { width:10rem;height:1.04980625rem;top:20.5625rem;left:1.25rem;font-size:0.75rem;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #XHsrTf8leixTpEIrAfdeq9VabhIxwpAa { width:10rem;height:4.375rem;top:69.75rem;left:9.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #eSy6ULg96tMt6nnMVce1FXOIVXVcMUB4 { width:8.5625rem;height:2.375rem;top:70.75rem;left:10.125rem;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ly4JenGC4RV9QEmgaveoWbfc33yeTAPE { width:11.25rem;height:1.5625rem;top:13.6875rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #RP9nyNmRSfFRwgluDpavtrGGCktE5s8i { width:10rem;height:0.875rem;top:14.0625rem;left:1.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VrTMgCKuQIhEm1gWGx8vt60DyJElzN91 { width:11.25rem;height:5rem;top:15.1875rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #MNZGWBnhi7ChFJDeTMWUakS74ruLz2wT { width:10rem;height:0.875rem;top:15.4375rem;left:1.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #G8laVrbQlAookbGf1m9OoB2yr51VO6Ea { width:10.875rem;height:2rem;top:16.6875rem;left:0.8125rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #uTEzzrXmUBmlqS8Ipwme9DOZnTnaImtS { width:10rem;height:0.875rem;top:19.0625rem;left:1.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #so7yPu1TSP3x1FDS8U22u3fiTQd5dSfS { display:block; }#so7yPu1TSP3x1FDS8U22u3fiTQd5dSfS > .row .container { width:20rem;height:96.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #owTTfVcE9IXfAyHK7gaq5odABy80miTN { width:20rem;height:12.625rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #rwwFBsL948GiCnXwL9TJdm4ev7ZGbyuJ { width:17.5rem;height:14.16796875rem;top:19.5625rem;left:1.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KQuukwvdiZQKZ8xUulGoJB4mx2VrJK0v { width:20rem;height:12.6875rem;top:47.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #tmiTDgCFImU2NwsugOkIouHVqnsFF0pt { width:16.6875rem;height:5.25rem;top:35.60546875rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #S66hnCBpKA7go3pzexTfMa73nM0Aw9pJ { width:12.6875rem;height:4rem;top:42.75rem;left:1.25rem;font-size:2rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #ytccv7Tg5wkTt02zc48qTJkmV1V0hq6m { width:9.6875rem;height:12.6875rem;top:42.73046875rem;left:10.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #I09zeb9MTFi5ZrfN8U2P2ExeKQyTccnB { width:17.5rem;height:7.87109375rem;top:76.6875rem;left:1.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CJRBO4khhvzPs3peVoTVJvaFXHZ4EwCQ { width:17.5rem;height:7.871125rem;top:86.4375rem;left:1.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #M0h0KJP2GtgiqHIB9vFFnzk4F8afmJps { width:18.75rem;height:4rem;top:60.6875rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #LzaulTLQyP1eGZJpqSUeaertwikw86ae { width:1.875rem;height:1.875rem;top:9.3125rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #m9f9RyzpQplEpa9KG8qtKmhMrPZrgciy { width:1.875rem;height:1.57421875rem;top:9.4375rem;left:0.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #avBigDBQ7OkrbwNxh3MGvt5LLnUIkbIe { width:1.875rem;height:1.875rem;top:49.25rem;left:9.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ntJWwQireQB8UnFLprZmolIruldUNahC { width:1.875rem;height:1.57421875rem;top:49.375rem;left:9.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LC3ZaMeFeO05csCsIkPO1syVCObSaDDR { width:1.875rem;height:1.875rem;top:57.5625rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ftfSQhnwgrqrOlL0ByPyzzROIFHZvKkw { width:1.875rem;height:1.57421875rem;top:57.6875rem;left:0.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TFHtX1A3KIZIQPqxCu8ufgM5HLKnmS6i { width:8.75rem;height:5rem;top:69.125rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qgTodq8nFFnR1Byq7vSLsIEsIy95tMV5 { width:8.75rem;height:2rem;top:70.625rem;left:0.625rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #EKTiLxAO2QmvazZHi2zkq5wdFOn9SroP { width:8.75rem;height:1.04980625rem;top:74.4375rem;left:0.625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #TJTAwcTd2aZcLtlL0pE4UkInA8ZyfmW8 { width:8.75rem;height:3.8125rem;top:65.375rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #A0Up39L1QJVoavIn3XndBbBKMRKvbEKB { width:6.25rem;height:1.25rem;top:65.625rem;left:1.375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #G8isuciHmFQOwcB10EqEQD02G0lcl8FA { width:6.25rem;height:2rem;top:66.875rem;left:1.375rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #TtEpyK2D2dqGFTxAn5IeiAg2fkA81Vfz { width:8.75rem;height:1.2246125rem;top:69.375rem;left:0.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nZxKGEUsqqH18bIBiZ7UUTaucrVJKx8K { width:8.75rem;height:1.2246125rem;top:72.6875rem;left:0.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ysi2cZWHfF1QQORAw6SpR6w23anPSs3a { width:11.25rem;height:1.5625rem;top:11.8125rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #uQOMV91MQ6W0VepUsqvfWqNyAfTW4EWy { width:10rem;height:0.875rem;top:12.1875rem;left:1.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UwR1QaInP7QEqga0i8M9RJ8x9kZunMWu { width:11.25rem;height:5rem;top:13.3125rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #sQ81r43OZ6qcEU5TucdfC6XKi3kSFCKr { width:10rem;height:0.875rem;top:13.5625rem;left:1.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PyuNPk9vTfPLcPFvVph76sHcnoqtk4FS { width:10.875rem;height:2rem;top:14.8125rem;left:0.8125rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xut48AmI8uRlwiHF28brEvPZmo31Wnqq { width:10rem;height:0.875rem;top:17.1875rem;left:1.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #f2NVidgdVxCZuLfAJnVty52obBzQRgyl { width:8.75rem;height:3.8125rem;top:65.375rem;left:10.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #SumNl4aUhkBcTa32GRkBHUZ0sxn6bsNX { width:7.3125rem;height:1.125rem;top:65.8125rem;left:11.1875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XxMn1BPMctGNMLXy6BUFWfMkKpCDzxrn { width:7.8125rem;height:1.75rem;top:67rem;left:11.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rbqJZOuOhMdD5oVimtAhzf2O9EhCbLXG { display:block; }#rbqJZOuOhMdD5oVimtAhzf2O9EhCbLXG > .row .container { width:20rem;height:11.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Bgz7C10DzHviGxNTTeIK8XsW2cLRiFsP { width:17.5rem;height:3.75rem;top:3.75rem;left:1.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #AeoR4IMGdArRqI21R6k7T6N0eeN8p5C6 { display:block; }
 }@media only screen and (max-width: 763px) { #IGZevGiGRm43nbZMO47lz3mEBMy4NzeD { display:block; }#IGZevGiGRm43nbZMO47lz3mEBMy4NzeD > .row .container { width:20rem;height:92.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TqSSmexOzg7bwP1dUGX1ETa5HmQg5q7N { width:20rem;height:13.4375rem;top:4.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #M36RdgftkpTMXZDTUJGnTo5TwG7fpM4e { width:17.1875rem;height:17.31640625rem;top:19rem;left:1.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BEs5m4JLg0U7epyLulASlVBlxCwxmXoD { width:17.5rem;height:13.5625rem;top:37.5654296875rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #S6u0gW91LnRJpvdq3T0FKLyeLOzJOEec { width:17.5rem;height:13.5625rem;top:52.3779296875rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z5vRmSSdfJrt7CTm5lFZAZnFzTTJTrEF { width:17.5rem;height:4.19921875rem;top:68.4404296875rem;left:1.25rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #VUOX0l40FWUPtSn8EOxBFVFRNzDQwo6H { width:1.875rem;height:1.875rem;top:6.1875rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Sfy280KOJlPDpEk5O3e0KisrnaN0tLMv { width:1.875rem;height:1.57421875rem;top:6.3125rem;left:0.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bQU7Qk2TonEdkGbnGTelocAWLyQ3m5h1 { width:10rem;height:8.625rem;top:73.875rem;left:0.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #WIu7WacN6cXWbX3Rd5SHk2wflEM1TcTv { width:11.25rem;height:9.75rem;top:80.875rem;left:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #PMdbhuUmpgKUdft8F8rocrRdny31UMRc { width:11.875rem;height:10.25rem;top:75.4375rem;left:8.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #awsc1fTT7C1JMfM2pErZiXnBbHanBLgX { width:10.9375rem;height:2.375rem;top:2.25rem;left:0.8125rem;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #sDNqoIOZUuP1LOBuNRQvAeSB02r3pOOk { width:11.25rem;height:4.375rem;top:1.25rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #mAaUbywckTLVQMSfQJttlB96i2VlGtRR { display:block; }#mAaUbywckTLVQMSfQJttlB96i2VlGtRR > .row .container { width:20rem;height:11.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yyoOD5oGqBx9W9ZdqGliofbT2fJEeZ89 { width:17.5rem;height:3.75rem;top:3.75rem;left:1.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Lsa7GwiAIMcWdaq88ivbtQc0Fa54E2PX { display:block; }
 }@media only screen and (max-width: 763px) { #KTt1CyT6Ct7ZA1dk03q625RcCFOvq8uP { display:block; }#KTt1CyT6Ct7ZA1dk03q625RcCFOvq8uP { background-color: transparent; background-image: none; }#KTt1CyT6Ct7ZA1dk03q625RcCFOvq8uP::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KTt1CyT6Ct7ZA1dk03q625RcCFOvq8uP > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KTt1CyT6Ct7ZA1dk03q625RcCFOvq8uP > .row .container > .video-iframe-container { display: none; }#KTt1CyT6Ct7ZA1dk03q625RcCFOvq8uP > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KTt1CyT6Ct7ZA1dk03q625RcCFOvq8uP > .row > .video-iframe-container { display: none; }#KTt1CyT6Ct7ZA1dk03q625RcCFOvq8uP > .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); }#KTt1CyT6Ct7ZA1dk03q625RcCFOvq8uP > .row .container { width:20rem;height:31.9375rem;background-color:#ffffff;background-image:none;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TZwJiaW2HOeimkK0l0hW1t933azrUQma { width:11.6875rem;height:6.5625rem;top:23.25rem;left:4.15625rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #vCB1TItMC1MmSOd2535qniD03s3Aac5I { width:17.5rem;height:6.5625rem;top:7.625rem;left:1.25rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #w1oHrnQIbzD3C13vQByxSCZTJADo9TJO { width:17.5rem;height:5.25rem;top:15.8125rem;left:1.25rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #vxcJ1zDn97sSpgAwV8aXVR8g6kF3bCO9 { width:20rem;height:5.1875rem;top:0.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #WlxN1KOiMN1O7lbrG7TTKQ6T5p343ZMx { display:block; }#WlxN1KOiMN1O7lbrG7TTKQ6T5p343ZMx > .row .container { width:20rem;height:14.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mKT8ZA685Fcnm75STI3PzPTHeVXcyOeN { width:17.5rem;height:11.8125rem;top:1.25rem;left:1.25rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Uh2yX69ZkCtPiUXTNWwT9ieGDDroQsXc { display:block; }#Uh2yX69ZkCtPiUXTNWwT9ieGDDroQsXc { background-color: transparent; background-image: none; }#Uh2yX69ZkCtPiUXTNWwT9ieGDDroQsXc::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Uh2yX69ZkCtPiUXTNWwT9ieGDDroQsXc > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Uh2yX69ZkCtPiUXTNWwT9ieGDDroQsXc > .row .container > .video-iframe-container { display: none; }#Uh2yX69ZkCtPiUXTNWwT9ieGDDroQsXc > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Uh2yX69ZkCtPiUXTNWwT9ieGDDroQsXc > .row > .video-iframe-container { display: none; }#Uh2yX69ZkCtPiUXTNWwT9ieGDDroQsXc > .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); }#Uh2yX69ZkCtPiUXTNWwT9ieGDDroQsXc > .row .container { width:20rem;height:2.8125rem;background-color:#000000;background-image:none;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KNOJHpQW2U0DovBP4g9IfJnsvP6B4bfg { width:18.3125rem;height:1.3125rem;top:0.75rem;left:0.84375rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }