.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;
}
@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:#fffbf6;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;top:0rem;left:0rem;display:block; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KZ6xLi4rE4Zglr3xCHLOrlT0RDQdEiAS { position:relative;display:block; }#KZ6xLi4rE4Zglr3xCHLOrlT0RDQdEiAS { background-color: transparent; background-image: none; }#KZ6xLi4rE4Zglr3xCHLOrlT0RDQdEiAS::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KZ6xLi4rE4Zglr3xCHLOrlT0RDQdEiAS > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KZ6xLi4rE4Zglr3xCHLOrlT0RDQdEiAS > .row .container > .video-iframe-container { display: none; }#KZ6xLi4rE4Zglr3xCHLOrlT0RDQdEiAS > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KZ6xLi4rE4Zglr3xCHLOrlT0RDQdEiAS > .row > .video-iframe-container { display: none; }#KZ6xLi4rE4Zglr3xCHLOrlT0RDQdEiAS > .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); }#KZ6xLi4rE4Zglr3xCHLOrlT0RDQdEiAS { border-width: 0; border-radius: 0; }#KZ6xLi4rE4Zglr3xCHLOrlT0RDQdEiAS > .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; }#KZ6xLi4rE4Zglr3xCHLOrlT0RDQdEiAS > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#fffbf6;background-image:none;font-size:0.875rem;font-family:arial;height:8.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; }#BSr5Te1kgtAK6gWPlKe3LnDUQp7FcZhX { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#9c0735;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:outfit;font-size:1.0625rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:3.25rem;height:2rem;text-decoration:none;z-index:15069;text-align:center;text-align-last:center;top:2.25rem;left:48rem;display:none; }
#vM9MI6nViQ9RhAF6hFnNtSSLhwHivbbx { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ruZ2woCeZ2lDJW8aAZKZH8nahrNIo3wT { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#9c0735;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:outfit;font-size:1.0625rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:4.375rem;height:2rem;text-decoration:none;z-index:15071;text-align:center;text-align-last:center;top:2.25rem;left:51.5rem;display:none; }
#EpxATVrESdq9hRhl9PnFPxdr0ougnV02 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#EdKwdnSwTeBcmFznc8zliFaogTmMWv8d { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#9c0735;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:outfit;font-size:1.0625rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.625rem;height:2rem;text-decoration:none;z-index:15072;text-align:center;text-align-last:center;top:2.25rem;left:56.125rem;display:none; }
#uGk8tTvCctJFuP7csammfMnmztezeo16 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#s1qMb7GO6eNFawvtImsDyJ7FWUcQ8pUT { background-color:#9c0735;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#f4e8e4;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:outfit;font-size:1.0625rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:4.6875rem;height:2rem;text-decoration:none;z-index:15071;text-align:center;text-align-last:center;top:2.25rem;left:65.625rem;display:block; }
#vHmqaUw3hBX2fOg3A55Amx5xzlSkc394 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#rtex4VXOToVMAn2T4N75waX8C87n5ePK { position:absolute;display:block;z-index:15066;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.4375rem;width:16.25rem;top:1.875rem;left:4.25rem;overflow:hidden;display:block; }
#zos3kBu0rUgHFZUib6J0LpA6pf7cHpaW { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.8125rem;width:18.75rem;display:none; }
#NxpFysl5KvWH65XWxJqtAW28igJ4NnQa { position:relative;display:block; }#NxpFysl5KvWH65XWxJqtAW28igJ4NnQa { background-color: transparent; background-image: none; }#NxpFysl5KvWH65XWxJqtAW28igJ4NnQa::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NxpFysl5KvWH65XWxJqtAW28igJ4NnQa > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NxpFysl5KvWH65XWxJqtAW28igJ4NnQa > .row .container > .video-iframe-container { display: none; }#NxpFysl5KvWH65XWxJqtAW28igJ4NnQa > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NxpFysl5KvWH65XWxJqtAW28igJ4NnQa > .row > .video-iframe-container { display: none; }#NxpFysl5KvWH65XWxJqtAW28igJ4NnQa > .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); }#NxpFysl5KvWH65XWxJqtAW28igJ4NnQa { border-width: 0; border-radius: 0; }#NxpFysl5KvWH65XWxJqtAW28igJ4NnQa > .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; }#NxpFysl5KvWH65XWxJqtAW28igJ4NnQa > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#fffbf6;background-image:none;font-size:0.875rem;font-family:arial;height:8.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; }#UbmfdGGQfznfJ0P1OGdDtqwOTVw93Tf0 { box-sizing:content-box;height:4.125rem;width:4.125rem;position:absolute;display:block;z-index:15001;background-color:transparent;background-image:none;top:4.5rem;left:0rem;border-top:0.25rem solid #9c0735;border-left:0.25rem solid #9c0735;border-right:0.25rem solid #9c0735;border-bottom:0;display:block; }
#kDXMyTgQTbZoPkZLgoCQMA6WpVsVavqn { box-sizing:content-box;height:4.125rem;width:4.125rem;position:absolute;display:block;z-index:15016;background-color:transparent;background-image:none;top:4.5rem;left:65.625rem;border-top:0.25rem solid #9c0735;border-left:0.25rem solid #9c0735;border-right:0.25rem solid #9c0735;border-bottom:0;display:block; }
#iLa3LdHwcStuBxd5zOeKTUvRMN0sOMGF { box-sizing:content-box;height:4.125rem;width:4.125rem;position:absolute;display:block;z-index:15015;background-color:transparent;background-image:none;top:4.5rem;left:61.25rem;border-top:0.25rem solid #9c0735;border-left:0.25rem solid #9c0735;border-right:0.25rem solid #9c0735;border-bottom:0;display:block; }
#T2f3eu3cNOLebTu01s3IUq8h8NgFFa5n { box-sizing:content-box;height:4.125rem;width:4.125rem;position:absolute;display:block;z-index:15014;background-color:transparent;background-image:none;top:4.5rem;left:56.875rem;border-top:0.25rem solid #9c0735;border-left:0.25rem solid #9c0735;border-right:0.25rem solid #9c0735;border-bottom:0;display:block; }
#Ztx9DAHUzczV1ztKG54oFpbwMTT32Dl2 { box-sizing:content-box;height:4.125rem;width:4.125rem;position:absolute;display:block;z-index:15013;background-color:transparent;background-image:none;top:4.5rem;left:52.5rem;border-top:0.25rem solid #9c0735;border-left:0.25rem solid #9c0735;border-right:0.25rem solid #9c0735;border-bottom:0;display:block; }
#nevGhht1PITJ8ge7rio9w7uhH6n136fQ { box-sizing:content-box;height:4.125rem;width:4.125rem;position:absolute;display:block;z-index:15012;background-color:transparent;background-image:none;top:4.5rem;left:48.125rem;border-top:0.25rem solid #9c0735;border-left:0.25rem solid #9c0735;border-right:0.25rem solid #9c0735;border-bottom:0;display:block; }
#VTocy50p0gZOl043ThyWOosta3rtMagv { box-sizing:content-box;height:4.125rem;width:4.125rem;position:absolute;display:block;z-index:15017;background-color:transparent;background-image:none;top:4.5rem;left:70rem;border-top:0.25rem solid #9c0735;border-left:0.25rem solid #9c0735;border-right:0.25rem solid #9c0735;border-bottom:0;display:block; }
#GKAkpiQkNXaS2aWmwZJwUAwkyeUeDhmv { box-sizing:content-box;height:4.125rem;width:4.125rem;position:absolute;display:block;z-index:15032;background-color:transparent;background-image:none;top:0.125rem;left:65.625rem;border-top:0.25rem solid #9c0735;border-left:0.25rem solid #9c0735;border-right:0.25rem solid #9c0735;border-bottom:0.25rem solid #9c0735;display:block; }
#VDuOfvFQtqcb9W041RfmJK1fX76DV4Az { box-sizing:content-box;height:4.125rem;width:4.125rem;position:absolute;display:block;z-index:15031;background-color:transparent;background-image:none;top:0.125rem;left:61.25rem;border-top:0.25rem solid #9c0735;border-left:0.25rem solid #9c0735;border-right:0.25rem solid #9c0735;border-bottom:0.25rem solid #9c0735;display:block; }
#yzhz8aL4L5cSIihLo0F8UR2CV7Eq3iO6 { box-sizing:content-box;height:4.125rem;width:4.125rem;position:absolute;display:block;z-index:15030;background-color:transparent;background-image:none;top:0.125rem;left:56.875rem;border-top:0.25rem solid #9c0735;border-left:0.25rem solid #9c0735;border-right:0.25rem solid #9c0735;border-bottom:0.25rem solid #9c0735;display:block; }
#tLv2koSo15BhD0OK6kg2GWh0wbIQMu23 { box-sizing:content-box;height:4.125rem;width:4.125rem;position:absolute;display:block;z-index:15029;background-color:transparent;background-image:none;top:0.125rem;left:52.5rem;border-top:0.25rem solid #9c0735;border-left:0.25rem solid #9c0735;border-right:0.25rem solid #9c0735;border-bottom:0.25rem solid #9c0735;display:block; }
#wqT7zykrwcCeInRlDkQa9JOsebruSVch { box-sizing:content-box;height:4.125rem;width:4.125rem;position:absolute;display:block;z-index:15028;background-color:transparent;background-image:none;top:0.125rem;left:48.125rem;border-top:0.25rem solid #9c0735;border-left:0.25rem solid #9c0735;border-right:0.25rem solid #9c0735;border-bottom:0.25rem solid #9c0735;display:block; }
#DImtEA88KFIgZtpnSZ11v8LWPTBM1g7B { box-sizing:content-box;height:4.125rem;width:4.125rem;position:absolute;display:block;z-index:15033;background-color:transparent;background-image:none;top:0.125rem;left:70rem;border-top:0.25rem solid #9c0735;border-left:0.25rem solid #9c0735;border-right:0.25rem solid #9c0735;border-bottom:0.25rem solid #9c0735;display:block; }
#wscwdAT0zL4pGeLLOxBxtlhAHHCsSBgG { box-sizing:content-box;height:4.125rem;width:4.125rem;position:absolute;display:block;z-index:15027;background-color:transparent;background-image:none;top:0.125rem;left:43.75rem;border-top:0.25rem solid #9c0735;border-left:0.25rem solid #9c0735;border-right:0.25rem solid #9c0735;border-bottom:0.25rem solid #9c0735;display:block; }
#OPEJKlM3SakoonTiX2AKNVSw2gHbZWUH { box-sizing:content-box;height:4.125rem;width:4.125rem;position:absolute;display:block;z-index:15026;background-color:transparent;background-image:none;top:0.125rem;left:39.375rem;border-top:0.25rem solid #9c0735;border-left:0.25rem solid #9c0735;border-right:0.25rem solid #9c0735;border-bottom:0.25rem solid #9c0735;display:block; }
#Jt2wSMZyfcP9sJsLXZSzqvaQIMOrVnDI { box-sizing:content-box;height:4.125rem;width:4.125rem;position:absolute;display:block;z-index:15025;background-color:transparent;background-image:none;top:0.125rem;left:35rem;border-top:0.25rem solid #9c0735;border-left:0.25rem solid #9c0735;border-right:0.25rem solid #9c0735;border-bottom:0.25rem solid #9c0735;display:block; }
#WTJqXNJ5WqhEEmCqPds3Pqh6vRCzEGRt { box-sizing:content-box;height:4.125rem;width:4.125rem;position:absolute;display:block;z-index:15024;background-color:transparent;background-image:none;top:0.125rem;left:30.625rem;border-top:0.25rem solid #9c0735;border-left:0.25rem solid #9c0735;border-right:0.25rem solid #9c0735;border-bottom:0.25rem solid #9c0735;display:block; }
#De7NToOw9IuXFwuebUrPiwSWgoawoTZ6 { box-sizing:content-box;height:4.125rem;width:4.125rem;position:absolute;display:block;z-index:15023;background-color:transparent;background-image:none;top:0.125rem;left:26.25rem;border-top:0.25rem solid #9c0735;border-left:0.25rem solid #9c0735;border-right:0.25rem solid #9c0735;border-bottom:0.25rem solid #9c0735;display:block; }
#pJWb5E1BBNRv605cvtbMBdvKxA5Ckuui { box-sizing:content-box;height:4.125rem;width:4.125rem;position:absolute;display:block;z-index:15022;background-color:transparent;background-image:none;top:0.125rem;left:21.875rem;border-top:0.25rem solid #9c0735;border-left:0.25rem solid #9c0735;border-right:0.25rem solid #9c0735;border-bottom:0.25rem solid #9c0735;display:block; }
#ghmrUyNd6xVOru9oTqOAgOBVzZWzcJ8l { box-sizing:content-box;height:4.125rem;width:4.125rem;position:absolute;display:block;z-index:15021;background-color:transparent;background-image:none;top:0.125rem;left:17.5rem;border-top:0.25rem solid #9c0735;border-left:0.25rem solid #9c0735;border-right:0.25rem solid #9c0735;border-bottom:0.25rem solid #9c0735;display:block; }
#NvP6dxk4wfbZ6dQapEtXNTXTIRu8Z7Ju { box-sizing:content-box;height:4.125rem;width:4.125rem;position:absolute;display:block;z-index:15020;background-color:transparent;background-image:none;top:0.125rem;left:13.125rem;border-top:0.25rem solid #9c0735;border-left:0.25rem solid #9c0735;border-right:0.25rem solid #9c0735;border-bottom:0.25rem solid #9c0735;display:block; }
#inbdEGzrRLFHkTMwBMGyZNo7b4IbH8wo { box-sizing:content-box;height:4.125rem;width:4.125rem;position:absolute;display:block;z-index:15019;background-color:transparent;background-image:none;top:0.125rem;left:8.75rem;border-top:0.25rem solid #9c0735;border-left:0.25rem solid #9c0735;border-right:0.25rem solid #9c0735;border-bottom:0.25rem solid #9c0735;display:block; }
#NTGZbJEfw8KDgsiG5TVA9zCW873BUsBs { box-sizing:content-box;height:4.125rem;width:4.125rem;position:absolute;display:block;z-index:15018;background-color:transparent;background-image:none;top:0.125rem;left:4.375rem;border-top:0.25rem solid #9c0735;border-left:0.25rem solid #9c0735;border-right:0.25rem solid #9c0735;border-bottom:0.25rem solid #9c0735;display:block; }
#wnZE9cawd8oUVafF5omO5zE4XGU8Ki0O { box-sizing:content-box;height:4.125rem;width:4.125rem;position:absolute;display:block;z-index:15017;background-color:transparent;background-image:none;top:0.125rem;left:0rem;border-top:0.25rem solid #9c0735;border-left:0.25rem solid #9c0735;border-right:0.25rem solid #9c0735;border-bottom:0.25rem solid #9c0735;display:block; }
#EyKBfkhIThSL0VZUhhJwMJ3icvGO0TC8 { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#9c0735;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:outfit;font-size:1.0625rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:4.1875rem;height:2rem;text-decoration:none;z-index:15074;text-align:center;text-align-last:center;top:5.6871452331543rem;left:24.999732971191rem;display:block; }
#bv5ohnHQmGxA14MbvTTMsxZaslAOZN0G { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ZZceMzvmqqw2lEHttix62bUG4oK2Amxc { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#9c0735;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:outfit;font-size:1.0625rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:3rem;height:2rem;text-decoration:none;z-index:15076;text-align:center;text-align-last:center;top:5.6871452331543rem;left:20.624645233154rem;display:block; }
#LwVBOGTFfQQOhzw0FhuRRPzEpfaQLMFv { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#AKQ2gG83y3iPPlx28rufUX5xoG7Fa8wP { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#9c0735;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:outfit;font-size:1.0625rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:5rem;height:2rem;text-decoration:none;z-index:15075;text-align:center;text-align-last:center;top:5.6871452331543rem;left:14.437412261963rem;display:block; }
#z63TUFuMAb25zCaaq5zwG7KNUWQsBLJm { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Hp3r9hykMwn8KcrzpomFzqhcaKrRSUB0 { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#9c0735;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:outfit;font-size:1.0625rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:4.8125rem;height:2rem;text-decoration:none;z-index:15073;text-align:center;text-align-last:center;top:5.6875rem;left:8.5rem;display:block; }
#MogvE0gREzTkKU2GyfwEoil3qNLKCFin { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#XRJo7sTLSr0m0d0MHHEMGM68VJvbhNo7 { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#9c0735;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:outfit;font-size:1.0625rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:5.125rem;height:2rem;text-decoration:none;z-index:15075;text-align:center;text-align-last:center;top:5.6871452331543rem;left:30.437408447266rem;display:block; }
#LKTBSdZXV5g96gUce3GivTTwArPXHTrJ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#aC0XxhNk9FByFBTfKr7k3hLpTIWdfuUO { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#9c0735;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:outfit;font-size:1.0625rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:7.3125rem;height:2rem;text-decoration:none;z-index:15076;text-align:center;text-align-last:center;top:5.6871452331543rem;left:36.749908447266rem;display:block; }
#pRLdJouqxgTOXeoD7wJnAT1BOg3GMyNC { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#dCw7Ks01fGHlSmDmXb1XQUbEFUKN2HD7 { box-sizing:content-box;height:0.3125rem;width:18.75rem;position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;display:none; }
#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:#fffbf6;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:39.6875rem;width:75rem;border-top:0;border-right:0;border-bottom:0;border-left:0;box-shadow: none;overflow:visible;position:relative;display:block; }#WM0FnMtTDKCVy0tMuwEDgRnmL2N6nuci { box-sizing:content-box;height:4.125rem;width:4.125rem;position:absolute;display:block;z-index:15000;background-color:transparent;background-image:none;top:0rem;left:0rem;border-top:0.25rem solid #9c0735;border-left:0.25rem solid #9c0735;border-right:0.25rem solid #9c0735;border-bottom:0.25rem solid #9c0735;display:block; }
#uKBtNCG7XG9GGeaXhcPAU4UHeh3g8Vwg { box-sizing:content-box;height:4.125rem;width:4.125rem;position:absolute;display:block;z-index:15001;background-color:transparent;background-image:none;top:0rem;left:4.375rem;border-top:0.25rem solid #9c0735;border-left:0.25rem solid #9c0735;border-right:0.25rem solid #9c0735;border-bottom:0.25rem solid #9c0735;display:block; }
#shbt1wvnPyniSWWlNclNR8szHAiN9z1k { box-sizing:content-box;height:4.125rem;width:4.125rem;position:absolute;display:block;z-index:15003;background-color:transparent;background-image:none;top:0rem;left:13.125rem;border-top:0.25rem solid #9c0735;border-left:0.25rem solid #9c0735;border-right:0.25rem solid #9c0735;border-bottom:0.25rem solid #9c0735;display:block; }
#HURnJie6mpfn8Xz96AVW8wIKtVyWbL3f { box-sizing:content-box;height:4.125rem;width:4.125rem;position:absolute;display:block;z-index:15002;background-color:transparent;background-image:none;top:0rem;left:8.75rem;border-top:0.25rem solid #9c0735;border-left:0.25rem solid #9c0735;border-right:0.25rem solid #9c0735;border-bottom:0.25rem solid #9c0735;display:block; }
#GaOgZJRrVPHOwyagyIKSI8W5yX5mtlft { box-sizing:content-box;height:4.125rem;width:4.125rem;position:absolute;display:block;z-index:15007;background-color:transparent;background-image:none;top:0rem;left:30.625rem;border-top:0.25rem solid #9c0735;border-left:0.25rem solid #9c0735;border-right:0.25rem solid #9c0735;border-bottom:0.25rem solid #9c0735;display:block; }
#wHGKE9eKWzT0u5TKqdRTuG0hEzMKNhXU { box-sizing:content-box;height:4.125rem;width:4.125rem;position:absolute;display:block;z-index:15006;background-color:transparent;background-image:none;top:0rem;left:26.25rem;border-top:0.25rem solid #9c0735;border-left:0.25rem solid #9c0735;border-right:0.25rem solid #9c0735;border-bottom:0.25rem solid #9c0735;display:block; }
#ObqTs6nSEHeDEXMfDbxVD26WF61xiGl9 { box-sizing:content-box;height:4.125rem;width:4.125rem;position:absolute;display:block;z-index:15005;background-color:transparent;background-image:none;top:0rem;left:21.875rem;border-top:0.25rem solid #9c0735;border-left:0.25rem solid #9c0735;border-right:0.25rem solid #9c0735;border-bottom:0.25rem solid #9c0735;display:block; }
#Dv2u37iP5anxNPPLO1VAr2Tq81MfwBek { box-sizing:content-box;height:4.125rem;width:4.125rem;position:absolute;display:block;z-index:15004;background-color:transparent;background-image:none;top:0rem;left:17.5rem;border-top:0.25rem solid #9c0735;border-left:0.25rem solid #9c0735;border-right:0.25rem solid #9c0735;border-bottom:0.25rem solid #9c0735;display:block; }
#IkIThTZlLQAro5QoySBLg2zq1Vt1CzCC { box-sizing:content-box;height:4.125rem;width:4.125rem;position:absolute;display:block;z-index:15015;background-color:transparent;background-image:none;top:0rem;left:65.625rem;border-top:0.25rem solid #9c0735;border-left:0.25rem solid #9c0735;border-right:0.25rem solid #9c0735;border-bottom:0.25rem solid #9c0735;display:block; }
#SL4mIVKQu8oSSTf89FEfIne2f3IDWs4K { box-sizing:content-box;height:4.125rem;width:4.125rem;position:absolute;display:block;z-index:15014;background-color:transparent;background-image:none;top:0rem;left:61.25rem;border-top:0.25rem solid #9c0735;border-left:0.25rem solid #9c0735;border-right:0.25rem solid #9c0735;border-bottom:0.25rem solid #9c0735;display:block; }
#eInSmbD8Q6fpLdoNF5ytmlNmFbzwo6cH { box-sizing:content-box;height:4.125rem;width:4.125rem;position:absolute;display:block;z-index:15013;background-color:transparent;background-image:none;top:0rem;left:56.875rem;border-top:0.25rem solid #9c0735;border-left:0.25rem solid #9c0735;border-right:0.25rem solid #9c0735;border-bottom:0.25rem solid #9c0735;display:block; }
#STLxuvUvTVWKgHGspFR6MZDZz9Li6f3r { box-sizing:content-box;height:4.125rem;width:4.125rem;position:absolute;display:block;z-index:15012;background-color:transparent;background-image:none;top:0rem;left:52.5rem;border-top:0.25rem solid #9c0735;border-left:0.25rem solid #9c0735;border-right:0.25rem solid #9c0735;border-bottom:0.25rem solid #9c0735;display:block; }
#T9V2aDgdbf9iMZEw8WZV8GSUXO3BeJ6n { box-sizing:content-box;height:4.125rem;width:4.125rem;position:absolute;display:block;z-index:15011;background-color:transparent;background-image:none;top:0rem;left:48.125rem;border-top:0.25rem solid #9c0735;border-left:0.25rem solid #9c0735;border-right:0.25rem solid #9c0735;border-bottom:0.25rem solid #9c0735;display:block; }
#DKlWd3i2PGf4T5wwkoRMAHu8NfKlagh7 { box-sizing:content-box;height:4.125rem;width:4.125rem;position:absolute;display:block;z-index:15010;background-color:transparent;background-image:none;top:0rem;left:43.75rem;border-top:0.25rem solid #9c0735;border-left:0.25rem solid #9c0735;border-right:0.25rem solid #9c0735;border-bottom:0.25rem solid #9c0735;display:block; }
#LLT460AfZK47dII6Zm7aedfILiomqlz4 { box-sizing:content-box;height:4.125rem;width:4.125rem;position:absolute;display:block;z-index:15009;background-color:transparent;background-image:none;top:0rem;left:39.375rem;border-top:0.25rem solid #9c0735;border-left:0.25rem solid #9c0735;border-right:0.25rem solid #9c0735;border-bottom:0.25rem solid #9c0735;display:block; }
#DESD45KsK3XqwJC5Rqm1mf6y2WvCG2PT { box-sizing:content-box;height:4.125rem;width:4.125rem;position:absolute;display:block;z-index:15008;background-color:transparent;background-image:none;top:0rem;left:35rem;border-top:0.25rem solid #9c0735;border-left:0.25rem solid #9c0735;border-right:0.25rem solid #9c0735;border-bottom:0.25rem solid #9c0735;display:block; }
#v8nLCk7B1Si1UZxtTPDkRuNqqDlTEWDx { box-sizing:content-box;height:4.125rem;width:4.125rem;position:absolute;display:block;z-index:15016;background-color:transparent;background-image:none;top:0rem;left:70rem;border-top:0.25rem solid #9c0735;border-left:0.25rem solid #9c0735;border-right:0.25rem solid #9c0735;border-bottom:0.25rem solid #9c0735;display:block; }
#cwyVEgsChtgt4N6GG1RTVDTyF8HFMZ1O { box-sizing:content-box;height:4.125rem;width:4.125rem;position:absolute;display:block;z-index:15008;background-color:transparent;background-image:none;top:4.375rem;left:13.125rem;border-top:0.25rem solid #9c0735;border-left:0.25rem solid #9c0735;border-right:0.25rem solid #9c0735;border-bottom:0.25rem solid #9c0735;display:block; }
#rkZ9mtCsK0AAJyEUMOrxplRs7Egcn59T { box-sizing:content-box;height:4.125rem;width:4.125rem;position:absolute;display:block;z-index:15009;background-color:transparent;background-image:none;top:4.375rem;left:17.5rem;border-top:0.25rem solid #9c0735;border-left:0.25rem solid #9c0735;border-right:0.25rem solid #9c0735;border-bottom:0.25rem solid #9c0735;display:block; }
#AI9Pg8Bupmm7tKsdJdIep0gg7rgFCeME { box-sizing:content-box;height:4.125rem;width:4.125rem;position:absolute;display:block;z-index:15007;background-color:transparent;background-image:none;top:4.375rem;left:8.75rem;border-top:0.25rem solid #9c0735;border-left:0.25rem solid #9c0735;border-right:0.25rem solid #9c0735;border-bottom:0.25rem solid #9c0735;display:block; }
#x6kfHLmnTa47rDUQDTP4AEmFa8vT1hEx { box-sizing:content-box;height:4.125rem;width:4.125rem;position:absolute;display:block;z-index:15006;background-color:transparent;background-image:none;top:4.375rem;left:4.375rem;border-top:0.25rem solid #9c0735;border-left:0.25rem solid #9c0735;border-right:0.25rem solid #9c0735;border-bottom:0.25rem solid #9c0735;display:block; }
#HO84yhHBsIVckcW2n8IPOBlzw78A6shy { box-sizing:content-box;height:4.125rem;width:4.125rem;position:absolute;display:block;z-index:15005;background-color:transparent;background-image:none;top:4.375rem;left:0rem;border-top:0.25rem solid #9c0735;border-left:0.25rem solid #9c0735;border-right:0.25rem solid #9c0735;border-bottom:0.25rem solid #9c0735;display:block; }
#f5VnTscT7J2oMEk0PsgneM6DiVHnnPTt { box-sizing:content-box;height:4.125rem;width:4.125rem;position:absolute;display:block;z-index:15013;background-color:transparent;background-image:none;top:8.75rem;left:13.125rem;border-top:0.25rem solid #9c0735;border-left:0.25rem solid #9c0735;border-right:0.25rem solid #9c0735;border-bottom:0.25rem solid #9c0735;display:block; }
#sk3VqttH2O8XITlXVhmlZdslIzV3zyJU { box-sizing:content-box;height:4.125rem;width:4.125rem;position:absolute;display:block;z-index:15014;background-color:transparent;background-image:none;top:8.75rem;left:17.5rem;border-top:0.25rem solid #9c0735;border-left:0.25rem solid #9c0735;border-right:0.25rem solid #9c0735;border-bottom:0.25rem solid #9c0735;display:block; }
#ud3ALIktCqyHsxwsWw41vqPhx3ipyNuZ { box-sizing:content-box;height:4.125rem;width:4.125rem;position:absolute;display:block;z-index:15012;background-color:transparent;background-image:none;top:8.75rem;left:8.75rem;border-top:0.25rem solid #9c0735;border-left:0.25rem solid #9c0735;border-right:0.25rem solid #9c0735;border-bottom:0.25rem solid #9c0735;display:block; }
#drc0ZqtikB4TVSxoKCtqA8cG9Vm1T4q2 { box-sizing:content-box;height:4.125rem;width:4.125rem;position:absolute;display:block;z-index:15018;background-color:transparent;background-image:none;top:13.125rem;left:13.125rem;border-top:0.25rem solid #9c0735;border-left:0.25rem solid #9c0735;border-right:0.25rem solid #9c0735;border-bottom:0.25rem solid #9c0735;display:block; }
#uknnWoIovvkAwkrHZFd4inVpftwfHWZd { box-sizing:content-box;height:4.125rem;width:4.125rem;position:absolute;display:block;z-index:15019;background-color:transparent;background-image:none;top:13.125rem;left:17.5rem;border-top:0.25rem solid #9c0735;border-left:0.25rem solid #9c0735;border-right:0.25rem solid #9c0735;border-bottom:0.25rem solid #9c0735;display:block; }
#MkA4seCzT18kIH2RHErrwqQUDyazkbee { box-sizing:content-box;height:4.125rem;width:4.125rem;position:absolute;display:block;z-index:15017;background-color:transparent;background-image:none;top:13.125rem;left:8.75rem;border-top:0.25rem solid #9c0735;border-left:0.25rem solid #9c0735;border-right:0.25rem solid #9c0735;border-bottom:0.25rem solid #9c0735;display:block; }
#s54u8sNAZ4pFRnGxS7mqBZgZ1GWTbO60 { box-sizing:content-box;height:4.125rem;width:4.125rem;position:absolute;display:block;z-index:15011;background-color:transparent;background-image:none;top:8.75rem;left:4.375rem;border-top:0.25rem solid #9c0735;border-left:0.25rem solid #9c0735;border-right:0.25rem solid #9c0735;border-bottom:0.25rem solid #9c0735;display:block; }
#JTgNgdODprHg60lmpxMZ8rGrVdp39Zqa { box-sizing:content-box;height:4.125rem;width:4.125rem;position:absolute;display:block;z-index:15016;background-color:transparent;background-image:none;top:13.125rem;left:4.375rem;border-top:0.25rem solid #9c0735;border-left:0.25rem solid #9c0735;border-right:0.25rem solid #9c0735;border-bottom:0.25rem solid #9c0735;display:block; }
#SVJWORRHmMLVNhm4WF16m4ZwVqJQIbym { box-sizing:content-box;height:4.125rem;width:4.125rem;position:absolute;display:block;z-index:15010;background-color:transparent;background-image:none;top:8.75rem;left:0rem;border-top:0.25rem solid #9c0735;border-left:0.25rem solid #9c0735;border-right:0.25rem solid #9c0735;border-bottom:0.25rem solid #9c0735;display:block; }
#SfhHWvOqySoaX7Xqm7TmuTkWMAxPuBhf { box-sizing:content-box;height:4.125rem;width:4.125rem;position:absolute;display:block;z-index:15015;background-color:transparent;background-image:none;top:13.125rem;left:0rem;border-top:0.25rem solid #9c0735;border-left:0.25rem solid #9c0735;border-right:0.25rem solid #9c0735;border-bottom:0.25rem solid #9c0735;display:block; }
#gGt8mB6bNH12tQlK6v6vxsVufnOUtt8o { box-sizing:content-box;height:4.125rem;width:4.125rem;position:absolute;display:block;z-index:15023;background-color:transparent;background-image:none;top:17.5rem;left:13.125rem;border-top:0.25rem solid #9c0735;border-left:0.25rem solid #9c0735;border-right:0.25rem solid #9c0735;border-bottom:0.25rem solid #9c0735;display:block; }
#pUTQfJaQciOHg855o2S525Coolslrcgz { box-sizing:content-box;height:4.125rem;width:4.125rem;position:absolute;display:block;z-index:15024;background-color:transparent;background-image:none;top:17.5rem;left:17.5rem;border-top:0.25rem solid #9c0735;border-left:0.25rem solid #9c0735;border-right:0.25rem solid #9c0735;border-bottom:0.25rem solid #9c0735;display:block; }
#Ne7GGLJQVMOnD5FrogIE6vGIkUUzr2yZ { box-sizing:content-box;height:4.125rem;width:4.125rem;position:absolute;display:block;z-index:15022;background-color:transparent;background-image:none;top:17.5rem;left:8.75rem;border-top:0.25rem solid #9c0735;border-left:0.25rem solid #9c0735;border-right:0.25rem solid #9c0735;border-bottom:0.25rem solid #9c0735;display:block; }
#NHTNTmNXNqHRtkvixmPguzfxrlJ0kfTb { box-sizing:content-box;height:4.125rem;width:4.125rem;position:absolute;display:block;z-index:15028;background-color:transparent;background-image:none;top:21.875rem;left:13.125rem;border-top:0.25rem solid #9c0735;border-left:0.25rem solid #9c0735;border-right:0.25rem solid #9c0735;border-bottom:0.25rem solid #9c0735;display:block; }
#TTBye12Ho5QCLQgkpaDcebDUk6RoNmwz { box-sizing:content-box;height:4.125rem;width:4.125rem;position:absolute;display:block;z-index:15029;background-color:transparent;background-image:none;top:21.875rem;left:17.5rem;border-top:0.25rem solid #9c0735;border-left:0.25rem solid #9c0735;border-right:0.25rem solid #9c0735;border-bottom:0.25rem solid #9c0735;display:block; }
#nKcD4x4T6VRPEsGT63Q8qNoOLGOx2hcI { box-sizing:content-box;height:4.125rem;width:4.125rem;position:absolute;display:block;z-index:15027;background-color:transparent;background-image:none;top:21.875rem;left:8.75rem;border-top:0.25rem solid #9c0735;border-left:0.25rem solid #9c0735;border-right:0.25rem solid #9c0735;border-bottom:0.25rem solid #9c0735;display:block; }
#WTFrBsLER2UPdRORFl2612SxpeGFq3bW { box-sizing:content-box;height:4.125rem;width:4.125rem;position:absolute;display:block;z-index:15021;background-color:transparent;background-image:none;top:17.5rem;left:4.375rem;border-top:0.25rem solid #9c0735;border-left:0.25rem solid #9c0735;border-right:0.25rem solid #9c0735;border-bottom:0.25rem solid #9c0735;display:block; }
#UXry0Pfl6t7fClFt6syOLaZCFhby4Q4C { box-sizing:content-box;height:4.125rem;width:4.125rem;position:absolute;display:block;z-index:15026;background-color:transparent;background-image:none;top:21.875rem;left:4.375rem;border-top:0.25rem solid #9c0735;border-left:0.25rem solid #9c0735;border-right:0.25rem solid #9c0735;border-bottom:0.25rem solid #9c0735;display:block; }
#b9aZuEVgTHXdtsFbTqmyk2zA9ewzEuG5 { box-sizing:content-box;height:4.125rem;width:4.125rem;position:absolute;display:block;z-index:15020;background-color:transparent;background-image:none;top:17.5rem;left:0rem;border-top:0.25rem solid #9c0735;border-left:0.25rem solid #9c0735;border-right:0.25rem solid #9c0735;border-bottom:0.25rem solid #9c0735;display:block; }
#PNccUt1mb9fuCeh0yfKD8Tio9ee8gfSW { box-sizing:content-box;height:4.125rem;width:4.125rem;position:absolute;display:block;z-index:15025;background-color:transparent;background-image:none;top:21.875rem;left:0rem;border-top:0.25rem solid #9c0735;border-left:0.25rem solid #9c0735;border-right:0.25rem solid #9c0735;border-bottom:0.25rem solid #9c0735;display:block; }
#gguPBCfmau85zXRKtSTSlVUqfM9yxLzo { box-sizing:content-box;height:4.125rem;width:4.125rem;position:absolute;display:block;z-index:15034;background-color:transparent;background-image:none;top:26.25rem;left:17.5rem;border-top:0.25rem solid #9c0735;border-left:0.25rem solid #9c0735;border-right:0.25rem solid #9c0735;border-bottom:0.25rem solid #9c0735;display:block; }
#EZAh4k5L5kSeiDhsGSKA7PFCrMPZqpWn { box-sizing:content-box;height:4.125rem;width:4.125rem;position:absolute;display:block;z-index:15033;background-color:transparent;background-image:none;top:26.25rem;left:13.125rem;border-top:0.25rem solid #9c0735;border-left:0.25rem solid #9c0735;border-right:0.25rem solid #9c0735;border-bottom:0.25rem solid #9c0735;display:block; }
#RUiHa5p9RR0HXfof5evhUaB7i17wf99D { box-sizing:content-box;height:4.125rem;width:4.125rem;position:absolute;display:block;z-index:15032;background-color:transparent;background-image:none;top:26.25rem;left:8.75rem;border-top:0.25rem solid #9c0735;border-left:0.25rem solid #9c0735;border-right:0.25rem solid #9c0735;border-bottom:0.25rem solid #9c0735;display:block; }
#UQP35Bzq6WPyaDOBgUHiJxp20Df5Rxb8 { box-sizing:content-box;height:4.125rem;width:4.125rem;position:absolute;display:block;z-index:15038;background-color:transparent;background-image:none;top:30.625rem;left:13.125rem;border-top:0.25rem solid #9c0735;border-left:0.25rem solid #9c0735;border-right:0.25rem solid #9c0735;border-bottom:0.25rem solid #9c0735;display:block; }
#VyWkak4TqyMT6OXwLfd9O9opNZT9g7Qp { box-sizing:content-box;height:4.125rem;width:4.125rem;position:absolute;display:block;z-index:15039;background-color:transparent;background-image:none;top:30.625rem;left:17.5rem;border-top:0.25rem solid #9c0735;border-left:0.25rem solid #9c0735;border-right:0.25rem solid #9c0735;border-bottom:0.25rem solid #9c0735;display:block; }
#SH3fuyHDN98DzVvfPrzVKgiW4lcNiA1i { box-sizing:content-box;height:4.125rem;width:4.125rem;position:absolute;display:block;z-index:15037;background-color:transparent;background-image:none;top:30.625rem;left:8.75rem;border-top:0.25rem solid #9c0735;border-left:0.25rem solid #9c0735;border-right:0.25rem solid #9c0735;border-bottom:0.25rem solid #9c0735;display:block; }
#v5MisCP9wtfc6KX6AJtLQ6DfSbHuGecR { box-sizing:content-box;height:4.125rem;width:4.125rem;position:absolute;display:block;z-index:15031;background-color:transparent;background-image:none;top:26.25rem;left:4.375rem;border-top:0.25rem solid #9c0735;border-left:0.25rem solid #9c0735;border-right:0.25rem solid #9c0735;border-bottom:0.25rem solid #9c0735;display:block; }
#N5B1zPbqMIiWXHgfdssOapJiHrwmldR2 { box-sizing:content-box;height:4.125rem;width:4.125rem;position:absolute;display:block;z-index:15036;background-color:transparent;background-image:none;top:30.625rem;left:4.375rem;border-top:0.25rem solid #9c0735;border-left:0.25rem solid #9c0735;border-right:0.25rem solid #9c0735;border-bottom:0.25rem solid #9c0735;display:block; }
#ebZvANLX3GNaxoJHBCKBhVNpHrnN9qJa { box-sizing:content-box;height:4.125rem;width:4.125rem;position:absolute;display:block;z-index:15030;background-color:transparent;background-image:none;top:26.25rem;left:0rem;border-top:0.25rem solid #9c0735;border-left:0.25rem solid #9c0735;border-right:0.25rem solid #9c0735;border-bottom:0.25rem solid #9c0735;display:block; }
#oNaSNq0qLbhbUtDhv3yfW8txTz4L2qxq { box-sizing:content-box;height:4.125rem;width:4.125rem;position:absolute;display:block;z-index:15035;background-color:transparent;background-image:none;top:30.625rem;left:0rem;border-top:0.25rem solid #9c0735;border-left:0.25rem solid #9c0735;border-right:0.25rem solid #9c0735;border-bottom:0.25rem solid #9c0735;display:block; }
#JhPTKFwVdyFMvrGQ371d7gyFtVKQA227 { box-sizing:content-box;height:4.125rem;width:4.125rem;position:absolute;display:block;z-index:15044;background-color:transparent;background-image:none;top:35rem;left:17.5rem;border-top:0.25rem solid #9c0735;border-left:0.25rem solid #9c0735;border-right:0.25rem solid #9c0735;border-bottom:0.25rem solid #9c0735;display:block; }
#bOWGgxdS6nNqGawlCOdTR2TvOn6M1RRb { box-sizing:content-box;height:4.125rem;width:4.125rem;position:absolute;display:block;z-index:15043;background-color:transparent;background-image:none;top:35rem;left:13.125rem;border-top:0.25rem solid #9c0735;border-left:0.25rem solid #9c0735;border-right:0.25rem solid #9c0735;border-bottom:0.25rem solid #9c0735;display:block; }
#h81SFsut7d24Af5qCOVExlQsWVWAPT48 { box-sizing:content-box;height:4.125rem;width:4.125rem;position:absolute;display:block;z-index:15042;background-color:transparent;background-image:none;top:35rem;left:8.75rem;border-top:0.25rem solid #9c0735;border-left:0.25rem solid #9c0735;border-right:0.25rem solid #9c0735;border-bottom:0.25rem solid #9c0735;display:block; }
#vr7VDF7wf1SS4qH0BFT1AWlZTyyXT9eO { box-sizing:content-box;height:4.125rem;width:4.125rem;position:absolute;display:block;z-index:15041;background-color:transparent;background-image:none;top:35rem;left:4.375rem;border-top:0.25rem solid #9c0735;border-left:0.25rem solid #9c0735;border-right:0.25rem solid #9c0735;border-bottom:0.25rem solid #9c0735;display:block; }
#UT3lwybQZkLUJ9zB5yShUPoCdPnRbXR3 { box-sizing:content-box;height:4.125rem;width:4.125rem;position:absolute;display:block;z-index:15040;background-color:transparent;background-image:none;top:35rem;left:0rem;border-top:0.25rem solid #9c0735;border-left:0.25rem solid #9c0735;border-right:0.25rem solid #9c0735;border-bottom:0.25rem solid #9c0735;display:block; }
#IeDkS3e8R5ryerF0UmLP7vTmdM6B4nze { box-sizing:content-box;height:4.125rem;width:4.125rem;position:absolute;display:block;z-index:15027;background-color:transparent;background-image:none;top:35rem;left:65.625rem;border-top:0.25rem solid #9c0735;border-left:0.25rem solid #9c0735;border-right:0.25rem solid #9c0735;border-bottom:0.25rem solid #9c0735;display:block; }
#P1K4D4KUXqQfpBwVaHdMeAB185IN46Vs { box-sizing:content-box;height:4.125rem;width:4.125rem;position:absolute;display:block;z-index:15026;background-color:transparent;background-image:none;top:35rem;left:61.25rem;border-top:0.25rem solid #9c0735;border-left:0.25rem solid #9c0735;border-right:0.25rem solid #9c0735;border-bottom:0.25rem solid #9c0735;display:block; }
#rcbvL4xErov02yuA6N04E98ZSpFP4mKq { box-sizing:content-box;height:4.125rem;width:4.125rem;position:absolute;display:block;z-index:15025;background-color:transparent;background-image:none;top:35rem;left:56.875rem;border-top:0.25rem solid #9c0735;border-left:0.25rem solid #9c0735;border-right:0.25rem solid #9c0735;border-bottom:0.25rem solid #9c0735;display:block; }
#rzxzEsH5w4hG6NB567VfHmJf9rNO971f { box-sizing:content-box;height:4.125rem;width:4.125rem;position:absolute;display:block;z-index:15024;background-color:transparent;background-image:none;top:35rem;left:52.5rem;border-top:0.25rem solid #9c0735;border-left:0.25rem solid #9c0735;border-right:0.25rem solid #9c0735;border-bottom:0.25rem solid #9c0735;display:block; }
#h0W27LhkOx0uLkmdmZ9igUwpVsUxmxLI { box-sizing:content-box;height:4.125rem;width:4.125rem;position:absolute;display:block;z-index:15023;background-color:transparent;background-image:none;top:35rem;left:48.125rem;border-top:0.25rem solid #9c0735;border-left:0.25rem solid #9c0735;border-right:0.25rem solid #9c0735;border-bottom:0.25rem solid #9c0735;display:block; }
#mhExCc0dtPc42mpCrIQVIuiHIOGH3bsz { box-sizing:content-box;height:4.125rem;width:4.125rem;position:absolute;display:block;z-index:15022;background-color:transparent;background-image:none;top:35rem;left:43.75rem;border-top:0.25rem solid #9c0735;border-left:0.25rem solid #9c0735;border-right:0.25rem solid #9c0735;border-bottom:0.25rem solid #9c0735;display:block; }
#nVOGaFNIppcegPdOVZoGnb2yDznqFBFg { box-sizing:content-box;height:4.125rem;width:4.125rem;position:absolute;display:block;z-index:15021;background-color:transparent;background-image:none;top:35rem;left:39.375rem;border-top:0.25rem solid #9c0735;border-left:0.25rem solid #9c0735;border-right:0.25rem solid #9c0735;border-bottom:0.25rem solid #9c0735;display:block; }
#RTI8fbt1oJMQSt7L8Tf27OT9w6h2McgT { box-sizing:content-box;height:4.125rem;width:4.125rem;position:absolute;display:block;z-index:15020;background-color:transparent;background-image:none;top:35rem;left:35rem;border-top:0.25rem solid #9c0735;border-left:0.25rem solid #9c0735;border-right:0.25rem solid #9c0735;border-bottom:0.25rem solid #9c0735;display:block; }
#pWqMreHsuomz8DE5K54CGLvqOeq4l6kG { box-sizing:content-box;height:4.125rem;width:4.125rem;position:absolute;display:block;z-index:15019;background-color:transparent;background-image:none;top:35rem;left:30.625rem;border-top:0.25rem solid #9c0735;border-left:0.25rem solid #9c0735;border-right:0.25rem solid #9c0735;border-bottom:0.25rem solid #9c0735;display:block; }
#cSbvW8UGqQdHIcCL9zds9NFsWXUN9bed { box-sizing:content-box;height:4.125rem;width:4.125rem;position:absolute;display:block;z-index:15018;background-color:transparent;background-image:none;top:35rem;left:26.25rem;border-top:0.25rem solid #9c0735;border-left:0.25rem solid #9c0735;border-right:0.25rem solid #9c0735;border-bottom:0.25rem solid #9c0735;display:block; }
#TFWcbJfquPVPcDMgvombXxMyc62iOTi1 { box-sizing:content-box;height:4.125rem;width:4.125rem;position:absolute;display:block;z-index:15017;background-color:transparent;background-image:none;top:35rem;left:21.875rem;border-top:0.25rem solid #9c0735;border-left:0.25rem solid #9c0735;border-right:0.25rem solid #9c0735;border-bottom:0.25rem solid #9c0735;display:block; }
#nOxMlWhLCTfveC5R9tCQ5z8k3o7rtQw0 { box-sizing:content-box;height:4.125rem;width:4.125rem;position:absolute;display:block;z-index:15023;background-color:transparent;background-image:none;top:4.375rem;left:70rem;border-top:0.25rem solid #9c0735;border-left:0.25rem solid #9c0735;border-right:0.25rem solid #9c0735;border-bottom:0.25rem solid #9c0735;display:block; }
#DK6XJr2wsWHN0U02hFdl4gTMSxEEhOE8 { box-sizing:content-box;height:4.125rem;width:4.125rem;position:absolute;display:block;z-index:15028;background-color:transparent;background-image:none;top:8.75rem;left:70rem;border-top:0.25rem solid #9c0735;border-left:0.25rem solid #9c0735;border-right:0.25rem solid #9c0735;border-bottom:0.25rem solid #9c0735;display:block; }
#oJ2TSdmUHogcMkktJ59v3C8RgGbmziom { box-sizing:content-box;height:4.125rem;width:4.125rem;position:absolute;display:block;z-index:15033;background-color:transparent;background-image:none;top:13.125rem;left:70rem;border-top:0.25rem solid #9c0735;border-left:0.25rem solid #9c0735;border-right:0.25rem solid #9c0735;border-bottom:0.25rem solid #9c0735;display:block; }
#lsU624JMhJptrhyDnzwCpARprF0EQ4Ob { box-sizing:content-box;height:4.125rem;width:4.125rem;position:absolute;display:block;z-index:15038;background-color:transparent;background-image:none;top:17.5rem;left:70rem;border-top:0.25rem solid #9c0735;border-left:0.25rem solid #9c0735;border-right:0.25rem solid #9c0735;border-bottom:0.25rem solid #9c0735;display:block; }
#LbElvemJS9Q25b4OaRMBm14IZfBkWLoU { box-sizing:content-box;height:4.125rem;width:4.125rem;position:absolute;display:block;z-index:15043;background-color:transparent;background-image:none;top:21.875rem;left:70rem;border-top:0.25rem solid #9c0735;border-left:0.25rem solid #9c0735;border-right:0.25rem solid #9c0735;border-bottom:0.25rem solid #9c0735;display:block; }
#MGeyST19XabNVRN1fFsI280daxQn87od { box-sizing:content-box;height:4.125rem;width:4.125rem;position:absolute;display:block;z-index:15048;background-color:transparent;background-image:none;top:26.25rem;left:70rem;border-top:0.25rem solid #9c0735;border-left:0.25rem solid #9c0735;border-right:0.25rem solid #9c0735;border-bottom:0.25rem solid #9c0735;display:block; }
#mF8NAVp1kdhPEpRKp6TEaiPO6KtPycbp { box-sizing:content-box;height:4.125rem;width:4.125rem;position:absolute;display:block;z-index:15053;background-color:transparent;background-image:none;top:30.625rem;left:70rem;border-top:0.25rem solid #9c0735;border-left:0.25rem solid #9c0735;border-right:0.25rem solid #9c0735;border-bottom:0.25rem solid #9c0735;display:block; }
#w0uG51sfT8BTHoaRZNSg4xS87SFdWP0d { box-sizing:content-box;height:4.125rem;width:4.125rem;position:absolute;display:block;z-index:15058;background-color:transparent;background-image:none;top:35rem;left:70rem;border-top:0.25rem solid #9c0735;border-left:0.25rem solid #9c0735;border-right:0.25rem solid #9c0735;border-bottom:0.25rem solid #9c0735;display:block; }
#F4Z88mMBN4QbyWoZDB7HJEVzZt3OW2P8 { position:absolute;display:block;z-index:15064;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.4375rem;width:12.5625rem;top:8.6875rem;left:26.25rem;overflow:hidden;display:block; }
#tAAvZ8Je8x7n0x8JHws6AJQu65r1xK30 { color:#30966e;display:block;width:5.625rem;position:absolute;font-family:outfit;font-size:1.0625rem;font-weight:normal;z-index:15065;line-height:1.3;letter-spacing:0;top:8.48828125rem;left:40.9375rem;height:2.76278125rem;display:block; }
#vcHDLuH78RoKDeUikbAHusfqSZ5ZzKmD { color:#9c0735;display:block;width:39.4375rem;position:absolute;font-family:outfit;font-size:1.0625rem;font-weight:normal;z-index:15066;line-height:1.3;letter-spacing:0;top:13.1875rem;left:26.25rem;height:17.9580875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#w2IB2UimwtwMXZWl3Ks4Ai6sO4xCBt6c { box-sizing:content-box;height:4.125rem;width:4.125rem;position:absolute;display:block;z-index:15008;background-color:transparent;background-image:none;top:39.625rem;left:61.25rem;border-top:0;border-left:0.25rem solid #9c0735;border-right:0.25rem solid #9c0735;border-bottom:0.25rem solid #9c0735;display:block; }
#yEtis08Feebqv05BPNUseT4bUb9XlL7C { box-sizing:content-box;height:4.125rem;width:4.125rem;position:absolute;display:block;z-index:15009;background-color:transparent;background-image:none;top:39.625rem;left:65.625rem;border-top:0;border-left:0.25rem solid #9c0735;border-right:0.25rem solid #9c0735;border-bottom:0.25rem solid #9c0735;display:block; }
#PwSzrsJSJ6xHTMFmTyvIgnq1T40RJF28 { box-sizing:content-box;height:4.125rem;width:4.125rem;position:absolute;display:block;z-index:15007;background-color:transparent;background-image:none;top:39.625rem;left:56.875rem;border-top:0;border-left:0.25rem solid #9c0735;border-right:0.25rem solid #9c0735;border-bottom:0.25rem solid #9c0735;display:block; }
#pPS7ZJPCbsGIgs7Mg3xuTQLzd9ZpqTuV { box-sizing:content-box;height:4.125rem;width:4.125rem;position:absolute;display:block;z-index:15006;background-color:transparent;background-image:none;top:39.625rem;left:52.5rem;border-top:0;border-left:0.25rem solid #9c0735;border-right:0.25rem solid #9c0735;border-bottom:0.25rem solid #9c0735;display:block; }
#SvW2LGA5m2gP9thaNRJu3R1t9KPelGox { box-sizing:content-box;height:4.125rem;width:4.125rem;position:absolute;display:block;z-index:15023;background-color:transparent;background-image:none;top:39.625rem;left:70rem;border-top:0;border-left:0.25rem solid #9c0735;border-right:0.25rem solid #9c0735;border-bottom:0.25rem solid #9c0735;display:block; }
#JRxNz9eoG6UgovuQDqsak6wRcpI0eoPQ { box-sizing:content-box;height:4.125rem;width:4.125rem;position:absolute;display:block;z-index:15005;background-color:transparent;background-image:none;top:39.625rem;left:0rem;border-top:0;border-left:0.25rem solid #9c0735;border-right:0.25rem solid #9c0735;border-bottom:0.25rem solid #9c0735;display:block; }
#PWNJFLZ1pD8gyutCFGGg5ZFSboIADVlt { box-sizing:content-box;height:4.125rem;width:4.125rem;position:absolute;display:block;z-index:15033;background-color:transparent;background-image:none;top:26.25rem;left:13.125rem;border-top:0.25rem solid #9c0735;border-left:0.25rem solid #9c0735;border-right:0.25rem solid #9c0735;border-bottom:0.25rem solid #9c0735;display:none; }
#GhdLeEwDGe3Du0iyIQfSHD8vbKXcGIMc { box-sizing:content-box;height:4.125rem;width:4.125rem;position:absolute;display:block;z-index:15033;background-color:transparent;background-image:none;top:26.25rem;left:13.125rem;border-top:0.25rem solid #9c0735;border-left:0.25rem solid #9c0735;border-right:0.25rem solid #9c0735;border-bottom:0.25rem solid #9c0735;display:none; }
#gCXHPsA2rcfEIzduNTAsR9LOtywSuC1o { box-sizing:content-box;height:4.125rem;width:4.125rem;position:absolute;display:block;z-index:15033;background-color:transparent;background-image:none;top:26.25rem;left:13.125rem;border-top:0.25rem solid #9c0735;border-left:0.25rem solid #9c0735;border-right:0.25rem solid #9c0735;border-bottom:0.25rem solid #9c0735;display:none; }
#Lr1QNr1FoFHtERViIMlHr3ktX0aq20So { box-sizing:content-box;height:4.125rem;width:4.125rem;position:absolute;display:block;z-index:15033;background-color:transparent;background-image:none;top:26.25rem;left:13.125rem;border-top:0.25rem solid #9c0735;border-left:0.25rem solid #9c0735;border-right:0.25rem solid #9c0735;border-bottom:0.25rem solid #9c0735;display:none; }
#La00aMSRaPrIiALzUWAUR2c7ngbGzDzT { box-sizing:content-box;height:4.125rem;width:4.125rem;position:absolute;display:block;z-index:15033;background-color:transparent;background-image:none;top:26.25rem;left:13.125rem;border-top:0.25rem solid #9c0735;border-left:0.25rem solid #9c0735;border-right:0.25rem solid #9c0735;border-bottom:0.25rem solid #9c0735;display:none; }
#BuJc7PZcqQTo4OeGnmF3B4Wb1Iga4auS { box-sizing:content-box;height:4.125rem;width:4.125rem;position:absolute;display:block;z-index:15033;background-color:transparent;background-image:none;top:26.25rem;left:13.125rem;border-top:0.25rem solid #9c0735;border-left:0.25rem solid #9c0735;border-right:0.25rem solid #9c0735;border-bottom:0.25rem solid #9c0735;display:none; }
#dl7hINsui8VXTknCSqgmn7w8TOTqMcyR { box-sizing:content-box;height:4.125rem;width:4.125rem;position:absolute;display:block;z-index:15033;background-color:transparent;background-image:none;top:26.25rem;left:13.125rem;border-top:0.25rem solid #9c0735;border-left:0.25rem solid #9c0735;border-right:0.25rem solid #9c0735;border-bottom:0.25rem solid #9c0735;display:none; }
#sImsqTxgcS5ke8PxXZQSklWudrLfVKZe { box-sizing:content-box;height:4.125rem;width:4.125rem;position:absolute;display:block;z-index:15033;background-color:transparent;background-image:none;top:26.25rem;left:13.125rem;border-top:0.25rem solid #9c0735;border-left:0.25rem solid #9c0735;border-right:0.25rem solid #9c0735;border-bottom:0.25rem solid #9c0735;display:none; }
#bsSFzV2yRertQIV679PFFGAhi2UrZC7Z { box-sizing:content-box;height:4.125rem;width:4.125rem;position:absolute;display:block;z-index:15033;background-color:transparent;background-image:none;top:26.25rem;left:13.125rem;border-top:0.25rem solid #9c0735;border-left:0.25rem solid #9c0735;border-right:0.25rem solid #9c0735;border-bottom:0.25rem solid #9c0735;display:none; }
#quOoJhCrZkNtE33PQ6DXC4yBtxzXgiTp { box-sizing:content-box;height:4.125rem;width:4.125rem;position:absolute;display:block;z-index:15033;background-color:transparent;background-image:none;top:26.25rem;left:13.125rem;border-top:0.25rem solid #9c0735;border-left:0.25rem solid #9c0735;border-right:0.25rem solid #9c0735;border-bottom:0.25rem solid #9c0735;display:none; }
#dNHmcUOmRUWoCiHiU0KPZMWlZDPFdvcJ { box-sizing:content-box;height:4.125rem;width:4.125rem;position:absolute;display:block;z-index:15033;background-color:transparent;background-image:none;top:26.25rem;left:13.125rem;border-top:0.25rem solid #9c0735;border-left:0.25rem solid #9c0735;border-right:0.25rem solid #9c0735;border-bottom:0.25rem solid #9c0735;display:none; }
#hSqlSBPv849Tk9nAy8wlIUyW9GWaCKR5 { box-sizing:content-box;height:4.125rem;width:4.125rem;position:absolute;display:block;z-index:15033;background-color:transparent;background-image:none;top:26.25rem;left:13.125rem;border-top:0.25rem solid #9c0735;border-left:0.25rem solid #9c0735;border-right:0.25rem solid #9c0735;border-bottom:0.25rem solid #9c0735;display:none; }
#pTyvt8OAllyWfftLmDJN5JxsXxgUdIZM { box-sizing:content-box;height:4.125rem;width:4.125rem;position:absolute;display:block;z-index:15033;background-color:transparent;background-image:none;top:26.25rem;left:13.125rem;border-top:0.25rem solid #9c0735;border-left:0.25rem solid #9c0735;border-right:0.25rem solid #9c0735;border-bottom:0.25rem solid #9c0735;display:none; }
#Dasbf7zqtt2o6rtgyV7Jlwm7O4y1OIIA { box-sizing:content-box;height:4.125rem;width:4.125rem;position:absolute;display:block;z-index:15033;background-color:transparent;background-image:none;top:26.25rem;left:13.125rem;border-top:0.25rem solid #9c0735;border-left:0.25rem solid #9c0735;border-right:0.25rem solid #9c0735;border-bottom:0.25rem solid #9c0735;display:none; }
#JwGw4QrmC62frt6sP8VdDQP5O7VRrCy5 { box-sizing:content-box;height:4.125rem;width:4.125rem;position:absolute;display:block;z-index:15033;background-color:transparent;background-image:none;top:26.25rem;left:13.125rem;border-top:0.25rem solid #9c0735;border-left:0.25rem solid #9c0735;border-right:0.25rem solid #9c0735;border-bottom:0.25rem solid #9c0735;display:none; }
#VsEzPT10iuVknKrywFGrGkudw7AKG597 { box-sizing:content-box;height:4.125rem;width:4.125rem;position:absolute;display:block;z-index:15033;background-color:transparent;background-image:none;top:26.25rem;left:13.125rem;border-top:0.25rem solid #9c0735;border-left:0.25rem solid #9c0735;border-right:0.25rem solid #9c0735;border-bottom:0.25rem solid #9c0735;display:none; }
#MqbVN1WcSIGwAAB1xbLH40ndfKtcEFR1 { box-sizing:content-box;height:4.125rem;width:4.125rem;position:absolute;display:block;z-index:15033;background-color:transparent;background-image:none;top:26.25rem;left:13.125rem;border-top:0.25rem solid #9c0735;border-left:0.25rem solid #9c0735;border-right:0.25rem solid #9c0735;border-bottom:0.25rem solid #9c0735;display:none; }
#JXa8WkyeCfbFwaQDBBIAa45elD91hXGJ { box-sizing:content-box;height:4.125rem;width:4.125rem;position:absolute;display:block;z-index:15033;background-color:transparent;background-image:none;top:26.25rem;left:13.125rem;border-top:0.25rem solid #9c0735;border-left:0.25rem solid #9c0735;border-right:0.25rem solid #9c0735;border-bottom:0.25rem solid #9c0735;display:none; }
#GLch6dtDrewCWD2WCT9gP3fPFRclq6zI { box-sizing:content-box;height:4.125rem;width:4.125rem;position:absolute;display:block;z-index:15033;background-color:transparent;background-image:none;top:26.25rem;left:13.125rem;border-top:0.25rem solid #9c0735;border-left:0.25rem solid #9c0735;border-right:0.25rem solid #9c0735;border-bottom:0.25rem solid #9c0735;display:none; }
#lZNC5dWErPaMJUZdRPbONol6JP7m9ils { box-sizing:content-box;height:4.125rem;width:4.125rem;position:absolute;display:block;z-index:15033;background-color:transparent;background-image:none;top:26.25rem;left:13.125rem;border-top:0.25rem solid #9c0735;border-left:0.25rem solid #9c0735;border-right:0.25rem solid #9c0735;border-bottom:0.25rem solid #9c0735;display:none; }
#d45h70X9rsTPHDFOm3TT5N7IdAsTrL1p { box-sizing:content-box;height:4.125rem;width:4.125rem;position:absolute;display:block;z-index:15033;background-color:transparent;background-image:none;top:26.25rem;left:13.125rem;border-top:0.25rem solid #9c0735;border-left:0.25rem solid #9c0735;border-right:0.25rem solid #9c0735;border-bottom:0.25rem solid #9c0735;display:none; }
#f4PLiuqN570zfReBp5Hn1X6liMVCvc2r { box-sizing:content-box;height:4.125rem;width:4.125rem;position:absolute;display:block;z-index:15033;background-color:transparent;background-image:none;top:26.25rem;left:13.125rem;border-top:0.25rem solid #9c0735;border-left:0.25rem solid #9c0735;border-right:0.25rem solid #9c0735;border-bottom:0.25rem solid #9c0735;display:none; }
#wp0f68K73v8KNBTcxFPunF27aTcBEGVb { box-sizing:content-box;height:4.125rem;width:4.125rem;position:absolute;display:block;z-index:15033;background-color:transparent;background-image:none;top:26.25rem;left:13.125rem;border-top:0.25rem solid #9c0735;border-left:0.25rem solid #9c0735;border-right:0.25rem solid #9c0735;border-bottom:0.25rem solid #9c0735;display:none; }
#RNApxgByQstS0T2aeuSmB9x9MPspKquL { box-sizing:content-box;height:4.125rem;width:4.125rem;position:absolute;display:block;z-index:15033;background-color:transparent;background-image:none;top:26.25rem;left:13.125rem;border-top:0.25rem solid #9c0735;border-left:0.25rem solid #9c0735;border-right:0.25rem solid #9c0735;border-bottom:0.25rem solid #9c0735;display:none; }
#yZmlcog4kTTx1bwJmXsMDPXw4aFco0ZK { box-sizing:content-box;height:4.125rem;width:4.125rem;position:absolute;display:block;z-index:15033;background-color:transparent;background-image:none;top:26.25rem;left:13.125rem;border-top:0.25rem solid #9c0735;border-left:0.25rem solid #9c0735;border-right:0.25rem solid #9c0735;border-bottom:0.25rem solid #9c0735;display:none; }
#MMwuwL7yfCtf0y9sITXdfbu5nRHyWfWi { box-sizing:content-box;height:4.125rem;width:4.125rem;position:absolute;display:block;z-index:15033;background-color:transparent;background-image:none;top:26.25rem;left:13.125rem;border-top:0.25rem solid #9c0735;border-left:0.25rem solid #9c0735;border-right:0.25rem solid #9c0735;border-bottom:0.25rem solid #9c0735;display:none; }
#TJPmUbK6v106Hio2vKLAHH8mdLOGFCrs { box-sizing:content-box;height:4.125rem;width:4.125rem;position:absolute;display:block;z-index:15033;background-color:transparent;background-image:none;top:26.25rem;left:13.125rem;border-top:0.25rem solid #9c0735;border-left:0.25rem solid #9c0735;border-right:0.25rem solid #9c0735;border-bottom:0.25rem solid #9c0735;display:none; }
#zDuPhrr6WSLhqWc0ApgJmVdioyB4B5Mm { box-sizing:content-box;height:4.125rem;width:4.125rem;position:absolute;display:block;z-index:15033;background-color:transparent;background-image:none;top:26.25rem;left:13.125rem;border-top:0.25rem solid #9c0735;border-left:0.25rem solid #9c0735;border-right:0.25rem solid #9c0735;border-bottom:0.25rem solid #9c0735;display:none; }
#TaTmveBn8tZK9HCW9muFM6MTH2m95lc7 { box-sizing:content-box;height:4.125rem;width:4.125rem;position:absolute;display:block;z-index:15033;background-color:transparent;background-image:none;top:26.25rem;left:13.125rem;border-top:0.25rem solid #9c0735;border-left:0.25rem solid #9c0735;border-right:0.25rem solid #9c0735;border-bottom:0.25rem solid #9c0735;display:none; }
#FDHTR36mXT4xsfB0SbhlQcdaVA5EepgM { box-sizing:content-box;height:4.125rem;width:4.125rem;position:absolute;display:block;z-index:15033;background-color:transparent;background-image:none;top:26.25rem;left:13.125rem;border-top:0.25rem solid #9c0735;border-left:0.25rem solid #9c0735;border-right:0.25rem solid #9c0735;border-bottom:0.25rem solid #9c0735;display:none; }
#tWwlcp8Eg9tmgVBLJ3ppykb5BWvFMIGa { box-sizing:content-box;height:4.125rem;width:4.125rem;position:absolute;display:block;z-index:15033;background-color:transparent;background-image:none;top:26.25rem;left:13.125rem;border-top:0.25rem solid #9c0735;border-left:0.25rem solid #9c0735;border-right:0.25rem solid #9c0735;border-bottom:0.25rem solid #9c0735;display:none; }
#c4VAZmShMXgpXiJ23PdccQn94kFhZ8Uc { box-sizing:content-box;height:4.125rem;width:4.125rem;position:absolute;display:block;z-index:15033;background-color:transparent;background-image:none;top:26.25rem;left:13.125rem;border-top:0.25rem solid #9c0735;border-left:0.25rem solid #9c0735;border-right:0.25rem solid #9c0735;border-bottom:0.25rem solid #9c0735;display:none; }
#RDf1F9gseMzipfhVmlXrnVQMXw8GXuwn { box-sizing:content-box;height:4.125rem;width:4.125rem;position:absolute;display:block;z-index:15033;background-color:transparent;background-image:none;top:26.25rem;left:13.125rem;border-top:0.25rem solid #9c0735;border-left:0.25rem solid #9c0735;border-right:0.25rem solid #9c0735;border-bottom:0.25rem solid #9c0735;display:none; }
#kq2pdDJHIzh3srfBL41gbrFyD5HrXpiF { box-sizing:content-box;height:4.125rem;width:4.125rem;position:absolute;display:block;z-index:15033;background-color:transparent;background-image:none;top:26.25rem;left:13.125rem;border-top:0.25rem solid #9c0735;border-left:0.25rem solid #9c0735;border-right:0.25rem solid #9c0735;border-bottom:0.25rem solid #9c0735;display:none; }
#Tkr85WDcevkCPH8X2z81iJ8xZDuXg4of { z-index:;position:relative;display:block; }#Tkr85WDcevkCPH8X2z81iJ8xZDuXg4of { background-color: transparent; background-image: none; }#Tkr85WDcevkCPH8X2z81iJ8xZDuXg4of::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Tkr85WDcevkCPH8X2z81iJ8xZDuXg4of > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Tkr85WDcevkCPH8X2z81iJ8xZDuXg4of > .row .container > .video-iframe-container { display: none; }#Tkr85WDcevkCPH8X2z81iJ8xZDuXg4of > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Tkr85WDcevkCPH8X2z81iJ8xZDuXg4of > .row > .video-iframe-container { display: none; }#Tkr85WDcevkCPH8X2z81iJ8xZDuXg4of > .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); }#Tkr85WDcevkCPH8X2z81iJ8xZDuXg4of { border-width: 0; border-radius: 0; }#Tkr85WDcevkCPH8X2z81iJ8xZDuXg4of > .row .container { background-color:#fffbf6;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:26.1875rem;width:75rem;border-top:0;border-right:0;border-bottom:0;border-left:0;box-shadow: none;overflow:visible;position:relative;display:block; }#e5Efrmmz3kf3OPZBN4d6V1LgSVIu25WI { box-sizing:content-box;height:4.125rem;width:4.125rem;position:absolute;display:block;z-index:15013;background-color:transparent;background-image:none;top:4.0625rem;left:61.25rem;border-top:0.25rem solid #9c0735;border-left:0.25rem solid #9c0735;border-right:0.25rem solid #9c0735;border-bottom:0.25rem solid #9c0735;display:block; }
#ArnEdaS4cplSr0sKbuzJZ2FKfdBNoob2 { box-sizing:content-box;height:4.125rem;width:4.125rem;position:absolute;display:block;z-index:15014;background-color:transparent;background-image:none;top:4.0625rem;left:65.625rem;border-top:0.25rem solid #9c0735;border-left:0.25rem solid #9c0735;border-right:0.25rem solid #9c0735;border-bottom:0.25rem solid #9c0735;display:block; }
#pQSgzNNsHH2cD8aAswSP2Iriut1MTRqN { box-sizing:content-box;height:4.125rem;width:4.125rem;position:absolute;display:block;z-index:15012;background-color:transparent;background-image:none;top:4.0625rem;left:56.875rem;border-top:0.25rem solid #9c0735;border-left:0.25rem solid #9c0735;border-right:0.25rem solid #9c0735;border-bottom:0.25rem solid #9c0735;display:block; }
#s8b2TqLpzBgUWfsSWp6MXI8tZNdDlNTm { box-sizing:content-box;height:4.125rem;width:4.125rem;position:absolute;display:block;z-index:15018;background-color:transparent;background-image:none;top:8.4375rem;left:61.25rem;border-top:0.25rem solid #9c0735;border-left:0.25rem solid #9c0735;border-right:0.25rem solid #9c0735;border-bottom:0.25rem solid #9c0735;display:block; }
#RprFhLtUETeZCKKfgNW31bs1OLWFPcOc { box-sizing:content-box;height:4.125rem;width:4.125rem;position:absolute;display:block;z-index:15019;background-color:transparent;background-image:none;top:8.4375rem;left:65.625rem;border-top:0.25rem solid #9c0735;border-left:0.25rem solid #9c0735;border-right:0.25rem solid #9c0735;border-bottom:0.25rem solid #9c0735;display:block; }
#NIguvTgkstNdZnMqKSbuxUaOU8ZFNTde { box-sizing:content-box;height:4.125rem;width:4.125rem;position:absolute;display:block;z-index:15017;background-color:transparent;background-image:none;top:8.4375rem;left:56.875rem;border-top:0.25rem solid #9c0735;border-left:0.25rem solid #9c0735;border-right:0.25rem solid #9c0735;border-bottom:0.25rem solid #9c0735;display:block; }
#ogmTJrBnnd2ZlWWPHpQKrSemfheGtqD4 { box-sizing:content-box;height:4.125rem;width:4.125rem;position:absolute;display:block;z-index:15011;background-color:transparent;background-image:none;top:4.0625rem;left:52.5rem;border-top:0.25rem solid #9c0735;border-left:0.25rem solid #9c0735;border-right:0.25rem solid #9c0735;border-bottom:0.25rem solid #9c0735;display:block; }
#QGB4F1wL1aD8L3ZcgyTKbhit9xsZ7Wiu { box-sizing:content-box;height:4.125rem;width:4.125rem;position:absolute;display:block;z-index:15016;background-color:transparent;background-image:none;top:8.4375rem;left:52.5rem;border-top:0.25rem solid #9c0735;border-left:0.25rem solid #9c0735;border-right:0.25rem solid #9c0735;border-bottom:0.25rem solid #9c0735;display:block; }
#CKnD0H0Jf6Jo3u0cA8gcSMAD8MPUF9G5 { box-sizing:content-box;height:4.125rem;width:4.125rem;position:absolute;display:block;z-index:15010;background-color:transparent;background-image:none;top:4.0625rem;left:0rem;border-top:0.25rem solid #9c0735;border-left:0.25rem solid #9c0735;border-right:0.25rem solid #9c0735;border-bottom:0.25rem solid #9c0735;display:block; }
#IOv79FAhLAfE7D4Db603QLBJmMSHJOMS { box-sizing:content-box;height:4.125rem;width:4.125rem;position:absolute;display:block;z-index:15015;background-color:transparent;background-image:none;top:8.4375rem;left:0rem;border-top:0.25rem solid #9c0735;border-left:0.25rem solid #9c0735;border-right:0.25rem solid #9c0735;border-bottom:0.25rem solid #9c0735;display:block; }
#w7WNUPbgUwwtuy0RnSlx2lVdKsf3SzEI { box-sizing:content-box;height:4.125rem;width:4.125rem;position:absolute;display:block;z-index:15023;background-color:transparent;background-image:none;top:12.8125rem;left:61.25rem;border-top:0.25rem solid #9c0735;border-left:0.25rem solid #9c0735;border-right:0.25rem solid #9c0735;border-bottom:0.25rem solid #9c0735;display:block; }
#gb8QppTn0uNyD0b2G1oA97m67rxBTHM9 { box-sizing:content-box;height:4.125rem;width:4.125rem;position:absolute;display:block;z-index:15024;background-color:transparent;background-image:none;top:12.8125rem;left:65.625rem;border-top:0.25rem solid #9c0735;border-left:0.25rem solid #9c0735;border-right:0.25rem solid #9c0735;border-bottom:0.25rem solid #9c0735;display:block; }
#tt1uKnXsMTa1fxqGJ3lT0wCc7SJXJcUJ { box-sizing:content-box;height:4.125rem;width:4.125rem;position:absolute;display:block;z-index:15022;background-color:transparent;background-image:none;top:12.8125rem;left:56.875rem;border-top:0.25rem solid #9c0735;border-left:0.25rem solid #9c0735;border-right:0.25rem solid #9c0735;border-bottom:0.25rem solid #9c0735;display:block; }
#RrJ2oTtKlfmIAVOCL8b9ztMo7WITmxCz { box-sizing:content-box;height:4.125rem;width:4.125rem;position:absolute;display:block;z-index:15028;background-color:transparent;background-image:none;top:17.1875rem;left:61.25rem;border-top:0.25rem solid #9c0735;border-left:0.25rem solid #9c0735;border-right:0.25rem solid #9c0735;border-bottom:0.25rem solid #9c0735;display:block; }
#smivXVsiOx02P3SAAfDZnDQ8uWWmSQ7e { box-sizing:content-box;height:4.125rem;width:4.125rem;position:absolute;display:block;z-index:15029;background-color:transparent;background-image:none;top:17.1875rem;left:65.625rem;border-top:0.25rem solid #9c0735;border-left:0.25rem solid #9c0735;border-right:0.25rem solid #9c0735;border-bottom:0.25rem solid #9c0735;display:block; }
#cdWJNoh6nTzRiLQUSrICCOyphbfqXDNE { box-sizing:content-box;height:4.125rem;width:4.125rem;position:absolute;display:block;z-index:15027;background-color:transparent;background-image:none;top:17.1875rem;left:56.875rem;border-top:0.25rem solid #9c0735;border-left:0.25rem solid #9c0735;border-right:0.25rem solid #9c0735;border-bottom:0.25rem solid #9c0735;display:block; }
#vweUXbXmGI2BTGmIPN3fR61Nh9pz3OKs { box-sizing:content-box;height:4.125rem;width:4.125rem;position:absolute;display:block;z-index:15021;background-color:transparent;background-image:none;top:12.8125rem;left:52.5rem;border-top:0.25rem solid #9c0735;border-left:0.25rem solid #9c0735;border-right:0.25rem solid #9c0735;border-bottom:0.25rem solid #9c0735;display:block; }
#OHdm9h5ZT8PTTO8IpnWnT3qn2RvQW4vy { box-sizing:content-box;height:4.125rem;width:4.125rem;position:absolute;display:block;z-index:15026;background-color:transparent;background-image:none;top:17.1875rem;left:52.5rem;border-top:0.25rem solid #9c0735;border-left:0.25rem solid #9c0735;border-right:0.25rem solid #9c0735;border-bottom:0.25rem solid #9c0735;display:block; }
#ysx7m3r7iJkLmmRkWFFlDGSHddCC9qug { box-sizing:content-box;height:4.125rem;width:4.125rem;position:absolute;display:block;z-index:15020;background-color:transparent;background-image:none;top:12.8125rem;left:0rem;border-top:0.25rem solid #9c0735;border-left:0.25rem solid #9c0735;border-right:0.25rem solid #9c0735;border-bottom:0.25rem solid #9c0735;display:block; }
#JexcxcDTToTUfHelJmlPTXHsfIQbWm4U { box-sizing:content-box;height:4.125rem;width:4.125rem;position:absolute;display:block;z-index:15025;background-color:transparent;background-image:none;top:17.1875rem;left:0rem;border-top:0.25rem solid #9c0735;border-left:0.25rem solid #9c0735;border-right:0.25rem solid #9c0735;border-bottom:0.25rem solid #9c0735;display:block; }
#TvaS9xx4obq4c5UzzB5I4eqMaqAQFowl { box-sizing:content-box;height:4.125rem;width:4.125rem;position:absolute;display:block;z-index:15044;background-color:transparent;background-image:none;top:21.5625rem;left:17.5rem;border-top:0.25rem solid #9c0735;border-left:0.25rem solid #9c0735;border-right:0.25rem solid #9c0735;border-bottom:0.25rem solid #9c0735;display:block; }
#Ev6OPNFKlRCZvvTTnVaqhiBiFoAQ01GT { box-sizing:content-box;height:4.125rem;width:4.125rem;position:absolute;display:block;z-index:15043;background-color:transparent;background-image:none;top:21.5625rem;left:13.125rem;border-top:0.25rem solid #9c0735;border-left:0.25rem solid #9c0735;border-right:0.25rem solid #9c0735;border-bottom:0.25rem solid #9c0735;display:block; }
#ygwCfDXRhaZMZrL7HryKJZs2qZGcu3OR { box-sizing:content-box;height:4.125rem;width:4.125rem;position:absolute;display:block;z-index:15042;background-color:transparent;background-image:none;top:21.5625rem;left:8.75rem;border-top:0.25rem solid #9c0735;border-left:0.25rem solid #9c0735;border-right:0.25rem solid #9c0735;border-bottom:0.25rem solid #9c0735;display:block; }
#FXIloTaS47boWOJT9UOGN8XHkQIHd01J { box-sizing:content-box;height:4.125rem;width:4.125rem;position:absolute;display:block;z-index:15041;background-color:transparent;background-image:none;top:21.5625rem;left:4.375rem;border-top:0.25rem solid #9c0735;border-left:0.25rem solid #9c0735;border-right:0.25rem solid #9c0735;border-bottom:0.25rem solid #9c0735;display:block; }
#hSqltXGSh0TTR9VQZG035AZEND6T0LTJ { box-sizing:content-box;height:4.125rem;width:4.125rem;position:absolute;display:block;z-index:15040;background-color:transparent;background-image:none;top:21.5625rem;left:0rem;border-top:0.25rem solid #9c0735;border-left:0.25rem solid #9c0735;border-right:0.25rem solid #9c0735;border-bottom:0.25rem solid #9c0735;display:block; }
#Sualbp3UoqFvuGb07gmvQgCPcuR4KpL2 { box-sizing:content-box;height:4.125rem;width:4.125rem;position:absolute;display:block;z-index:15027;background-color:transparent;background-image:none;top:21.5625rem;left:65.625rem;border-top:0.25rem solid #9c0735;border-left:0.25rem solid #9c0735;border-right:0.25rem solid #9c0735;border-bottom:0.25rem solid #9c0735;display:block; }
#GnNFQdk0hUaXBidHG8LsmGrxoQLiFmZd { box-sizing:content-box;height:4.125rem;width:4.125rem;position:absolute;display:block;z-index:15026;background-color:transparent;background-image:none;top:21.5625rem;left:61.25rem;border-top:0.25rem solid #9c0735;border-left:0.25rem solid #9c0735;border-right:0.25rem solid #9c0735;border-bottom:0.25rem solid #9c0735;display:block; }
#ItxhoS6ToFnHTAewWfHeAXinOwV6xZRZ { box-sizing:content-box;height:4.125rem;width:4.125rem;position:absolute;display:block;z-index:15025;background-color:transparent;background-image:none;top:21.5625rem;left:56.875rem;border-top:0.25rem solid #9c0735;border-left:0.25rem solid #9c0735;border-right:0.25rem solid #9c0735;border-bottom:0.25rem solid #9c0735;display:block; }
#ioAE6blHUZ2PZKUbK9DECX1BcLu1b9Gs { box-sizing:content-box;height:4.125rem;width:4.125rem;position:absolute;display:block;z-index:15024;background-color:transparent;background-image:none;top:21.5625rem;left:52.5rem;border-top:0.25rem solid #9c0735;border-left:0.25rem solid #9c0735;border-right:0.25rem solid #9c0735;border-bottom:0.25rem solid #9c0735;display:block; }
#NpzUMUSwVQBrTtkXdG98nN3XqRamuIEx { box-sizing:content-box;height:4.125rem;width:4.125rem;position:absolute;display:block;z-index:15023;background-color:transparent;background-image:none;top:21.5625rem;left:48.125rem;border-top:0.25rem solid #9c0735;border-left:0.25rem solid #9c0735;border-right:0.25rem solid #9c0735;border-bottom:0.25rem solid #9c0735;display:block; }
#CnF6SyE4aG3iyH3HEUq5TtA7XoPCL2cN { box-sizing:content-box;height:4.125rem;width:4.125rem;position:absolute;display:block;z-index:15022;background-color:transparent;background-image:none;top:21.5625rem;left:43.75rem;border-top:0.25rem solid #9c0735;border-left:0.25rem solid #9c0735;border-right:0.25rem solid #9c0735;border-bottom:0.25rem solid #9c0735;display:block; }
#LJEwwUcy4ETKqle9w3nHXW4APOheU9WF { box-sizing:content-box;height:4.125rem;width:4.125rem;position:absolute;display:block;z-index:15021;background-color:transparent;background-image:none;top:21.5625rem;left:39.375rem;border-top:0.25rem solid #9c0735;border-left:0.25rem solid #9c0735;border-right:0.25rem solid #9c0735;border-bottom:0.25rem solid #9c0735;display:block; }
#CiWhhTJiRbLT5iAFNBlHFxGoz8brTJxL { box-sizing:content-box;height:4.125rem;width:4.125rem;position:absolute;display:block;z-index:15020;background-color:transparent;background-image:none;top:21.5625rem;left:35rem;border-top:0.25rem solid #9c0735;border-left:0.25rem solid #9c0735;border-right:0.25rem solid #9c0735;border-bottom:0.25rem solid #9c0735;display:block; }
#d9UOD8bhARho50cAPOTmTo6gxsc18ycZ { box-sizing:content-box;height:4.125rem;width:4.125rem;position:absolute;display:block;z-index:15019;background-color:transparent;background-image:none;top:21.5625rem;left:30.625rem;border-top:0.25rem solid #9c0735;border-left:0.25rem solid #9c0735;border-right:0.25rem solid #9c0735;border-bottom:0.25rem solid #9c0735;display:block; }
#fPgCSutzQoxvIvTEWnwQBJz8FOyGnHeZ { box-sizing:content-box;height:4.125rem;width:4.125rem;position:absolute;display:block;z-index:15018;background-color:transparent;background-image:none;top:21.5625rem;left:26.25rem;border-top:0.25rem solid #9c0735;border-left:0.25rem solid #9c0735;border-right:0.25rem solid #9c0735;border-bottom:0.25rem solid #9c0735;display:block; }
#AuztV3tJTOT7iW1T9pulUh76mcRpQJkb { box-sizing:content-box;height:4.125rem;width:4.125rem;position:absolute;display:block;z-index:15017;background-color:transparent;background-image:none;top:21.5625rem;left:21.875rem;border-top:0.25rem solid #9c0735;border-left:0.25rem solid #9c0735;border-right:0.25rem solid #9c0735;border-bottom:0.25rem solid #9c0735;display:block; }
#Ww3leTT7EgEmy83dMAZgSVMQbLBb7gzl { box-sizing:content-box;height:4.125rem;width:4.125rem;position:absolute;display:block;z-index:15028;background-color:transparent;background-image:none;top:4.0625rem;left:70rem;border-top:0.25rem solid #9c0735;border-left:0.25rem solid #9c0735;border-right:0.25rem solid #9c0735;border-bottom:0.25rem solid #9c0735;display:block; }
#cbvVTzxCmvLyyEAWMmbm4yS2OQyXaEGA { box-sizing:content-box;height:4.125rem;width:4.125rem;position:absolute;display:block;z-index:15033;background-color:transparent;background-image:none;top:8.4375rem;left:70rem;border-top:0.25rem solid #9c0735;border-left:0.25rem solid #9c0735;border-right:0.25rem solid #9c0735;border-bottom:0.25rem solid #9c0735;display:block; }
#mx5CQuiHpeBT5HTtex2uJHw166SeOK5z { box-sizing:content-box;height:4.125rem;width:4.125rem;position:absolute;display:block;z-index:15038;background-color:transparent;background-image:none;top:12.8125rem;left:70rem;border-top:0.25rem solid #9c0735;border-left:0.25rem solid #9c0735;border-right:0.25rem solid #9c0735;border-bottom:0.25rem solid #9c0735;display:block; }
#dTRcA0LE0NLNmwN46RE8N8lLoUNEXrwJ { box-sizing:content-box;height:4.125rem;width:4.125rem;position:absolute;display:block;z-index:15043;background-color:transparent;background-image:none;top:17.1875rem;left:70rem;border-top:0.25rem solid #9c0735;border-left:0.25rem solid #9c0735;border-right:0.25rem solid #9c0735;border-bottom:0.25rem solid #9c0735;display:block; }
#uG9dZuTs9Ip8yqIzah0V4BhAgyuyaf08 { box-sizing:content-box;height:4.125rem;width:4.125rem;position:absolute;display:block;z-index:15058;background-color:transparent;background-image:none;top:21.5625rem;left:70rem;border-top:0.25rem solid #9c0735;border-left:0.25rem solid #9c0735;border-right:0.25rem solid #9c0735;border-bottom:0.25rem solid #9c0735;display:block; }
#FPA1XwNJu5Dae5ahVcUlIiAyJWZxuoc6 { color:#30966e;display:block;width:9.25rem;position:absolute;font-family:outfit;font-size:1.0625rem;font-weight:normal;z-index:15065;line-height:1.3;letter-spacing:0;top:3.75rem;left:24.625rem;height:2.76278125rem;display:block; }
#TzyGNBfW3nH0UZTSv61NXCsT6lE4Nx9x { color:#9c0735;display:block;width:39.4375rem;position:absolute;font-family:outfit;font-size:1.0625rem;font-weight:normal;z-index:15066;line-height:1.3;letter-spacing:0;top:8.625rem;left:8.75rem;height:8.28835625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#ULoWDXTk5NqmLfsbl9pfEFF7V5iLJ5FG { position:absolute;display:block;z-index:15064;border-top:0;border-left:0;border-right:0;border-bottom:0;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:14.375rem;top:4.0625rem;left:8.5625rem;overflow:hidden;display:block; }
#qTcybQqhUALxaaouTQqa9VCTuTJhEADa { box-sizing:content-box;height:4.125rem;width:4.125rem;position:absolute;display:block;z-index:15033;background-color:transparent;background-image:none;top:26.25rem;left:13.125rem;border-top:0.25rem solid #9c0735;border-left:0.25rem solid #9c0735;border-right:0.25rem solid #9c0735;border-bottom:0.25rem solid #9c0735;display:none; }
#A92bCMvt4GuoKfvlUVV9xtzZPSnKqohr { box-sizing:content-box;height:4.125rem;width:4.125rem;position:absolute;display:block;z-index:15033;background-color:transparent;background-image:none;top:26.25rem;left:13.125rem;border-top:0.25rem solid #9c0735;border-left:0.25rem solid #9c0735;border-right:0.25rem solid #9c0735;border-bottom:0.25rem solid #9c0735;display:none; }
#Z2gZe9hvx6sQCdyavk25iMAxiyESq2E7 { box-sizing:content-box;height:4.125rem;width:4.125rem;position:absolute;display:block;z-index:15033;background-color:transparent;background-image:none;top:26.25rem;left:13.125rem;border-top:0.25rem solid #9c0735;border-left:0.25rem solid #9c0735;border-right:0.25rem solid #9c0735;border-bottom:0.25rem solid #9c0735;display:none; }
#pTIBZ4LSCiCflJhZV6mBwuTHinLn4drT { box-sizing:content-box;height:4.125rem;width:4.125rem;position:absolute;display:block;z-index:15033;background-color:transparent;background-image:none;top:26.25rem;left:13.125rem;border-top:0.25rem solid #9c0735;border-left:0.25rem solid #9c0735;border-right:0.25rem solid #9c0735;border-bottom:0.25rem solid #9c0735;display:none; }
#iWDoHHM639T7QtBOdBMQ6IDKtlgT4FlQ { box-sizing:content-box;height:4.125rem;width:4.125rem;position:absolute;display:block;z-index:15033;background-color:transparent;background-image:none;top:26.25rem;left:13.125rem;border-top:0.25rem solid #9c0735;border-left:0.25rem solid #9c0735;border-right:0.25rem solid #9c0735;border-bottom:0.25rem solid #9c0735;display:none; }
#WSAl8rX7J4pFbFsCFrfaCrbFJ53xwTd8 { box-sizing:content-box;height:4.125rem;width:4.125rem;position:absolute;display:block;z-index:15033;background-color:transparent;background-image:none;top:26.25rem;left:13.125rem;border-top:0.25rem solid #9c0735;border-left:0.25rem solid #9c0735;border-right:0.25rem solid #9c0735;border-bottom:0.25rem solid #9c0735;display:none; }
#Jd3IvX0z8e5A5xsOLZxX4AHIVaopf1Id { box-sizing:content-box;height:4.125rem;width:4.125rem;position:absolute;display:block;z-index:15033;background-color:transparent;background-image:none;top:26.25rem;left:13.125rem;border-top:0.25rem solid #9c0735;border-left:0.25rem solid #9c0735;border-right:0.25rem solid #9c0735;border-bottom:0.25rem solid #9c0735;display:none; }
#H1IRQQvOrw1XIKqCkOTJnH8Xk1FKZKgE { box-sizing:content-box;height:4.125rem;width:4.125rem;position:absolute;display:block;z-index:15033;background-color:transparent;background-image:none;top:26.25rem;left:13.125rem;border-top:0.25rem solid #9c0735;border-left:0.25rem solid #9c0735;border-right:0.25rem solid #9c0735;border-bottom:0.25rem solid #9c0735;display:none; }
#AcrDyXPdpaBwcgueGLAhrNhwAZ82m0Ba { box-sizing:content-box;height:4.125rem;width:4.125rem;position:absolute;display:block;z-index:15033;background-color:transparent;background-image:none;top:26.25rem;left:13.125rem;border-top:0.25rem solid #9c0735;border-left:0.25rem solid #9c0735;border-right:0.25rem solid #9c0735;border-bottom:0.25rem solid #9c0735;display:none; }
#XLkR1X9EdXFyMnT8sP45wmMLeWMJg7sc { box-sizing:content-box;height:4.125rem;width:4.125rem;position:absolute;display:block;z-index:15033;background-color:transparent;background-image:none;top:26.25rem;left:13.125rem;border-top:0.25rem solid #9c0735;border-left:0.25rem solid #9c0735;border-right:0.25rem solid #9c0735;border-bottom:0.25rem solid #9c0735;display:none; }
#tdOzNc7woIaxr7rI1AIS5Tgi992Si7Iu { box-sizing:content-box;height:4.125rem;width:4.125rem;position:absolute;display:block;z-index:15033;background-color:transparent;background-image:none;top:26.25rem;left:13.125rem;border-top:0.25rem solid #9c0735;border-left:0.25rem solid #9c0735;border-right:0.25rem solid #9c0735;border-bottom:0.25rem solid #9c0735;display:none; }
#acNKqo3NtTvd0zkeA2Q5HkQ9U2sPWG86 { box-sizing:content-box;height:4.125rem;width:4.125rem;position:absolute;display:block;z-index:15033;background-color:transparent;background-image:none;top:26.25rem;left:13.125rem;border-top:0.25rem solid #9c0735;border-left:0.25rem solid #9c0735;border-right:0.25rem solid #9c0735;border-bottom:0.25rem solid #9c0735;display:none; }
#FBDQG3Uxlc3mCcn7qfEkOx2XbVM31cv0 { box-sizing:content-box;height:4.125rem;width:4.125rem;position:absolute;display:block;z-index:15033;background-color:transparent;background-image:none;top:26.25rem;left:13.125rem;border-top:0.25rem solid #9c0735;border-left:0.25rem solid #9c0735;border-right:0.25rem solid #9c0735;border-bottom:0.25rem solid #9c0735;display:none; }
#v1ZDsxnc0M8SgJgEsASSl25Qk7hTSCet { box-sizing:content-box;height:4.125rem;width:4.125rem;position:absolute;display:block;z-index:15033;background-color:transparent;background-image:none;top:26.25rem;left:13.125rem;border-top:0.25rem solid #9c0735;border-left:0.25rem solid #9c0735;border-right:0.25rem solid #9c0735;border-bottom:0.25rem solid #9c0735;display:none; }
#o3LTAKwJNxBolKv1J6v8p6a7o304kfUW { box-sizing:content-box;height:4.125rem;width:4.125rem;position:absolute;display:block;z-index:15033;background-color:transparent;background-image:none;top:26.25rem;left:13.125rem;border-top:0.25rem solid #9c0735;border-left:0.25rem solid #9c0735;border-right:0.25rem solid #9c0735;border-bottom:0.25rem solid #9c0735;display:none; }
#H4EfgQF1DIVT2OQyQAae1kgXn0cyrmEu { box-sizing:content-box;height:4.125rem;width:4.125rem;position:absolute;display:block;z-index:15033;background-color:transparent;background-image:none;top:26.25rem;left:13.125rem;border-top:0.25rem solid #9c0735;border-left:0.25rem solid #9c0735;border-right:0.25rem solid #9c0735;border-bottom:0.25rem solid #9c0735;display:none; }
#Ofa7vmuvrIUgyidz5ekVBUyWS0fkN9zg { box-sizing:content-box;height:4.125rem;width:4.125rem;position:absolute;display:block;z-index:15033;background-color:transparent;background-image:none;top:26.25rem;left:13.125rem;border-top:0.25rem solid #9c0735;border-left:0.25rem solid #9c0735;border-right:0.25rem solid #9c0735;border-bottom:0.25rem solid #9c0735;display:none; }
#kfMPdnpGHf19ZL0ToW9xMog1wAPDuXWH { box-sizing:content-box;height:4.125rem;width:4.125rem;position:absolute;display:block;z-index:15033;background-color:transparent;background-image:none;top:26.25rem;left:13.125rem;border-top:0.25rem solid #9c0735;border-left:0.25rem solid #9c0735;border-right:0.25rem solid #9c0735;border-bottom:0.25rem solid #9c0735;display:none; }
#czcMKJhLFdMgTL4GUbhTth37Iiarg11u { box-sizing:content-box;height:4.125rem;width:4.125rem;position:absolute;display:block;z-index:15033;background-color:transparent;background-image:none;top:26.25rem;left:13.125rem;border-top:0.25rem solid #9c0735;border-left:0.25rem solid #9c0735;border-right:0.25rem solid #9c0735;border-bottom:0.25rem solid #9c0735;display:none; }
#WhzZlv6kJix2gNl0Jxq2vtzeEc79Rd4y { box-sizing:content-box;height:4.125rem;width:4.125rem;position:absolute;display:block;z-index:15033;background-color:transparent;background-image:none;top:26.25rem;left:13.125rem;border-top:0.25rem solid #9c0735;border-left:0.25rem solid #9c0735;border-right:0.25rem solid #9c0735;border-bottom:0.25rem solid #9c0735;display:none; }
#AD07cGuXmQDTtAQhNzGV6N5yA7PKAxHh { box-sizing:content-box;height:4.125rem;width:4.125rem;position:absolute;display:block;z-index:15033;background-color:transparent;background-image:none;top:26.25rem;left:13.125rem;border-top:0.25rem solid #9c0735;border-left:0.25rem solid #9c0735;border-right:0.25rem solid #9c0735;border-bottom:0.25rem solid #9c0735;display:none; }
#BnXyQIQTrxEnuHmnahrHnnAvX2TwLDhS { box-sizing:content-box;height:4.125rem;width:4.125rem;position:absolute;display:block;z-index:15033;background-color:transparent;background-image:none;top:26.25rem;left:13.125rem;border-top:0.25rem solid #9c0735;border-left:0.25rem solid #9c0735;border-right:0.25rem solid #9c0735;border-bottom:0.25rem solid #9c0735;display:none; }
#QuA8IxHd8dMQEZ8V03XE0ToaoBMHwmJW { box-sizing:content-box;height:4.125rem;width:4.125rem;position:absolute;display:block;z-index:15033;background-color:transparent;background-image:none;top:26.25rem;left:13.125rem;border-top:0.25rem solid #9c0735;border-left:0.25rem solid #9c0735;border-right:0.25rem solid #9c0735;border-bottom:0.25rem solid #9c0735;display:none; }
#ZuxQn1Of5KGEDESnhN3CaFDn17ZtBE9k { box-sizing:content-box;height:4.125rem;width:4.125rem;position:absolute;display:block;z-index:15033;background-color:transparent;background-image:none;top:26.25rem;left:13.125rem;border-top:0.25rem solid #9c0735;border-left:0.25rem solid #9c0735;border-right:0.25rem solid #9c0735;border-bottom:0.25rem solid #9c0735;display:none; }
#SphQXPzMmvMgbn8y02hqdeoRp4rvRWq8 { box-sizing:content-box;height:4.125rem;width:4.125rem;position:absolute;display:block;z-index:15033;background-color:transparent;background-image:none;top:26.25rem;left:13.125rem;border-top:0.25rem solid #9c0735;border-left:0.25rem solid #9c0735;border-right:0.25rem solid #9c0735;border-bottom:0.25rem solid #9c0735;display:none; }
#UiehcHLlJJwE2QQ6CDIHZg80Zmla3neD { box-sizing:content-box;height:4.125rem;width:4.125rem;position:absolute;display:block;z-index:15033;background-color:transparent;background-image:none;top:26.25rem;left:13.125rem;border-top:0.25rem solid #9c0735;border-left:0.25rem solid #9c0735;border-right:0.25rem solid #9c0735;border-bottom:0.25rem solid #9c0735;display:none; }
#lSkcbKURru81quIymXP061cmUsK7SFK9 { box-sizing:content-box;height:4.125rem;width:4.125rem;position:absolute;display:block;z-index:15033;background-color:transparent;background-image:none;top:26.25rem;left:13.125rem;border-top:0.25rem solid #9c0735;border-left:0.25rem solid #9c0735;border-right:0.25rem solid #9c0735;border-bottom:0.25rem solid #9c0735;display:none; }
#ULrh9zI3TDvwOWPOX3zm4PWtWM689isO { box-sizing:content-box;height:4.125rem;width:4.125rem;position:absolute;display:block;z-index:15033;background-color:transparent;background-image:none;top:26.25rem;left:13.125rem;border-top:0.25rem solid #9c0735;border-left:0.25rem solid #9c0735;border-right:0.25rem solid #9c0735;border-bottom:0.25rem solid #9c0735;display:none; }
#A4itLuHigHX1k5AXRoxwbvOLlh4AsTka { box-sizing:content-box;height:4.125rem;width:4.125rem;position:absolute;display:block;z-index:15033;background-color:transparent;background-image:none;top:26.25rem;left:13.125rem;border-top:0.25rem solid #9c0735;border-left:0.25rem solid #9c0735;border-right:0.25rem solid #9c0735;border-bottom:0.25rem solid #9c0735;display:none; }
#VFRwiCbIPihEAkkJFEeUH0sGUzpDDByd { box-sizing:content-box;height:4.125rem;width:4.125rem;position:absolute;display:block;z-index:15033;background-color:transparent;background-image:none;top:26.25rem;left:13.125rem;border-top:0.25rem solid #9c0735;border-left:0.25rem solid #9c0735;border-right:0.25rem solid #9c0735;border-bottom:0.25rem solid #9c0735;display:none; }
#Wgr3xqbGAL4EVM6O2ylPv9GwVaV7hoUg { box-sizing:content-box;height:4.125rem;width:4.125rem;position:absolute;display:block;z-index:15033;background-color:transparent;background-image:none;top:26.25rem;left:13.125rem;border-top:0.25rem solid #9c0735;border-left:0.25rem solid #9c0735;border-right:0.25rem solid #9c0735;border-bottom:0.25rem solid #9c0735;display:none; }
#PFfR8G1Roosx56gbT1Co0vd9dI5SBWMy { z-index:;position:relative;display:block; }#PFfR8G1Roosx56gbT1Co0vd9dI5SBWMy { background-color: transparent; background-image: none; }#PFfR8G1Roosx56gbT1Co0vd9dI5SBWMy::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PFfR8G1Roosx56gbT1Co0vd9dI5SBWMy > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PFfR8G1Roosx56gbT1Co0vd9dI5SBWMy > .row .container > .video-iframe-container { display: none; }#PFfR8G1Roosx56gbT1Co0vd9dI5SBWMy > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PFfR8G1Roosx56gbT1Co0vd9dI5SBWMy > .row > .video-iframe-container { display: none; }#PFfR8G1Roosx56gbT1Co0vd9dI5SBWMy > .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); }#PFfR8G1Roosx56gbT1Co0vd9dI5SBWMy { border-width: 0; border-radius: 0; }#PFfR8G1Roosx56gbT1Co0vd9dI5SBWMy > .row .container { background-color:#fffbf6;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:91.9375rem;width:75rem;border-top:0;border-right:0;border-bottom:0;border-left:0;box-shadow: none;overflow:visible;position:relative;display:block; }#tObClCRMhSyZDdZcaIMEx615GMqUSwCq { box-sizing:content-box;height:4.125rem;width:4.125rem;position:absolute;display:block;z-index:15013;background-color:transparent;background-image:none;top:4.125rem;left:8.75rem;border-top:0.25rem solid #9c0735;border-left:0.25rem solid #9c0735;border-right:0.25rem solid #9c0735;border-bottom:0.25rem solid #9c0735;display:block; }
#fTXnoNVDGm786TxVN01t0ZcqEnXlZMSV { box-sizing:content-box;height:4.125rem;width:4.125rem;position:absolute;display:block;z-index:15014;background-color:transparent;background-image:none;top:4.125rem;left:13.125rem;border-top:0.25rem solid #9c0735;border-left:0.25rem solid #9c0735;border-right:0.25rem solid #9c0735;border-bottom:0.25rem solid #9c0735;display:block; }
#r6mETVg0s20QZtIFZDTbQ7uSBUVe59Sx { box-sizing:content-box;height:4.125rem;width:4.125rem;position:absolute;display:block;z-index:15012;background-color:transparent;background-image:none;top:4.125rem;left:4.375rem;border-top:0.25rem solid #9c0735;border-left:0.25rem solid #9c0735;border-right:0.25rem solid #9c0735;border-bottom:0.25rem solid #9c0735;display:block; }
#hCMlTJT0hKFF16dFzW7MBedsIwpRpmb3 { box-sizing:content-box;height:4.125rem;width:4.125rem;position:absolute;display:block;z-index:15018;background-color:transparent;background-image:none;top:8.5rem;left:8.75rem;border-top:0.25rem solid #9c0735;border-left:0.25rem solid #9c0735;border-right:0.25rem solid #9c0735;border-bottom:0.25rem solid #9c0735;display:block; }
#O4fO1TOaqG8dEJ5AcETzHRbCn0PsKQAF { box-sizing:content-box;height:4.125rem;width:4.125rem;position:absolute;display:block;z-index:15019;background-color:transparent;background-image:none;top:8.5rem;left:13.125rem;border-top:0.25rem solid #9c0735;border-left:0.25rem solid #9c0735;border-right:0.25rem solid #9c0735;border-bottom:0.25rem solid #9c0735;display:block; }
#CovvyB1rUgVHTotqiM75lAEgoECUnKog { box-sizing:content-box;height:4.125rem;width:4.125rem;position:absolute;display:block;z-index:15017;background-color:transparent;background-image:none;top:8.5rem;left:4.375rem;border-top:0.25rem solid #9c0735;border-left:0.25rem solid #9c0735;border-right:0.25rem solid #9c0735;border-bottom:0.25rem solid #9c0735;display:block; }
#f0reHByOaZvRciyJ3LmDdFhLFvdHErHw { box-sizing:content-box;height:4.125rem;width:4.125rem;position:absolute;display:block;z-index:15011;background-color:transparent;background-image:none;top:4.125rem;left:0rem;border-top:0.25rem solid #9c0735;border-left:0.25rem solid #9c0735;border-right:0.25rem solid #9c0735;border-bottom:0.25rem solid #9c0735;display:block; }
#G0btJyTDCqgfch5edphOoQoWr9dHdoiu { box-sizing:content-box;height:4.125rem;width:4.125rem;position:absolute;display:block;z-index:15016;background-color:transparent;background-image:none;top:8.5rem;left:0rem;border-top:0.25rem solid #9c0735;border-left:0.25rem solid #9c0735;border-right:0.25rem solid #9c0735;border-bottom:0.25rem solid #9c0735;display:block; }
#VAX0kutODoxO4JxErIEZbtiQ2sCbu1pA { box-sizing:content-box;height:4.125rem;width:4.125rem;position:absolute;display:block;z-index:15010;background-color:transparent;background-image:none;top:4.125rem;left:70rem;border-top:0.25rem solid #9c0735;border-left:0.25rem solid #9c0735;border-right:0.25rem solid #9c0735;border-bottom:0.25rem solid #9c0735;display:block; }
#x5ebKJWzwUs3DUW4QOLMZX3XegU5GTR5 { box-sizing:content-box;height:4.125rem;width:4.125rem;position:absolute;display:block;z-index:15015;background-color:transparent;background-image:none;top:8.5rem;left:70rem;border-top:0.25rem solid #9c0735;border-left:0.25rem solid #9c0735;border-right:0.25rem solid #9c0735;border-bottom:0.25rem solid #9c0735;display:block; }
#cAmUlibyzbknuXBsmWoDun60XMiR5wfH { box-sizing:content-box;height:4.125rem;width:4.125rem;position:absolute;display:block;z-index:15023;background-color:transparent;background-image:none;top:12.875rem;left:8.75rem;border-top:0.25rem solid #9c0735;border-left:0.25rem solid #9c0735;border-right:0.25rem solid #9c0735;border-bottom:0.25rem solid #9c0735;display:block; }
#aT4tvJOk69GEtGT50wTGC1sw00y3zP2q { box-sizing:content-box;height:4.125rem;width:4.125rem;position:absolute;display:block;z-index:15024;background-color:transparent;background-image:none;top:12.875rem;left:13.125rem;border-top:0.25rem solid #9c0735;border-left:0.25rem solid #9c0735;border-right:0.25rem solid #9c0735;border-bottom:0.25rem solid #9c0735;display:block; }
#s9vxuklzs9TSBxNatHzQXVouydZQicJ5 { box-sizing:content-box;height:4.125rem;width:4.125rem;position:absolute;display:block;z-index:15022;background-color:transparent;background-image:none;top:12.875rem;left:4.375rem;border-top:0.25rem solid #9c0735;border-left:0.25rem solid #9c0735;border-right:0.25rem solid #9c0735;border-bottom:0.25rem solid #9c0735;display:block; }
#m3uQTTNGe04I0oDlndcMVmAFrmURuyPg { box-sizing:content-box;height:4.125rem;width:4.125rem;position:absolute;display:block;z-index:15028;background-color:transparent;background-image:none;top:17.25rem;left:8.75rem;border-top:0.25rem solid #9c0735;border-left:0.25rem solid #9c0735;border-right:0.25rem solid #9c0735;border-bottom:0.25rem solid #9c0735;display:block; }
#cLkKhKs4xIVUauOdbQmqAxsfqiTZ4hDy { box-sizing:content-box;height:4.125rem;width:4.125rem;position:absolute;display:block;z-index:15029;background-color:transparent;background-image:none;top:17.25rem;left:13.125rem;border-top:0.25rem solid #9c0735;border-left:0.25rem solid #9c0735;border-right:0.25rem solid #9c0735;border-bottom:0.25rem solid #9c0735;display:block; }
#aLB9AkSklLpGXerJMeqQUG0TTdhM26TX { box-sizing:content-box;height:4.125rem;width:4.125rem;position:absolute;display:block;z-index:15027;background-color:transparent;background-image:none;top:17.25rem;left:4.375rem;border-top:0.25rem solid #9c0735;border-left:0.25rem solid #9c0735;border-right:0.25rem solid #9c0735;border-bottom:0.25rem solid #9c0735;display:block; }
#g4U29B4LX4q0aHi6EbxV2qzr6nJsbPn2 { box-sizing:content-box;height:4.125rem;width:4.125rem;position:absolute;display:block;z-index:15021;background-color:transparent;background-image:none;top:12.875rem;left:0rem;border-top:0.25rem solid #9c0735;border-left:0.25rem solid #9c0735;border-right:0.25rem solid #9c0735;border-bottom:0.25rem solid #9c0735;display:block; }
#OhTR59rgf0aVhGnIiyphRLNtTgPETcp7 { box-sizing:content-box;height:4.125rem;width:4.125rem;position:absolute;display:block;z-index:15026;background-color:transparent;background-image:none;top:17.25rem;left:0rem;border-top:0.25rem solid #9c0735;border-left:0.25rem solid #9c0735;border-right:0.25rem solid #9c0735;border-bottom:0.25rem solid #9c0735;display:block; }
#s5mPceSUx3pzosEOiM4OJXo7ltGf5sEb { box-sizing:content-box;height:4.125rem;width:4.125rem;position:absolute;display:block;z-index:15020;background-color:transparent;background-image:none;top:12.875rem;left:70rem;border-top:0.25rem solid #9c0735;border-left:0.25rem solid #9c0735;border-right:0.25rem solid #9c0735;border-bottom:0.25rem solid #9c0735;display:block; }
#EcOG6DJSaCrWwvXsP9PikRCDS1tWTPyt { box-sizing:content-box;height:4.125rem;width:4.125rem;position:absolute;display:block;z-index:15025;background-color:transparent;background-image:none;top:17.25rem;left:70rem;border-top:0.25rem solid #9c0735;border-left:0.25rem solid #9c0735;border-right:0.25rem solid #9c0735;border-bottom:0.25rem solid #9c0735;display:block; }
#ql4uPWq7WyI6yMJ1fqxVX8R4TG0hAkwd { box-sizing:content-box;height:4.125rem;width:4.125rem;position:absolute;display:block;z-index:15044;background-color:transparent;background-image:none;top:87.25rem;left:17.5rem;border-top:0.25rem solid #9c0735;border-left:0.25rem solid #9c0735;border-right:0.25rem solid #9c0735;border-bottom:0.25rem solid #9c0735;display:block; }
#wRNXpGAXUuzr4tV2wtnrs9UylMJ0610a { box-sizing:content-box;height:4.125rem;width:4.125rem;position:absolute;display:block;z-index:15043;background-color:transparent;background-image:none;top:87.25rem;left:13.125rem;border-top:0.25rem solid #9c0735;border-left:0.25rem solid #9c0735;border-right:0.25rem solid #9c0735;border-bottom:0.25rem solid #9c0735;display:block; }
#ozUhSh83BP1CfzakBHlJZuSKO0Iy8xQE { box-sizing:content-box;height:4.125rem;width:4.125rem;position:absolute;display:block;z-index:15042;background-color:transparent;background-image:none;top:87.25rem;left:8.75rem;border-top:0.25rem solid #9c0735;border-left:0.25rem solid #9c0735;border-right:0.25rem solid #9c0735;border-bottom:0.25rem solid #9c0735;display:block; }
#H4kIvRG8R4EZIed0IMTfbJpU1WIVE9xR { box-sizing:content-box;height:4.125rem;width:4.125rem;position:absolute;display:block;z-index:15041;background-color:transparent;background-image:none;top:87.25rem;left:4.375rem;border-top:0.25rem solid #9c0735;border-left:0.25rem solid #9c0735;border-right:0.25rem solid #9c0735;border-bottom:0.25rem solid #9c0735;display:block; }
#zGfoh1JotIuSd9JliGH172umVgRxuEfE { box-sizing:content-box;height:4.125rem;width:4.125rem;position:absolute;display:block;z-index:15040;background-color:transparent;background-image:none;top:87.25rem;left:0rem;border-top:0.25rem solid #9c0735;border-left:0.25rem solid #9c0735;border-right:0.25rem solid #9c0735;border-bottom:0.25rem solid #9c0735;display:block; }
#rrVm00T8W3mWU0a8arUAMX0f0Xc5fXAg { box-sizing:content-box;height:4.125rem;width:4.125rem;position:absolute;display:block;z-index:15027;background-color:transparent;background-image:none;top:87.25rem;left:65.625rem;border-top:0.25rem solid #9c0735;border-left:0.25rem solid #9c0735;border-right:0.25rem solid #9c0735;border-bottom:0.25rem solid #9c0735;display:block; }
#BWRrwbKIxAf1aUzlfICuIQJJRtBIx8kK { box-sizing:content-box;height:4.125rem;width:4.125rem;position:absolute;display:block;z-index:15026;background-color:transparent;background-image:none;top:87.25rem;left:61.25rem;border-top:0.25rem solid #9c0735;border-left:0.25rem solid #9c0735;border-right:0.25rem solid #9c0735;border-bottom:0.25rem solid #9c0735;display:block; }
#EkKEkCdFPnMlC0Z5vnZzW32n6uv4ST6D { box-sizing:content-box;height:4.125rem;width:4.125rem;position:absolute;display:block;z-index:15025;background-color:transparent;background-image:none;top:87.25rem;left:56.875rem;border-top:0.25rem solid #9c0735;border-left:0.25rem solid #9c0735;border-right:0.25rem solid #9c0735;border-bottom:0.25rem solid #9c0735;display:block; }
#tUl8FUKyKXKm3DfbHiQSHKOQ1NSutshT { box-sizing:content-box;height:4.125rem;width:4.125rem;position:absolute;display:block;z-index:15024;background-color:transparent;background-image:none;top:87.25rem;left:52.5rem;border-top:0.25rem solid #9c0735;border-left:0.25rem solid #9c0735;border-right:0.25rem solid #9c0735;border-bottom:0.25rem solid #9c0735;display:block; }
#p8OIh76iThplpbLvNgcUW715a0RqrDs5 { box-sizing:content-box;height:4.125rem;width:4.125rem;position:absolute;display:block;z-index:15023;background-color:transparent;background-image:none;top:87.25rem;left:48.125rem;border-top:0.25rem solid #9c0735;border-left:0.25rem solid #9c0735;border-right:0.25rem solid #9c0735;border-bottom:0.25rem solid #9c0735;display:block; }
#aH0nTFM4NWyuFp2qCgADKg5IGfntVcuT { box-sizing:content-box;height:4.125rem;width:4.125rem;position:absolute;display:block;z-index:15022;background-color:transparent;background-image:none;top:87.25rem;left:43.75rem;border-top:0.25rem solid #9c0735;border-left:0.25rem solid #9c0735;border-right:0.25rem solid #9c0735;border-bottom:0.25rem solid #9c0735;display:block; }
#B4bWJdyVJHDU9UlVKnUkFypEqSzT2Xmi { box-sizing:content-box;height:4.125rem;width:4.125rem;position:absolute;display:block;z-index:15021;background-color:transparent;background-image:none;top:87.25rem;left:39.375rem;border-top:0.25rem solid #9c0735;border-left:0.25rem solid #9c0735;border-right:0.25rem solid #9c0735;border-bottom:0.25rem solid #9c0735;display:block; }
#ioe19OfXrhTrE6pRqdR0mifEwgINaNtJ { box-sizing:content-box;height:4.125rem;width:4.125rem;position:absolute;display:block;z-index:15020;background-color:transparent;background-image:none;top:87.25rem;left:35rem;border-top:0.25rem solid #9c0735;border-left:0.25rem solid #9c0735;border-right:0.25rem solid #9c0735;border-bottom:0.25rem solid #9c0735;display:block; }
#HQ610WPw2SeMVKhwrfPaNhTqhnlcHnGE { box-sizing:content-box;height:4.125rem;width:4.125rem;position:absolute;display:block;z-index:15019;background-color:transparent;background-image:none;top:87.25rem;left:30.625rem;border-top:0.25rem solid #9c0735;border-left:0.25rem solid #9c0735;border-right:0.25rem solid #9c0735;border-bottom:0.25rem solid #9c0735;display:block; }
#WzEy5n1KtBk7VmIfsmT81NMgk2aIoL3k { box-sizing:content-box;height:4.125rem;width:4.125rem;position:absolute;display:block;z-index:15018;background-color:transparent;background-image:none;top:87.25rem;left:26.25rem;border-top:0.25rem solid #9c0735;border-left:0.25rem solid #9c0735;border-right:0.25rem solid #9c0735;border-bottom:0.25rem solid #9c0735;display:block; }
#xhVZ8Oc4hTueQaTLxerOtC16LP2PorC7 { box-sizing:content-box;height:4.125rem;width:4.125rem;position:absolute;display:block;z-index:15017;background-color:transparent;background-image:none;top:87.25rem;left:21.875rem;border-top:0.25rem solid #9c0735;border-left:0.25rem solid #9c0735;border-right:0.25rem solid #9c0735;border-bottom:0.25rem solid #9c0735;display:block; }
#Cd6dETBdK41FNWQTCVcCipBJFMvZHSbI { box-sizing:content-box;height:4.125rem;width:4.125rem;position:absolute;display:block;z-index:15028;background-color:transparent;background-image:none;top:4.125rem;left:17.5rem;border-top:0.25rem solid #9c0735;border-left:0.25rem solid #9c0735;border-right:0.25rem solid #9c0735;border-bottom:0.25rem solid #9c0735;display:block; }
#ZPWTHM7cUAz8DBCX0OFp1AcryWJv4HOF { box-sizing:content-box;height:4.125rem;width:4.125rem;position:absolute;display:block;z-index:15033;background-color:transparent;background-image:none;top:8.5rem;left:17.5rem;border-top:0.25rem solid #9c0735;border-left:0.25rem solid #9c0735;border-right:0.25rem solid #9c0735;border-bottom:0.25rem solid #9c0735;display:block; }
#tb0ltqZT1tCG9ESMpoITmVcizhuCO70a { box-sizing:content-box;height:4.125rem;width:4.125rem;position:absolute;display:block;z-index:15038;background-color:transparent;background-image:none;top:12.875rem;left:17.5rem;border-top:0.25rem solid #9c0735;border-left:0.25rem solid #9c0735;border-right:0.25rem solid #9c0735;border-bottom:0.25rem solid #9c0735;display:block; }
#GGH6BZgHXR9Vx20Kq0mDIFQnWCzbr0B6 { box-sizing:content-box;height:4.125rem;width:4.125rem;position:absolute;display:block;z-index:15043;background-color:transparent;background-image:none;top:17.25rem;left:17.5rem;border-top:0.25rem solid #9c0735;border-left:0.25rem solid #9c0735;border-right:0.25rem solid #9c0735;border-bottom:0.25rem solid #9c0735;display:block; }
#nf31BlSCo01MFKB6pFnTFVSXeHAaXA5I { box-sizing:content-box;height:4.125rem;width:4.125rem;position:absolute;display:block;z-index:15058;background-color:transparent;background-image:none;top:87.25rem;left:70rem;border-top:0.25rem solid #9c0735;border-left:0.25rem solid #9c0735;border-right:0.25rem solid #9c0735;border-bottom:0.25rem solid #9c0735;display:block; }
#QTVaVy6xoHKshlvr74TSz412uUyVORoh { color:#30966e;display:block;width:7.375rem;position:absolute;font-family:outfit;font-size:1.0625rem;font-weight:normal;z-index:15065;line-height:1.3;letter-spacing:0;top:3.9375rem;left:35.3125rem;height:2.76278125rem;display:block; }
#Ck0vHsaF96rzLqyOQ1wx2p2KISel1Nq0 { color:#9c0735;display:block;width:37.874625rem;position:absolute;font-family:outfit;font-size:1.0625rem;font-weight:normal;z-index:15066;line-height:1.3;letter-spacing:0;top:13.265182495118rem;left:26.25rem;height:69.06958125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#UaGlU3gbm4BRTEcIaKKbTvB0GFyvke9H { position:absolute;display:block;z-index:15064;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.4375rem;width:7.6875rem;top:4.125rem;left:26.25rem;overflow:hidden;display:block; }
#qNJrh85qvICz9XmPDy4ycx74TskPuRAo { box-sizing:content-box;height:4.125rem;width:4.125rem;position:absolute;display:block;z-index:15006;background-color:transparent;background-image:none;top:0rem;left:70rem;border-top:0;border-left:0.25rem solid #9c0735;border-right:0.25rem solid #9c0735;border-bottom:0.25rem solid #9c0735;display:block; }
#VsDIuGDZRyUolxT6l1ya79gi3U8fcpW2 { box-sizing:content-box;height:4.125rem;width:4.125rem;position:absolute;display:block;z-index:15007;background-color:transparent;background-image:none;top:0rem;left:0rem;border-top:0;border-left:0.25rem solid #9c0735;border-right:0.25rem solid #9c0735;border-bottom:0.25rem solid #9c0735;display:block; }
#ZfLkFWqrT5kRfl03KUtdA3TkJKaqNg7c { box-sizing:content-box;height:4.125rem;width:4.125rem;position:absolute;display:block;z-index:15008;background-color:transparent;background-image:none;top:0rem;left:4.375rem;border-top:0;border-left:0.25rem solid #9c0735;border-right:0.25rem solid #9c0735;border-bottom:0.25rem solid #9c0735;display:block; }
#lsIXlwsJekqwSlEuQKvmJeeFRQa1L90t { box-sizing:content-box;height:4.125rem;width:4.125rem;position:absolute;display:block;z-index:15009;background-color:transparent;background-image:none;top:0rem;left:8.75rem;border-top:0;border-left:0.25rem solid #9c0735;border-right:0.25rem solid #9c0735;border-bottom:0.25rem solid #9c0735;display:block; }
#zTJ21Jm5rVKqfIl2A1t9369u98LMHtL3 { box-sizing:content-box;height:4.125rem;width:4.125rem;position:absolute;display:block;z-index:15010;background-color:transparent;background-image:none;top:0rem;left:13.125rem;border-top:0;border-left:0.25rem solid #9c0735;border-right:0.25rem solid #9c0735;border-bottom:0.25rem solid #9c0735;display:block; }
#s14D1Ks8CzPcZd9vafW6NLBJQ2n5zkTb { box-sizing:content-box;height:4.125rem;width:4.125rem;position:absolute;display:block;z-index:15011;background-color:transparent;background-image:none;top:0rem;left:17.5rem;border-top:0;border-left:0.25rem solid #9c0735;border-right:0.25rem solid #9c0735;border-bottom:0.25rem solid #9c0735;display:block; }
#A7HKegC1HsefK5XZ4eVODTBXZFSJU2wc { color:#30966e;display:block;width:19.0625rem;position:absolute;font-family:outfit;font-size:1.0625rem;font-weight:normal;z-index:15067;line-height:1.3;letter-spacing:0;top:4.0292072296142rem;left:48.375rem;height:4.144175rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#Z5NfZiOV5xcrd3tnhzeUrozRdH8W37tQ { box-sizing:content-box;height:4.125rem;width:4.125rem;position:absolute;display:block;z-index:15029;background-color:transparent;background-image:none;top:34.75rem;left:70rem;border-top:0.25rem solid #9c0735;border-left:0.25rem solid #9c0735;border-right:0.25rem solid #9c0735;border-bottom:0.25rem solid #9c0735;display:block; }
#yTUtnFbHZOwcw6sEMeSpZk3STEDm0su9 { box-sizing:content-box;height:4.125rem;width:4.125rem;position:absolute;display:block;z-index:15024;background-color:transparent;background-image:none;top:30.375rem;left:70rem;border-top:0.25rem solid #9c0735;border-left:0.25rem solid #9c0735;border-right:0.25rem solid #9c0735;border-bottom:0.25rem solid #9c0735;display:block; }
#web7U2QKiufnOeTfIldTP2B1ExnvVQKc { box-sizing:content-box;height:4.125rem;width:4.125rem;position:absolute;display:block;z-index:15019;background-color:transparent;background-image:none;top:26rem;left:70rem;border-top:0.25rem solid #9c0735;border-left:0.25rem solid #9c0735;border-right:0.25rem solid #9c0735;border-bottom:0.25rem solid #9c0735;display:block; }
#AnB4w7xVG9fUZC3aSMDBd0I8O4Ehbqrn { box-sizing:content-box;height:4.125rem;width:4.125rem;position:absolute;display:block;z-index:15014;background-color:transparent;background-image:none;top:21.625rem;left:70rem;border-top:0.25rem solid #9c0735;border-left:0.25rem solid #9c0735;border-right:0.25rem solid #9c0735;border-bottom:0.25rem solid #9c0735;display:block; }
#TGpyi5G1kkh6f74Uc7sgEBGNGIRyd4Fe { box-sizing:content-box;height:4.125rem;width:4.125rem;position:absolute;display:block;z-index:15045;background-color:transparent;background-image:none;top:69.75rem;left:70rem;border-top:0.25rem solid #9c0735;border-left:0.25rem solid #9c0735;border-right:0.25rem solid #9c0735;border-bottom:0.25rem solid #9c0735;display:block; }
#WyaZewvglBUHTO7EeT5a1JClAmyOBdwy { box-sizing:content-box;height:4.125rem;width:4.125rem;position:absolute;display:block;z-index:15040;background-color:transparent;background-image:none;top:65.375rem;left:70rem;border-top:0.25rem solid #9c0735;border-left:0.25rem solid #9c0735;border-right:0.25rem solid #9c0735;border-bottom:0.25rem solid #9c0735;display:block; }
#crMXz9srbyUoPye05bS7xeERiNrCk0tl { box-sizing:content-box;height:4.125rem;width:4.125rem;position:absolute;display:block;z-index:15035;background-color:transparent;background-image:none;top:61rem;left:70rem;border-top:0.25rem solid #9c0735;border-left:0.25rem solid #9c0735;border-right:0.25rem solid #9c0735;border-bottom:0.25rem solid #9c0735;display:block; }
#cuS4QeMcBmTEzwn1XwvCfZi5fPoJslBw { box-sizing:content-box;height:4.125rem;width:4.125rem;position:absolute;display:block;z-index:15030;background-color:transparent;background-image:none;top:56.625rem;left:70rem;border-top:0.25rem solid #9c0735;border-left:0.25rem solid #9c0735;border-right:0.25rem solid #9c0735;border-bottom:0.25rem solid #9c0735;display:block; }
#xlQUPCUyXp6lNHfn1tS06cQfSpVAun38 { box-sizing:content-box;height:4.125rem;width:4.125rem;position:absolute;display:block;z-index:15041;background-color:transparent;background-image:none;top:52.25rem;left:70rem;border-top:0.25rem solid #9c0735;border-left:0.25rem solid #9c0735;border-right:0.25rem solid #9c0735;border-bottom:0.25rem solid #9c0735;display:block; }
#t2b4CXPlrKlmtAdOy6SF0TwPIaIPGLEE { box-sizing:content-box;height:4.125rem;width:4.125rem;position:absolute;display:block;z-index:15036;background-color:transparent;background-image:none;top:47.875rem;left:70rem;border-top:0.25rem solid #9c0735;border-left:0.25rem solid #9c0735;border-right:0.25rem solid #9c0735;border-bottom:0.25rem solid #9c0735;display:block; }
#swds5VFO6QgtLprSkywOxy2LqZSI4vyl { box-sizing:content-box;height:4.125rem;width:4.125rem;position:absolute;display:block;z-index:15031;background-color:transparent;background-image:none;top:43.5rem;left:70rem;border-top:0.25rem solid #9c0735;border-left:0.25rem solid #9c0735;border-right:0.25rem solid #9c0735;border-bottom:0.25rem solid #9c0735;display:block; }
#d29ZC52TA3tWp61MCVicznM4iTEPcs3A { box-sizing:content-box;height:4.125rem;width:4.125rem;position:absolute;display:block;z-index:15026;background-color:transparent;background-image:none;top:39.125rem;left:70rem;border-top:0.25rem solid #9c0735;border-left:0.25rem solid #9c0735;border-right:0.25rem solid #9c0735;border-bottom:0.25rem solid #9c0735;display:block; }
#SlLm4sKmIkXOI5GkqZkVKucNpCkJ5Fio { box-sizing:content-box;height:4.125rem;width:4.125rem;position:absolute;display:block;z-index:15047;background-color:transparent;background-image:none;top:78.5rem;left:70rem;border-top:0.25rem solid #9c0735;border-left:0.25rem solid #9c0735;border-right:0.25rem solid #9c0735;border-bottom:0.25rem solid #9c0735;display:block; }
#cqRC0PAcw9cirl3TUHrKrBLP2Gxww0zm { box-sizing:content-box;height:4.125rem;width:4.125rem;position:absolute;display:block;z-index:15042;background-color:transparent;background-image:none;top:74.125rem;left:70rem;border-top:0.25rem solid #9c0735;border-left:0.25rem solid #9c0735;border-right:0.25rem solid #9c0735;border-bottom:0.25rem solid #9c0735;display:block; }
#xv9AvWqnL4kK8CQd4Xym0zagghXHZxCR { box-sizing:content-box;height:4.125rem;width:4.125rem;position:absolute;display:block;z-index:15048;background-color:transparent;background-image:none;top:82.875rem;left:70rem;border-top:0.25rem solid #9c0735;border-left:0.25rem solid #9c0735;border-right:0.25rem solid #9c0735;border-bottom:0.25rem solid #9c0735;display:block; }
#oxsgSZDbgy3uoQ4scKmyCTc816Tqys5A { box-sizing:content-box;height:4.125rem;width:4.125rem;position:absolute;display:block;z-index:15069;background-color:transparent;background-image:none;top:34.75rem;left:13.125rem;border-top:0.25rem solid #9c0735;border-left:0.25rem solid #9c0735;border-right:0.25rem solid #9c0735;border-bottom:0.25rem solid #9c0735;display:block; }
#TP8zfIpT3Lmto58ASZaHNdD5FzZtzg0Q { box-sizing:content-box;height:4.125rem;width:4.125rem;position:absolute;display:block;z-index:15083;background-color:transparent;background-image:none;top:34.75rem;left:17.5rem;border-top:0.25rem solid #9c0735;border-left:0.25rem solid #9c0735;border-right:0.25rem solid #9c0735;border-bottom:0.25rem solid #9c0735;display:block; }
#aXsOlhHp2U3CsFucNkE3sUu0X4562xKr { box-sizing:content-box;height:4.125rem;width:4.125rem;position:absolute;display:block;z-index:15063;background-color:transparent;background-image:none;top:30.375rem;left:8.75rem;border-top:0.25rem solid #9c0735;border-left:0.25rem solid #9c0735;border-right:0.25rem solid #9c0735;border-bottom:0.25rem solid #9c0735;display:block; }
#PoEwUuH8h82q39UifSler2gsyvorrV3G { box-sizing:content-box;height:4.125rem;width:4.125rem;position:absolute;display:block;z-index:15064;background-color:transparent;background-image:none;top:30.375rem;left:13.125rem;border-top:0.25rem solid #9c0735;border-left:0.25rem solid #9c0735;border-right:0.25rem solid #9c0735;border-bottom:0.25rem solid #9c0735;display:block; }
#zTq3ilG0QmuIy9ZuQ8UTqkXmNF7NGIdn { box-sizing:content-box;height:4.125rem;width:4.125rem;position:absolute;display:block;z-index:15068;background-color:transparent;background-image:none;top:34.75rem;left:8.75rem;border-top:0.25rem solid #9c0735;border-left:0.25rem solid #9c0735;border-right:0.25rem solid #9c0735;border-bottom:0.25rem solid #9c0735;display:block; }
#GLI07uOVl7aBFWgwJU2u5fRCMlFHc7ss { box-sizing:content-box;height:4.125rem;width:4.125rem;position:absolute;display:block;z-index:15078;background-color:transparent;background-image:none;top:30.375rem;left:17.5rem;border-top:0.25rem solid #9c0735;border-left:0.25rem solid #9c0735;border-right:0.25rem solid #9c0735;border-bottom:0.25rem solid #9c0735;display:block; }
#J5RaZUHLr4L7phhpwGk6d5wRipu1DTNP { box-sizing:content-box;height:4.125rem;width:4.125rem;position:absolute;display:block;z-index:15062;background-color:transparent;background-image:none;top:30.375rem;left:4.375rem;border-top:0.25rem solid #9c0735;border-left:0.25rem solid #9c0735;border-right:0.25rem solid #9c0735;border-bottom:0.25rem solid #9c0735;display:block; }
#q4A0sCAJf7G5w92tVhXq0w3gIBe1U8T8 { box-sizing:content-box;height:4.125rem;width:4.125rem;position:absolute;display:block;z-index:15067;background-color:transparent;background-image:none;top:34.75rem;left:4.375rem;border-top:0.25rem solid #9c0735;border-left:0.25rem solid #9c0735;border-right:0.25rem solid #9c0735;border-bottom:0.25rem solid #9c0735;display:block; }
#r1hOt7pv96b3thstcmSs7VfPgBmcsHiQ { box-sizing:content-box;height:4.125rem;width:4.125rem;position:absolute;display:block;z-index:15058;background-color:transparent;background-image:none;top:26rem;left:8.75rem;border-top:0.25rem solid #9c0735;border-left:0.25rem solid #9c0735;border-right:0.25rem solid #9c0735;border-bottom:0.25rem solid #9c0735;display:block; }
#JZFG4wsa4WZ0tZQp5D8wyDylh2ESgFTm { box-sizing:content-box;height:4.125rem;width:4.125rem;position:absolute;display:block;z-index:15059;background-color:transparent;background-image:none;top:26rem;left:13.125rem;border-top:0.25rem solid #9c0735;border-left:0.25rem solid #9c0735;border-right:0.25rem solid #9c0735;border-bottom:0.25rem solid #9c0735;display:block; }
#f5UfuQTA9SLSmEev33UQAsRkgSuTlRd6 { box-sizing:content-box;height:4.125rem;width:4.125rem;position:absolute;display:block;z-index:15057;background-color:transparent;background-image:none;top:26rem;left:4.375rem;border-top:0.25rem solid #9c0735;border-left:0.25rem solid #9c0735;border-right:0.25rem solid #9c0735;border-bottom:0.25rem solid #9c0735;display:block; }
#xFiBoGDMQwF7OQ8czK5q4FD6eqiUixlE { box-sizing:content-box;height:4.125rem;width:4.125rem;position:absolute;display:block;z-index:15073;background-color:transparent;background-image:none;top:26rem;left:17.5rem;border-top:0.25rem solid #9c0735;border-left:0.25rem solid #9c0735;border-right:0.25rem solid #9c0735;border-bottom:0.25rem solid #9c0735;display:block; }
#VTWLdbCiuWGK2X9EvphNkCc7gEv5UDB5 { box-sizing:content-box;height:4.125rem;width:4.125rem;position:absolute;display:block;z-index:15056;background-color:transparent;background-image:none;top:26rem;left:0rem;border-top:0.25rem solid #9c0735;border-left:0.25rem solid #9c0735;border-right:0.25rem solid #9c0735;border-bottom:0.25rem solid #9c0735;display:block; }
#LyWeudaek29WpthsaxAWA6Xe7dzDbQPT { box-sizing:content-box;height:4.125rem;width:4.125rem;position:absolute;display:block;z-index:15061;background-color:transparent;background-image:none;top:30.375rem;left:0rem;border-top:0.25rem solid #9c0735;border-left:0.25rem solid #9c0735;border-right:0.25rem solid #9c0735;border-bottom:0.25rem solid #9c0735;display:block; }
#hq8HGEota9PqZRdJWhGnPBlceGKqSH9q { box-sizing:content-box;height:4.125rem;width:4.125rem;position:absolute;display:block;z-index:15066;background-color:transparent;background-image:none;top:34.75rem;left:0rem;border-top:0.25rem solid #9c0735;border-left:0.25rem solid #9c0735;border-right:0.25rem solid #9c0735;border-bottom:0.25rem solid #9c0735;display:block; }
#RHWaSlHKNWkOi38B82b0xsK3QMMrCZnv { box-sizing:content-box;height:4.125rem;width:4.125rem;position:absolute;display:block;z-index:15053;background-color:transparent;background-image:none;top:21.625rem;left:8.75rem;border-top:0.25rem solid #9c0735;border-left:0.25rem solid #9c0735;border-right:0.25rem solid #9c0735;border-bottom:0.25rem solid #9c0735;display:block; }
#GT9lfwrnUGaoa8a6KfhPwLpguVTokglB { box-sizing:content-box;height:4.125rem;width:4.125rem;position:absolute;display:block;z-index:15054;background-color:transparent;background-image:none;top:21.625rem;left:13.125rem;border-top:0.25rem solid #9c0735;border-left:0.25rem solid #9c0735;border-right:0.25rem solid #9c0735;border-bottom:0.25rem solid #9c0735;display:block; }
#PMI06lmIBWBWGCA3IvqaKlXv9XF7bN1t { box-sizing:content-box;height:4.125rem;width:4.125rem;position:absolute;display:block;z-index:15052;background-color:transparent;background-image:none;top:21.625rem;left:4.375rem;border-top:0.25rem solid #9c0735;border-left:0.25rem solid #9c0735;border-right:0.25rem solid #9c0735;border-bottom:0.25rem solid #9c0735;display:block; }
#tnq1dfIVSPDI1ULUnZKlmcgBQSVhxURs { box-sizing:content-box;height:4.125rem;width:4.125rem;position:absolute;display:block;z-index:15051;background-color:transparent;background-image:none;top:21.625rem;left:0rem;border-top:0.25rem solid #9c0735;border-left:0.25rem solid #9c0735;border-right:0.25rem solid #9c0735;border-bottom:0.25rem solid #9c0735;display:block; }
#snepcVWJHick5yZavK6XwkVy3C5NXLms { box-sizing:content-box;height:4.125rem;width:4.125rem;position:absolute;display:block;z-index:15068;background-color:transparent;background-image:none;top:21.625rem;left:17.5rem;border-top:0.25rem solid #9c0735;border-left:0.25rem solid #9c0735;border-right:0.25rem solid #9c0735;border-bottom:0.25rem solid #9c0735;display:block; }
#KxaTOl94w3dAT7fw7EcA20nObQAdi2lA { box-sizing:content-box;height:4.125rem;width:4.125rem;position:absolute;display:block;z-index:15068;background-color:transparent;background-image:none;top:39.125rem;left:17.5rem;border-top:0.25rem solid #9c0735;border-left:0.25rem solid #9c0735;border-right:0.25rem solid #9c0735;border-bottom:0.25rem solid #9c0735;display:block; }
#cFTGQKzs4poTFpiZAI0MkaIEZPUKMrTM { box-sizing:content-box;height:4.125rem;width:4.125rem;position:absolute;display:block;z-index:15073;background-color:transparent;background-image:none;top:43.5rem;left:17.5rem;border-top:0.25rem solid #9c0735;border-left:0.25rem solid #9c0735;border-right:0.25rem solid #9c0735;border-bottom:0.25rem solid #9c0735;display:block; }
#Wv208nU5JIdQeHMyxOBaE5xHmHbQs4p4 { box-sizing:content-box;height:4.125rem;width:4.125rem;position:absolute;display:block;z-index:15078;background-color:transparent;background-image:none;top:47.875rem;left:17.5rem;border-top:0.25rem solid #9c0735;border-left:0.25rem solid #9c0735;border-right:0.25rem solid #9c0735;border-bottom:0.25rem solid #9c0735;display:block; }
#MKnRkDzVBIJ0kaTwMMXcTiTOr1WctQXf { box-sizing:content-box;height:4.125rem;width:4.125rem;position:absolute;display:block;z-index:15054;background-color:transparent;background-image:none;top:39.125rem;left:13.125rem;border-top:0.25rem solid #9c0735;border-left:0.25rem solid #9c0735;border-right:0.25rem solid #9c0735;border-bottom:0.25rem solid #9c0735;display:block; }
#qOX8wpNPLwLDTkOnXUKBClCLEpb8q96W { box-sizing:content-box;height:4.125rem;width:4.125rem;position:absolute;display:block;z-index:15059;background-color:transparent;background-image:none;top:43.5rem;left:13.125rem;border-top:0.25rem solid #9c0735;border-left:0.25rem solid #9c0735;border-right:0.25rem solid #9c0735;border-bottom:0.25rem solid #9c0735;display:block; }
#iXofAtRmJ3fO1NhtanzfzubpaRzQvfVd { box-sizing:content-box;height:4.125rem;width:4.125rem;position:absolute;display:block;z-index:15064;background-color:transparent;background-image:none;top:47.875rem;left:13.125rem;border-top:0.25rem solid #9c0735;border-left:0.25rem solid #9c0735;border-right:0.25rem solid #9c0735;border-bottom:0.25rem solid #9c0735;display:block; }
#IGTSLnOUyQF2nVTQGGmQLzLQhKx40PnK { box-sizing:content-box;height:4.125rem;width:4.125rem;position:absolute;display:block;z-index:15069;background-color:transparent;background-image:none;top:52.25rem;left:13.125rem;border-top:0.25rem solid #9c0735;border-left:0.25rem solid #9c0735;border-right:0.25rem solid #9c0735;border-bottom:0.25rem solid #9c0735;display:block; }
#H0veKOJb8cwXfy5KRkv7FW5GpsO0NxVP { box-sizing:content-box;height:4.125rem;width:4.125rem;position:absolute;display:block;z-index:15083;background-color:transparent;background-image:none;top:52.25rem;left:17.5rem;border-top:0.25rem solid #9c0735;border-left:0.25rem solid #9c0735;border-right:0.25rem solid #9c0735;border-bottom:0.25rem solid #9c0735;display:block; }
#SEknNTJas9Xh82ffxrxuPt9lJO07m8ae { box-sizing:content-box;height:4.125rem;width:4.125rem;position:absolute;display:block;z-index:15053;background-color:transparent;background-image:none;top:39.125rem;left:8.75rem;border-top:0.25rem solid #9c0735;border-left:0.25rem solid #9c0735;border-right:0.25rem solid #9c0735;border-bottom:0.25rem solid #9c0735;display:block; }
#GImyR0TMX4f5rR9cfL0XnCxRlWduRr4I { box-sizing:content-box;height:4.125rem;width:4.125rem;position:absolute;display:block;z-index:15058;background-color:transparent;background-image:none;top:43.5rem;left:8.75rem;border-top:0.25rem solid #9c0735;border-left:0.25rem solid #9c0735;border-right:0.25rem solid #9c0735;border-bottom:0.25rem solid #9c0735;display:block; }
#l3GLIh7CLV7NSKuvDAaVRDZt3ObNF0kh { box-sizing:content-box;height:4.125rem;width:4.125rem;position:absolute;display:block;z-index:15063;background-color:transparent;background-image:none;top:47.875rem;left:8.75rem;border-top:0.25rem solid #9c0735;border-left:0.25rem solid #9c0735;border-right:0.25rem solid #9c0735;border-bottom:0.25rem solid #9c0735;display:block; }
#tnBOVgZ2FT1nT9sLfuTZh0neGZKIHrvK { box-sizing:content-box;height:4.125rem;width:4.125rem;position:absolute;display:block;z-index:15068;background-color:transparent;background-image:none;top:52.25rem;left:8.75rem;border-top:0.25rem solid #9c0735;border-left:0.25rem solid #9c0735;border-right:0.25rem solid #9c0735;border-bottom:0.25rem solid #9c0735;display:block; }
#f1Ows3nQgfbps7uZpTxXZZ8dlAdCE75g { box-sizing:content-box;height:4.125rem;width:4.125rem;position:absolute;display:block;z-index:15093;background-color:transparent;background-image:none;top:56.625rem;left:8.75rem;border-top:0.25rem solid #9c0735;border-left:0.25rem solid #9c0735;border-right:0.25rem solid #9c0735;border-bottom:0.25rem solid #9c0735;display:block; }
#k13aDdvwxMGMDszIKsoWCqyXATPorHWI { box-sizing:content-box;height:4.125rem;width:4.125rem;position:absolute;display:block;z-index:15094;background-color:transparent;background-image:none;top:56.625rem;left:13.125rem;border-top:0.25rem solid #9c0735;border-left:0.25rem solid #9c0735;border-right:0.25rem solid #9c0735;border-bottom:0.25rem solid #9c0735;display:block; }
#wipbGkfhv2VWSSRxEfA7NTyZOdat8fST { box-sizing:content-box;height:4.125rem;width:4.125rem;position:absolute;display:block;z-index:15108;background-color:transparent;background-image:none;top:56.625rem;left:17.5rem;border-top:0.25rem solid #9c0735;border-left:0.25rem solid #9c0735;border-right:0.25rem solid #9c0735;border-bottom:0.25rem solid #9c0735;display:block; }
#pgtH3Ph1Z1Tt9uOqQgOdx6MbJ2ki6ptQ { box-sizing:content-box;height:4.125rem;width:4.125rem;position:absolute;display:block;z-index:15098;background-color:transparent;background-image:none;top:61rem;left:8.75rem;border-top:0.25rem solid #9c0735;border-left:0.25rem solid #9c0735;border-right:0.25rem solid #9c0735;border-bottom:0.25rem solid #9c0735;display:block; }
#MODrtgXTHUZFya5BrN3Z4ZCWCSnSC9Q5 { box-sizing:content-box;height:4.125rem;width:4.125rem;position:absolute;display:block;z-index:15099;background-color:transparent;background-image:none;top:61rem;left:13.125rem;border-top:0.25rem solid #9c0735;border-left:0.25rem solid #9c0735;border-right:0.25rem solid #9c0735;border-bottom:0.25rem solid #9c0735;display:block; }
#wkdksAHz8aXddTyxtt00t7Qyb5QS5nmd { box-sizing:content-box;height:4.125rem;width:4.125rem;position:absolute;display:block;z-index:15113;background-color:transparent;background-image:none;top:61rem;left:17.5rem;border-top:0.25rem solid #9c0735;border-left:0.25rem solid #9c0735;border-right:0.25rem solid #9c0735;border-bottom:0.25rem solid #9c0735;display:block; }
#rpirroTA3AZAlx0y7hiqo98S864AXeNb { box-sizing:content-box;height:4.125rem;width:4.125rem;position:absolute;display:block;z-index:15052;background-color:transparent;background-image:none;top:39.125rem;left:4.375rem;border-top:0.25rem solid #9c0735;border-left:0.25rem solid #9c0735;border-right:0.25rem solid #9c0735;border-bottom:0.25rem solid #9c0735;display:block; }
#Hqt7zAxckAXD4LFIDpMXSlWnLl2npPOV { box-sizing:content-box;height:4.125rem;width:4.125rem;position:absolute;display:block;z-index:15057;background-color:transparent;background-image:none;top:43.5rem;left:4.375rem;border-top:0.25rem solid #9c0735;border-left:0.25rem solid #9c0735;border-right:0.25rem solid #9c0735;border-bottom:0.25rem solid #9c0735;display:block; }
#vvHHa4bmDq5ZWGTXAA0ZpS1QFTaaVxeF { box-sizing:content-box;height:4.125rem;width:4.125rem;position:absolute;display:block;z-index:15062;background-color:transparent;background-image:none;top:47.875rem;left:4.375rem;border-top:0.25rem solid #9c0735;border-left:0.25rem solid #9c0735;border-right:0.25rem solid #9c0735;border-bottom:0.25rem solid #9c0735;display:block; }
#z3ZAkeyt3cUI5rlpbJbJ7Q06z5wBFbA4 { box-sizing:content-box;height:4.125rem;width:4.125rem;position:absolute;display:block;z-index:15067;background-color:transparent;background-image:none;top:52.25rem;left:4.375rem;border-top:0.25rem solid #9c0735;border-left:0.25rem solid #9c0735;border-right:0.25rem solid #9c0735;border-bottom:0.25rem solid #9c0735;display:block; }
#Wm42RwGHow2CQHa2kVE7Xp2eF5z0mzn5 { box-sizing:content-box;height:4.125rem;width:4.125rem;position:absolute;display:block;z-index:15097;background-color:transparent;background-image:none;top:61rem;left:4.375rem;border-top:0.25rem solid #9c0735;border-left:0.25rem solid #9c0735;border-right:0.25rem solid #9c0735;border-bottom:0.25rem solid #9c0735;display:block; }
#hudQi3Tt6TceCDQSEbtaEg3Kr8gE8RiW { box-sizing:content-box;height:4.125rem;width:4.125rem;position:absolute;display:block;z-index:15092;background-color:transparent;background-image:none;top:56.625rem;left:4.375rem;border-top:0.25rem solid #9c0735;border-left:0.25rem solid #9c0735;border-right:0.25rem solid #9c0735;border-bottom:0.25rem solid #9c0735;display:block; }
#TELZoCQiuTSbghIQMa3C15e1UxUiUiEl { box-sizing:content-box;height:4.125rem;width:4.125rem;position:absolute;display:block;z-index:15103;background-color:transparent;background-image:none;top:65.375rem;left:8.75rem;border-top:0.25rem solid #9c0735;border-left:0.25rem solid #9c0735;border-right:0.25rem solid #9c0735;border-bottom:0.25rem solid #9c0735;display:block; }
#wGc0wLdev1R8iqTcscz0lhA3JASMwSTg { box-sizing:content-box;height:4.125rem;width:4.125rem;position:absolute;display:block;z-index:15104;background-color:transparent;background-image:none;top:65.375rem;left:13.125rem;border-top:0.25rem solid #9c0735;border-left:0.25rem solid #9c0735;border-right:0.25rem solid #9c0735;border-bottom:0.25rem solid #9c0735;display:block; }
#O9OwB90b9LfqFemWnMIUvBSeXzgn927s { box-sizing:content-box;height:4.125rem;width:4.125rem;position:absolute;display:block;z-index:15118;background-color:transparent;background-image:none;top:65.375rem;left:17.5rem;border-top:0.25rem solid #9c0735;border-left:0.25rem solid #9c0735;border-right:0.25rem solid #9c0735;border-bottom:0.25rem solid #9c0735;display:block; }
#kReTcSihB4IK8gH33gNwnu1dNq7VBsAN { box-sizing:content-box;height:4.125rem;width:4.125rem;position:absolute;display:block;z-index:15102;background-color:transparent;background-image:none;top:65.375rem;left:4.375rem;border-top:0.25rem solid #9c0735;border-left:0.25rem solid #9c0735;border-right:0.25rem solid #9c0735;border-bottom:0.25rem solid #9c0735;display:block; }
#nG0RapqmAyw9OBM1GTFxyGyKiZpa7gvE { box-sizing:content-box;height:4.125rem;width:4.125rem;position:absolute;display:block;z-index:15109;background-color:transparent;background-image:none;top:69.75rem;left:13.125rem;border-top:0.25rem solid #9c0735;border-left:0.25rem solid #9c0735;border-right:0.25rem solid #9c0735;border-bottom:0.25rem solid #9c0735;display:block; }
#iiIedeha2k7FMyAFbAsXVEm2dltCBIu6 { box-sizing:content-box;height:4.125rem;width:4.125rem;position:absolute;display:block;z-index:15123;background-color:transparent;background-image:none;top:69.75rem;left:17.5rem;border-top:0.25rem solid #9c0735;border-left:0.25rem solid #9c0735;border-right:0.25rem solid #9c0735;border-bottom:0.25rem solid #9c0735;display:block; }
#a4JTduZD6X0ctoa8p707CbcaBZ77IL8q { box-sizing:content-box;height:4.125rem;width:4.125rem;position:absolute;display:block;z-index:15108;background-color:transparent;background-image:none;top:69.75rem;left:8.75rem;border-top:0.25rem solid #9c0735;border-left:0.25rem solid #9c0735;border-right:0.25rem solid #9c0735;border-bottom:0.25rem solid #9c0735;display:block; }
#nnRZH2BngpOPSg52dA8cU6V0ITlMh6bR { box-sizing:content-box;height:4.125rem;width:4.125rem;position:absolute;display:block;z-index:15107;background-color:transparent;background-image:none;top:69.75rem;left:4.375rem;border-top:0.25rem solid #9c0735;border-left:0.25rem solid #9c0735;border-right:0.25rem solid #9c0735;border-bottom:0.25rem solid #9c0735;display:block; }
#h39mCJz59dnRFUciX4FS3cXZaEBT19KN { box-sizing:content-box;height:4.125rem;width:4.125rem;position:absolute;display:block;z-index:15051;background-color:transparent;background-image:none;top:39.125rem;left:0rem;border-top:0.25rem solid #9c0735;border-left:0.25rem solid #9c0735;border-right:0.25rem solid #9c0735;border-bottom:0.25rem solid #9c0735;display:block; }
#apSvofck1OGLMUSw7sconvp3rq0mED7r { box-sizing:content-box;height:4.125rem;width:4.125rem;position:absolute;display:block;z-index:15056;background-color:transparent;background-image:none;top:43.5rem;left:0rem;border-top:0.25rem solid #9c0735;border-left:0.25rem solid #9c0735;border-right:0.25rem solid #9c0735;border-bottom:0.25rem solid #9c0735;display:block; }
#bZ42cNWI5NDpKNIz7s1fMtEsrU4uqhy8 { box-sizing:content-box;height:4.125rem;width:4.125rem;position:absolute;display:block;z-index:15061;background-color:transparent;background-image:none;top:47.875rem;left:0rem;border-top:0.25rem solid #9c0735;border-left:0.25rem solid #9c0735;border-right:0.25rem solid #9c0735;border-bottom:0.25rem solid #9c0735;display:block; }
#iTvKq8kQAfLLIgc0v3Lhfu2KCaRPZFCZ { box-sizing:content-box;height:4.125rem;width:4.125rem;position:absolute;display:block;z-index:15066;background-color:transparent;background-image:none;top:52.25rem;left:0rem;border-top:0.25rem solid #9c0735;border-left:0.25rem solid #9c0735;border-right:0.25rem solid #9c0735;border-bottom:0.25rem solid #9c0735;display:block; }
#TQP1z3iw7gfchicbLAsW4NZ1Dny1hcso { box-sizing:content-box;height:4.125rem;width:4.125rem;position:absolute;display:block;z-index:15096;background-color:transparent;background-image:none;top:61rem;left:0rem;border-top:0.25rem solid #9c0735;border-left:0.25rem solid #9c0735;border-right:0.25rem solid #9c0735;border-bottom:0.25rem solid #9c0735;display:block; }
#ImuyC97TeeFpWD83ic2NP9Ux4EWOkN1W { box-sizing:content-box;height:4.125rem;width:4.125rem;position:absolute;display:block;z-index:15101;background-color:transparent;background-image:none;top:65.375rem;left:0rem;border-top:0.25rem solid #9c0735;border-left:0.25rem solid #9c0735;border-right:0.25rem solid #9c0735;border-bottom:0.25rem solid #9c0735;display:block; }
#uciJwzFh6guTZ6RPzZNA8lBtZ72gGoTK { box-sizing:content-box;height:4.125rem;width:4.125rem;position:absolute;display:block;z-index:15106;background-color:transparent;background-image:none;top:69.75rem;left:0rem;border-top:0.25rem solid #9c0735;border-left:0.25rem solid #9c0735;border-right:0.25rem solid #9c0735;border-bottom:0.25rem solid #9c0735;display:block; }
#bpNy8zVyEr9uWtxcdaGeJAk1Qe3ogeom { box-sizing:content-box;height:4.125rem;width:4.125rem;position:absolute;display:block;z-index:15091;background-color:transparent;background-image:none;top:56.625rem;left:0rem;border-top:0.25rem solid #9c0735;border-left:0.25rem solid #9c0735;border-right:0.25rem solid #9c0735;border-bottom:0.25rem solid #9c0735;display:block; }
#f09HQyTV0q46wGRfPeG6b77e5GbyJhrR { box-sizing:content-box;height:4.125rem;width:4.125rem;position:absolute;display:block;z-index:15124;background-color:transparent;background-image:none;top:82.875rem;left:13.125rem;border-top:0.25rem solid #9c0735;border-left:0.25rem solid #9c0735;border-right:0.25rem solid #9c0735;border-bottom:0.25rem solid #9c0735;display:block; }
#i2G0NucSy0kTip8QyhHVWvN5zgZAKkus { box-sizing:content-box;height:4.125rem;width:4.125rem;position:absolute;display:block;z-index:15138;background-color:transparent;background-image:none;top:82.875rem;left:17.5rem;border-top:0.25rem solid #9c0735;border-left:0.25rem solid #9c0735;border-right:0.25rem solid #9c0735;border-bottom:0.25rem solid #9c0735;display:block; }
#fmCPT1wXnVToC9WHlBo1tGDM23nCdkKX { box-sizing:content-box;height:4.125rem;width:4.125rem;position:absolute;display:block;z-index:15123;background-color:transparent;background-image:none;top:82.875rem;left:8.75rem;border-top:0.25rem solid #9c0735;border-left:0.25rem solid #9c0735;border-right:0.25rem solid #9c0735;border-bottom:0.25rem solid #9c0735;display:block; }
#PcAp12a26mi0oI7KS9D0eHEz5HvnWQGz { box-sizing:content-box;height:4.125rem;width:4.125rem;position:absolute;display:block;z-index:15122;background-color:transparent;background-image:none;top:82.875rem;left:4.375rem;border-top:0.25rem solid #9c0735;border-left:0.25rem solid #9c0735;border-right:0.25rem solid #9c0735;border-bottom:0.25rem solid #9c0735;display:block; }
#oLdUAmABJI36oPW1Ibar3ZaTV5sBUbVs { box-sizing:content-box;height:4.125rem;width:4.125rem;position:absolute;display:block;z-index:15118;background-color:transparent;background-image:none;top:78.5rem;left:8.75rem;border-top:0.25rem solid #9c0735;border-left:0.25rem solid #9c0735;border-right:0.25rem solid #9c0735;border-bottom:0.25rem solid #9c0735;display:block; }
#D77iigI8HRBAacLitT4Sv8TSRPeOcRSV { box-sizing:content-box;height:4.125rem;width:4.125rem;position:absolute;display:block;z-index:15119;background-color:transparent;background-image:none;top:78.5rem;left:13.125rem;border-top:0.25rem solid #9c0735;border-left:0.25rem solid #9c0735;border-right:0.25rem solid #9c0735;border-bottom:0.25rem solid #9c0735;display:block; }
#pBF6LpZ6ub6LXm1BNUoZZ0fyN6E98y4d { box-sizing:content-box;height:4.125rem;width:4.125rem;position:absolute;display:block;z-index:15133;background-color:transparent;background-image:none;top:78.5rem;left:17.5rem;border-top:0.25rem solid #9c0735;border-left:0.25rem solid #9c0735;border-right:0.25rem solid #9c0735;border-bottom:0.25rem solid #9c0735;display:block; }
#PHAxXlMNX1Q4NhleqEx206qxFFtLbh83 { box-sizing:content-box;height:4.125rem;width:4.125rem;position:absolute;display:block;z-index:15117;background-color:transparent;background-image:none;top:78.5rem;left:4.375rem;border-top:0.25rem solid #9c0735;border-left:0.25rem solid #9c0735;border-right:0.25rem solid #9c0735;border-bottom:0.25rem solid #9c0735;display:block; }
#WLa61pTutJudUXwCZ27i60SirJZTRfcD { box-sizing:content-box;height:4.125rem;width:4.125rem;position:absolute;display:block;z-index:15116;background-color:transparent;background-image:none;top:78.5rem;left:0rem;border-top:0.25rem solid #9c0735;border-left:0.25rem solid #9c0735;border-right:0.25rem solid #9c0735;border-bottom:0.25rem solid #9c0735;display:block; }
#wdnOiZKJNSfdD9z6EwDt75g1wSMli9Mn { box-sizing:content-box;height:4.125rem;width:4.125rem;position:absolute;display:block;z-index:15121;background-color:transparent;background-image:none;top:82.875rem;left:0rem;border-top:0.25rem solid #9c0735;border-left:0.25rem solid #9c0735;border-right:0.25rem solid #9c0735;border-bottom:0.25rem solid #9c0735;display:block; }
#PC9ILaIp4UNC2FSF0uz0q9cq7e99wGeN { box-sizing:content-box;height:4.125rem;width:4.125rem;position:absolute;display:block;z-index:15113;background-color:transparent;background-image:none;top:74.125rem;left:8.75rem;border-top:0.25rem solid #9c0735;border-left:0.25rem solid #9c0735;border-right:0.25rem solid #9c0735;border-bottom:0.25rem solid #9c0735;display:block; }
#MLVAFhvARmDkBrKv3p7B13rn8UTcyPVt { box-sizing:content-box;height:4.125rem;width:4.125rem;position:absolute;display:block;z-index:15114;background-color:transparent;background-image:none;top:74.125rem;left:13.125rem;border-top:0.25rem solid #9c0735;border-left:0.25rem solid #9c0735;border-right:0.25rem solid #9c0735;border-bottom:0.25rem solid #9c0735;display:block; }
#ECUPVW4DnytPkRbTaWCq8RSPUQT11OeR { box-sizing:content-box;height:4.125rem;width:4.125rem;position:absolute;display:block;z-index:15128;background-color:transparent;background-image:none;top:74.125rem;left:17.5rem;border-top:0.25rem solid #9c0735;border-left:0.25rem solid #9c0735;border-right:0.25rem solid #9c0735;border-bottom:0.25rem solid #9c0735;display:block; }
#FITFDswQVqHBq75hi6m8BXh9rZODsZCM { box-sizing:content-box;height:4.125rem;width:4.125rem;position:absolute;display:block;z-index:15112;background-color:transparent;background-image:none;top:74.125rem;left:4.375rem;border-top:0.25rem solid #9c0735;border-left:0.25rem solid #9c0735;border-right:0.25rem solid #9c0735;border-bottom:0.25rem solid #9c0735;display:block; }
#Ttyi01D754aXxLf5PNuc8zTak9ILKOa0 { box-sizing:content-box;height:4.125rem;width:4.125rem;position:absolute;display:block;z-index:15111;background-color:transparent;background-image:none;top:74.125rem;left:0rem;border-top:0.25rem solid #9c0735;border-left:0.25rem solid #9c0735;border-right:0.25rem solid #9c0735;border-bottom:0.25rem solid #9c0735;display:block; }
#ldt7pygk8k5TXvSigtviSbroeV5gpGAe { box-sizing:content-box;height:4.125rem;width:4.125rem;position:absolute;display:block;z-index:15006;background-color:transparent;background-image:none;top:91.875rem;left:0rem;border-top:0;border-left:0.25rem solid #9c0735;border-right:0.25rem solid #9c0735;border-bottom:0.25rem solid #9c0735;display:block; }
#n1K8PutEOhziytQfAVp9cbfHLPkT00AD { box-sizing:content-box;height:4.125rem;width:4.125rem;position:absolute;display:block;z-index:15007;background-color:transparent;background-image:none;top:91.875rem;left:52.5rem;border-top:0;border-left:0.25rem solid #9c0735;border-right:0.25rem solid #9c0735;border-bottom:0.25rem solid #9c0735;display:block; }
#HVCWmkZwwuIkJnOkUJ2ql6TN1hKuGiyf { box-sizing:content-box;height:4.125rem;width:4.125rem;position:absolute;display:block;z-index:15008;background-color:transparent;background-image:none;top:91.875rem;left:56.875rem;border-top:0;border-left:0.25rem solid #9c0735;border-right:0.25rem solid #9c0735;border-bottom:0.25rem solid #9c0735;display:block; }
#MSSdxhnT1cMX6Lqu8BSLLWyPlIDAeIV1 { box-sizing:content-box;height:4.125rem;width:4.125rem;position:absolute;display:block;z-index:15009;background-color:transparent;background-image:none;top:91.875rem;left:61.25rem;border-top:0;border-left:0.25rem solid #9c0735;border-right:0.25rem solid #9c0735;border-bottom:0.25rem solid #9c0735;display:block; }
#hyHTaJvf6CKKZuocT6t34ieRn1axrz4c { box-sizing:content-box;height:4.125rem;width:4.125rem;position:absolute;display:block;z-index:15010;background-color:transparent;background-image:none;top:91.875rem;left:65.625rem;border-top:0;border-left:0.25rem solid #9c0735;border-right:0.25rem solid #9c0735;border-bottom:0.25rem solid #9c0735;display:block; }
#TDegHPa5G2zt7LZAuPyx68r82oDLdSuR { box-sizing:content-box;height:4.125rem;width:4.125rem;position:absolute;display:block;z-index:15011;background-color:transparent;background-image:none;top:91.875rem;left:70rem;border-top:0;border-left:0.25rem solid #9c0735;border-right:0.25rem solid #9c0735;border-bottom:0.25rem solid #9c0735;display:block; }
#e5smSVXZrX60MGCfvXewAXkU47rSAKCC { box-sizing:content-box;height:4.125rem;width:4.125rem;position:absolute;display:block;z-index:15033;background-color:transparent;background-image:none;top:26.25rem;left:13.125rem;border-top:0.25rem solid #9c0735;border-left:0.25rem solid #9c0735;border-right:0.25rem solid #9c0735;border-bottom:0.25rem solid #9c0735;display:none; }
#riBJOPcc5faAACXp2FGeZITEcDiuNhTg { box-sizing:content-box;height:4.125rem;width:4.125rem;position:absolute;display:block;z-index:15033;background-color:transparent;background-image:none;top:26.25rem;left:13.125rem;border-top:0.25rem solid #9c0735;border-left:0.25rem solid #9c0735;border-right:0.25rem solid #9c0735;border-bottom:0.25rem solid #9c0735;display:none; }
#ZplfGVPprfeZHMaHDwmMQp3WV6nqVH5l { box-sizing:content-box;height:4.125rem;width:4.125rem;position:absolute;display:block;z-index:15033;background-color:transparent;background-image:none;top:26.25rem;left:13.125rem;border-top:0.25rem solid #9c0735;border-left:0.25rem solid #9c0735;border-right:0.25rem solid #9c0735;border-bottom:0.25rem solid #9c0735;display:none; }
#PI9ClzAe8llF3JnvX659SE7RRIaIksBJ { box-sizing:content-box;height:4.125rem;width:4.125rem;position:absolute;display:block;z-index:15033;background-color:transparent;background-image:none;top:26.25rem;left:13.125rem;border-top:0.25rem solid #9c0735;border-left:0.25rem solid #9c0735;border-right:0.25rem solid #9c0735;border-bottom:0.25rem solid #9c0735;display:none; }
#T9qIFhQXQib5aclZ9iLxuqE3unlQiyES { box-sizing:content-box;height:4.125rem;width:4.125rem;position:absolute;display:block;z-index:15033;background-color:transparent;background-image:none;top:26.25rem;left:13.125rem;border-top:0.25rem solid #9c0735;border-left:0.25rem solid #9c0735;border-right:0.25rem solid #9c0735;border-bottom:0.25rem solid #9c0735;display:none; }
#dvcJunN7ikcEpg64lH7pp6vEpiIaTSq9 { box-sizing:content-box;height:4.125rem;width:4.125rem;position:absolute;display:block;z-index:15033;background-color:transparent;background-image:none;top:26.25rem;left:13.125rem;border-top:0.25rem solid #9c0735;border-left:0.25rem solid #9c0735;border-right:0.25rem solid #9c0735;border-bottom:0.25rem solid #9c0735;display:none; }
#eeAT1WTSD2GzEqSsJ4NeGAoLLi6J34MS { box-sizing:content-box;height:4.125rem;width:4.125rem;position:absolute;display:block;z-index:15033;background-color:transparent;background-image:none;top:26.25rem;left:13.125rem;border-top:0.25rem solid #9c0735;border-left:0.25rem solid #9c0735;border-right:0.25rem solid #9c0735;border-bottom:0.25rem solid #9c0735;display:none; }
#wzNLcyVQUOkAMbuIyUqf567BeBv0zbyx { box-sizing:content-box;height:4.125rem;width:4.125rem;position:absolute;display:block;z-index:15033;background-color:transparent;background-image:none;top:26.25rem;left:13.125rem;border-top:0.25rem solid #9c0735;border-left:0.25rem solid #9c0735;border-right:0.25rem solid #9c0735;border-bottom:0.25rem solid #9c0735;display:none; }
#F7UFNAiNlpDeLb8E4XRKtezrbXs5RqPa { box-sizing:content-box;height:4.125rem;width:4.125rem;position:absolute;display:block;z-index:15033;background-color:transparent;background-image:none;top:26.25rem;left:13.125rem;border-top:0.25rem solid #9c0735;border-left:0.25rem solid #9c0735;border-right:0.25rem solid #9c0735;border-bottom:0.25rem solid #9c0735;display:none; }
#WIIc2DhVHKyOuHpnsLEbTRHVUFr3exUp { box-sizing:content-box;height:4.125rem;width:4.125rem;position:absolute;display:block;z-index:15033;background-color:transparent;background-image:none;top:26.25rem;left:13.125rem;border-top:0.25rem solid #9c0735;border-left:0.25rem solid #9c0735;border-right:0.25rem solid #9c0735;border-bottom:0.25rem solid #9c0735;display:none; }
#tlyhMhlgmMvvftTC2WhZATO1ya58GuAc { box-sizing:content-box;height:4.125rem;width:4.125rem;position:absolute;display:block;z-index:15033;background-color:transparent;background-image:none;top:26.25rem;left:13.125rem;border-top:0.25rem solid #9c0735;border-left:0.25rem solid #9c0735;border-right:0.25rem solid #9c0735;border-bottom:0.25rem solid #9c0735;display:none; }
#T9ZARy9Z7b3ASATTZouTwgnfgQbXPTnP { box-sizing:content-box;height:4.125rem;width:4.125rem;position:absolute;display:block;z-index:15033;background-color:transparent;background-image:none;top:26.25rem;left:13.125rem;border-top:0.25rem solid #9c0735;border-left:0.25rem solid #9c0735;border-right:0.25rem solid #9c0735;border-bottom:0.25rem solid #9c0735;display:none; }
#d7CwhOuegrvPtJqxrMWABFZW3wZyVPbF { box-sizing:content-box;height:4.125rem;width:4.125rem;position:absolute;display:block;z-index:15033;background-color:transparent;background-image:none;top:26.25rem;left:13.125rem;border-top:0.25rem solid #9c0735;border-left:0.25rem solid #9c0735;border-right:0.25rem solid #9c0735;border-bottom:0.25rem solid #9c0735;display:none; }
#kASFeQqOpg2gzGiBSu9Gt3f3qaVwO6nd { box-sizing:content-box;height:4.125rem;width:4.125rem;position:absolute;display:block;z-index:15033;background-color:transparent;background-image:none;top:26.25rem;left:13.125rem;border-top:0.25rem solid #9c0735;border-left:0.25rem solid #9c0735;border-right:0.25rem solid #9c0735;border-bottom:0.25rem solid #9c0735;display:none; }
#EIuJmZaPPP6Wg6JXZkA6tVU1nGAAeSZo { box-sizing:content-box;height:4.125rem;width:4.125rem;position:absolute;display:block;z-index:15033;background-color:transparent;background-image:none;top:26.25rem;left:13.125rem;border-top:0.25rem solid #9c0735;border-left:0.25rem solid #9c0735;border-right:0.25rem solid #9c0735;border-bottom:0.25rem solid #9c0735;display:none; }
#N1Bp6W4kzpONef91PndTXJcAZPOWNQ8m { box-sizing:content-box;height:4.125rem;width:4.125rem;position:absolute;display:block;z-index:15033;background-color:transparent;background-image:none;top:26.25rem;left:13.125rem;border-top:0.25rem solid #9c0735;border-left:0.25rem solid #9c0735;border-right:0.25rem solid #9c0735;border-bottom:0.25rem solid #9c0735;display:none; }
#h6VLz44yw8s3shzCZhqi5KbAmnbF4TdI { box-sizing:content-box;height:4.125rem;width:4.125rem;position:absolute;display:block;z-index:15033;background-color:transparent;background-image:none;top:26.25rem;left:13.125rem;border-top:0.25rem solid #9c0735;border-left:0.25rem solid #9c0735;border-right:0.25rem solid #9c0735;border-bottom:0.25rem solid #9c0735;display:none; }
#M81KaTcHeZPWU1TfSk66cOCI1QRIlVCU { box-sizing:content-box;height:4.125rem;width:4.125rem;position:absolute;display:block;z-index:15033;background-color:transparent;background-image:none;top:26.25rem;left:13.125rem;border-top:0.25rem solid #9c0735;border-left:0.25rem solid #9c0735;border-right:0.25rem solid #9c0735;border-bottom:0.25rem solid #9c0735;display:none; }
#PFnSGvHW0xGoqglycJ9qEOOR89HLRpHO { box-sizing:content-box;height:4.125rem;width:4.125rem;position:absolute;display:block;z-index:15033;background-color:transparent;background-image:none;top:26.25rem;left:13.125rem;border-top:0.25rem solid #9c0735;border-left:0.25rem solid #9c0735;border-right:0.25rem solid #9c0735;border-bottom:0.25rem solid #9c0735;display:none; }
#lCTZs3cMTLLrDT7HUqX3H67Jr10psnep { box-sizing:content-box;height:4.125rem;width:4.125rem;position:absolute;display:block;z-index:15033;background-color:transparent;background-image:none;top:26.25rem;left:13.125rem;border-top:0.25rem solid #9c0735;border-left:0.25rem solid #9c0735;border-right:0.25rem solid #9c0735;border-bottom:0.25rem solid #9c0735;display:none; }
#hg0qt4O5cvssupehR3xnpZTddIpu0g5P { box-sizing:content-box;height:4.125rem;width:4.125rem;position:absolute;display:block;z-index:15033;background-color:transparent;background-image:none;top:26.25rem;left:13.125rem;border-top:0.25rem solid #9c0735;border-left:0.25rem solid #9c0735;border-right:0.25rem solid #9c0735;border-bottom:0.25rem solid #9c0735;display:none; }
#tDbXIiiaTO0blugPVFHTOnb3IRZqixOi { box-sizing:content-box;height:4.125rem;width:4.125rem;position:absolute;display:block;z-index:15033;background-color:transparent;background-image:none;top:26.25rem;left:13.125rem;border-top:0.25rem solid #9c0735;border-left:0.25rem solid #9c0735;border-right:0.25rem solid #9c0735;border-bottom:0.25rem solid #9c0735;display:none; }
#AAqg9ahvV1eVrCsKICl7epmvh2IDu74H { box-sizing:content-box;height:4.125rem;width:4.125rem;position:absolute;display:block;z-index:15033;background-color:transparent;background-image:none;top:26.25rem;left:13.125rem;border-top:0.25rem solid #9c0735;border-left:0.25rem solid #9c0735;border-right:0.25rem solid #9c0735;border-bottom:0.25rem solid #9c0735;display:none; }
#DMi4JcTRzcs9WTcE3V4i567r8XdRLdJ8 { box-sizing:content-box;height:4.125rem;width:4.125rem;position:absolute;display:block;z-index:15033;background-color:transparent;background-image:none;top:26.25rem;left:13.125rem;border-top:0.25rem solid #9c0735;border-left:0.25rem solid #9c0735;border-right:0.25rem solid #9c0735;border-bottom:0.25rem solid #9c0735;display:none; }
#TqWusGvZGOmH1TBK78CPAG36PT4Pz2p5 { box-sizing:content-box;height:4.125rem;width:4.125rem;position:absolute;display:block;z-index:15033;background-color:transparent;background-image:none;top:26.25rem;left:13.125rem;border-top:0.25rem solid #9c0735;border-left:0.25rem solid #9c0735;border-right:0.25rem solid #9c0735;border-bottom:0.25rem solid #9c0735;display:none; }
#czMkSWpKRUiP1mk3dvicsHNGReST2UKQ { box-sizing:content-box;height:4.125rem;width:4.125rem;position:absolute;display:block;z-index:15033;background-color:transparent;background-image:none;top:26.25rem;left:13.125rem;border-top:0.25rem solid #9c0735;border-left:0.25rem solid #9c0735;border-right:0.25rem solid #9c0735;border-bottom:0.25rem solid #9c0735;display:none; }
#mndr1mCOsarglQtxZEX5zMKTXsJ3XNrP { box-sizing:content-box;height:4.125rem;width:4.125rem;position:absolute;display:block;z-index:15033;background-color:transparent;background-image:none;top:26.25rem;left:13.125rem;border-top:0.25rem solid #9c0735;border-left:0.25rem solid #9c0735;border-right:0.25rem solid #9c0735;border-bottom:0.25rem solid #9c0735;display:none; }
#td6TrL2LG0yebe8WyDeqytuV9oVRS3FG { box-sizing:content-box;height:4.125rem;width:4.125rem;position:absolute;display:block;z-index:15033;background-color:transparent;background-image:none;top:26.25rem;left:13.125rem;border-top:0.25rem solid #9c0735;border-left:0.25rem solid #9c0735;border-right:0.25rem solid #9c0735;border-bottom:0.25rem solid #9c0735;display:none; }
#DRanFIoUip2UfBF79ywpXlnR3PtbacMg { box-sizing:content-box;height:4.125rem;width:4.125rem;position:absolute;display:block;z-index:15033;background-color:transparent;background-image:none;top:26.25rem;left:13.125rem;border-top:0.25rem solid #9c0735;border-left:0.25rem solid #9c0735;border-right:0.25rem solid #9c0735;border-bottom:0.25rem solid #9c0735;display:none; }
#y6iL0kDrAE7liOK8Tx3KGSFdlU7S0HSm { box-sizing:content-box;height:4.125rem;width:4.125rem;position:absolute;display:block;z-index:15033;background-color:transparent;background-image:none;top:26.25rem;left:13.125rem;border-top:0.25rem solid #9c0735;border-left:0.25rem solid #9c0735;border-right:0.25rem solid #9c0735;border-bottom:0.25rem solid #9c0735;display:none; }
#yh7Hm8v5ybf1DpAMnb4JwmfU2X362NTA { box-sizing:content-box;height:4.125rem;width:4.125rem;position:absolute;display:block;z-index:15033;background-color:transparent;background-image:none;top:26.25rem;left:13.125rem;border-top:0.25rem solid #9c0735;border-left:0.25rem solid #9c0735;border-right:0.25rem solid #9c0735;border-bottom:0.25rem solid #9c0735;display:none; }
#yTP1iGshOKScdBETmSOJdTTe2TkZ6C2C { box-sizing:content-box;height:4.125rem;width:4.125rem;position:absolute;display:block;z-index:15033;background-color:transparent;background-image:none;top:26.25rem;left:13.125rem;border-top:0.25rem solid #9c0735;border-left:0.25rem solid #9c0735;border-right:0.25rem solid #9c0735;border-bottom:0.25rem solid #9c0735;display:none; }
#wivNheSPWzlBrnvSkaJmgWTHtygQ2pap { box-sizing:content-box;height:4.125rem;width:4.125rem;position:absolute;display:block;z-index:15033;background-color:transparent;background-image:none;top:26.25rem;left:13.125rem;border-top:0.25rem solid #9c0735;border-left:0.25rem solid #9c0735;border-right:0.25rem solid #9c0735;border-bottom:0.25rem solid #9c0735;display:none; }
#zrXz6flXVNQSRWt7n8t8PLh7Ed0dZOCB { box-sizing:content-box;height:4.125rem;width:4.125rem;position:absolute;display:block;z-index:15033;background-color:transparent;background-image:none;top:26.25rem;left:13.125rem;border-top:0.25rem solid #9c0735;border-left:0.25rem solid #9c0735;border-right:0.25rem solid #9c0735;border-bottom:0.25rem solid #9c0735;display:none; }
#pi1EUnHOfOuu5kLK5bsaZJXT9oMomNk4 { color:#9c0735;display:block;width:42.999375rem;position:absolute;font-family:outfit;font-size:1.0625rem;font-weight:normal;z-index:15068;line-height:1.3;letter-spacing:0;top:9.7027711868288rem;left:26.25rem;height:1.38139375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#PaZS4ftV947Uxk5B0uQzrIxQdhmKOITV { z-index:;position:relative;display:block; }#PaZS4ftV947Uxk5B0uQzrIxQdhmKOITV { background-color: transparent; background-image: none; }#PaZS4ftV947Uxk5B0uQzrIxQdhmKOITV::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PaZS4ftV947Uxk5B0uQzrIxQdhmKOITV > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PaZS4ftV947Uxk5B0uQzrIxQdhmKOITV > .row .container > .video-iframe-container { display: none; }#PaZS4ftV947Uxk5B0uQzrIxQdhmKOITV > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PaZS4ftV947Uxk5B0uQzrIxQdhmKOITV > .row > .video-iframe-container { display: none; }#PaZS4ftV947Uxk5B0uQzrIxQdhmKOITV > .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); }#PaZS4ftV947Uxk5B0uQzrIxQdhmKOITV { border-width: 0; border-radius: 0; }#PaZS4ftV947Uxk5B0uQzrIxQdhmKOITV > .row .container { background-color:#fffbf6;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:21.8125rem;width:75rem;border-top:0;border-right:0;border-bottom:0;border-left:0;box-shadow: none;overflow:visible;position:relative;display:block; }#dWLLy7wNaAzmMfxeN8OWPPBRtnv7smlS { box-sizing:content-box;height:4.125rem;width:4.125rem;position:absolute;display:block;z-index:15013;background-color:transparent;background-image:none;top:4.0625rem;left:61.25rem;border-top:0.25rem solid #9c0735;border-left:0.25rem solid #9c0735;border-right:0.25rem solid #9c0735;border-bottom:0.25rem solid #9c0735;display:block; }
#yfM2XCV4XXuzSa6bzTET85LTcQgZ9G7y { box-sizing:content-box;height:4.125rem;width:4.125rem;position:absolute;display:block;z-index:15014;background-color:transparent;background-image:none;top:4.0625rem;left:65.625rem;border-top:0.25rem solid #9c0735;border-left:0.25rem solid #9c0735;border-right:0.25rem solid #9c0735;border-bottom:0.25rem solid #9c0735;display:block; }
#HlXKaCK0K5QTtb1Fr5G2VGFPiH0h9wer { box-sizing:content-box;height:4.125rem;width:4.125rem;position:absolute;display:block;z-index:15012;background-color:transparent;background-image:none;top:4.0625rem;left:56.875rem;border-top:0.25rem solid #9c0735;border-left:0.25rem solid #9c0735;border-right:0.25rem solid #9c0735;border-bottom:0.25rem solid #9c0735;display:block; }
#fDkROeaav4AhrHNpVqh4bfpTTpeHwDhd { box-sizing:content-box;height:4.125rem;width:4.125rem;position:absolute;display:block;z-index:15018;background-color:transparent;background-image:none;top:8.4375rem;left:61.25rem;border-top:0.25rem solid #9c0735;border-left:0.25rem solid #9c0735;border-right:0.25rem solid #9c0735;border-bottom:0.25rem solid #9c0735;display:block; }
#oJrUNkKTDGtga0T5FA7iyFGEuxbDepoz { box-sizing:content-box;height:4.125rem;width:4.125rem;position:absolute;display:block;z-index:15019;background-color:transparent;background-image:none;top:8.4375rem;left:65.625rem;border-top:0.25rem solid #9c0735;border-left:0.25rem solid #9c0735;border-right:0.25rem solid #9c0735;border-bottom:0.25rem solid #9c0735;display:block; }
#m64rbTGOVWPqSWMUA3VU75iqqKlR9XTL { box-sizing:content-box;height:4.125rem;width:4.125rem;position:absolute;display:block;z-index:15017;background-color:transparent;background-image:none;top:8.4375rem;left:56.875rem;border-top:0.25rem solid #9c0735;border-left:0.25rem solid #9c0735;border-right:0.25rem solid #9c0735;border-bottom:0.25rem solid #9c0735;display:block; }
#GDN9y9Tkwuvtp5gXmS6bEHoGmumPuMVt { box-sizing:content-box;height:4.125rem;width:4.125rem;position:absolute;display:block;z-index:15011;background-color:transparent;background-image:none;top:4.0625rem;left:52.5rem;border-top:0.25rem solid #9c0735;border-left:0.25rem solid #9c0735;border-right:0.25rem solid #9c0735;border-bottom:0.25rem solid #9c0735;display:block; }
#mPx90el535wCCl0koHwcJbzpNe9WTwFP { box-sizing:content-box;height:4.125rem;width:4.125rem;position:absolute;display:block;z-index:15016;background-color:transparent;background-image:none;top:8.4375rem;left:52.5rem;border-top:0.25rem solid #9c0735;border-left:0.25rem solid #9c0735;border-right:0.25rem solid #9c0735;border-bottom:0.25rem solid #9c0735;display:block; }
#a0CO8uhxc3XK4xD59cpCD1pv2WNu6NLu { box-sizing:content-box;height:4.125rem;width:4.125rem;position:absolute;display:block;z-index:15010;background-color:transparent;background-image:none;top:4.0625rem;left:0rem;border-top:0.25rem solid #9c0735;border-left:0.25rem solid #9c0735;border-right:0.25rem solid #9c0735;border-bottom:0.25rem solid #9c0735;display:block; }
#RD5A39kvLySzOkGxtZwCEiN9vgKXILZn { box-sizing:content-box;height:4.125rem;width:4.125rem;position:absolute;display:block;z-index:15015;background-color:transparent;background-image:none;top:8.4375rem;left:0rem;border-top:0.25rem solid #9c0735;border-left:0.25rem solid #9c0735;border-right:0.25rem solid #9c0735;border-bottom:0.25rem solid #9c0735;display:block; }
#RQTSzLnFgGsFSVsgy7fcvmLUobdD8s4M { box-sizing:content-box;height:4.125rem;width:4.125rem;position:absolute;display:block;z-index:15023;background-color:transparent;background-image:none;top:12.8125rem;left:61.25rem;border-top:0.25rem solid #9c0735;border-left:0.25rem solid #9c0735;border-right:0.25rem solid #9c0735;border-bottom:0.25rem solid #9c0735;display:block; }
#v96ZnmdseOsSXNcKxsv0b2L3i0TIzluC { box-sizing:content-box;height:4.125rem;width:4.125rem;position:absolute;display:block;z-index:15024;background-color:transparent;background-image:none;top:12.8125rem;left:65.625rem;border-top:0.25rem solid #9c0735;border-left:0.25rem solid #9c0735;border-right:0.25rem solid #9c0735;border-bottom:0.25rem solid #9c0735;display:block; }
#WhvqcUn85yEksX1FxbzcDdFPvaqOwyrK { box-sizing:content-box;height:4.125rem;width:4.125rem;position:absolute;display:block;z-index:15022;background-color:transparent;background-image:none;top:12.8125rem;left:56.875rem;border-top:0.25rem solid #9c0735;border-left:0.25rem solid #9c0735;border-right:0.25rem solid #9c0735;border-bottom:0.25rem solid #9c0735;display:block; }
#fFveE6lLONnTD04Quiqy9U3M1u2WJbFq { box-sizing:content-box;height:4.125rem;width:4.125rem;position:absolute;display:block;z-index:15021;background-color:transparent;background-image:none;top:12.8125rem;left:52.5rem;border-top:0.25rem solid #9c0735;border-left:0.25rem solid #9c0735;border-right:0.25rem solid #9c0735;border-bottom:0.25rem solid #9c0735;display:block; }
#a7FTbUFhWxx6W2BtskB2tTcTzcEUIwPV { box-sizing:content-box;height:4.125rem;width:4.125rem;position:absolute;display:block;z-index:15020;background-color:transparent;background-image:none;top:12.8125rem;left:0rem;border-top:0.25rem solid #9c0735;border-left:0.25rem solid #9c0735;border-right:0.25rem solid #9c0735;border-bottom:0.25rem solid #9c0735;display:block; }
#VfzI96oAvWsq6Gw8EO2SZXxOuQhSWqXp { box-sizing:content-box;height:4.125rem;width:4.125rem;position:absolute;display:block;z-index:15044;background-color:transparent;background-image:none;top:17.1875rem;left:17.5rem;border-top:0.25rem solid #9c0735;border-left:0.25rem solid #9c0735;border-right:0.25rem solid #9c0735;border-bottom:0.25rem solid #9c0735;display:block; }
#aqiICNZ4evgl3PFTEH4lGBtmmCTmTKFz { box-sizing:content-box;height:4.125rem;width:4.125rem;position:absolute;display:block;z-index:15043;background-color:transparent;background-image:none;top:17.1875rem;left:13.125rem;border-top:0.25rem solid #9c0735;border-left:0.25rem solid #9c0735;border-right:0.25rem solid #9c0735;border-bottom:0.25rem solid #9c0735;display:block; }
#eIFb7gRp5BrGHdXTFF8hB8cDbOZTmA37 { box-sizing:content-box;height:4.125rem;width:4.125rem;position:absolute;display:block;z-index:15042;background-color:transparent;background-image:none;top:17.1875rem;left:8.75rem;border-top:0.25rem solid #9c0735;border-left:0.25rem solid #9c0735;border-right:0.25rem solid #9c0735;border-bottom:0.25rem solid #9c0735;display:block; }
#Pt4ChHCwFcsBRD0UQMvDo58ywWeCGLrm { box-sizing:content-box;height:4.125rem;width:4.125rem;position:absolute;display:block;z-index:15041;background-color:transparent;background-image:none;top:17.1875rem;left:4.375rem;border-top:0.25rem solid #9c0735;border-left:0.25rem solid #9c0735;border-right:0.25rem solid #9c0735;border-bottom:0.25rem solid #9c0735;display:block; }
#BHHgMpOHwCE7KN2p8m7NuAGsQLnptndb { box-sizing:content-box;height:4.125rem;width:4.125rem;position:absolute;display:block;z-index:15040;background-color:transparent;background-image:none;top:17.1875rem;left:0rem;border-top:0.25rem solid #9c0735;border-left:0.25rem solid #9c0735;border-right:0.25rem solid #9c0735;border-bottom:0.25rem solid #9c0735;display:block; }
#tx21iwLzfFw5moN83EeF46niRa74e2qn { box-sizing:content-box;height:4.125rem;width:4.125rem;position:absolute;display:block;z-index:15027;background-color:transparent;background-image:none;top:17.1875rem;left:65.625rem;border-top:0.25rem solid #9c0735;border-left:0.25rem solid #9c0735;border-right:0.25rem solid #9c0735;border-bottom:0.25rem solid #9c0735;display:block; }
#XuBHA0lHSTqAtTMFpDmzOiIIpaLpATny { box-sizing:content-box;height:4.125rem;width:4.125rem;position:absolute;display:block;z-index:15026;background-color:transparent;background-image:none;top:17.1875rem;left:61.25rem;border-top:0.25rem solid #9c0735;border-left:0.25rem solid #9c0735;border-right:0.25rem solid #9c0735;border-bottom:0.25rem solid #9c0735;display:block; }
#ofX4kEitPXTz7OwrZzzln8IHrClrlVPb { box-sizing:content-box;height:4.125rem;width:4.125rem;position:absolute;display:block;z-index:15025;background-color:transparent;background-image:none;top:17.1875rem;left:56.875rem;border-top:0.25rem solid #9c0735;border-left:0.25rem solid #9c0735;border-right:0.25rem solid #9c0735;border-bottom:0.25rem solid #9c0735;display:block; }
#ySZrfLSBrHGHqeWqe84bZTdKdCMzZKqE { box-sizing:content-box;height:4.125rem;width:4.125rem;position:absolute;display:block;z-index:15024;background-color:transparent;background-image:none;top:17.1875rem;left:52.5rem;border-top:0.25rem solid #9c0735;border-left:0.25rem solid #9c0735;border-right:0.25rem solid #9c0735;border-bottom:0.25rem solid #9c0735;display:block; }
#uifbEm4bhhiIUt33T3hThMqSgKuTg7oP { box-sizing:content-box;height:4.125rem;width:4.125rem;position:absolute;display:block;z-index:15023;background-color:transparent;background-image:none;top:17.1875rem;left:48.125rem;border-top:0.25rem solid #9c0735;border-left:0.25rem solid #9c0735;border-right:0.25rem solid #9c0735;border-bottom:0.25rem solid #9c0735;display:block; }
#gop49BuGDFELp9ybaA7yfVeUyZs9EqQw { box-sizing:content-box;height:4.125rem;width:4.125rem;position:absolute;display:block;z-index:15022;background-color:transparent;background-image:none;top:17.1875rem;left:43.75rem;border-top:0.25rem solid #9c0735;border-left:0.25rem solid #9c0735;border-right:0.25rem solid #9c0735;border-bottom:0.25rem solid #9c0735;display:block; }
#azGK8gMr1lyBsBACLPd1hM4hX43DyTSL { box-sizing:content-box;height:4.125rem;width:4.125rem;position:absolute;display:block;z-index:15021;background-color:transparent;background-image:none;top:17.1875rem;left:39.375rem;border-top:0.25rem solid #9c0735;border-left:0.25rem solid #9c0735;border-right:0.25rem solid #9c0735;border-bottom:0.25rem solid #9c0735;display:block; }
#JMQ4Josnin05DPAKq9KQeXpOeRKpTx1r { box-sizing:content-box;height:4.125rem;width:4.125rem;position:absolute;display:block;z-index:15020;background-color:transparent;background-image:none;top:17.1875rem;left:35rem;border-top:0.25rem solid #9c0735;border-left:0.25rem solid #9c0735;border-right:0.25rem solid #9c0735;border-bottom:0.25rem solid #9c0735;display:block; }
#ucw2AsQdCGi8ocHVIAusmxeqkS1ffsym { box-sizing:content-box;height:4.125rem;width:4.125rem;position:absolute;display:block;z-index:15019;background-color:transparent;background-image:none;top:17.1875rem;left:30.625rem;border-top:0.25rem solid #9c0735;border-left:0.25rem solid #9c0735;border-right:0.25rem solid #9c0735;border-bottom:0.25rem solid #9c0735;display:block; }
#eqP7rHwQfCQM29ODgkI79sAK390AbQ4x { box-sizing:content-box;height:4.125rem;width:4.125rem;position:absolute;display:block;z-index:15018;background-color:transparent;background-image:none;top:17.1875rem;left:26.25rem;border-top:0.25rem solid #9c0735;border-left:0.25rem solid #9c0735;border-right:0.25rem solid #9c0735;border-bottom:0.25rem solid #9c0735;display:block; }
#UlIxuWNJQwTWURXCsr0HoI3BW2HlVNJn { box-sizing:content-box;height:4.125rem;width:4.125rem;position:absolute;display:block;z-index:15017;background-color:transparent;background-image:none;top:17.1875rem;left:21.875rem;border-top:0.25rem solid #9c0735;border-left:0.25rem solid #9c0735;border-right:0.25rem solid #9c0735;border-bottom:0.25rem solid #9c0735;display:block; }
#XnaXWnLuqX2e1iVlrLcg5zFtzWpMIElf { box-sizing:content-box;height:4.125rem;width:4.125rem;position:absolute;display:block;z-index:15028;background-color:transparent;background-image:none;top:4.0625rem;left:70rem;border-top:0.25rem solid #9c0735;border-left:0.25rem solid #9c0735;border-right:0.25rem solid #9c0735;border-bottom:0.25rem solid #9c0735;display:block; }
#V5Eve8PFdxz5tx52WClzxeMgywg2rw9h { box-sizing:content-box;height:4.125rem;width:4.125rem;position:absolute;display:block;z-index:15033;background-color:transparent;background-image:none;top:8.4375rem;left:70rem;border-top:0.25rem solid #9c0735;border-left:0.25rem solid #9c0735;border-right:0.25rem solid #9c0735;border-bottom:0.25rem solid #9c0735;display:block; }
#vQBmxUTndfdIKT7vAagZrbLKunEzavFF { box-sizing:content-box;height:4.125rem;width:4.125rem;position:absolute;display:block;z-index:15038;background-color:transparent;background-image:none;top:12.8125rem;left:70rem;border-top:0.25rem solid #9c0735;border-left:0.25rem solid #9c0735;border-right:0.25rem solid #9c0735;border-bottom:0.25rem solid #9c0735;display:block; }
#bOA9NgREnsXaSWerMUvgoEXzt5sJIrqk { box-sizing:content-box;height:4.125rem;width:4.125rem;position:absolute;display:block;z-index:15058;background-color:transparent;background-image:none;top:17.1875rem;left:70rem;border-top:0.25rem solid #9c0735;border-left:0.25rem solid #9c0735;border-right:0.25rem solid #9c0735;border-bottom:0.25rem solid #9c0735;display:block; }
#itRQ2Ekvw8ewHQsGRwwHqT2kSRtJNKua { color:#30966e;display:block;width:7.125rem;position:absolute;font-family:outfit;font-size:1.0625rem;font-weight:normal;z-index:15065;line-height:1.3;letter-spacing:0;top:3.9375rem;left:17.5rem;height:1.38139375rem;display:block; }
#XgSaOCRQmgGACEWmdr4ZyFFrUs9Fawpi { color:#9c0735;display:block;width:17.125rem;position:absolute;font-family:outfit;font-size:1.0625rem;font-weight:normal;z-index:15066;line-height:1.3;letter-spacing:0;top:8.625rem;left:8.75rem;height:4.144175rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#qVgG9bhEeN3ed3k1cU6CtVpiBlXRoWVL { position:absolute;display:block;z-index:15064;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.4375rem;width:6.75rem;top:4.0625rem;left:8.75rem;overflow:hidden;display:block; }
#pEcUnuywlTZ15rnPTivrUzdzzbaIKPIX { color:#9c0735;display:block;width:18.25rem;position:absolute;font-family:outfit;font-size:1.0625rem;font-weight:normal;z-index:15067;line-height:1.3;letter-spacing:0;top:8.6875rem;left:30.625rem;height:4.144175rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#IT7Q99cToVzPzUvvtzfXmeiaefL0xBNJ { box-sizing:content-box;height:4.125rem;width:4.125rem;position:absolute;display:block;z-index:15033;background-color:transparent;background-image:none;top:26.25rem;left:13.125rem;border-top:0.25rem solid #9c0735;border-left:0.25rem solid #9c0735;border-right:0.25rem solid #9c0735;border-bottom:0.25rem solid #9c0735;display:none; }
#o4zcvOGKktfEZLMocKNyh7W6NNVTlznU { box-sizing:content-box;height:4.125rem;width:4.125rem;position:absolute;display:block;z-index:15033;background-color:transparent;background-image:none;top:26.25rem;left:13.125rem;border-top:0.25rem solid #9c0735;border-left:0.25rem solid #9c0735;border-right:0.25rem solid #9c0735;border-bottom:0.25rem solid #9c0735;display:none; }
#VWP8bTVl6d0gTr3EUaSX6s27Raw79izE { box-sizing:content-box;height:4.125rem;width:4.125rem;position:absolute;display:block;z-index:15033;background-color:transparent;background-image:none;top:26.25rem;left:13.125rem;border-top:0.25rem solid #9c0735;border-left:0.25rem solid #9c0735;border-right:0.25rem solid #9c0735;border-bottom:0.25rem solid #9c0735;display:none; }
#BSVtiF6tMvEGhWCxTae7cT0Enn37v3RJ { box-sizing:content-box;height:4.125rem;width:4.125rem;position:absolute;display:block;z-index:15033;background-color:transparent;background-image:none;top:26.25rem;left:13.125rem;border-top:0.25rem solid #9c0735;border-left:0.25rem solid #9c0735;border-right:0.25rem solid #9c0735;border-bottom:0.25rem solid #9c0735;display:none; }
#s48lwWRTDJkOOviST6HfRI6qwFQ8Uqel { box-sizing:content-box;height:4.125rem;width:4.125rem;position:absolute;display:block;z-index:15033;background-color:transparent;background-image:none;top:26.25rem;left:13.125rem;border-top:0.25rem solid #9c0735;border-left:0.25rem solid #9c0735;border-right:0.25rem solid #9c0735;border-bottom:0.25rem solid #9c0735;display:none; }
#rnShxqG8PDcM2IMw6vCTpdDqXa0WA2IL { box-sizing:content-box;height:4.125rem;width:4.125rem;position:absolute;display:block;z-index:15033;background-color:transparent;background-image:none;top:26.25rem;left:13.125rem;border-top:0.25rem solid #9c0735;border-left:0.25rem solid #9c0735;border-right:0.25rem solid #9c0735;border-bottom:0.25rem solid #9c0735;display:none; }
#NQwCaBTp5r1gpTH9wFPtWbXc7cLRXPkT { box-sizing:content-box;height:4.125rem;width:4.125rem;position:absolute;display:block;z-index:15033;background-color:transparent;background-image:none;top:26.25rem;left:13.125rem;border-top:0.25rem solid #9c0735;border-left:0.25rem solid #9c0735;border-right:0.25rem solid #9c0735;border-bottom:0.25rem solid #9c0735;display:none; }
#grIlSlM7NLR5OXmL0HF9gZgr9B4tCuuT { box-sizing:content-box;height:4.125rem;width:4.125rem;position:absolute;display:block;z-index:15033;background-color:transparent;background-image:none;top:26.25rem;left:13.125rem;border-top:0.25rem solid #9c0735;border-left:0.25rem solid #9c0735;border-right:0.25rem solid #9c0735;border-bottom:0.25rem solid #9c0735;display:none; }
#EAOVT5zf2VA5xncKZErVBGu1NOTmyOEk { box-sizing:content-box;height:4.125rem;width:4.125rem;position:absolute;display:block;z-index:15033;background-color:transparent;background-image:none;top:26.25rem;left:13.125rem;border-top:0.25rem solid #9c0735;border-left:0.25rem solid #9c0735;border-right:0.25rem solid #9c0735;border-bottom:0.25rem solid #9c0735;display:none; }
#TRLv6AfxD73U1rqdS1S1fe7B6iLduyhE { box-sizing:content-box;height:4.125rem;width:4.125rem;position:absolute;display:block;z-index:15033;background-color:transparent;background-image:none;top:26.25rem;left:13.125rem;border-top:0.25rem solid #9c0735;border-left:0.25rem solid #9c0735;border-right:0.25rem solid #9c0735;border-bottom:0.25rem solid #9c0735;display:none; }
#yyGIdx5mLWLNMIwpTouWN0fPNn8JG0qo { box-sizing:content-box;height:4.125rem;width:4.125rem;position:absolute;display:block;z-index:15033;background-color:transparent;background-image:none;top:26.25rem;left:13.125rem;border-top:0.25rem solid #9c0735;border-left:0.25rem solid #9c0735;border-right:0.25rem solid #9c0735;border-bottom:0.25rem solid #9c0735;display:none; }
#vxKatF6uGwufu5Inp2JgMpJtu9IeXN2a { box-sizing:content-box;height:4.125rem;width:4.125rem;position:absolute;display:block;z-index:15033;background-color:transparent;background-image:none;top:26.25rem;left:13.125rem;border-top:0.25rem solid #9c0735;border-left:0.25rem solid #9c0735;border-right:0.25rem solid #9c0735;border-bottom:0.25rem solid #9c0735;display:none; }
#EHVw3uZFy7gbcA7ZfLLyQpikqoX5ViNb { box-sizing:content-box;height:4.125rem;width:4.125rem;position:absolute;display:block;z-index:15033;background-color:transparent;background-image:none;top:26.25rem;left:13.125rem;border-top:0.25rem solid #9c0735;border-left:0.25rem solid #9c0735;border-right:0.25rem solid #9c0735;border-bottom:0.25rem solid #9c0735;display:none; }
#quQ7paaDGprLV8A2ILifWCddiPHoDGID { box-sizing:content-box;height:4.125rem;width:4.125rem;position:absolute;display:block;z-index:15033;background-color:transparent;background-image:none;top:26.25rem;left:13.125rem;border-top:0.25rem solid #9c0735;border-left:0.25rem solid #9c0735;border-right:0.25rem solid #9c0735;border-bottom:0.25rem solid #9c0735;display:none; }
#PCQsey01vX3QSRDPACrUw9Hh14kFJtTS { box-sizing:content-box;height:4.125rem;width:4.125rem;position:absolute;display:block;z-index:15033;background-color:transparent;background-image:none;top:26.25rem;left:13.125rem;border-top:0.25rem solid #9c0735;border-left:0.25rem solid #9c0735;border-right:0.25rem solid #9c0735;border-bottom:0.25rem solid #9c0735;display:none; }
#Sxwpoc5l8LCq7oKWd2pdJBip2t7ezxrM { box-sizing:content-box;height:4.125rem;width:4.125rem;position:absolute;display:block;z-index:15033;background-color:transparent;background-image:none;top:26.25rem;left:13.125rem;border-top:0.25rem solid #9c0735;border-left:0.25rem solid #9c0735;border-right:0.25rem solid #9c0735;border-bottom:0.25rem solid #9c0735;display:none; }
#dXHHg3TcfanWQ3p4VBJBIrhLAGFT7TmJ { box-sizing:content-box;height:4.125rem;width:4.125rem;position:absolute;display:block;z-index:15033;background-color:transparent;background-image:none;top:26.25rem;left:13.125rem;border-top:0.25rem solid #9c0735;border-left:0.25rem solid #9c0735;border-right:0.25rem solid #9c0735;border-bottom:0.25rem solid #9c0735;display:none; }
#toySh3JbKV5e3OZn4zHfWdeiXIw2KgWe { box-sizing:content-box;height:4.125rem;width:4.125rem;position:absolute;display:block;z-index:15033;background-color:transparent;background-image:none;top:26.25rem;left:13.125rem;border-top:0.25rem solid #9c0735;border-left:0.25rem solid #9c0735;border-right:0.25rem solid #9c0735;border-bottom:0.25rem solid #9c0735;display:none; }
#HHvVvGOBQ9y9BcC7tblOeTwh9UKknluf { box-sizing:content-box;height:4.125rem;width:4.125rem;position:absolute;display:block;z-index:15033;background-color:transparent;background-image:none;top:26.25rem;left:13.125rem;border-top:0.25rem solid #9c0735;border-left:0.25rem solid #9c0735;border-right:0.25rem solid #9c0735;border-bottom:0.25rem solid #9c0735;display:none; }
#tsxHk734inZk6EFxsQ3GMqdSZ7pD32CS { box-sizing:content-box;height:4.125rem;width:4.125rem;position:absolute;display:block;z-index:15033;background-color:transparent;background-image:none;top:26.25rem;left:13.125rem;border-top:0.25rem solid #9c0735;border-left:0.25rem solid #9c0735;border-right:0.25rem solid #9c0735;border-bottom:0.25rem solid #9c0735;display:none; }
#LHhxk5EIHyBk0WIPThSy4yQT24rWZZLJ { box-sizing:content-box;height:4.125rem;width:4.125rem;position:absolute;display:block;z-index:15033;background-color:transparent;background-image:none;top:26.25rem;left:13.125rem;border-top:0.25rem solid #9c0735;border-left:0.25rem solid #9c0735;border-right:0.25rem solid #9c0735;border-bottom:0.25rem solid #9c0735;display:none; }
#CTeOvcdBCpxTzBzeBTBts3yBgsvTSfIW { box-sizing:content-box;height:4.125rem;width:4.125rem;position:absolute;display:block;z-index:15033;background-color:transparent;background-image:none;top:26.25rem;left:13.125rem;border-top:0.25rem solid #9c0735;border-left:0.25rem solid #9c0735;border-right:0.25rem solid #9c0735;border-bottom:0.25rem solid #9c0735;display:none; }
#Q0ZShLDTk2t0OWu7voTQ9TetvJBh5ot8 { box-sizing:content-box;height:4.125rem;width:4.125rem;position:absolute;display:block;z-index:15033;background-color:transparent;background-image:none;top:26.25rem;left:13.125rem;border-top:0.25rem solid #9c0735;border-left:0.25rem solid #9c0735;border-right:0.25rem solid #9c0735;border-bottom:0.25rem solid #9c0735;display:none; }
#X03VxP164SfaLSkVIHyVPR3T5W9PJiGW { box-sizing:content-box;height:4.125rem;width:4.125rem;position:absolute;display:block;z-index:15033;background-color:transparent;background-image:none;top:26.25rem;left:13.125rem;border-top:0.25rem solid #9c0735;border-left:0.25rem solid #9c0735;border-right:0.25rem solid #9c0735;border-bottom:0.25rem solid #9c0735;display:none; }
#h4bCUCTQ2KNDJZs9DJabAdeUAlKNKcGV { box-sizing:content-box;height:4.125rem;width:4.125rem;position:absolute;display:block;z-index:15033;background-color:transparent;background-image:none;top:26.25rem;left:13.125rem;border-top:0.25rem solid #9c0735;border-left:0.25rem solid #9c0735;border-right:0.25rem solid #9c0735;border-bottom:0.25rem solid #9c0735;display:none; }
#TX5iDw0gTGpaH1pgffIbrN71xeXmf7qT { box-sizing:content-box;height:4.125rem;width:4.125rem;position:absolute;display:block;z-index:15033;background-color:transparent;background-image:none;top:26.25rem;left:13.125rem;border-top:0.25rem solid #9c0735;border-left:0.25rem solid #9c0735;border-right:0.25rem solid #9c0735;border-bottom:0.25rem solid #9c0735;display:none; }
#RJJkarPkDaemX4Jd0iFFzzk6LZy7K1ac { box-sizing:content-box;height:4.125rem;width:4.125rem;position:absolute;display:block;z-index:15033;background-color:transparent;background-image:none;top:26.25rem;left:13.125rem;border-top:0.25rem solid #9c0735;border-left:0.25rem solid #9c0735;border-right:0.25rem solid #9c0735;border-bottom:0.25rem solid #9c0735;display:none; }
#lGsq9I98NPV4yeRGSvIBBL7rxFZBlPfN { box-sizing:content-box;height:4.125rem;width:4.125rem;position:absolute;display:block;z-index:15033;background-color:transparent;background-image:none;top:26.25rem;left:13.125rem;border-top:0.25rem solid #9c0735;border-left:0.25rem solid #9c0735;border-right:0.25rem solid #9c0735;border-bottom:0.25rem solid #9c0735;display:none; }
#dAzhfp4fXk3sfTbuboyPxgShWWa18iXw { box-sizing:content-box;height:4.125rem;width:4.125rem;position:absolute;display:block;z-index:15033;background-color:transparent;background-image:none;top:26.25rem;left:13.125rem;border-top:0.25rem solid #9c0735;border-left:0.25rem solid #9c0735;border-right:0.25rem solid #9c0735;border-bottom:0.25rem solid #9c0735;display:none; }
#hHuJT8x2yZe6NsT4TrEX5PsEvJevOdbD { box-sizing:content-box;height:4.125rem;width:4.125rem;position:absolute;display:block;z-index:15033;background-color:transparent;background-image:none;top:26.25rem;left:13.125rem;border-top:0.25rem solid #9c0735;border-left:0.25rem solid #9c0735;border-right:0.25rem solid #9c0735;border-bottom:0.25rem solid #9c0735;display:none; }
#kb9gLQ4wZdy0cO4C7RVWx9dKEidTOHqQ { box-sizing:content-box;height:4.125rem;width:4.125rem;position:absolute;display:block;z-index:15033;background-color:transparent;background-image:none;top:26.25rem;left:13.125rem;border-top:0.25rem solid #9c0735;border-left:0.25rem solid #9c0735;border-right:0.25rem solid #9c0735;border-bottom:0.25rem solid #9c0735;display:none; }
#T5d426tEBKKbTdxq9rWiilXrtkkKDMcm { z-index:;position:relative;display:block; }#T5d426tEBKKbTdxq9rWiilXrtkkKDMcm { background-color: transparent; background-image: none; }#T5d426tEBKKbTdxq9rWiilXrtkkKDMcm::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T5d426tEBKKbTdxq9rWiilXrtkkKDMcm > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T5d426tEBKKbTdxq9rWiilXrtkkKDMcm > .row .container > .video-iframe-container { display: none; }#T5d426tEBKKbTdxq9rWiilXrtkkKDMcm > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T5d426tEBKKbTdxq9rWiilXrtkkKDMcm > .row > .video-iframe-container { display: none; }#T5d426tEBKKbTdxq9rWiilXrtkkKDMcm > .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); }#T5d426tEBKKbTdxq9rWiilXrtkkKDMcm { border-width: 0; border-radius: 0; }#T5d426tEBKKbTdxq9rWiilXrtkkKDMcm > .row .container { background-color:#fffbf6;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:48.125rem;width:75rem;border-top:0;border-right:0;border-bottom:0;border-left:0;box-shadow: none;overflow:visible;position:relative;display:block; }#Nqq8BKpR5IOueFutEa1bcuhXUoWupH0L { box-sizing:content-box;height:4.125rem;width:4.125rem;position:absolute;display:block;z-index:15013;background-color:transparent;background-image:none;top:4.125rem;left:8.75rem;border-top:0.25rem solid #9c0735;border-left:0.25rem solid #9c0735;border-right:0.25rem solid #9c0735;border-bottom:0.25rem solid #9c0735;display:block; }
#zEfVIDM2B4Pq8OERKOSX8Rx1lQqQauT9 { box-sizing:content-box;height:4.125rem;width:4.125rem;position:absolute;display:block;z-index:15014;background-color:transparent;background-image:none;top:4.125rem;left:13.125rem;border-top:0.25rem solid #9c0735;border-left:0.25rem solid #9c0735;border-right:0.25rem solid #9c0735;border-bottom:0.25rem solid #9c0735;display:block; }
#aUTf4f8NCcEOT0mf21hE4bBQMg9pwpOw { box-sizing:content-box;height:4.125rem;width:4.125rem;position:absolute;display:block;z-index:15012;background-color:transparent;background-image:none;top:4.125rem;left:4.375rem;border-top:0.25rem solid #9c0735;border-left:0.25rem solid #9c0735;border-right:0.25rem solid #9c0735;border-bottom:0.25rem solid #9c0735;display:block; }
#r7C4PpZlZhIlUF8rBoMsgOsAulC23u5G { box-sizing:content-box;height:4.125rem;width:4.125rem;position:absolute;display:block;z-index:15018;background-color:transparent;background-image:none;top:8.5rem;left:8.75rem;border-top:0.25rem solid #9c0735;border-left:0.25rem solid #9c0735;border-right:0.25rem solid #9c0735;border-bottom:0.25rem solid #9c0735;display:block; }
#SA3ZIw5f7axW7uTdVvScfGWv5JeTF2KR { box-sizing:content-box;height:4.125rem;width:4.125rem;position:absolute;display:block;z-index:15019;background-color:transparent;background-image:none;top:8.5rem;left:13.125rem;border-top:0.25rem solid #9c0735;border-left:0.25rem solid #9c0735;border-right:0.25rem solid #9c0735;border-bottom:0.25rem solid #9c0735;display:block; }
#DuQRJu29o0cK3Xgw8gdH4qlXTTTb4et2 { box-sizing:content-box;height:4.125rem;width:4.125rem;position:absolute;display:block;z-index:15017;background-color:transparent;background-image:none;top:8.5rem;left:4.375rem;border-top:0.25rem solid #9c0735;border-left:0.25rem solid #9c0735;border-right:0.25rem solid #9c0735;border-bottom:0.25rem solid #9c0735;display:block; }
#H4RTQkbub8Zi0X8mJ7WLaUeUCvVyCQra { box-sizing:content-box;height:4.125rem;width:4.125rem;position:absolute;display:block;z-index:15011;background-color:transparent;background-image:none;top:4.125rem;left:0rem;border-top:0.25rem solid #9c0735;border-left:0.25rem solid #9c0735;border-right:0.25rem solid #9c0735;border-bottom:0.25rem solid #9c0735;display:block; }
#EgqK60d9tBZlcq2h8lDo4IbWHm7vT6fO { box-sizing:content-box;height:4.125rem;width:4.125rem;position:absolute;display:block;z-index:15016;background-color:transparent;background-image:none;top:8.5rem;left:0rem;border-top:0.25rem solid #9c0735;border-left:0.25rem solid #9c0735;border-right:0.25rem solid #9c0735;border-bottom:0.25rem solid #9c0735;display:block; }
#kKQcK2Em41ywgCTm0sfRfk2zuaNBh7ey { box-sizing:content-box;height:4.125rem;width:4.125rem;position:absolute;display:block;z-index:15010;background-color:transparent;background-image:none;top:4.125rem;left:70rem;border-top:0.25rem solid #9c0735;border-left:0.25rem solid #9c0735;border-right:0.25rem solid #9c0735;border-bottom:0.25rem solid #9c0735;display:block; }
#NJ0KRhukSA49EMQWRNZQ14o4Kvs3t1Du { box-sizing:content-box;height:4.125rem;width:4.125rem;position:absolute;display:block;z-index:15015;background-color:transparent;background-image:none;top:8.5rem;left:70rem;border-top:0.25rem solid #9c0735;border-left:0.25rem solid #9c0735;border-right:0.25rem solid #9c0735;border-bottom:0.25rem solid #9c0735;display:block; }
#L47OOOptBrPPUm3GqV5vLWdiTtTkKgEk { box-sizing:content-box;height:4.125rem;width:4.125rem;position:absolute;display:block;z-index:15023;background-color:transparent;background-image:none;top:12.875rem;left:8.75rem;border-top:0.25rem solid #9c0735;border-left:0.25rem solid #9c0735;border-right:0.25rem solid #9c0735;border-bottom:0.25rem solid #9c0735;display:block; }
#M0nVwToWv97A5XOdJzvw562UaRQQGrMJ { box-sizing:content-box;height:4.125rem;width:4.125rem;position:absolute;display:block;z-index:15024;background-color:transparent;background-image:none;top:12.875rem;left:13.125rem;border-top:0.25rem solid #9c0735;border-left:0.25rem solid #9c0735;border-right:0.25rem solid #9c0735;border-bottom:0.25rem solid #9c0735;display:block; }
#GpTmT0W1HWcs9CetCUSp71UENyCO0PoP { box-sizing:content-box;height:4.125rem;width:4.125rem;position:absolute;display:block;z-index:15022;background-color:transparent;background-image:none;top:12.875rem;left:4.375rem;border-top:0.25rem solid #9c0735;border-left:0.25rem solid #9c0735;border-right:0.25rem solid #9c0735;border-bottom:0.25rem solid #9c0735;display:block; }
#yekvlyxBTmDlz7TAx1qe77WApXJDMZSk { box-sizing:content-box;height:4.125rem;width:4.125rem;position:absolute;display:block;z-index:15028;background-color:transparent;background-image:none;top:17.25rem;left:8.75rem;border-top:0.25rem solid #9c0735;border-left:0.25rem solid #9c0735;border-right:0.25rem solid #9c0735;border-bottom:0.25rem solid #9c0735;display:block; }
#TOBXnw5T4DSdaOpSvooMsW1QIyEsdKgb { box-sizing:content-box;height:4.125rem;width:4.125rem;position:absolute;display:block;z-index:15029;background-color:transparent;background-image:none;top:17.25rem;left:13.125rem;border-top:0.25rem solid #9c0735;border-left:0.25rem solid #9c0735;border-right:0.25rem solid #9c0735;border-bottom:0.25rem solid #9c0735;display:block; }
#KsZdU9NwFMdIuGIB7AicFNaMaf1NV4cw { box-sizing:content-box;height:4.125rem;width:4.125rem;position:absolute;display:block;z-index:15027;background-color:transparent;background-image:none;top:17.25rem;left:4.375rem;border-top:0.25rem solid #9c0735;border-left:0.25rem solid #9c0735;border-right:0.25rem solid #9c0735;border-bottom:0.25rem solid #9c0735;display:block; }
#u5DK5o2wEkfDOnhoE4m5cE7Tui7RUQ5A { box-sizing:content-box;height:4.125rem;width:4.125rem;position:absolute;display:block;z-index:15021;background-color:transparent;background-image:none;top:12.875rem;left:0rem;border-top:0.25rem solid #9c0735;border-left:0.25rem solid #9c0735;border-right:0.25rem solid #9c0735;border-bottom:0.25rem solid #9c0735;display:block; }
#FwNKUQnTmakxGJDZDUeS3D1a87iUmFge { box-sizing:content-box;height:4.125rem;width:4.125rem;position:absolute;display:block;z-index:15026;background-color:transparent;background-image:none;top:17.25rem;left:0rem;border-top:0.25rem solid #9c0735;border-left:0.25rem solid #9c0735;border-right:0.25rem solid #9c0735;border-bottom:0.25rem solid #9c0735;display:block; }
#FRa0r9Ciz8fB86IQ5zGSzrs8I7b3rwTa { box-sizing:content-box;height:4.125rem;width:4.125rem;position:absolute;display:block;z-index:15020;background-color:transparent;background-image:none;top:12.875rem;left:70rem;border-top:0.25rem solid #9c0735;border-left:0.25rem solid #9c0735;border-right:0.25rem solid #9c0735;border-bottom:0.25rem solid #9c0735;display:block; }
#STwGiwBqvMJAZSMaBmqwacd6RuTJbGZ1 { box-sizing:content-box;height:4.125rem;width:4.125rem;position:absolute;display:block;z-index:15025;background-color:transparent;background-image:none;top:17.25rem;left:70rem;border-top:0.25rem solid #9c0735;border-left:0.25rem solid #9c0735;border-right:0.25rem solid #9c0735;border-bottom:0.25rem solid #9c0735;display:block; }
#UUHCfBbKPEU3fv5n30vvO81UGKPxXdaS { box-sizing:content-box;height:4.125rem;width:4.125rem;position:absolute;display:block;z-index:15044;background-color:transparent;background-image:none;top:43.5rem;left:17.5rem;border-top:0.25rem solid #9c0735;border-left:0.25rem solid #9c0735;border-right:0.25rem solid #9c0735;border-bottom:0.25rem solid #9c0735;display:block; }
#tE61W9S9CzLm2Zrv0JyBbMphtJdr2tOW { box-sizing:content-box;height:4.125rem;width:4.125rem;position:absolute;display:block;z-index:15043;background-color:transparent;background-image:none;top:43.5rem;left:13.125rem;border-top:0.25rem solid #9c0735;border-left:0.25rem solid #9c0735;border-right:0.25rem solid #9c0735;border-bottom:0.25rem solid #9c0735;display:block; }
#Eam4tW2S33ualT1rw5R5dMoFdQ7FuxTF { box-sizing:content-box;height:4.125rem;width:4.125rem;position:absolute;display:block;z-index:15042;background-color:transparent;background-image:none;top:43.5rem;left:8.75rem;border-top:0.25rem solid #9c0735;border-left:0.25rem solid #9c0735;border-right:0.25rem solid #9c0735;border-bottom:0.25rem solid #9c0735;display:block; }
#SzQO76g2zeTvNENMMdzvNoJzJ4SQ956n { box-sizing:content-box;height:4.125rem;width:4.125rem;position:absolute;display:block;z-index:15041;background-color:transparent;background-image:none;top:43.5rem;left:4.375rem;border-top:0.25rem solid #9c0735;border-left:0.25rem solid #9c0735;border-right:0.25rem solid #9c0735;border-bottom:0.25rem solid #9c0735;display:block; }
#U5NZ0irlTKFHva1MJqPShoIyhwxkR4Go { box-sizing:content-box;height:4.125rem;width:4.125rem;position:absolute;display:block;z-index:15040;background-color:transparent;background-image:none;top:43.5rem;left:0rem;border-top:0.25rem solid #9c0735;border-left:0.25rem solid #9c0735;border-right:0.25rem solid #9c0735;border-bottom:0.25rem solid #9c0735;display:block; }
#U4pn5027fPirCMSXsB6E4BliXH8UsfvM { box-sizing:content-box;height:4.125rem;width:4.125rem;position:absolute;display:block;z-index:15027;background-color:transparent;background-image:none;top:43.5rem;left:65.625rem;border-top:0.25rem solid #9c0735;border-left:0.25rem solid #9c0735;border-right:0.25rem solid #9c0735;border-bottom:0.25rem solid #9c0735;display:block; }
#q2eoH5012leK3NJ4fJPA49hc2PbOVS3D { box-sizing:content-box;height:4.125rem;width:4.125rem;position:absolute;display:block;z-index:15026;background-color:transparent;background-image:none;top:43.5rem;left:61.25rem;border-top:0.25rem solid #9c0735;border-left:0.25rem solid #9c0735;border-right:0.25rem solid #9c0735;border-bottom:0.25rem solid #9c0735;display:block; }
#vuL1F9BCTDXp94Dk4yfAJDXshg0JvSRx { box-sizing:content-box;height:4.125rem;width:4.125rem;position:absolute;display:block;z-index:15025;background-color:transparent;background-image:none;top:43.5rem;left:56.875rem;border-top:0.25rem solid #9c0735;border-left:0.25rem solid #9c0735;border-right:0.25rem solid #9c0735;border-bottom:0.25rem solid #9c0735;display:block; }
#D1ku2QMenkmNO9eZqbaTZFC4LeUH6W2m { box-sizing:content-box;height:4.125rem;width:4.125rem;position:absolute;display:block;z-index:15024;background-color:transparent;background-image:none;top:43.5rem;left:52.5rem;border-top:0.25rem solid #9c0735;border-left:0.25rem solid #9c0735;border-right:0.25rem solid #9c0735;border-bottom:0.25rem solid #9c0735;display:block; }
#D2KtPHxypr30cznMz6umnpwOmUSOVTZP { box-sizing:content-box;height:4.125rem;width:4.125rem;position:absolute;display:block;z-index:15023;background-color:transparent;background-image:none;top:43.5rem;left:48.125rem;border-top:0.25rem solid #9c0735;border-left:0.25rem solid #9c0735;border-right:0.25rem solid #9c0735;border-bottom:0.25rem solid #9c0735;display:block; }
#gz3KaTcx5gRE17d0kIZRyqnt5DoXAhBl { box-sizing:content-box;height:4.125rem;width:4.125rem;position:absolute;display:block;z-index:15022;background-color:transparent;background-image:none;top:43.5rem;left:43.75rem;border-top:0.25rem solid #9c0735;border-left:0.25rem solid #9c0735;border-right:0.25rem solid #9c0735;border-bottom:0.25rem solid #9c0735;display:block; }
#MJ0N7dKa4LIHXWmpSbTCpTyVAA7KD3BR { box-sizing:content-box;height:4.125rem;width:4.125rem;position:absolute;display:block;z-index:15021;background-color:transparent;background-image:none;top:43.5rem;left:39.375rem;border-top:0.25rem solid #9c0735;border-left:0.25rem solid #9c0735;border-right:0.25rem solid #9c0735;border-bottom:0.25rem solid #9c0735;display:block; }
#ukgSQJrPbDk8kk22zAvLdya0em8nTebS { box-sizing:content-box;height:4.125rem;width:4.125rem;position:absolute;display:block;z-index:15020;background-color:transparent;background-image:none;top:43.5rem;left:35rem;border-top:0.25rem solid #9c0735;border-left:0.25rem solid #9c0735;border-right:0.25rem solid #9c0735;border-bottom:0.25rem solid #9c0735;display:block; }
#BN3diTKR4v5LapIRtOtdXSfHM5X1agyT { box-sizing:content-box;height:4.125rem;width:4.125rem;position:absolute;display:block;z-index:15019;background-color:transparent;background-image:none;top:43.5rem;left:30.625rem;border-top:0.25rem solid #9c0735;border-left:0.25rem solid #9c0735;border-right:0.25rem solid #9c0735;border-bottom:0.25rem solid #9c0735;display:block; }
#GzIhpXsMWPDf6MemaVMkS8ISyTkEgbQx { box-sizing:content-box;height:4.125rem;width:4.125rem;position:absolute;display:block;z-index:15018;background-color:transparent;background-image:none;top:43.5rem;left:26.25rem;border-top:0.25rem solid #9c0735;border-left:0.25rem solid #9c0735;border-right:0.25rem solid #9c0735;border-bottom:0.25rem solid #9c0735;display:block; }
#LG6WXZMJVqhDyQCaCuZcxUnF3KTe6BfU { box-sizing:content-box;height:4.125rem;width:4.125rem;position:absolute;display:block;z-index:15017;background-color:transparent;background-image:none;top:43.5rem;left:21.875rem;border-top:0.25rem solid #9c0735;border-left:0.25rem solid #9c0735;border-right:0.25rem solid #9c0735;border-bottom:0.25rem solid #9c0735;display:block; }
#JlxnWnrpGNCM8mcBfTBVMPkroPnyctsN { box-sizing:content-box;height:4.125rem;width:4.125rem;position:absolute;display:block;z-index:15028;background-color:transparent;background-image:none;top:4.125rem;left:17.5rem;border-top:0.25rem solid #9c0735;border-left:0.25rem solid #9c0735;border-right:0.25rem solid #9c0735;border-bottom:0.25rem solid #9c0735;display:block; }
#RS4BHwJM0W5xHKSrCGa2Ex66Gm6MKgJG { box-sizing:content-box;height:4.125rem;width:4.125rem;position:absolute;display:block;z-index:15033;background-color:transparent;background-image:none;top:8.5rem;left:17.5rem;border-top:0.25rem solid #9c0735;border-left:0.25rem solid #9c0735;border-right:0.25rem solid #9c0735;border-bottom:0.25rem solid #9c0735;display:block; }
#BVPDTp8BvLQovuI0Vx4duu46qXqybA8i { box-sizing:content-box;height:4.125rem;width:4.125rem;position:absolute;display:block;z-index:15038;background-color:transparent;background-image:none;top:12.875rem;left:17.5rem;border-top:0.25rem solid #9c0735;border-left:0.25rem solid #9c0735;border-right:0.25rem solid #9c0735;border-bottom:0.25rem solid #9c0735;display:block; }
#QkhT49PXrZVgQ20eTyNCSTm6s7SZKHi7 { box-sizing:content-box;height:4.125rem;width:4.125rem;position:absolute;display:block;z-index:15043;background-color:transparent;background-image:none;top:17.25rem;left:17.5rem;border-top:0.25rem solid #9c0735;border-left:0.25rem solid #9c0735;border-right:0.25rem solid #9c0735;border-bottom:0.25rem solid #9c0735;display:block; }
#fQSWds4zAoxdtoOLxSyh3UXMpvuZ96Hk { box-sizing:content-box;height:4.125rem;width:4.125rem;position:absolute;display:block;z-index:15058;background-color:transparent;background-image:none;top:43.5rem;left:70rem;border-top:0.25rem solid #9c0735;border-left:0.25rem solid #9c0735;border-right:0.25rem solid #9c0735;border-bottom:0.25rem solid #9c0735;display:block; }
#fKygNhHxrdrl3tQVAD2Sb10KonK9FiTl { color:#30966e;display:block;width:4.75rem;position:absolute;font-family:outfit;font-size:1.0625rem;font-weight:normal;z-index:15065;line-height:1.3;letter-spacing:0;top:3.80078125rem;left:39.125rem;height:1.38139375rem;display:block; }
#FF3gL7rwc9kTi0wi3oa0aaXvfbl0Icoo { color:#9c0735;display:block;width:20.1875rem;position:absolute;font-family:outfit;font-size:1.0625rem;font-weight:normal;z-index:15066;line-height:1.3;letter-spacing:0;top:8.31233215332rem;left:26.25rem;height:23.4836875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#fKd81foZRtHJN04XwRdK2xH69I6iSuEG { position:absolute;display:block;z-index:15064;border-top:0;border-left:0;border-right:0;border-bottom:0;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:10.9375rem;top:4.125rem;left:26.25rem;overflow:hidden;display:block; }
#nfU4Wt2BbHVQ43BNRev4U8vuMXZNQpmg { box-sizing:content-box;height:4.125rem;width:4.125rem;position:absolute;display:block;z-index:15006;background-color:transparent;background-image:none;top:0rem;left:70rem;border-top:0;border-left:0.25rem solid #9c0735;border-right:0.25rem solid #9c0735;border-bottom:0.25rem solid #9c0735;display:block; }
#SfNFFcCyktThtKul2K0VTfPOo1WciTKM { box-sizing:content-box;height:4.125rem;width:4.125rem;position:absolute;display:block;z-index:15007;background-color:transparent;background-image:none;top:0rem;left:0rem;border-top:0;border-left:0.25rem solid #9c0735;border-right:0.25rem solid #9c0735;border-bottom:0.25rem solid #9c0735;display:block; }
#bKZQFuLRLUDeJ1o6trIKxCh1wy7rwK3i { box-sizing:content-box;height:4.125rem;width:4.125rem;position:absolute;display:block;z-index:15008;background-color:transparent;background-image:none;top:0rem;left:4.375rem;border-top:0;border-left:0.25rem solid #9c0735;border-right:0.25rem solid #9c0735;border-bottom:0.25rem solid #9c0735;display:block; }
#fpxf80S8oVRKGeTmJCQzxBKyIauuFKKD { box-sizing:content-box;height:4.125rem;width:4.125rem;position:absolute;display:block;z-index:15009;background-color:transparent;background-image:none;top:0rem;left:8.75rem;border-top:0;border-left:0.25rem solid #9c0735;border-right:0.25rem solid #9c0735;border-bottom:0.25rem solid #9c0735;display:block; }
#gbMPyeoO7kLrC2KcDiFvDhD99Haslbqp { box-sizing:content-box;height:4.125rem;width:4.125rem;position:absolute;display:block;z-index:15010;background-color:transparent;background-image:none;top:0rem;left:13.125rem;border-top:0;border-left:0.25rem solid #9c0735;border-right:0.25rem solid #9c0735;border-bottom:0.25rem solid #9c0735;display:block; }
#anmUoJTvzxuzSTUOE33TkBH9h5zMh7qD { box-sizing:content-box;height:4.125rem;width:4.125rem;position:absolute;display:block;z-index:15011;background-color:transparent;background-image:none;top:0rem;left:17.5rem;border-top:0;border-left:0.25rem solid #9c0735;border-right:0.25rem solid #9c0735;border-bottom:0.25rem solid #9c0735;display:block; }
#JhWIagJy0F39VIvZXDTaahGFqn267xU4 { box-sizing:content-box;height:4.125rem;width:4.125rem;position:absolute;display:block;z-index:15029;background-color:transparent;background-image:none;top:34.75rem;left:70rem;border-top:0.25rem solid #9c0735;border-left:0.25rem solid #9c0735;border-right:0.25rem solid #9c0735;border-bottom:0.25rem solid #9c0735;display:block; }
#kiR7gy0f0iUDrf2LZUKBTe5VQloCu9Pb { box-sizing:content-box;height:4.125rem;width:4.125rem;position:absolute;display:block;z-index:15024;background-color:transparent;background-image:none;top:30.375rem;left:70rem;border-top:0.25rem solid #9c0735;border-left:0.25rem solid #9c0735;border-right:0.25rem solid #9c0735;border-bottom:0.25rem solid #9c0735;display:block; }
#TO8gOmcgVzROr9wikDzKkaw4zNlrKBmQ { box-sizing:content-box;height:4.125rem;width:4.125rem;position:absolute;display:block;z-index:15019;background-color:transparent;background-image:none;top:26rem;left:70rem;border-top:0.25rem solid #9c0735;border-left:0.25rem solid #9c0735;border-right:0.25rem solid #9c0735;border-bottom:0.25rem solid #9c0735;display:block; }
#w16WOmXVshImmEIeTFVJRy4bvi9Kce6I { box-sizing:content-box;height:4.125rem;width:4.125rem;position:absolute;display:block;z-index:15014;background-color:transparent;background-image:none;top:21.625rem;left:70rem;border-top:0.25rem solid #9c0735;border-left:0.25rem solid #9c0735;border-right:0.25rem solid #9c0735;border-bottom:0.25rem solid #9c0735;display:block; }
#tqkbAE8nXzN67pJvNiKxF4LeLJaw3LcP { box-sizing:content-box;height:4.125rem;width:4.125rem;position:absolute;display:block;z-index:15026;background-color:transparent;background-image:none;top:39.125rem;left:70rem;border-top:0.25rem solid #9c0735;border-left:0.25rem solid #9c0735;border-right:0.25rem solid #9c0735;border-bottom:0.25rem solid #9c0735;display:block; }
#GOtmHqiMbCTI2LH7yR4VHtm1Saz0uK1s { box-sizing:content-box;height:4.125rem;width:4.125rem;position:absolute;display:block;z-index:15069;background-color:transparent;background-image:none;top:34.75rem;left:13.125rem;border-top:0.25rem solid #9c0735;border-left:0.25rem solid #9c0735;border-right:0.25rem solid #9c0735;border-bottom:0.25rem solid #9c0735;display:block; }
#KR9xFQsWEAN7KxTfXKEKG9IOiSKdWr1w { box-sizing:content-box;height:4.125rem;width:4.125rem;position:absolute;display:block;z-index:15083;background-color:transparent;background-image:none;top:34.75rem;left:17.5rem;border-top:0.25rem solid #9c0735;border-left:0.25rem solid #9c0735;border-right:0.25rem solid #9c0735;border-bottom:0.25rem solid #9c0735;display:block; }
#wwL1bFcAiFanAI25pxIPHC0Jr5u3IyTZ { box-sizing:content-box;height:4.125rem;width:4.125rem;position:absolute;display:block;z-index:15063;background-color:transparent;background-image:none;top:30.375rem;left:8.75rem;border-top:0.25rem solid #9c0735;border-left:0.25rem solid #9c0735;border-right:0.25rem solid #9c0735;border-bottom:0.25rem solid #9c0735;display:block; }
#zMs8lEMn1TVDCLILAOdb1TIp0b4KbBUT { box-sizing:content-box;height:4.125rem;width:4.125rem;position:absolute;display:block;z-index:15064;background-color:transparent;background-image:none;top:30.375rem;left:13.125rem;border-top:0.25rem solid #9c0735;border-left:0.25rem solid #9c0735;border-right:0.25rem solid #9c0735;border-bottom:0.25rem solid #9c0735;display:block; }
#Rol6tskdC9kHh8iZq4Auwx1Fp37Ti1g9 { box-sizing:content-box;height:4.125rem;width:4.125rem;position:absolute;display:block;z-index:15068;background-color:transparent;background-image:none;top:34.75rem;left:8.75rem;border-top:0.25rem solid #9c0735;border-left:0.25rem solid #9c0735;border-right:0.25rem solid #9c0735;border-bottom:0.25rem solid #9c0735;display:block; }
#vOZigpbM72ZxB2EzFgVHpL4OrDbuA144 { box-sizing:content-box;height:4.125rem;width:4.125rem;position:absolute;display:block;z-index:15078;background-color:transparent;background-image:none;top:30.375rem;left:17.5rem;border-top:0.25rem solid #9c0735;border-left:0.25rem solid #9c0735;border-right:0.25rem solid #9c0735;border-bottom:0.25rem solid #9c0735;display:block; }
#TXFg2hRZfQ1BlCH9SembsbTEHnU1TNBU { box-sizing:content-box;height:4.125rem;width:4.125rem;position:absolute;display:block;z-index:15062;background-color:transparent;background-image:none;top:30.375rem;left:4.375rem;border-top:0.25rem solid #9c0735;border-left:0.25rem solid #9c0735;border-right:0.25rem solid #9c0735;border-bottom:0.25rem solid #9c0735;display:block; }
#EUXMZ52TJ4U8UPwcX6bDNWL3sLguahw7 { box-sizing:content-box;height:4.125rem;width:4.125rem;position:absolute;display:block;z-index:15067;background-color:transparent;background-image:none;top:34.75rem;left:4.375rem;border-top:0.25rem solid #9c0735;border-left:0.25rem solid #9c0735;border-right:0.25rem solid #9c0735;border-bottom:0.25rem solid #9c0735;display:block; }
#L8e8E5kFGT5b67C351XNSK0h4pLOdRga { box-sizing:content-box;height:4.125rem;width:4.125rem;position:absolute;display:block;z-index:15058;background-color:transparent;background-image:none;top:26rem;left:8.75rem;border-top:0.25rem solid #9c0735;border-left:0.25rem solid #9c0735;border-right:0.25rem solid #9c0735;border-bottom:0.25rem solid #9c0735;display:block; }
#VRDHRODNFrBnZnrJdRh0UVVkKVvT6qSC { box-sizing:content-box;height:4.125rem;width:4.125rem;position:absolute;display:block;z-index:15059;background-color:transparent;background-image:none;top:26rem;left:13.125rem;border-top:0.25rem solid #9c0735;border-left:0.25rem solid #9c0735;border-right:0.25rem solid #9c0735;border-bottom:0.25rem solid #9c0735;display:block; }
#GMIhyJmvTgsQ19Ano3E4vJdgdq3MVcPL { box-sizing:content-box;height:4.125rem;width:4.125rem;position:absolute;display:block;z-index:15057;background-color:transparent;background-image:none;top:26rem;left:4.375rem;border-top:0.25rem solid #9c0735;border-left:0.25rem solid #9c0735;border-right:0.25rem solid #9c0735;border-bottom:0.25rem solid #9c0735;display:block; }
#VzGQ0LcGWCGryIR34Tuo1LKpMz2lKPH1 { box-sizing:content-box;height:4.125rem;width:4.125rem;position:absolute;display:block;z-index:15073;background-color:transparent;background-image:none;top:26rem;left:17.5rem;border-top:0.25rem solid #9c0735;border-left:0.25rem solid #9c0735;border-right:0.25rem solid #9c0735;border-bottom:0.25rem solid #9c0735;display:block; }
#pwXCVMOuzb4uo0LHcOlVi7d8h6xpOcGc { box-sizing:content-box;height:4.125rem;width:4.125rem;position:absolute;display:block;z-index:15056;background-color:transparent;background-image:none;top:26rem;left:0rem;border-top:0.25rem solid #9c0735;border-left:0.25rem solid #9c0735;border-right:0.25rem solid #9c0735;border-bottom:0.25rem solid #9c0735;display:block; }
#JDPFvbUTOisTQGMKFVoLxcsoU1o5AI1R { box-sizing:content-box;height:4.125rem;width:4.125rem;position:absolute;display:block;z-index:15061;background-color:transparent;background-image:none;top:30.375rem;left:0rem;border-top:0.25rem solid #9c0735;border-left:0.25rem solid #9c0735;border-right:0.25rem solid #9c0735;border-bottom:0.25rem solid #9c0735;display:block; }
#f2eaClkhgu19xSnF599ql0g0fhHxWIko { box-sizing:content-box;height:4.125rem;width:4.125rem;position:absolute;display:block;z-index:15066;background-color:transparent;background-image:none;top:34.75rem;left:0rem;border-top:0.25rem solid #9c0735;border-left:0.25rem solid #9c0735;border-right:0.25rem solid #9c0735;border-bottom:0.25rem solid #9c0735;display:block; }
#g45AfJRRLtTRPQee7F28BQGTIfde3Zhs { box-sizing:content-box;height:4.125rem;width:4.125rem;position:absolute;display:block;z-index:15053;background-color:transparent;background-image:none;top:21.625rem;left:8.75rem;border-top:0.25rem solid #9c0735;border-left:0.25rem solid #9c0735;border-right:0.25rem solid #9c0735;border-bottom:0.25rem solid #9c0735;display:block; }
#pBg23e9lQ3fUnnB7A3mE5sosC6bKTcTN { box-sizing:content-box;height:4.125rem;width:4.125rem;position:absolute;display:block;z-index:15054;background-color:transparent;background-image:none;top:21.625rem;left:13.125rem;border-top:0.25rem solid #9c0735;border-left:0.25rem solid #9c0735;border-right:0.25rem solid #9c0735;border-bottom:0.25rem solid #9c0735;display:block; }
#WBbOcnh3BZAwT4Do5vCplqyiaFnsbivT { box-sizing:content-box;height:4.125rem;width:4.125rem;position:absolute;display:block;z-index:15052;background-color:transparent;background-image:none;top:21.625rem;left:4.375rem;border-top:0.25rem solid #9c0735;border-left:0.25rem solid #9c0735;border-right:0.25rem solid #9c0735;border-bottom:0.25rem solid #9c0735;display:block; }
#MsDAEexWMS5ZBMqXcSFoOQz8n3wU7TQE { box-sizing:content-box;height:4.125rem;width:4.125rem;position:absolute;display:block;z-index:15051;background-color:transparent;background-image:none;top:21.625rem;left:0rem;border-top:0.25rem solid #9c0735;border-left:0.25rem solid #9c0735;border-right:0.25rem solid #9c0735;border-bottom:0.25rem solid #9c0735;display:block; }
#XyFWAel8KBBErp0TWRJWorKFa8B8V5PO { box-sizing:content-box;height:4.125rem;width:4.125rem;position:absolute;display:block;z-index:15068;background-color:transparent;background-image:none;top:21.625rem;left:17.5rem;border-top:0.25rem solid #9c0735;border-left:0.25rem solid #9c0735;border-right:0.25rem solid #9c0735;border-bottom:0.25rem solid #9c0735;display:block; }
#E8qTuViQZ8smQb8ZChEG0hNvSMePNO4u { box-sizing:content-box;height:4.125rem;width:4.125rem;position:absolute;display:block;z-index:15068;background-color:transparent;background-image:none;top:39.125rem;left:17.5rem;border-top:0.25rem solid #9c0735;border-left:0.25rem solid #9c0735;border-right:0.25rem solid #9c0735;border-bottom:0.25rem solid #9c0735;display:block; }
#ae72L6UNkuaNdvQmQyXI9b930fenJr6P { box-sizing:content-box;height:4.125rem;width:4.125rem;position:absolute;display:block;z-index:15054;background-color:transparent;background-image:none;top:39.125rem;left:13.125rem;border-top:0.25rem solid #9c0735;border-left:0.25rem solid #9c0735;border-right:0.25rem solid #9c0735;border-bottom:0.25rem solid #9c0735;display:block; }
#hsoLF5zmmaaVVZygKTNvFyqAthUFqf2v { box-sizing:content-box;height:4.125rem;width:4.125rem;position:absolute;display:block;z-index:15053;background-color:transparent;background-image:none;top:39.125rem;left:8.75rem;border-top:0.25rem solid #9c0735;border-left:0.25rem solid #9c0735;border-right:0.25rem solid #9c0735;border-bottom:0.25rem solid #9c0735;display:block; }
#vDFk5qN7zFORoTLWg8SGDXLIFSZ7hGBD { box-sizing:content-box;height:4.125rem;width:4.125rem;position:absolute;display:block;z-index:15052;background-color:transparent;background-image:none;top:39.125rem;left:4.375rem;border-top:0.25rem solid #9c0735;border-left:0.25rem solid #9c0735;border-right:0.25rem solid #9c0735;border-bottom:0.25rem solid #9c0735;display:block; }
#ZrBZTwST1wa6XDtk659QAz58Zk1sBmWJ { box-sizing:content-box;height:4.125rem;width:4.125rem;position:absolute;display:block;z-index:15051;background-color:transparent;background-image:none;top:39.125rem;left:0rem;border-top:0.25rem solid #9c0735;border-left:0.25rem solid #9c0735;border-right:0.25rem solid #9c0735;border-bottom:0.25rem solid #9c0735;display:block; }
#Hd7WSHbyx35E2BgUAX58HtKtBBg3WQpS { color:#9c0735;display:block;width:18.3125rem;position:absolute;font-family:outfit;font-size:1.0625rem;font-weight:normal;z-index:15067;line-height:1.3;letter-spacing:0;top:8.19970703125rem;left:48.75rem;height:31.77204375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#c0Oiun1kIDn5rX8fdKh7A1ALDsmTHXVP { box-sizing:content-box;height:4.125rem;width:4.125rem;position:absolute;display:block;z-index:15033;background-color:transparent;background-image:none;top:26.25rem;left:13.125rem;border-top:0.25rem solid #9c0735;border-left:0.25rem solid #9c0735;border-right:0.25rem solid #9c0735;border-bottom:0.25rem solid #9c0735;display:none; }
#JgoEoSqJEDVs7m6Jqd8zuMO57raSLbky { box-sizing:content-box;height:4.125rem;width:4.125rem;position:absolute;display:block;z-index:15033;background-color:transparent;background-image:none;top:26.25rem;left:13.125rem;border-top:0.25rem solid #9c0735;border-left:0.25rem solid #9c0735;border-right:0.25rem solid #9c0735;border-bottom:0.25rem solid #9c0735;display:none; }
#yCUoCCFe0KqD3W0CnWioxXit3yTJz7J2 { box-sizing:content-box;height:4.125rem;width:4.125rem;position:absolute;display:block;z-index:15033;background-color:transparent;background-image:none;top:26.25rem;left:13.125rem;border-top:0.25rem solid #9c0735;border-left:0.25rem solid #9c0735;border-right:0.25rem solid #9c0735;border-bottom:0.25rem solid #9c0735;display:none; }
#mcEIqK06mPIRW0TA2oAv27ZAUlASwfWH { box-sizing:content-box;height:4.125rem;width:4.125rem;position:absolute;display:block;z-index:15033;background-color:transparent;background-image:none;top:26.25rem;left:13.125rem;border-top:0.25rem solid #9c0735;border-left:0.25rem solid #9c0735;border-right:0.25rem solid #9c0735;border-bottom:0.25rem solid #9c0735;display:none; }
#NzJgvBlTPnTyTu5pIgnpito76TKAG4XD { box-sizing:content-box;height:4.125rem;width:4.125rem;position:absolute;display:block;z-index:15033;background-color:transparent;background-image:none;top:26.25rem;left:13.125rem;border-top:0.25rem solid #9c0735;border-left:0.25rem solid #9c0735;border-right:0.25rem solid #9c0735;border-bottom:0.25rem solid #9c0735;display:none; }
#oxg7JKzvvkbBZ2WNFOUN2KanX0GneBaM { box-sizing:content-box;height:4.125rem;width:4.125rem;position:absolute;display:block;z-index:15033;background-color:transparent;background-image:none;top:26.25rem;left:13.125rem;border-top:0.25rem solid #9c0735;border-left:0.25rem solid #9c0735;border-right:0.25rem solid #9c0735;border-bottom:0.25rem solid #9c0735;display:none; }
#owCQvPrEDdhwagCcAKFv3J008A0CEQRW { box-sizing:content-box;height:4.125rem;width:4.125rem;position:absolute;display:block;z-index:15033;background-color:transparent;background-image:none;top:26.25rem;left:13.125rem;border-top:0.25rem solid #9c0735;border-left:0.25rem solid #9c0735;border-right:0.25rem solid #9c0735;border-bottom:0.25rem solid #9c0735;display:none; }
#NvngEiAyKk1I0oTwPU3n1f3JdU1ahP7W { box-sizing:content-box;height:4.125rem;width:4.125rem;position:absolute;display:block;z-index:15033;background-color:transparent;background-image:none;top:26.25rem;left:13.125rem;border-top:0.25rem solid #9c0735;border-left:0.25rem solid #9c0735;border-right:0.25rem solid #9c0735;border-bottom:0.25rem solid #9c0735;display:none; }
#HbNg36VZl2EEEE4bvXCkxSvkAkiUSSzN { box-sizing:content-box;height:4.125rem;width:4.125rem;position:absolute;display:block;z-index:15033;background-color:transparent;background-image:none;top:26.25rem;left:13.125rem;border-top:0.25rem solid #9c0735;border-left:0.25rem solid #9c0735;border-right:0.25rem solid #9c0735;border-bottom:0.25rem solid #9c0735;display:none; }
#hrNMholQD1wRms3QkyuMEZPN8zmHH6fZ { box-sizing:content-box;height:4.125rem;width:4.125rem;position:absolute;display:block;z-index:15033;background-color:transparent;background-image:none;top:26.25rem;left:13.125rem;border-top:0.25rem solid #9c0735;border-left:0.25rem solid #9c0735;border-right:0.25rem solid #9c0735;border-bottom:0.25rem solid #9c0735;display:none; }
#PzditxX3holJezK2mIIZFEbo9PhSpsI4 { box-sizing:content-box;height:4.125rem;width:4.125rem;position:absolute;display:block;z-index:15033;background-color:transparent;background-image:none;top:26.25rem;left:13.125rem;border-top:0.25rem solid #9c0735;border-left:0.25rem solid #9c0735;border-right:0.25rem solid #9c0735;border-bottom:0.25rem solid #9c0735;display:none; }
#KPPeWOs1gsfl4IxUgBlsfuSAEa6Q7AgE { box-sizing:content-box;height:4.125rem;width:4.125rem;position:absolute;display:block;z-index:15033;background-color:transparent;background-image:none;top:26.25rem;left:13.125rem;border-top:0.25rem solid #9c0735;border-left:0.25rem solid #9c0735;border-right:0.25rem solid #9c0735;border-bottom:0.25rem solid #9c0735;display:none; }
#W0mhNmoQTcpQ1XxDFqxt5vBqNtOVQK1r { box-sizing:content-box;height:4.125rem;width:4.125rem;position:absolute;display:block;z-index:15033;background-color:transparent;background-image:none;top:26.25rem;left:13.125rem;border-top:0.25rem solid #9c0735;border-left:0.25rem solid #9c0735;border-right:0.25rem solid #9c0735;border-bottom:0.25rem solid #9c0735;display:none; }
#tgNyetsVCXlSX2ITO3bpitlC4hMUbeev { box-sizing:content-box;height:4.125rem;width:4.125rem;position:absolute;display:block;z-index:15033;background-color:transparent;background-image:none;top:26.25rem;left:13.125rem;border-top:0.25rem solid #9c0735;border-left:0.25rem solid #9c0735;border-right:0.25rem solid #9c0735;border-bottom:0.25rem solid #9c0735;display:none; }
#Z2lJsQ6la2IMwugWAyZNzKuOTQh6oEOt { box-sizing:content-box;height:4.125rem;width:4.125rem;position:absolute;display:block;z-index:15033;background-color:transparent;background-image:none;top:26.25rem;left:13.125rem;border-top:0.25rem solid #9c0735;border-left:0.25rem solid #9c0735;border-right:0.25rem solid #9c0735;border-bottom:0.25rem solid #9c0735;display:none; }
#mAZiDMiIm739eBE9oK7JJtDNgxbqxvKe { box-sizing:content-box;height:4.125rem;width:4.125rem;position:absolute;display:block;z-index:15033;background-color:transparent;background-image:none;top:26.25rem;left:13.125rem;border-top:0.25rem solid #9c0735;border-left:0.25rem solid #9c0735;border-right:0.25rem solid #9c0735;border-bottom:0.25rem solid #9c0735;display:none; }
#xlvklT18pxQTf7wxFXgu4TgvA9Sr7vwv { box-sizing:content-box;height:4.125rem;width:4.125rem;position:absolute;display:block;z-index:15033;background-color:transparent;background-image:none;top:26.25rem;left:13.125rem;border-top:0.25rem solid #9c0735;border-left:0.25rem solid #9c0735;border-right:0.25rem solid #9c0735;border-bottom:0.25rem solid #9c0735;display:none; }
#HHviWFgZSI4kqxoXvpn0x4tZ4bm5DvbU { box-sizing:content-box;height:4.125rem;width:4.125rem;position:absolute;display:block;z-index:15033;background-color:transparent;background-image:none;top:26.25rem;left:13.125rem;border-top:0.25rem solid #9c0735;border-left:0.25rem solid #9c0735;border-right:0.25rem solid #9c0735;border-bottom:0.25rem solid #9c0735;display:none; }
#FfAVNdpXoOe3uH5MB2CJn1Cg4obRge1p { box-sizing:content-box;height:4.125rem;width:4.125rem;position:absolute;display:block;z-index:15033;background-color:transparent;background-image:none;top:26.25rem;left:13.125rem;border-top:0.25rem solid #9c0735;border-left:0.25rem solid #9c0735;border-right:0.25rem solid #9c0735;border-bottom:0.25rem solid #9c0735;display:none; }
#z8vM4sN7THniGqm2FpwlQ6VxbAVFQFTX { box-sizing:content-box;height:4.125rem;width:4.125rem;position:absolute;display:block;z-index:15033;background-color:transparent;background-image:none;top:26.25rem;left:13.125rem;border-top:0.25rem solid #9c0735;border-left:0.25rem solid #9c0735;border-right:0.25rem solid #9c0735;border-bottom:0.25rem solid #9c0735;display:none; }
#o2M7HBr2AHvdtPUL03AZBI2PduwoN0C6 { box-sizing:content-box;height:4.125rem;width:4.125rem;position:absolute;display:block;z-index:15033;background-color:transparent;background-image:none;top:26.25rem;left:13.125rem;border-top:0.25rem solid #9c0735;border-left:0.25rem solid #9c0735;border-right:0.25rem solid #9c0735;border-bottom:0.25rem solid #9c0735;display:none; }
#EE83f8HDzAv24zFnpbCG6LBZtuDnIP3d { box-sizing:content-box;height:4.125rem;width:4.125rem;position:absolute;display:block;z-index:15033;background-color:transparent;background-image:none;top:26.25rem;left:13.125rem;border-top:0.25rem solid #9c0735;border-left:0.25rem solid #9c0735;border-right:0.25rem solid #9c0735;border-bottom:0.25rem solid #9c0735;display:none; }
#cHU6JBEebdLNGiXwT9XXUFF3lMTIXwly { box-sizing:content-box;height:4.125rem;width:4.125rem;position:absolute;display:block;z-index:15033;background-color:transparent;background-image:none;top:26.25rem;left:13.125rem;border-top:0.25rem solid #9c0735;border-left:0.25rem solid #9c0735;border-right:0.25rem solid #9c0735;border-bottom:0.25rem solid #9c0735;display:none; }
#HM7DXe9tJ7m6yE893pV6VPDd5amJNLnG { box-sizing:content-box;height:4.125rem;width:4.125rem;position:absolute;display:block;z-index:15033;background-color:transparent;background-image:none;top:26.25rem;left:13.125rem;border-top:0.25rem solid #9c0735;border-left:0.25rem solid #9c0735;border-right:0.25rem solid #9c0735;border-bottom:0.25rem solid #9c0735;display:none; }
#EwCSFKi6KmcBUI5FBIzeX5Q9XDTvT5eC { box-sizing:content-box;height:4.125rem;width:4.125rem;position:absolute;display:block;z-index:15033;background-color:transparent;background-image:none;top:26.25rem;left:13.125rem;border-top:0.25rem solid #9c0735;border-left:0.25rem solid #9c0735;border-right:0.25rem solid #9c0735;border-bottom:0.25rem solid #9c0735;display:none; }
#WmzmEsbHiZpaqN2rCtJBUtegLQJRI7T1 { box-sizing:content-box;height:4.125rem;width:4.125rem;position:absolute;display:block;z-index:15033;background-color:transparent;background-image:none;top:26.25rem;left:13.125rem;border-top:0.25rem solid #9c0735;border-left:0.25rem solid #9c0735;border-right:0.25rem solid #9c0735;border-bottom:0.25rem solid #9c0735;display:none; }
#D7uvFGioyJlGo95WW1A2iVUauA0qRLhU { box-sizing:content-box;height:4.125rem;width:4.125rem;position:absolute;display:block;z-index:15033;background-color:transparent;background-image:none;top:26.25rem;left:13.125rem;border-top:0.25rem solid #9c0735;border-left:0.25rem solid #9c0735;border-right:0.25rem solid #9c0735;border-bottom:0.25rem solid #9c0735;display:none; }
#kKEFxt580Z3CZPsWIoDsMnar2GTFr6R2 { box-sizing:content-box;height:4.125rem;width:4.125rem;position:absolute;display:block;z-index:15033;background-color:transparent;background-image:none;top:26.25rem;left:13.125rem;border-top:0.25rem solid #9c0735;border-left:0.25rem solid #9c0735;border-right:0.25rem solid #9c0735;border-bottom:0.25rem solid #9c0735;display:none; }
#DXlnX5ilfKNw7aWkPDtJgbbuy6xJBQDp { box-sizing:content-box;height:4.125rem;width:4.125rem;position:absolute;display:block;z-index:15033;background-color:transparent;background-image:none;top:26.25rem;left:13.125rem;border-top:0.25rem solid #9c0735;border-left:0.25rem solid #9c0735;border-right:0.25rem solid #9c0735;border-bottom:0.25rem solid #9c0735;display:none; }
#QaUmS3RAi54A8GWwLdzi8Au8klqbrz3B { box-sizing:content-box;height:4.125rem;width:4.125rem;position:absolute;display:block;z-index:15033;background-color:transparent;background-image:none;top:26.25rem;left:13.125rem;border-top:0.25rem solid #9c0735;border-left:0.25rem solid #9c0735;border-right:0.25rem solid #9c0735;border-bottom:0.25rem solid #9c0735;display:none; }
#itnq2wEZzyTfqhAWJoUrqZzVeETIs1qT { box-sizing:content-box;height:4.125rem;width:4.125rem;position:absolute;display:block;z-index:15033;background-color:transparent;background-image:none;top:26.25rem;left:13.125rem;border-top:0.25rem solid #9c0735;border-left:0.25rem solid #9c0735;border-right:0.25rem solid #9c0735;border-bottom:0.25rem solid #9c0735;display:none; }
#kXrqUSr9gcQ6FXySAl30oyuN81vkzg04 { box-sizing:content-box;height:4.125rem;width:4.125rem;position:absolute;display:block;z-index:15033;background-color:transparent;background-image:none;top:26.25rem;left:13.125rem;border-top:0.25rem solid #9c0735;border-left:0.25rem solid #9c0735;border-right:0.25rem solid #9c0735;border-bottom:0.25rem solid #9c0735;display:none; }
#MChA01GgrC2ROJLheZSO5oUylHqlGu6K { box-sizing:content-box;height:4.125rem;width:4.125rem;position:absolute;display:block;z-index:15033;background-color:transparent;background-image:none;top:26.25rem;left:13.125rem;border-top:0.25rem solid #9c0735;border-left:0.25rem solid #9c0735;border-right:0.25rem solid #9c0735;border-bottom:0.25rem solid #9c0735;display:none; }
#CDseTGTT0TSmTW1UU5UWTf6n3i34EGdB { box-sizing:content-box;height:4.125rem;width:4.125rem;position:absolute;display:block;z-index:15033;background-color:transparent;background-image:none;top:26.25rem;left:13.125rem;border-top:0.25rem solid #9c0735;border-left:0.25rem solid #9c0735;border-right:0.25rem solid #9c0735;border-bottom:0.25rem solid #9c0735;display:none; }
#nZbVgO4K1CFFg1P0VhaDmJn1Qai2s1xQ { box-sizing:content-box;height:4.125rem;width:4.125rem;position:absolute;display:block;z-index:15033;background-color:transparent;background-image:none;top:26.25rem;left:13.125rem;border-top:0.25rem solid #9c0735;border-left:0.25rem solid #9c0735;border-right:0.25rem solid #9c0735;border-bottom:0.25rem solid #9c0735;display:none; }
#zUsN3LT2wzeL73fuSzMnQcgx5aPIk0k0 { box-sizing:content-box;height:4.125rem;width:4.125rem;position:absolute;display:block;z-index:15033;background-color:transparent;background-image:none;top:26.25rem;left:13.125rem;border-top:0.25rem solid #9c0735;border-left:0.25rem solid #9c0735;border-right:0.25rem solid #9c0735;border-bottom:0.25rem solid #9c0735;display:none; }
#lV3te8cAbRe1iTO1ZIgeIi5BbsZTg6mf { box-sizing:content-box;height:4.125rem;width:4.125rem;position:absolute;display:block;z-index:15033;background-color:transparent;background-image:none;top:26.25rem;left:13.125rem;border-top:0.25rem solid #9c0735;border-left:0.25rem solid #9c0735;border-right:0.25rem solid #9c0735;border-bottom:0.25rem solid #9c0735;display:none; }
#b6cATtTOi4Ogps78xb96zOSXBmZXemT5 { z-index:;position:relative;display:block; }#b6cATtTOi4Ogps78xb96zOSXBmZXemT5 { background-color: transparent; background-image: none; }#b6cATtTOi4Ogps78xb96zOSXBmZXemT5::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#b6cATtTOi4Ogps78xb96zOSXBmZXemT5 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#b6cATtTOi4Ogps78xb96zOSXBmZXemT5 > .row .container > .video-iframe-container { display: none; }#b6cATtTOi4Ogps78xb96zOSXBmZXemT5 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#b6cATtTOi4Ogps78xb96zOSXBmZXemT5 > .row > .video-iframe-container { display: none; }#b6cATtTOi4Ogps78xb96zOSXBmZXemT5 > .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); }#b6cATtTOi4Ogps78xb96zOSXBmZXemT5 { border-width: 0; border-radius: 0; }#b6cATtTOi4Ogps78xb96zOSXBmZXemT5 > .row .container { background-color:#fffbf6;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:34.9375rem;width:75rem;border-top:0;border-right:0;border-bottom:0;border-left:0;box-shadow: none;overflow:visible;position:relative;display:block; }#aNXW94O2cSPlGvXalyJxUgpTfVLBplEK { box-sizing:content-box;height:4.125rem;width:4.125rem;position:absolute;display:block;z-index:15013;background-color:transparent;background-image:none;top:4.0625rem;left:61.25rem;border-top:0.25rem solid #9c0735;border-left:0.25rem solid #9c0735;border-right:0.25rem solid #9c0735;border-bottom:0.25rem solid #9c0735;display:block; }
#NU66BNtopAGrhV03OG8mdpmLMi5ZJsbn { box-sizing:content-box;height:4.125rem;width:4.125rem;position:absolute;display:block;z-index:15014;background-color:transparent;background-image:none;top:4.0625rem;left:65.625rem;border-top:0.25rem solid #9c0735;border-left:0.25rem solid #9c0735;border-right:0.25rem solid #9c0735;border-bottom:0.25rem solid #9c0735;display:block; }
#qTyddaIbxOyMGV7WgAmRtrRqETgkDHKl { box-sizing:content-box;height:4.125rem;width:4.125rem;position:absolute;display:block;z-index:15018;background-color:transparent;background-image:none;top:8.4375rem;left:61.25rem;border-top:0.25rem solid #9c0735;border-left:0.25rem solid #9c0735;border-right:0.25rem solid #9c0735;border-bottom:0.25rem solid #9c0735;display:block; }
#ZXyEF19lIT1baQibpfdutZUhDbMHLWg2 { box-sizing:content-box;height:4.125rem;width:4.125rem;position:absolute;display:block;z-index:15019;background-color:transparent;background-image:none;top:8.4375rem;left:65.625rem;border-top:0.25rem solid #9c0735;border-left:0.25rem solid #9c0735;border-right:0.25rem solid #9c0735;border-bottom:0.25rem solid #9c0735;display:block; }
#vEnhJudV5uHa9vEzi2xgzQDahBDbTyRz { box-sizing:content-box;height:4.125rem;width:4.125rem;position:absolute;display:block;z-index:15017;background-color:transparent;background-image:none;top:8.4375rem;left:56.875rem;border-top:0.25rem solid #9c0735;border-left:0.25rem solid #9c0735;border-right:0.25rem solid #9c0735;border-bottom:0.25rem solid #9c0735;display:block; }
#Z4ycTTvFxN64bpbdvRNTEIrSTFarkpDa { box-sizing:content-box;height:4.125rem;width:4.125rem;position:absolute;display:block;z-index:15011;background-color:transparent;background-image:none;top:4.0625rem;left:52.5rem;border-top:0.25rem solid #9c0735;border-left:0.25rem solid #9c0735;border-right:0.25rem solid #9c0735;border-bottom:0.25rem solid #9c0735;display:block; }
#Im02o9Hx6eNm6g4uR5SMHXp6XaapnKdS { box-sizing:content-box;height:4.125rem;width:4.125rem;position:absolute;display:block;z-index:15016;background-color:transparent;background-image:none;top:8.4375rem;left:52.5rem;border-top:0.25rem solid #9c0735;border-left:0.25rem solid #9c0735;border-right:0.25rem solid #9c0735;border-bottom:0.25rem solid #9c0735;display:block; }
#iw9O3Biv1glfwHqOaMpKR1lrqrNkd8Ea { box-sizing:content-box;height:4.125rem;width:4.125rem;position:absolute;display:block;z-index:15010;background-color:transparent;background-image:none;top:4.0625rem;left:0rem;border-top:0.25rem solid #9c0735;border-left:0.25rem solid #9c0735;border-right:0.25rem solid #9c0735;border-bottom:0.25rem solid #9c0735;display:block; }
#zkT9brEpwhaNIULsvBn5tfy3SH8oQehB { box-sizing:content-box;height:4.125rem;width:4.125rem;position:absolute;display:block;z-index:15015;background-color:transparent;background-image:none;top:8.4375rem;left:0rem;border-top:0.25rem solid #9c0735;border-left:0.25rem solid #9c0735;border-right:0.25rem solid #9c0735;border-bottom:0.25rem solid #9c0735;display:block; }
#pde1JW158pHdl0tO8CwfTPVJdegKqRgJ { box-sizing:content-box;height:4.125rem;width:4.125rem;position:absolute;display:block;z-index:15023;background-color:transparent;background-image:none;top:12.8125rem;left:61.25rem;border-top:0.25rem solid #9c0735;border-left:0.25rem solid #9c0735;border-right:0.25rem solid #9c0735;border-bottom:0.25rem solid #9c0735;display:block; }
#xFRa1cQhGVMg78VhFbFkbeKAhAbBB9k5 { box-sizing:content-box;height:4.125rem;width:4.125rem;position:absolute;display:block;z-index:15024;background-color:transparent;background-image:none;top:12.8125rem;left:65.625rem;border-top:0.25rem solid #9c0735;border-left:0.25rem solid #9c0735;border-right:0.25rem solid #9c0735;border-bottom:0.25rem solid #9c0735;display:block; }
#E6pgBpBhi9Ul2ulRxOZKQP9S1qqFM0Ul { box-sizing:content-box;height:4.125rem;width:4.125rem;position:absolute;display:block;z-index:15022;background-color:transparent;background-image:none;top:12.8125rem;left:56.875rem;border-top:0.25rem solid #9c0735;border-left:0.25rem solid #9c0735;border-right:0.25rem solid #9c0735;border-bottom:0.25rem solid #9c0735;display:block; }
#BPdTXvoxWrIBGKiJvlD3DDc871sn8KAI { box-sizing:content-box;height:4.125rem;width:4.125rem;position:absolute;display:block;z-index:15021;background-color:transparent;background-image:none;top:12.8125rem;left:52.5rem;border-top:0.25rem solid #9c0735;border-left:0.25rem solid #9c0735;border-right:0.25rem solid #9c0735;border-bottom:0.25rem solid #9c0735;display:block; }
#KaeQSkPIQGuBWnIiOWVWbDp9KFreKiaF { box-sizing:content-box;height:4.125rem;width:4.125rem;position:absolute;display:block;z-index:15020;background-color:transparent;background-image:none;top:12.8125rem;left:0rem;border-top:0.25rem solid #9c0735;border-left:0.25rem solid #9c0735;border-right:0.25rem solid #9c0735;border-bottom:0.25rem solid #9c0735;display:block; }
#uNtvwiVKO7SORloACyviboHQ355tfih0 { box-sizing:content-box;height:4.125rem;width:4.125rem;position:absolute;display:block;z-index:15044;background-color:transparent;background-image:none;top:30.3125rem;left:17.5rem;border-top:0.25rem solid #9c0735;border-left:0.25rem solid #9c0735;border-right:0.25rem solid #9c0735;border-bottom:0.25rem solid #9c0735;display:block; }
#m6gMNNUUFnzzc221rMnEaQmv2IdaCfP4 { box-sizing:content-box;height:4.125rem;width:4.125rem;position:absolute;display:block;z-index:15043;background-color:transparent;background-image:none;top:30.3125rem;left:13.125rem;border-top:0.25rem solid #9c0735;border-left:0.25rem solid #9c0735;border-right:0.25rem solid #9c0735;border-bottom:0.25rem solid #9c0735;display:block; }
#MLsabbs0N0pKP8TCQryOaGPJGovzg0yX { box-sizing:content-box;height:4.125rem;width:4.125rem;position:absolute;display:block;z-index:15042;background-color:transparent;background-image:none;top:30.3125rem;left:8.75rem;border-top:0.25rem solid #9c0735;border-left:0.25rem solid #9c0735;border-right:0.25rem solid #9c0735;border-bottom:0.25rem solid #9c0735;display:block; }
#gwM3mudpBbgwaTvXwCK8B0ysqa1sRO7z { box-sizing:content-box;height:4.125rem;width:4.125rem;position:absolute;display:block;z-index:15041;background-color:transparent;background-image:none;top:30.3125rem;left:4.375rem;border-top:0.25rem solid #9c0735;border-left:0.25rem solid #9c0735;border-right:0.25rem solid #9c0735;border-bottom:0.25rem solid #9c0735;display:block; }
#uX72mh0qdNP5qhSM8w3Flf5xl46ckLKX { box-sizing:content-box;height:4.125rem;width:4.125rem;position:absolute;display:block;z-index:15040;background-color:transparent;background-image:none;top:30.3125rem;left:0rem;border-top:0.25rem solid #9c0735;border-left:0.25rem solid #9c0735;border-right:0.25rem solid #9c0735;border-bottom:0.25rem solid #9c0735;display:block; }
#T1ufKxMDfqtJHgd1kgkZZl9bQuh0TIC4 { box-sizing:content-box;height:4.125rem;width:4.125rem;position:absolute;display:block;z-index:15027;background-color:transparent;background-image:none;top:30.3125rem;left:65.625rem;border-top:0.25rem solid #9c0735;border-left:0.25rem solid #9c0735;border-right:0.25rem solid #9c0735;border-bottom:0.25rem solid #9c0735;display:block; }
#NBTLC6gU03NkMz0RXLHCHRUVUXG5Opkz { box-sizing:content-box;height:4.125rem;width:4.125rem;position:absolute;display:block;z-index:15026;background-color:transparent;background-image:none;top:30.3125rem;left:61.25rem;border-top:0.25rem solid #9c0735;border-left:0.25rem solid #9c0735;border-right:0.25rem solid #9c0735;border-bottom:0.25rem solid #9c0735;display:block; }
#uz60NL4Exmi5v76JhPwDwR6F67uXn3tq { box-sizing:content-box;height:4.125rem;width:4.125rem;position:absolute;display:block;z-index:15025;background-color:transparent;background-image:none;top:30.3125rem;left:56.875rem;border-top:0.25rem solid #9c0735;border-left:0.25rem solid #9c0735;border-right:0.25rem solid #9c0735;border-bottom:0.25rem solid #9c0735;display:block; }
#ELUKbQT6n3iRxTfL07AQmTDelOWHEGqo { box-sizing:content-box;height:4.125rem;width:4.125rem;position:absolute;display:block;z-index:15024;background-color:transparent;background-image:none;top:30.3125rem;left:52.5rem;border-top:0.25rem solid #9c0735;border-left:0.25rem solid #9c0735;border-right:0.25rem solid #9c0735;border-bottom:0.25rem solid #9c0735;display:block; }
#WGbnZZhvwPLocWVk1yV7x6G2JDh7cy7v { box-sizing:content-box;height:4.125rem;width:4.125rem;position:absolute;display:block;z-index:15023;background-color:transparent;background-image:none;top:30.3125rem;left:48.125rem;border-top:0.25rem solid #9c0735;border-left:0.25rem solid #9c0735;border-right:0.25rem solid #9c0735;border-bottom:0.25rem solid #9c0735;display:block; }
#t2IPHLzgSFSpCOa8MNPJaOUzmsUTdW4O { box-sizing:content-box;height:4.125rem;width:4.125rem;position:absolute;display:block;z-index:15022;background-color:transparent;background-image:none;top:30.3125rem;left:43.75rem;border-top:0.25rem solid #9c0735;border-left:0.25rem solid #9c0735;border-right:0.25rem solid #9c0735;border-bottom:0.25rem solid #9c0735;display:block; }
#J6QJ2so5UN0sc6eZUGZ1XIxT9UKRKV1b { box-sizing:content-box;height:4.125rem;width:4.125rem;position:absolute;display:block;z-index:15021;background-color:transparent;background-image:none;top:30.3125rem;left:39.375rem;border-top:0.25rem solid #9c0735;border-left:0.25rem solid #9c0735;border-right:0.25rem solid #9c0735;border-bottom:0.25rem solid #9c0735;display:block; }
#oDZarRE3GQvbJdZKdWARI4sR55OF2Jkv { box-sizing:content-box;height:4.125rem;width:4.125rem;position:absolute;display:block;z-index:15020;background-color:transparent;background-image:none;top:30.3125rem;left:35rem;border-top:0.25rem solid #9c0735;border-left:0.25rem solid #9c0735;border-right:0.25rem solid #9c0735;border-bottom:0.25rem solid #9c0735;display:block; }
#BxmOAL2oLcoefl4TKTfQqx68HXZRAxnd { box-sizing:content-box;height:4.125rem;width:4.125rem;position:absolute;display:block;z-index:15019;background-color:transparent;background-image:none;top:30.3125rem;left:30.625rem;border-top:0.25rem solid #9c0735;border-left:0.25rem solid #9c0735;border-right:0.25rem solid #9c0735;border-bottom:0.25rem solid #9c0735;display:block; }
#ThfERDWf43PbE3Tdun4L14b3hR9xnOc2 { box-sizing:content-box;height:4.125rem;width:4.125rem;position:absolute;display:block;z-index:15018;background-color:transparent;background-image:none;top:30.3125rem;left:26.25rem;border-top:0.25rem solid #9c0735;border-left:0.25rem solid #9c0735;border-right:0.25rem solid #9c0735;border-bottom:0.25rem solid #9c0735;display:block; }
#R1fAHyU7yrRBD29oGDrQPgO0DIZnTQoy { box-sizing:content-box;height:4.125rem;width:4.125rem;position:absolute;display:block;z-index:15017;background-color:transparent;background-image:none;top:30.3125rem;left:21.875rem;border-top:0.25rem solid #9c0735;border-left:0.25rem solid #9c0735;border-right:0.25rem solid #9c0735;border-bottom:0.25rem solid #9c0735;display:block; }
#UF06XVt5108IaLJlSNc5666AVTsImNzi { box-sizing:content-box;height:4.125rem;width:4.125rem;position:absolute;display:block;z-index:15028;background-color:transparent;background-image:none;top:4.0625rem;left:70rem;border-top:0.25rem solid #9c0735;border-left:0.25rem solid #9c0735;border-right:0.25rem solid #9c0735;border-bottom:0.25rem solid #9c0735;display:block; }
#AL21BCh5rIyX6WIM4XKH4FOSsNasR60I { box-sizing:content-box;height:4.125rem;width:4.125rem;position:absolute;display:block;z-index:15033;background-color:transparent;background-image:none;top:8.4375rem;left:70rem;border-top:0.25rem solid #9c0735;border-left:0.25rem solid #9c0735;border-right:0.25rem solid #9c0735;border-bottom:0.25rem solid #9c0735;display:block; }
#k7SBdB2tgp3rpvE3EmdISLDMAkg2PfsP { box-sizing:content-box;height:4.125rem;width:4.125rem;position:absolute;display:block;z-index:15038;background-color:transparent;background-image:none;top:12.8125rem;left:70rem;border-top:0.25rem solid #9c0735;border-left:0.25rem solid #9c0735;border-right:0.25rem solid #9c0735;border-bottom:0.25rem solid #9c0735;display:block; }
#T8Q8iMl9rT9Ts6rRgTeyyr6vKBzBIQTf { box-sizing:content-box;height:4.125rem;width:4.125rem;position:absolute;display:block;z-index:15058;background-color:transparent;background-image:none;top:30.3125rem;left:70rem;border-top:0.25rem solid #9c0735;border-left:0.25rem solid #9c0735;border-right:0.25rem solid #9c0735;border-bottom:0.25rem solid #9c0735;display:block; }
#GFqy5nTO1qyfmf9o9FwXT7DSgSo2qiHd { color:#30966e;display:block;width:7.625rem;position:absolute;font-family:outfit;font-size:1.0625rem;font-weight:normal;z-index:15065;line-height:1.3;letter-spacing:0;top:3.9375rem;left:16.125rem;height:2.76278125rem;display:block; }
#bPyf4pHpHSGSuLHr9MViXcvSmZQ0RN5G { color:#9c0735;display:block;width:15.875rem;position:absolute;font-family:outfit;font-size:1.0625rem;font-weight:normal;z-index:15066;line-height:1.7;letter-spacing:0;top:8.6250019073488rem;left:8.75rem;height:16.25581875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#wgJ117EL9l4wd4mSrGfASfMETSdyyTOI { position:absolute;display:block;z-index:15064;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.4375rem;width:5.4375rem;top:4.0625rem;left:8.75rem;overflow:hidden;display:block; }
#cNCpHz5w753rntSJU7fTxN7RZRIF4EHu { box-sizing:content-box;height:4.125rem;width:4.125rem;position:absolute;display:block;z-index:15012;background-color:transparent;background-image:none;top:4.0625rem;left:56.875rem;border-top:0.25rem solid #9c0735;border-left:0.25rem solid #9c0735;border-right:0.25rem solid #9c0735;border-bottom:0.25rem solid #9c0735;display:block; }
#EwufbaRpoH72fS4zhdxL6D6LpWiXSs2r { box-sizing:content-box;height:4.125rem;width:4.125rem;position:absolute;display:block;z-index:15007;background-color:transparent;background-image:none;top:0rem;left:0rem;border-top:0;border-left:0.25rem solid #9c0735;border-right:0.25rem solid #9c0735;border-bottom:0;display:block; }
#R5Jq8UQCQhP4EGgOChxIDZZkk9inwyaU { box-sizing:content-box;height:4.125rem;width:4.125rem;position:absolute;display:block;z-index:15008;background-color:transparent;background-image:none;top:0rem;left:52.5rem;border-top:0;border-left:0.25rem solid #9c0735;border-right:0.25rem solid #9c0735;border-bottom:0;display:block; }
#CVwIWS3CryddZr5vSgUXdbRBbHcvgMpi { box-sizing:content-box;height:4.125rem;width:4.125rem;position:absolute;display:block;z-index:15009;background-color:transparent;background-image:none;top:0rem;left:56.875rem;border-top:0;border-left:0.25rem solid #9c0735;border-right:0.25rem solid #9c0735;border-bottom:0;display:block; }
#n7rDATBf02uD7Jobc9BMUme7Cmli1hzl { box-sizing:content-box;height:4.125rem;width:4.125rem;position:absolute;display:block;z-index:15010;background-color:transparent;background-image:none;top:0rem;left:61.25rem;border-top:0;border-left:0.25rem solid #9c0735;border-right:0.25rem solid #9c0735;border-bottom:0;display:block; }
#aQBavP0ZHWgkJKRp6TOIh0UrH8yxiPuk { box-sizing:content-box;height:4.125rem;width:4.125rem;position:absolute;display:block;z-index:15011;background-color:transparent;background-image:none;top:0rem;left:65.625rem;border-top:0;border-left:0.25rem solid #9c0735;border-right:0.25rem solid #9c0735;border-bottom:0;display:block; }
#GkzbvgqnXm40DDL4dDae8fFnS35f4At3 { box-sizing:content-box;height:4.125rem;width:4.125rem;position:absolute;display:block;z-index:15009;background-color:transparent;background-image:none;top:0rem;left:70rem;border-top:0;border-left:0.25rem solid #9c0735;border-right:0.25rem solid #9c0735;border-bottom:0;display:block; }
#MWoUgr7u7poB9nmeFwcnnTqykP56HbyJ { color:#9c0735;display:block;width:17.125rem;position:absolute;font-family:outfit;font-size:1.0625rem;font-weight:normal;z-index:15067;line-height:1.7;letter-spacing:0;top:17.6875rem;left:30.8125rem;height:7.22478125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#mI7JXhtT8qmTenZL4Lwco4IbXzru1BWT { color:#30966e;display:block;width:3.9375rem;position:absolute;font-family:outfit;font-size:1.0625rem;font-weight:normal;z-index:15067;line-height:1.7;letter-spacing:0;top:8.6875rem;left:25rem;height:16.25581875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#VTOKDSEvg426JtSAT4uMhQEL5pTQbTUb { color:#30966e;display:block;width:3.9375rem;position:absolute;font-family:outfit;font-size:1.0625rem;font-weight:normal;z-index:15068;line-height:1.7;letter-spacing:0;top:8.6875rem;left:44.25rem;height:5.4185875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#AaOHtBX8obmNC4dw0D6zFy71xzE8h2TV { position:absolute;display:block;z-index:15069;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.0623625rem;width:1.74979375rem;top:8.8654441833494rem;left:25.232280731201rem;overflow:hidden;display:block; }
#klLk7wBf1pe4rAPmUqMu88EasiSRPeB9 { position:absolute;display:block;z-index:15070;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.0623625rem;width:1.74979375rem;top:7.2854347229006rem;left:44.562290191651rem;overflow:hidden;display:block; }
#R8bOJDL4TFBQ5pJyMDCXGaX0eCQ8etBN { position:absolute;display:block;z-index:15070;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.0623625rem;width:1.74979375rem;top:17.821987152099rem;left:25.23193359375rem;overflow:hidden;display:block; }
#AOduTI3wkEQ9aRwx5K4SzRLApVxm7faT { position:absolute;display:block;z-index:15071;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.0623625rem;width:1.74979375rem;top:17.821918487549rem;left:44.499790191651rem;overflow:hidden;display:block; }
#pCrOaZaLcN0Qa82vuq63TPNdglt9zMuL { box-sizing:content-box;height:4.125rem;width:4.125rem;position:absolute;display:block;z-index:15023;background-color:transparent;background-image:none;top:25.9375rem;left:0rem;border-top:0.25rem solid #9c0735;border-left:0.25rem solid #9c0735;border-right:0.25rem solid #9c0735;border-bottom:0.25rem solid #9c0735;display:block; }
#lNFxqesIplGrLLi28SN9aqBN61R18MKm { box-sizing:content-box;height:4.125rem;width:4.125rem;position:absolute;display:block;z-index:15018;background-color:transparent;background-image:none;top:21.5625rem;left:0rem;border-top:0.25rem solid #9c0735;border-left:0.25rem solid #9c0735;border-right:0.25rem solid #9c0735;border-bottom:0.25rem solid #9c0735;display:block; }
#GhUhiz8i3kDOgcJVL1H0KyF4TlrxQV9L { box-sizing:content-box;height:4.125rem;width:4.125rem;position:absolute;display:block;z-index:15013;background-color:transparent;background-image:none;top:17.1875rem;left:0rem;border-top:0.25rem solid #9c0735;border-left:0.25rem solid #9c0735;border-right:0.25rem solid #9c0735;border-bottom:0.25rem solid #9c0735;display:block; }
#bvWpBBQUd2fnIl1q39HzJ7S9X6qfEN8x { box-sizing:content-box;height:4.125rem;width:4.125rem;position:absolute;display:block;z-index:15038;background-color:transparent;background-image:none;top:25.9375rem;left:61.25rem;border-top:0.25rem solid #9c0735;border-left:0.25rem solid #9c0735;border-right:0.25rem solid #9c0735;border-bottom:0.25rem solid #9c0735;display:block; }
#VST4FmMxdJooHTbeQNEdabdzLVzZvRrh { box-sizing:content-box;height:4.125rem;width:4.125rem;position:absolute;display:block;z-index:15039;background-color:transparent;background-image:none;top:25.9375rem;left:65.625rem;border-top:0.25rem solid #9c0735;border-left:0.25rem solid #9c0735;border-right:0.25rem solid #9c0735;border-bottom:0.25rem solid #9c0735;display:block; }
#LvkqUX5nuMKKQ58i4HMVWalGgOpIcUWT { box-sizing:content-box;height:4.125rem;width:4.125rem;position:absolute;display:block;z-index:15037;background-color:transparent;background-image:none;top:25.9375rem;left:56.875rem;border-top:0.25rem solid #9c0735;border-left:0.25rem solid #9c0735;border-right:0.25rem solid #9c0735;border-bottom:0.25rem solid #9c0735;display:block; }
#faVzI8KWQHTDUUM3TXfDnMxvZP4L15Mf { box-sizing:content-box;height:4.125rem;width:4.125rem;position:absolute;display:block;z-index:15036;background-color:transparent;background-image:none;top:25.9375rem;left:52.5rem;border-top:0.25rem solid #9c0735;border-left:0.25rem solid #9c0735;border-right:0.25rem solid #9c0735;border-bottom:0.25rem solid #9c0735;display:block; }
#TQn3IIFfZhdGHwQ272lAfOwOwNIgpEgs { box-sizing:content-box;height:4.125rem;width:4.125rem;position:absolute;display:block;z-index:15053;background-color:transparent;background-image:none;top:25.9375rem;left:70rem;border-top:0.25rem solid #9c0735;border-left:0.25rem solid #9c0735;border-right:0.25rem solid #9c0735;border-bottom:0.25rem solid #9c0735;display:block; }
#FcTn9ElAgTtMWdO8uomIqpIsz6H3hB8a { box-sizing:content-box;height:4.125rem;width:4.125rem;position:absolute;display:block;z-index:15033;background-color:transparent;background-image:none;top:21.5625rem;left:61.25rem;border-top:0.25rem solid #9c0735;border-left:0.25rem solid #9c0735;border-right:0.25rem solid #9c0735;border-bottom:0.25rem solid #9c0735;display:block; }
#AtbGy04qiUBV119HfSPaqpGQla12IyXu { box-sizing:content-box;height:4.125rem;width:4.125rem;position:absolute;display:block;z-index:15034;background-color:transparent;background-image:none;top:21.5625rem;left:65.625rem;border-top:0.25rem solid #9c0735;border-left:0.25rem solid #9c0735;border-right:0.25rem solid #9c0735;border-bottom:0.25rem solid #9c0735;display:block; }
#L7roM1i1UnDQnzRE8oArf2IFLuQpICOT { box-sizing:content-box;height:4.125rem;width:4.125rem;position:absolute;display:block;z-index:15032;background-color:transparent;background-image:none;top:21.5625rem;left:56.875rem;border-top:0.25rem solid #9c0735;border-left:0.25rem solid #9c0735;border-right:0.25rem solid #9c0735;border-bottom:0.25rem solid #9c0735;display:block; }
#bfaZTTECTDMH6y5arzA4psKEar7345qX { box-sizing:content-box;height:4.125rem;width:4.125rem;position:absolute;display:block;z-index:15031;background-color:transparent;background-image:none;top:21.5625rem;left:52.5rem;border-top:0.25rem solid #9c0735;border-left:0.25rem solid #9c0735;border-right:0.25rem solid #9c0735;border-bottom:0.25rem solid #9c0735;display:block; }
#v168qtTAREKU2TJtJTphdZ9hp1biQpZx { box-sizing:content-box;height:4.125rem;width:4.125rem;position:absolute;display:block;z-index:15048;background-color:transparent;background-image:none;top:21.5625rem;left:70rem;border-top:0.25rem solid #9c0735;border-left:0.25rem solid #9c0735;border-right:0.25rem solid #9c0735;border-bottom:0.25rem solid #9c0735;display:block; }
#ZlH4BTTVsf59srqLae0BPV6RBoNQwvhT { box-sizing:content-box;height:4.125rem;width:4.125rem;position:absolute;display:block;z-index:15028;background-color:transparent;background-image:none;top:17.1875rem;left:61.25rem;border-top:0.25rem solid #9c0735;border-left:0.25rem solid #9c0735;border-right:0.25rem solid #9c0735;border-bottom:0.25rem solid #9c0735;display:block; }
#rNZnsU7WyNhugDneAefzc8pxP6FiC4X7 { box-sizing:content-box;height:4.125rem;width:4.125rem;position:absolute;display:block;z-index:15029;background-color:transparent;background-image:none;top:17.1875rem;left:65.625rem;border-top:0.25rem solid #9c0735;border-left:0.25rem solid #9c0735;border-right:0.25rem solid #9c0735;border-bottom:0.25rem solid #9c0735;display:block; }
#qe2CNN85FBRnQlTo3MWWRG3GG32AAhMK { box-sizing:content-box;height:4.125rem;width:4.125rem;position:absolute;display:block;z-index:15026;background-color:transparent;background-image:none;top:17.1875rem;left:52.5rem;border-top:0.25rem solid #9c0735;border-left:0.25rem solid #9c0735;border-right:0.25rem solid #9c0735;border-bottom:0.25rem solid #9c0735;display:block; }
#bBFN9hVTxbMmI6PTnMi1ekgLwS6KLUsW { box-sizing:content-box;height:4.125rem;width:4.125rem;position:absolute;display:block;z-index:15043;background-color:transparent;background-image:none;top:17.1875rem;left:70rem;border-top:0.25rem solid #9c0735;border-left:0.25rem solid #9c0735;border-right:0.25rem solid #9c0735;border-bottom:0.25rem solid #9c0735;display:block; }
#CuDLdpz3t3IVAiT47D58lSqxg5t4dugz { box-sizing:content-box;height:4.125rem;width:4.125rem;position:absolute;display:block;z-index:15027;background-color:transparent;background-image:none;top:17.1875rem;left:56.875rem;border-top:0.25rem solid #9c0735;border-left:0.25rem solid #9c0735;border-right:0.25rem solid #9c0735;border-bottom:0.25rem solid #9c0735;display:block; }
#TeMQeunpCrqP2AKnosB7pJHkmF42a11q { box-sizing:content-box;height:4.125rem;width:4.125rem;position:absolute;display:block;z-index:15033;background-color:transparent;background-image:none;top:26.25rem;left:13.125rem;border-top:0.25rem solid #9c0735;border-left:0.25rem solid #9c0735;border-right:0.25rem solid #9c0735;border-bottom:0.25rem solid #9c0735;display:none; }
#XJUuviFtWd9ex0TGGJJaHUFR87QhXWWq { box-sizing:content-box;height:4.125rem;width:4.125rem;position:absolute;display:block;z-index:15033;background-color:transparent;background-image:none;top:26.25rem;left:13.125rem;border-top:0.25rem solid #9c0735;border-left:0.25rem solid #9c0735;border-right:0.25rem solid #9c0735;border-bottom:0.25rem solid #9c0735;display:none; }
#RKZCyFKtvR482Cg2ElokzIyN6WXFe44P { box-sizing:content-box;height:4.125rem;width:4.125rem;position:absolute;display:block;z-index:15033;background-color:transparent;background-image:none;top:26.25rem;left:13.125rem;border-top:0.25rem solid #9c0735;border-left:0.25rem solid #9c0735;border-right:0.25rem solid #9c0735;border-bottom:0.25rem solid #9c0735;display:none; }
#o9bBQtG55mSlbpMe4anFSeCVGdCGkdbH { box-sizing:content-box;height:4.125rem;width:4.125rem;position:absolute;display:block;z-index:15033;background-color:transparent;background-image:none;top:26.25rem;left:13.125rem;border-top:0.25rem solid #9c0735;border-left:0.25rem solid #9c0735;border-right:0.25rem solid #9c0735;border-bottom:0.25rem solid #9c0735;display:none; }
#bXEwZo6zfbO57qsLmOlMoiKME20WpvhL { box-sizing:content-box;height:4.125rem;width:4.125rem;position:absolute;display:block;z-index:15033;background-color:transparent;background-image:none;top:26.25rem;left:13.125rem;border-top:0.25rem solid #9c0735;border-left:0.25rem solid #9c0735;border-right:0.25rem solid #9c0735;border-bottom:0.25rem solid #9c0735;display:none; }
#vBtO6Nd8GAc4IzFPBvTsT0L0JHDOEWwG { box-sizing:content-box;height:4.125rem;width:4.125rem;position:absolute;display:block;z-index:15033;background-color:transparent;background-image:none;top:26.25rem;left:13.125rem;border-top:0.25rem solid #9c0735;border-left:0.25rem solid #9c0735;border-right:0.25rem solid #9c0735;border-bottom:0.25rem solid #9c0735;display:none; }
#Q0zvo1xD9VawqgSMPH8qFQh1o0v7mz6r { box-sizing:content-box;height:4.125rem;width:4.125rem;position:absolute;display:block;z-index:15033;background-color:transparent;background-image:none;top:26.25rem;left:13.125rem;border-top:0.25rem solid #9c0735;border-left:0.25rem solid #9c0735;border-right:0.25rem solid #9c0735;border-bottom:0.25rem solid #9c0735;display:none; }
#VuDJ8lOpH8NCUIgVlMSzwxpOHAGNqrFD { box-sizing:content-box;height:4.125rem;width:4.125rem;position:absolute;display:block;z-index:15033;background-color:transparent;background-image:none;top:26.25rem;left:13.125rem;border-top:0.25rem solid #9c0735;border-left:0.25rem solid #9c0735;border-right:0.25rem solid #9c0735;border-bottom:0.25rem solid #9c0735;display:none; }
#axqTdk1CvUoa13LPvW4J821rAQfzGeEc { box-sizing:content-box;height:4.125rem;width:4.125rem;position:absolute;display:block;z-index:15033;background-color:transparent;background-image:none;top:26.25rem;left:13.125rem;border-top:0.25rem solid #9c0735;border-left:0.25rem solid #9c0735;border-right:0.25rem solid #9c0735;border-bottom:0.25rem solid #9c0735;display:none; }
#QaEHEcKogu0OUoUTfGFDHCXJv9pmAvDT { box-sizing:content-box;height:4.125rem;width:4.125rem;position:absolute;display:block;z-index:15033;background-color:transparent;background-image:none;top:26.25rem;left:13.125rem;border-top:0.25rem solid #9c0735;border-left:0.25rem solid #9c0735;border-right:0.25rem solid #9c0735;border-bottom:0.25rem solid #9c0735;display:none; }
#ZZ9PHsqRUigqoKdCGvP7fI2nytN0ZS4z { box-sizing:content-box;height:4.125rem;width:4.125rem;position:absolute;display:block;z-index:15033;background-color:transparent;background-image:none;top:26.25rem;left:13.125rem;border-top:0.25rem solid #9c0735;border-left:0.25rem solid #9c0735;border-right:0.25rem solid #9c0735;border-bottom:0.25rem solid #9c0735;display:none; }
#udQb9TdChgwBciE2EgOm74F1tmTNV1SW { box-sizing:content-box;height:4.125rem;width:4.125rem;position:absolute;display:block;z-index:15033;background-color:transparent;background-image:none;top:26.25rem;left:13.125rem;border-top:0.25rem solid #9c0735;border-left:0.25rem solid #9c0735;border-right:0.25rem solid #9c0735;border-bottom:0.25rem solid #9c0735;display:none; }
#aLaHvCCoTTZGtzqpSAn3JTfEVcEF0XQQ { box-sizing:content-box;height:4.125rem;width:4.125rem;position:absolute;display:block;z-index:15033;background-color:transparent;background-image:none;top:26.25rem;left:13.125rem;border-top:0.25rem solid #9c0735;border-left:0.25rem solid #9c0735;border-right:0.25rem solid #9c0735;border-bottom:0.25rem solid #9c0735;display:none; }
#FChAxImAboTRsXTpQzJfMlU2BRaUxaCw { box-sizing:content-box;height:4.125rem;width:4.125rem;position:absolute;display:block;z-index:15033;background-color:transparent;background-image:none;top:26.25rem;left:13.125rem;border-top:0.25rem solid #9c0735;border-left:0.25rem solid #9c0735;border-right:0.25rem solid #9c0735;border-bottom:0.25rem solid #9c0735;display:none; }
#T0vhoNtXWhoxPSATQLBGBdTDbCGViM7i { box-sizing:content-box;height:4.125rem;width:4.125rem;position:absolute;display:block;z-index:15033;background-color:transparent;background-image:none;top:26.25rem;left:13.125rem;border-top:0.25rem solid #9c0735;border-left:0.25rem solid #9c0735;border-right:0.25rem solid #9c0735;border-bottom:0.25rem solid #9c0735;display:none; }
#PtSzAB0pwsyu7IhZHdRGV5pTsTLh0qUE { box-sizing:content-box;height:4.125rem;width:4.125rem;position:absolute;display:block;z-index:15033;background-color:transparent;background-image:none;top:26.25rem;left:13.125rem;border-top:0.25rem solid #9c0735;border-left:0.25rem solid #9c0735;border-right:0.25rem solid #9c0735;border-bottom:0.25rem solid #9c0735;display:none; }
#qqinRo4pQHaWCo54Dy61aFMyiWHRFtWS { box-sizing:content-box;height:4.125rem;width:4.125rem;position:absolute;display:block;z-index:15033;background-color:transparent;background-image:none;top:26.25rem;left:13.125rem;border-top:0.25rem solid #9c0735;border-left:0.25rem solid #9c0735;border-right:0.25rem solid #9c0735;border-bottom:0.25rem solid #9c0735;display:none; }
#bcbCI8UUkWw6TuQUgBPpU249aBcMmVW9 { box-sizing:content-box;height:4.125rem;width:4.125rem;position:absolute;display:block;z-index:15033;background-color:transparent;background-image:none;top:26.25rem;left:13.125rem;border-top:0.25rem solid #9c0735;border-left:0.25rem solid #9c0735;border-right:0.25rem solid #9c0735;border-bottom:0.25rem solid #9c0735;display:none; }
#qG6oRzgxSGow2vAiiDuyRnaAo9eZ2sHy { box-sizing:content-box;height:4.125rem;width:4.125rem;position:absolute;display:block;z-index:15033;background-color:transparent;background-image:none;top:26.25rem;left:13.125rem;border-top:0.25rem solid #9c0735;border-left:0.25rem solid #9c0735;border-right:0.25rem solid #9c0735;border-bottom:0.25rem solid #9c0735;display:none; }
#nWSkiIcKeHus1qQJw3rpZScM6DVOWAqV { box-sizing:content-box;height:4.125rem;width:4.125rem;position:absolute;display:block;z-index:15033;background-color:transparent;background-image:none;top:26.25rem;left:13.125rem;border-top:0.25rem solid #9c0735;border-left:0.25rem solid #9c0735;border-right:0.25rem solid #9c0735;border-bottom:0.25rem solid #9c0735;display:none; }
#kcEqTgnTqILvXMtyw9f9f07QPMQ7RQVr { box-sizing:content-box;height:4.125rem;width:4.125rem;position:absolute;display:block;z-index:15033;background-color:transparent;background-image:none;top:26.25rem;left:13.125rem;border-top:0.25rem solid #9c0735;border-left:0.25rem solid #9c0735;border-right:0.25rem solid #9c0735;border-bottom:0.25rem solid #9c0735;display:none; }
#ix4fzDZcJ2e73SP86sSXDQWcaqllipwe { box-sizing:content-box;height:4.125rem;width:4.125rem;position:absolute;display:block;z-index:15033;background-color:transparent;background-image:none;top:26.25rem;left:13.125rem;border-top:0.25rem solid #9c0735;border-left:0.25rem solid #9c0735;border-right:0.25rem solid #9c0735;border-bottom:0.25rem solid #9c0735;display:none; }
#b7zOyyBXvkSAl2GtiT1T3uUTHkM3V60V { box-sizing:content-box;height:4.125rem;width:4.125rem;position:absolute;display:block;z-index:15033;background-color:transparent;background-image:none;top:26.25rem;left:13.125rem;border-top:0.25rem solid #9c0735;border-left:0.25rem solid #9c0735;border-right:0.25rem solid #9c0735;border-bottom:0.25rem solid #9c0735;display:none; }
#z3MlIRSOy7Ecd8pOImQGciryIUQIWSL0 { box-sizing:content-box;height:4.125rem;width:4.125rem;position:absolute;display:block;z-index:15033;background-color:transparent;background-image:none;top:26.25rem;left:13.125rem;border-top:0.25rem solid #9c0735;border-left:0.25rem solid #9c0735;border-right:0.25rem solid #9c0735;border-bottom:0.25rem solid #9c0735;display:none; }
#vPwZ9FoB4TqXKcvAGnuiwatDssNP0aG3 { box-sizing:content-box;height:4.125rem;width:4.125rem;position:absolute;display:block;z-index:15033;background-color:transparent;background-image:none;top:26.25rem;left:13.125rem;border-top:0.25rem solid #9c0735;border-left:0.25rem solid #9c0735;border-right:0.25rem solid #9c0735;border-bottom:0.25rem solid #9c0735;display:none; }
#T774yxCef99LHcfL5FtbPlTKUfotBQ4q { box-sizing:content-box;height:4.125rem;width:4.125rem;position:absolute;display:block;z-index:15033;background-color:transparent;background-image:none;top:26.25rem;left:13.125rem;border-top:0.25rem solid #9c0735;border-left:0.25rem solid #9c0735;border-right:0.25rem solid #9c0735;border-bottom:0.25rem solid #9c0735;display:none; }
#VL0M6bA2qPExTGMbfSsFH0EVB7ueGDHc { box-sizing:content-box;height:4.125rem;width:4.125rem;position:absolute;display:block;z-index:15033;background-color:transparent;background-image:none;top:26.25rem;left:13.125rem;border-top:0.25rem solid #9c0735;border-left:0.25rem solid #9c0735;border-right:0.25rem solid #9c0735;border-bottom:0.25rem solid #9c0735;display:none; }
#Zl08MkygtMFnMCIatVtdCKK3RxTN07zR { box-sizing:content-box;height:4.125rem;width:4.125rem;position:absolute;display:block;z-index:15033;background-color:transparent;background-image:none;top:26.25rem;left:13.125rem;border-top:0.25rem solid #9c0735;border-left:0.25rem solid #9c0735;border-right:0.25rem solid #9c0735;border-bottom:0.25rem solid #9c0735;display:none; }
#cIJMO6e11IDn67TOysmTsl2GQboofa0l { box-sizing:content-box;height:4.125rem;width:4.125rem;position:absolute;display:block;z-index:15033;background-color:transparent;background-image:none;top:26.25rem;left:13.125rem;border-top:0.25rem solid #9c0735;border-left:0.25rem solid #9c0735;border-right:0.25rem solid #9c0735;border-bottom:0.25rem solid #9c0735;display:none; }
#uGyU3XUEqnP6VO4iHurC97xQISv6Xa8V { box-sizing:content-box;height:4.125rem;width:4.125rem;position:absolute;display:block;z-index:15033;background-color:transparent;background-image:none;top:26.25rem;left:13.125rem;border-top:0.25rem solid #9c0735;border-left:0.25rem solid #9c0735;border-right:0.25rem solid #9c0735;border-bottom:0.25rem solid #9c0735;display:none; }
#yxT1O6sLhqtuAgixGHVkZ7hskde2kO5g { box-sizing:content-box;height:4.125rem;width:4.125rem;position:absolute;display:block;z-index:15033;background-color:transparent;background-image:none;top:26.25rem;left:13.125rem;border-top:0.25rem solid #9c0735;border-left:0.25rem solid #9c0735;border-right:0.25rem solid #9c0735;border-bottom:0.25rem solid #9c0735;display:none; }
#WZP6k6SGaQ8z893ra1gPeKVSOIq4O8bd { box-sizing:content-box;height:4.125rem;width:4.125rem;position:absolute;display:block;z-index:15033;background-color:transparent;background-image:none;top:26.25rem;left:13.125rem;border-top:0.25rem solid #9c0735;border-left:0.25rem solid #9c0735;border-right:0.25rem solid #9c0735;border-bottom:0.25rem solid #9c0735;display:none; }
#c4T6HseUlX8T4evnC5d8wTTbIrvbRpyG { box-sizing:content-box;height:4.125rem;width:4.125rem;position:absolute;display:block;z-index:15033;background-color:transparent;background-image:none;top:26.25rem;left:13.125rem;border-top:0.25rem solid #9c0735;border-left:0.25rem solid #9c0735;border-right:0.25rem solid #9c0735;border-bottom:0.25rem solid #9c0735;display:none; }
#v70zPPoz6hzmw1MKfrgOEkdhXQ0kL2hz { box-sizing:content-box;height:4.125rem;width:4.125rem;position:absolute;display:block;z-index:15033;background-color:transparent;background-image:none;top:26.25rem;left:13.125rem;border-top:0.25rem solid #9c0735;border-left:0.25rem solid #9c0735;border-right:0.25rem solid #9c0735;border-bottom:0.25rem solid #9c0735;display:none; }
#uLi3qudoFumHIvfwvfV1ey3pQQbdPRu0 { box-sizing:content-box;height:4.125rem;width:4.125rem;position:absolute;display:block;z-index:15033;background-color:transparent;background-image:none;top:26.25rem;left:13.125rem;border-top:0.25rem solid #9c0735;border-left:0.25rem solid #9c0735;border-right:0.25rem solid #9c0735;border-bottom:0.25rem solid #9c0735;display:none; }
#TddIPdnFdvrLOhCv3fOvh6kg6rPiWdsJ { box-sizing:content-box;height:4.125rem;width:4.125rem;position:absolute;display:block;z-index:15033;background-color:transparent;background-image:none;top:26.25rem;left:13.125rem;border-top:0.25rem solid #9c0735;border-left:0.25rem solid #9c0735;border-right:0.25rem solid #9c0735;border-bottom:0.25rem solid #9c0735;display:none; }
#VlnKDtDK1CN9MdJBgHhP8x3D3xfxa5oH { box-sizing:content-box;height:4.125rem;width:4.125rem;position:absolute;display:block;z-index:15033;background-color:transparent;background-image:none;top:26.25rem;left:13.125rem;border-top:0.25rem solid #9c0735;border-left:0.25rem solid #9c0735;border-right:0.25rem solid #9c0735;border-bottom:0.25rem solid #9c0735;display:none; }
#RHA3xNkhW3KnubciqLiZ1IThSJhoxJ1m { color:#9c0735;display:block;width:12.125rem;position:absolute;font-family:outfit;font-size:1.0625rem;font-weight:normal;z-index:15068;line-height:1.7;letter-spacing:0;top:8.6875rem;left:30.8125rem;height:5.4185875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#F5QHXTqPH5Drigr7TBEIn6pTfTuQ7awA { color:#30966e;display:block;width:3.9375rem;position:absolute;font-family:outfit;font-size:1.0625rem;font-weight:normal;z-index:15069;line-height:1.7;letter-spacing:0;top:19.52490234375rem;left:44.25rem;height:5.4185875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#mZhcatkXD3NltgTvH0Gv88OIviKG4Z25 { z-index:;position:relative;display:block; }#mZhcatkXD3NltgTvH0Gv88OIviKG4Z25 { background-color: transparent; background-image: none; }#mZhcatkXD3NltgTvH0Gv88OIviKG4Z25::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mZhcatkXD3NltgTvH0Gv88OIviKG4Z25 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mZhcatkXD3NltgTvH0Gv88OIviKG4Z25 > .row .container > .video-iframe-container { display: none; }#mZhcatkXD3NltgTvH0Gv88OIviKG4Z25 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mZhcatkXD3NltgTvH0Gv88OIviKG4Z25 > .row > .video-iframe-container { display: none; }#mZhcatkXD3NltgTvH0Gv88OIviKG4Z25 > .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); }#mZhcatkXD3NltgTvH0Gv88OIviKG4Z25 { border-width: 0; border-radius: 0; }#mZhcatkXD3NltgTvH0Gv88OIviKG4Z25 > .row .container { background-color:#fffbf6;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:21.875rem;width:75rem;border-top:0;border-right:0;border-bottom:0;border-left:0;box-shadow: none;overflow:visible;position:relative;display:block; }#Ld7SbPtCNh14mMUBI9oVM2FRRsoPn6Tg { box-sizing:content-box;height:4.125rem;width:4.125rem;position:absolute;display:block;z-index:15013;background-color:transparent;background-image:none;top:4.125rem;left:8.75rem;border-top:0.25rem solid #9c0735;border-left:0.25rem solid #9c0735;border-right:0.25rem solid #9c0735;border-bottom:0.25rem solid #9c0735;display:block; }
#cToD7QLOMGXOCnJ4DOzXQ8zowUPww6Lu { box-sizing:content-box;height:4.125rem;width:4.125rem;position:absolute;display:block;z-index:15014;background-color:transparent;background-image:none;top:4.125rem;left:13.125rem;border-top:0.25rem solid #9c0735;border-left:0.25rem solid #9c0735;border-right:0.25rem solid #9c0735;border-bottom:0.25rem solid #9c0735;display:block; }
#GUBUdoiGDw4T1GFIaOdIARp9VaW8PB6o { box-sizing:content-box;height:4.125rem;width:4.125rem;position:absolute;display:block;z-index:15012;background-color:transparent;background-image:none;top:4.125rem;left:4.375rem;border-top:0.25rem solid #9c0735;border-left:0.25rem solid #9c0735;border-right:0.25rem solid #9c0735;border-bottom:0.25rem solid #9c0735;display:block; }
#UAlJ2StZ2g22ZXcXebdD8mCbOhP30OeL { box-sizing:content-box;height:4.125rem;width:4.125rem;position:absolute;display:block;z-index:15018;background-color:transparent;background-image:none;top:8.5rem;left:8.75rem;border-top:0.25rem solid #9c0735;border-left:0.25rem solid #9c0735;border-right:0.25rem solid #9c0735;border-bottom:0.25rem solid #9c0735;display:block; }
#mcUn8bWKVC2fnhaVowPbpoDzJMuctd2m { box-sizing:content-box;height:4.125rem;width:4.125rem;position:absolute;display:block;z-index:15019;background-color:transparent;background-image:none;top:8.5rem;left:13.125rem;border-top:0.25rem solid #9c0735;border-left:0.25rem solid #9c0735;border-right:0.25rem solid #9c0735;border-bottom:0.25rem solid #9c0735;display:block; }
#kQ0opBI9adhqI0SW3XlsdwPru9gq3m6n { box-sizing:content-box;height:4.125rem;width:4.125rem;position:absolute;display:block;z-index:15017;background-color:transparent;background-image:none;top:8.5rem;left:4.375rem;border-top:0.25rem solid #9c0735;border-left:0.25rem solid #9c0735;border-right:0.25rem solid #9c0735;border-bottom:0.25rem solid #9c0735;display:block; }
#lpu9xqm5Kz4OGPRiKy7oUJuUTuUxtcUy { box-sizing:content-box;height:4.125rem;width:4.125rem;position:absolute;display:block;z-index:15011;background-color:transparent;background-image:none;top:4.125rem;left:0rem;border-top:0.25rem solid #9c0735;border-left:0.25rem solid #9c0735;border-right:0.25rem solid #9c0735;border-bottom:0.25rem solid #9c0735;display:block; }
#BAVVTKxBXLWAQD25ECbZE8654EuGkMb4 { box-sizing:content-box;height:4.125rem;width:4.125rem;position:absolute;display:block;z-index:15016;background-color:transparent;background-image:none;top:8.5rem;left:0rem;border-top:0.25rem solid #9c0735;border-left:0.25rem solid #9c0735;border-right:0.25rem solid #9c0735;border-bottom:0.25rem solid #9c0735;display:block; }
#wJ4TTRT3fU4VeoAnZP1WcyqtnzaAWoHA { box-sizing:content-box;height:4.125rem;width:4.125rem;position:absolute;display:block;z-index:15010;background-color:transparent;background-image:none;top:4.125rem;left:70rem;border-top:0.25rem solid #9c0735;border-left:0.25rem solid #9c0735;border-right:0.25rem solid #9c0735;border-bottom:0.25rem solid #9c0735;display:block; }
#aQG48SsyQAspiJIN7esxHIz1NsKT5fa3 { box-sizing:content-box;height:4.125rem;width:4.125rem;position:absolute;display:block;z-index:15015;background-color:transparent;background-image:none;top:8.5rem;left:70rem;border-top:0.25rem solid #9c0735;border-left:0.25rem solid #9c0735;border-right:0.25rem solid #9c0735;border-bottom:0.25rem solid #9c0735;display:block; }
#lVdXLbDOcEPsOwGNkRSO193zNuNTaCCV { box-sizing:content-box;height:4.125rem;width:4.125rem;position:absolute;display:block;z-index:15023;background-color:transparent;background-image:none;top:12.875rem;left:8.75rem;border-top:0.25rem solid #9c0735;border-left:0.25rem solid #9c0735;border-right:0.25rem solid #9c0735;border-bottom:0.25rem solid #9c0735;display:block; }
#TxItLRrtU0uis508gOe7nRbgE7pqEN1o { box-sizing:content-box;height:4.125rem;width:4.125rem;position:absolute;display:block;z-index:15024;background-color:transparent;background-image:none;top:12.875rem;left:13.125rem;border-top:0.25rem solid #9c0735;border-left:0.25rem solid #9c0735;border-right:0.25rem solid #9c0735;border-bottom:0.25rem solid #9c0735;display:block; }
#K5puKIpF0elVXAMU2mfq037nhJ4Skngf { box-sizing:content-box;height:4.125rem;width:4.125rem;position:absolute;display:block;z-index:15022;background-color:transparent;background-image:none;top:12.875rem;left:4.375rem;border-top:0.25rem solid #9c0735;border-left:0.25rem solid #9c0735;border-right:0.25rem solid #9c0735;border-bottom:0.25rem solid #9c0735;display:block; }
#PrLodWaKblpqMVw9qFvC0MSuR6ec3a5T { box-sizing:content-box;height:4.125rem;width:4.125rem;position:absolute;display:block;z-index:15021;background-color:transparent;background-image:none;top:12.875rem;left:0rem;border-top:0.25rem solid #9c0735;border-left:0.25rem solid #9c0735;border-right:0.25rem solid #9c0735;border-bottom:0.25rem solid #9c0735;display:block; }
#Vt2CRc7CrDGOVrvPvvUEROCrzTWNJ8xf { box-sizing:content-box;height:4.125rem;width:4.125rem;position:absolute;display:block;z-index:15020;background-color:transparent;background-image:none;top:12.875rem;left:70rem;border-top:0.25rem solid #9c0735;border-left:0.25rem solid #9c0735;border-right:0.25rem solid #9c0735;border-bottom:0.25rem solid #9c0735;display:block; }
#gZOTK0Tyh3gKfGfWPD09q4ZGpOp9qa06 { box-sizing:content-box;height:4.125rem;width:4.125rem;position:absolute;display:block;z-index:15044;background-color:transparent;background-image:none;top:17.25rem;left:17.5rem;border-top:0.25rem solid #9c0735;border-left:0.25rem solid #9c0735;border-right:0.25rem solid #9c0735;border-bottom:0.25rem solid #9c0735;display:block; }
#cgRSqd7THrQCgnPAIgGgHZF8qgpQE1Zf { box-sizing:content-box;height:4.125rem;width:4.125rem;position:absolute;display:block;z-index:15043;background-color:transparent;background-image:none;top:17.25rem;left:13.125rem;border-top:0.25rem solid #9c0735;border-left:0.25rem solid #9c0735;border-right:0.25rem solid #9c0735;border-bottom:0.25rem solid #9c0735;display:block; }
#kdWK0ypDNV2uIa1iF6Q3oxpCBhrsKVXJ { box-sizing:content-box;height:4.125rem;width:4.125rem;position:absolute;display:block;z-index:15042;background-color:transparent;background-image:none;top:17.25rem;left:8.75rem;border-top:0.25rem solid #9c0735;border-left:0.25rem solid #9c0735;border-right:0.25rem solid #9c0735;border-bottom:0.25rem solid #9c0735;display:block; }
#tGhzuBMvt06uNvOSrH6mSUBbybrNOSmI { box-sizing:content-box;height:4.125rem;width:4.125rem;position:absolute;display:block;z-index:15041;background-color:transparent;background-image:none;top:17.25rem;left:4.375rem;border-top:0.25rem solid #9c0735;border-left:0.25rem solid #9c0735;border-right:0.25rem solid #9c0735;border-bottom:0.25rem solid #9c0735;display:block; }
#fK0DtGXvLxW79TPRPiFkum7Ufr4lFcp6 { box-sizing:content-box;height:4.125rem;width:4.125rem;position:absolute;display:block;z-index:15040;background-color:transparent;background-image:none;top:17.25rem;left:0rem;border-top:0.25rem solid #9c0735;border-left:0.25rem solid #9c0735;border-right:0.25rem solid #9c0735;border-bottom:0.25rem solid #9c0735;display:block; }
#LywRMUdGfbTBbwN2EtTxPMlwwDskFgXx { box-sizing:content-box;height:4.125rem;width:4.125rem;position:absolute;display:block;z-index:15027;background-color:transparent;background-image:none;top:17.25rem;left:65.625rem;border-top:0.25rem solid #9c0735;border-left:0.25rem solid #9c0735;border-right:0.25rem solid #9c0735;border-bottom:0.25rem solid #9c0735;display:block; }
#sZrEhMvGa4ydWCCtIGcHlcnxswoOT8AS { box-sizing:content-box;height:4.125rem;width:4.125rem;position:absolute;display:block;z-index:15026;background-color:transparent;background-image:none;top:17.25rem;left:61.25rem;border-top:0.25rem solid #9c0735;border-left:0.25rem solid #9c0735;border-right:0.25rem solid #9c0735;border-bottom:0.25rem solid #9c0735;display:block; }
#qtW6ZEax2DT19u7guZbU1TC1gs3blEBn { box-sizing:content-box;height:4.125rem;width:4.125rem;position:absolute;display:block;z-index:15025;background-color:transparent;background-image:none;top:17.25rem;left:56.875rem;border-top:0.25rem solid #9c0735;border-left:0.25rem solid #9c0735;border-right:0.25rem solid #9c0735;border-bottom:0.25rem solid #9c0735;display:block; }
#WKtsKHTDClL7wJ2PmnO3O2Ky4hZMDtFo { box-sizing:content-box;height:4.125rem;width:4.125rem;position:absolute;display:block;z-index:15024;background-color:transparent;background-image:none;top:17.25rem;left:52.5rem;border-top:0.25rem solid #9c0735;border-left:0.25rem solid #9c0735;border-right:0.25rem solid #9c0735;border-bottom:0.25rem solid #9c0735;display:block; }
#OuNcflM4NezD2Tr2JeplHbgo1yO159f0 { box-sizing:content-box;height:4.125rem;width:4.125rem;position:absolute;display:block;z-index:15023;background-color:transparent;background-image:none;top:17.25rem;left:48.125rem;border-top:0.25rem solid #9c0735;border-left:0.25rem solid #9c0735;border-right:0.25rem solid #9c0735;border-bottom:0.25rem solid #9c0735;display:block; }
#qLHrUHezn9nRAQBOiqC79wXrwUbwytaq { box-sizing:content-box;height:4.125rem;width:4.125rem;position:absolute;display:block;z-index:15022;background-color:transparent;background-image:none;top:17.25rem;left:43.75rem;border-top:0.25rem solid #9c0735;border-left:0.25rem solid #9c0735;border-right:0.25rem solid #9c0735;border-bottom:0.25rem solid #9c0735;display:block; }
#OUTiltP3QZ68vwIbEEVD4XtL02NvcXur { box-sizing:content-box;height:4.125rem;width:4.125rem;position:absolute;display:block;z-index:15021;background-color:transparent;background-image:none;top:17.25rem;left:39.375rem;border-top:0.25rem solid #9c0735;border-left:0.25rem solid #9c0735;border-right:0.25rem solid #9c0735;border-bottom:0.25rem solid #9c0735;display:block; }
#uDDKW9XLpZHoDkB8iiCO3Pk9ulrEpSPa { box-sizing:content-box;height:4.125rem;width:4.125rem;position:absolute;display:block;z-index:15020;background-color:transparent;background-image:none;top:17.25rem;left:35rem;border-top:0.25rem solid #9c0735;border-left:0.25rem solid #9c0735;border-right:0.25rem solid #9c0735;border-bottom:0.25rem solid #9c0735;display:block; }
#iqz3GVvu9gOpbsAE8HTBgZq40wKt9IxC { box-sizing:content-box;height:4.125rem;width:4.125rem;position:absolute;display:block;z-index:15019;background-color:transparent;background-image:none;top:17.25rem;left:30.625rem;border-top:0.25rem solid #9c0735;border-left:0.25rem solid #9c0735;border-right:0.25rem solid #9c0735;border-bottom:0.25rem solid #9c0735;display:block; }
#BRllBRw98WOiLPUfNFrTiHXePIXi6xFg { box-sizing:content-box;height:4.125rem;width:4.125rem;position:absolute;display:block;z-index:15018;background-color:transparent;background-image:none;top:17.25rem;left:26.25rem;border-top:0.25rem solid #9c0735;border-left:0.25rem solid #9c0735;border-right:0.25rem solid #9c0735;border-bottom:0.25rem solid #9c0735;display:block; }
#uwWgDpouctwVupynJDtu3vLfz8K6hgL0 { box-sizing:content-box;height:4.125rem;width:4.125rem;position:absolute;display:block;z-index:15017;background-color:transparent;background-image:none;top:17.25rem;left:21.875rem;border-top:0.25rem solid #9c0735;border-left:0.25rem solid #9c0735;border-right:0.25rem solid #9c0735;border-bottom:0.25rem solid #9c0735;display:block; }
#nnBZ8Nr0LzosGWPA4QKtCT6xL9QxXRN2 { box-sizing:content-box;height:4.125rem;width:4.125rem;position:absolute;display:block;z-index:15028;background-color:transparent;background-image:none;top:4.125rem;left:17.5rem;border-top:0.25rem solid #9c0735;border-left:0.25rem solid #9c0735;border-right:0.25rem solid #9c0735;border-bottom:0.25rem solid #9c0735;display:block; }
#WGvgCIBQULH8vMt4T4AOfR6nhGLvwPBz { box-sizing:content-box;height:4.125rem;width:4.125rem;position:absolute;display:block;z-index:15033;background-color:transparent;background-image:none;top:8.5rem;left:17.5rem;border-top:0.25rem solid #9c0735;border-left:0.25rem solid #9c0735;border-right:0.25rem solid #9c0735;border-bottom:0.25rem solid #9c0735;display:block; }
#pdwX8ewbgEbhvizIDv21gC7Qx5y2rNwJ { box-sizing:content-box;height:4.125rem;width:4.125rem;position:absolute;display:block;z-index:15038;background-color:transparent;background-image:none;top:12.875rem;left:17.5rem;border-top:0.25rem solid #9c0735;border-left:0.25rem solid #9c0735;border-right:0.25rem solid #9c0735;border-bottom:0.25rem solid #9c0735;display:block; }
#k3TK3WOsB2Hqtt09T5nyZZbzk8Hd9XKL { box-sizing:content-box;height:4.125rem;width:4.125rem;position:absolute;display:block;z-index:15058;background-color:transparent;background-image:none;top:17.25rem;left:70rem;border-top:0.25rem solid #9c0735;border-left:0.25rem solid #9c0735;border-right:0.25rem solid #9c0735;border-bottom:0.25rem solid #9c0735;display:block; }
#T8mvGwuFgVv3dBBdWm2ZDX8G88d7ri8f { color:#30966e;display:block;width:9.625rem;position:absolute;font-family:outfit;font-size:1.0625rem;font-weight:normal;z-index:15065;line-height:1.3;letter-spacing:0;top:3.9368743896484rem;left:35.3125rem;height:2.76278125rem;display:block; }
#Ufyf5TT9hTnFXToio9vRrDZeCTS4ayC0 { color:#9c0735;display:block;width:19.375rem;position:absolute;font-family:outfit;font-size:1.0625rem;font-weight:normal;z-index:15066;line-height:1.7;letter-spacing:0;top:9.5625rem;left:26.25rem;height:3.6123875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#tEoVkuqHgCngkriTmTJt0Lf6FJIv5Adr { position:absolute;display:block;z-index:15064;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.4375rem;width:7.4375rem;top:4.125rem;left:26.25rem;overflow:hidden;display:block; }
#JIINvV5VR1gPyWcNdBvry08hIPLex5IW { box-sizing:content-box;height:4.125rem;width:4.125rem;position:absolute;display:block;z-index:15006;background-color:transparent;background-image:none;top:0rem;left:70rem;border-top:0;border-left:0.25rem solid #9c0735;border-right:0.25rem solid #9c0735;border-bottom:0.25rem solid #9c0735;display:block; }
#aLBTfgr21cZsVfV6oJTxwiEaQcZc8BTu { box-sizing:content-box;height:4.125rem;width:4.125rem;position:absolute;display:block;z-index:15007;background-color:transparent;background-image:none;top:0rem;left:0rem;border-top:0;border-left:0.25rem solid #9c0735;border-right:0.25rem solid #9c0735;border-bottom:0.25rem solid #9c0735;display:block; }
#TVC2S22RPV4aViNnogsIsdIl2yTviUGm { box-sizing:content-box;height:4.125rem;width:4.125rem;position:absolute;display:block;z-index:15008;background-color:transparent;background-image:none;top:0rem;left:4.375rem;border-top:0;border-left:0.25rem solid #9c0735;border-right:0.25rem solid #9c0735;border-bottom:0.25rem solid #9c0735;display:block; }
#mfD1dS2FetsrSIV0Jo7DVnQJ3dctrPH4 { box-sizing:content-box;height:4.125rem;width:4.125rem;position:absolute;display:block;z-index:15009;background-color:transparent;background-image:none;top:0rem;left:8.75rem;border-top:0;border-left:0.25rem solid #9c0735;border-right:0.25rem solid #9c0735;border-bottom:0.25rem solid #9c0735;display:block; }
#pIllHTvFX1v8SD3RDw9S7pBFOvIIm12x { box-sizing:content-box;height:4.125rem;width:4.125rem;position:absolute;display:block;z-index:15010;background-color:transparent;background-image:none;top:0rem;left:13.125rem;border-top:0;border-left:0.25rem solid #9c0735;border-right:0.25rem solid #9c0735;border-bottom:0.25rem solid #9c0735;display:block; }
#vwMuFcnTDewT78eATsFTdTSOSSh0neBa { box-sizing:content-box;height:4.125rem;width:4.125rem;position:absolute;display:block;z-index:15011;background-color:transparent;background-image:none;top:0rem;left:17.5rem;border-top:0;border-left:0.25rem solid #9c0735;border-right:0.25rem solid #9c0735;border-bottom:0.25rem solid #9c0735;display:block; }
#rg12b1T4rqSDn6mUUvSI00OrOA34LuZR { color:#9c0735;display:block;width:19.375rem;position:absolute;font-family:outfit;font-size:1.0625rem;font-weight:normal;z-index:15067;line-height:1.7;letter-spacing:0;top:9.5625rem;left:48.125rem;height:3.6123875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#oQeOMTD1boDvP24xUTEfh3wDXx9fMzxp { box-sizing:content-box;height:4.125rem;width:4.125rem;position:absolute;display:block;z-index:15033;background-color:transparent;background-image:none;top:26.25rem;left:13.125rem;border-top:0.25rem solid #9c0735;border-left:0.25rem solid #9c0735;border-right:0.25rem solid #9c0735;border-bottom:0.25rem solid #9c0735;display:none; }
#BsNxq4J7QxXEAoTahKQneVFgzmK4oage { box-sizing:content-box;height:4.125rem;width:4.125rem;position:absolute;display:block;z-index:15033;background-color:transparent;background-image:none;top:26.25rem;left:13.125rem;border-top:0.25rem solid #9c0735;border-left:0.25rem solid #9c0735;border-right:0.25rem solid #9c0735;border-bottom:0.25rem solid #9c0735;display:none; }
#pqprnvFl8XmHnf65qM98kegemSxoBMPt { box-sizing:content-box;height:4.125rem;width:4.125rem;position:absolute;display:block;z-index:15033;background-color:transparent;background-image:none;top:26.25rem;left:13.125rem;border-top:0.25rem solid #9c0735;border-left:0.25rem solid #9c0735;border-right:0.25rem solid #9c0735;border-bottom:0.25rem solid #9c0735;display:none; }
#kJ5qNE2sRkM8lkvlC8Z2ZKReCsvkydFK { box-sizing:content-box;height:4.125rem;width:4.125rem;position:absolute;display:block;z-index:15033;background-color:transparent;background-image:none;top:26.25rem;left:13.125rem;border-top:0.25rem solid #9c0735;border-left:0.25rem solid #9c0735;border-right:0.25rem solid #9c0735;border-bottom:0.25rem solid #9c0735;display:none; }
#rx3B6pN45EbF8WkNWHLWWgtimaVynvqL { box-sizing:content-box;height:4.125rem;width:4.125rem;position:absolute;display:block;z-index:15033;background-color:transparent;background-image:none;top:26.25rem;left:13.125rem;border-top:0.25rem solid #9c0735;border-left:0.25rem solid #9c0735;border-right:0.25rem solid #9c0735;border-bottom:0.25rem solid #9c0735;display:none; }
#ykwqfQKIU6G8ZaMdBTnL3SUDQqEMnKGR { box-sizing:content-box;height:4.125rem;width:4.125rem;position:absolute;display:block;z-index:15033;background-color:transparent;background-image:none;top:26.25rem;left:13.125rem;border-top:0.25rem solid #9c0735;border-left:0.25rem solid #9c0735;border-right:0.25rem solid #9c0735;border-bottom:0.25rem solid #9c0735;display:none; }
#d5aOUwKiSd0hg51hFJ2oOogpIsuTEGkl { box-sizing:content-box;height:4.125rem;width:4.125rem;position:absolute;display:block;z-index:15033;background-color:transparent;background-image:none;top:26.25rem;left:13.125rem;border-top:0.25rem solid #9c0735;border-left:0.25rem solid #9c0735;border-right:0.25rem solid #9c0735;border-bottom:0.25rem solid #9c0735;display:none; }
#WpLh0CqKit3eXXEszvWfD6CrI6xMar2e { box-sizing:content-box;height:4.125rem;width:4.125rem;position:absolute;display:block;z-index:15033;background-color:transparent;background-image:none;top:26.25rem;left:13.125rem;border-top:0.25rem solid #9c0735;border-left:0.25rem solid #9c0735;border-right:0.25rem solid #9c0735;border-bottom:0.25rem solid #9c0735;display:none; }
#TPEv3kv3sxJbxm81p7gwqt6weeGd9IAz { box-sizing:content-box;height:4.125rem;width:4.125rem;position:absolute;display:block;z-index:15033;background-color:transparent;background-image:none;top:26.25rem;left:13.125rem;border-top:0.25rem solid #9c0735;border-left:0.25rem solid #9c0735;border-right:0.25rem solid #9c0735;border-bottom:0.25rem solid #9c0735;display:none; }
#ZpUDn8Kbxwt10VnegicMNBorMhC19kNW { box-sizing:content-box;height:4.125rem;width:4.125rem;position:absolute;display:block;z-index:15033;background-color:transparent;background-image:none;top:26.25rem;left:13.125rem;border-top:0.25rem solid #9c0735;border-left:0.25rem solid #9c0735;border-right:0.25rem solid #9c0735;border-bottom:0.25rem solid #9c0735;display:none; }
#vCp8idvmkO86iIHz0speBi2nU0hLbU9f { box-sizing:content-box;height:4.125rem;width:4.125rem;position:absolute;display:block;z-index:15033;background-color:transparent;background-image:none;top:26.25rem;left:13.125rem;border-top:0.25rem solid #9c0735;border-left:0.25rem solid #9c0735;border-right:0.25rem solid #9c0735;border-bottom:0.25rem solid #9c0735;display:none; }
#Sdg03mMwr310BLq0xcNZeTStPHNGNPIe { box-sizing:content-box;height:4.125rem;width:4.125rem;position:absolute;display:block;z-index:15033;background-color:transparent;background-image:none;top:26.25rem;left:13.125rem;border-top:0.25rem solid #9c0735;border-left:0.25rem solid #9c0735;border-right:0.25rem solid #9c0735;border-bottom:0.25rem solid #9c0735;display:none; }
#u8ubpiNBADPo4r5KyNVwa8S8yrwLEqFy { box-sizing:content-box;height:4.125rem;width:4.125rem;position:absolute;display:block;z-index:15033;background-color:transparent;background-image:none;top:26.25rem;left:13.125rem;border-top:0.25rem solid #9c0735;border-left:0.25rem solid #9c0735;border-right:0.25rem solid #9c0735;border-bottom:0.25rem solid #9c0735;display:none; }
#Etd3z8dHzkCpFBZg1wps87P1q0hBLiOo { box-sizing:content-box;height:4.125rem;width:4.125rem;position:absolute;display:block;z-index:15033;background-color:transparent;background-image:none;top:26.25rem;left:13.125rem;border-top:0.25rem solid #9c0735;border-left:0.25rem solid #9c0735;border-right:0.25rem solid #9c0735;border-bottom:0.25rem solid #9c0735;display:none; }
#hkV5hrWWmSGpik9dpnyx0eW2xUvcJRr8 { box-sizing:content-box;height:4.125rem;width:4.125rem;position:absolute;display:block;z-index:15033;background-color:transparent;background-image:none;top:26.25rem;left:13.125rem;border-top:0.25rem solid #9c0735;border-left:0.25rem solid #9c0735;border-right:0.25rem solid #9c0735;border-bottom:0.25rem solid #9c0735;display:none; }
#rUPeucwVzFMfLqTnihuNcVE3BOfpDsPd { box-sizing:content-box;height:4.125rem;width:4.125rem;position:absolute;display:block;z-index:15033;background-color:transparent;background-image:none;top:26.25rem;left:13.125rem;border-top:0.25rem solid #9c0735;border-left:0.25rem solid #9c0735;border-right:0.25rem solid #9c0735;border-bottom:0.25rem solid #9c0735;display:none; }
#F148TUhnELzQB6AgxN5s0rl8fSC1gbwz { box-sizing:content-box;height:4.125rem;width:4.125rem;position:absolute;display:block;z-index:15033;background-color:transparent;background-image:none;top:26.25rem;left:13.125rem;border-top:0.25rem solid #9c0735;border-left:0.25rem solid #9c0735;border-right:0.25rem solid #9c0735;border-bottom:0.25rem solid #9c0735;display:none; }
#wOr0KplSIZIVkTILgb2DpbZLLmMvJvcx { box-sizing:content-box;height:4.125rem;width:4.125rem;position:absolute;display:block;z-index:15033;background-color:transparent;background-image:none;top:26.25rem;left:13.125rem;border-top:0.25rem solid #9c0735;border-left:0.25rem solid #9c0735;border-right:0.25rem solid #9c0735;border-bottom:0.25rem solid #9c0735;display:none; }
#xk1PL15JVuHZat171SeR3ck95w9hUBtU { box-sizing:content-box;height:4.125rem;width:4.125rem;position:absolute;display:block;z-index:15033;background-color:transparent;background-image:none;top:26.25rem;left:13.125rem;border-top:0.25rem solid #9c0735;border-left:0.25rem solid #9c0735;border-right:0.25rem solid #9c0735;border-bottom:0.25rem solid #9c0735;display:none; }
#xwTP3rAobPUTIcfHerILRazM4Oxv57Lg { box-sizing:content-box;height:4.125rem;width:4.125rem;position:absolute;display:block;z-index:15033;background-color:transparent;background-image:none;top:26.25rem;left:13.125rem;border-top:0.25rem solid #9c0735;border-left:0.25rem solid #9c0735;border-right:0.25rem solid #9c0735;border-bottom:0.25rem solid #9c0735;display:none; }
#UrTvHoiiPTUagOZeop7RpnP7abrGdnXH { box-sizing:content-box;height:4.125rem;width:4.125rem;position:absolute;display:block;z-index:15033;background-color:transparent;background-image:none;top:26.25rem;left:13.125rem;border-top:0.25rem solid #9c0735;border-left:0.25rem solid #9c0735;border-right:0.25rem solid #9c0735;border-bottom:0.25rem solid #9c0735;display:none; }
#W24sWtCwgJ63InNPJDp000uV4M7VCWJP { box-sizing:content-box;height:4.125rem;width:4.125rem;position:absolute;display:block;z-index:15033;background-color:transparent;background-image:none;top:26.25rem;left:13.125rem;border-top:0.25rem solid #9c0735;border-left:0.25rem solid #9c0735;border-right:0.25rem solid #9c0735;border-bottom:0.25rem solid #9c0735;display:none; }
#CeVLXDrNsPJquheA0fnLE5pzaV8GPfxL { box-sizing:content-box;height:4.125rem;width:4.125rem;position:absolute;display:block;z-index:15033;background-color:transparent;background-image:none;top:26.25rem;left:13.125rem;border-top:0.25rem solid #9c0735;border-left:0.25rem solid #9c0735;border-right:0.25rem solid #9c0735;border-bottom:0.25rem solid #9c0735;display:none; }
#cLv9HoX9fBzUd5hTKpV9AlE9aDLX8tH2 { box-sizing:content-box;height:4.125rem;width:4.125rem;position:absolute;display:block;z-index:15033;background-color:transparent;background-image:none;top:26.25rem;left:13.125rem;border-top:0.25rem solid #9c0735;border-left:0.25rem solid #9c0735;border-right:0.25rem solid #9c0735;border-bottom:0.25rem solid #9c0735;display:none; }
#gh4C8x7KhuRTt39sigRqw52JpSxSiJ1p { box-sizing:content-box;height:4.125rem;width:4.125rem;position:absolute;display:block;z-index:15033;background-color:transparent;background-image:none;top:26.25rem;left:13.125rem;border-top:0.25rem solid #9c0735;border-left:0.25rem solid #9c0735;border-right:0.25rem solid #9c0735;border-bottom:0.25rem solid #9c0735;display:none; }
#gk3WD6lsdJS5GNkuJ7yKJdXbbQC3lvA6 { box-sizing:content-box;height:4.125rem;width:4.125rem;position:absolute;display:block;z-index:15033;background-color:transparent;background-image:none;top:26.25rem;left:13.125rem;border-top:0.25rem solid #9c0735;border-left:0.25rem solid #9c0735;border-right:0.25rem solid #9c0735;border-bottom:0.25rem solid #9c0735;display:none; }
#z1nwkLHeOvJb3fnIrP4Mo5Er9HRGH0GJ { box-sizing:content-box;height:4.125rem;width:4.125rem;position:absolute;display:block;z-index:15033;background-color:transparent;background-image:none;top:26.25rem;left:13.125rem;border-top:0.25rem solid #9c0735;border-left:0.25rem solid #9c0735;border-right:0.25rem solid #9c0735;border-bottom:0.25rem solid #9c0735;display:none; }
#STUoscI5QOfbMvH4kOTxwQa68yQOOeVL { box-sizing:content-box;height:4.125rem;width:4.125rem;position:absolute;display:block;z-index:15033;background-color:transparent;background-image:none;top:26.25rem;left:13.125rem;border-top:0.25rem solid #9c0735;border-left:0.25rem solid #9c0735;border-right:0.25rem solid #9c0735;border-bottom:0.25rem solid #9c0735;display:none; }
#l8G24Bq59nrRd3z0RtyLLDEHhgmtQqkF { box-sizing:content-box;height:4.125rem;width:4.125rem;position:absolute;display:block;z-index:15033;background-color:transparent;background-image:none;top:26.25rem;left:13.125rem;border-top:0.25rem solid #9c0735;border-left:0.25rem solid #9c0735;border-right:0.25rem solid #9c0735;border-bottom:0.25rem solid #9c0735;display:none; }
#GqQgpfEdQEOJ2xDPOJTWiO76kMT1ZkQH { box-sizing:content-box;height:4.125rem;width:4.125rem;position:absolute;display:block;z-index:15033;background-color:transparent;background-image:none;top:26.25rem;left:13.125rem;border-top:0.25rem solid #9c0735;border-left:0.25rem solid #9c0735;border-right:0.25rem solid #9c0735;border-bottom:0.25rem solid #9c0735;display:none; }
#f4QVxkh0SmJcJ8TbKAMxkeVJtkPZzdb5 { box-sizing:content-box;height:4.125rem;width:4.125rem;position:absolute;display:block;z-index:15033;background-color:transparent;background-image:none;top:26.25rem;left:13.125rem;border-top:0.25rem solid #9c0735;border-left:0.25rem solid #9c0735;border-right:0.25rem solid #9c0735;border-bottom:0.25rem solid #9c0735;display:none; }
#duqd1uLvq2e026as7TSU64CIBrTEvLpv { z-index:;position:relative;display:block; }#duqd1uLvq2e026as7TSU64CIBrTEvLpv { background-color: transparent; background-image: none; }#duqd1uLvq2e026as7TSU64CIBrTEvLpv::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#duqd1uLvq2e026as7TSU64CIBrTEvLpv > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#duqd1uLvq2e026as7TSU64CIBrTEvLpv > .row .container > .video-iframe-container { display: none; }#duqd1uLvq2e026as7TSU64CIBrTEvLpv > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#duqd1uLvq2e026as7TSU64CIBrTEvLpv > .row > .video-iframe-container { display: none; }#duqd1uLvq2e026as7TSU64CIBrTEvLpv > .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); }#duqd1uLvq2e026as7TSU64CIBrTEvLpv { border-width: 0; border-radius: 0; }#duqd1uLvq2e026as7TSU64CIBrTEvLpv > .row .container { background-color:#fffbf6;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:21.8125rem;width:75rem;border-top:0;border-right:0;border-bottom:0;border-left:0;box-shadow: none;overflow:visible;position:relative;display:block; }#zbgMkDXHXdZIvNWPDuDmr6V62xiT0vF0 { box-sizing:content-box;height:4.125rem;width:4.125rem;position:absolute;display:block;z-index:15013;background-color:transparent;background-image:none;top:4.0625rem;left:61.25rem;border-top:0.25rem solid #9c0735;border-left:0.25rem solid #9c0735;border-right:0.25rem solid #9c0735;border-bottom:0.25rem solid #9c0735;display:block; }
#VbzLcNakeuCTIZnuH2IrpTyIx3PaSAwH { box-sizing:content-box;height:4.125rem;width:4.125rem;position:absolute;display:block;z-index:15014;background-color:transparent;background-image:none;top:4.0625rem;left:65.625rem;border-top:0.25rem solid #9c0735;border-left:0.25rem solid #9c0735;border-right:0.25rem solid #9c0735;border-bottom:0.25rem solid #9c0735;display:block; }
#pq6TnEhVJL5F1vqDWqCe03ZVBKoDx5tL { box-sizing:content-box;height:4.125rem;width:4.125rem;position:absolute;display:block;z-index:15018;background-color:transparent;background-image:none;top:8.4375rem;left:61.25rem;border-top:0.25rem solid #9c0735;border-left:0.25rem solid #9c0735;border-right:0.25rem solid #9c0735;border-bottom:0.25rem solid #9c0735;display:block; }
#bKIQGbk9T9kWKpm9RtTPzl5C9s28Nshb { box-sizing:content-box;height:4.125rem;width:4.125rem;position:absolute;display:block;z-index:15019;background-color:transparent;background-image:none;top:8.4375rem;left:65.625rem;border-top:0.25rem solid #9c0735;border-left:0.25rem solid #9c0735;border-right:0.25rem solid #9c0735;border-bottom:0.25rem solid #9c0735;display:block; }
#VAV7Bd1leUq9WzWX8ToorHlCqJ3wlzlX { box-sizing:content-box;height:4.125rem;width:4.125rem;position:absolute;display:block;z-index:15017;background-color:transparent;background-image:none;top:8.4375rem;left:56.875rem;border-top:0.25rem solid #9c0735;border-left:0.25rem solid #9c0735;border-right:0.25rem solid #9c0735;border-bottom:0.25rem solid #9c0735;display:block; }
#WEPiUshCJl1TSaGTl6POslFyZCRPOXTT { box-sizing:content-box;height:4.125rem;width:4.125rem;position:absolute;display:block;z-index:15011;background-color:transparent;background-image:none;top:4.0625rem;left:52.5rem;border-top:0.25rem solid #9c0735;border-left:0.25rem solid #9c0735;border-right:0.25rem solid #9c0735;border-bottom:0.25rem solid #9c0735;display:block; }
#CoSqE3oxB0PXpF8rUpsCaW1EvQyhOVTH { box-sizing:content-box;height:4.125rem;width:4.125rem;position:absolute;display:block;z-index:15016;background-color:transparent;background-image:none;top:8.4375rem;left:52.5rem;border-top:0.25rem solid #9c0735;border-left:0.25rem solid #9c0735;border-right:0.25rem solid #9c0735;border-bottom:0.25rem solid #9c0735;display:block; }
#DqPEmHQfJB7gQAOHbwsU7PFIFt4zehP5 { box-sizing:content-box;height:4.125rem;width:4.125rem;position:absolute;display:block;z-index:15010;background-color:transparent;background-image:none;top:4.0625rem;left:0rem;border-top:0.25rem solid #9c0735;border-left:0.25rem solid #9c0735;border-right:0.25rem solid #9c0735;border-bottom:0.25rem solid #9c0735;display:block; }
#w9RRatcTaJkTuiJQ5ViXVkBnLfMnueT8 { box-sizing:content-box;height:4.125rem;width:4.125rem;position:absolute;display:block;z-index:15015;background-color:transparent;background-image:none;top:8.4375rem;left:0rem;border-top:0.25rem solid #9c0735;border-left:0.25rem solid #9c0735;border-right:0.25rem solid #9c0735;border-bottom:0.25rem solid #9c0735;display:block; }
#vCnnTwa53AWEBsbRmqZJJEqwvDF22Q1y { box-sizing:content-box;height:4.125rem;width:4.125rem;position:absolute;display:block;z-index:15023;background-color:transparent;background-image:none;top:12.8125rem;left:61.25rem;border-top:0.25rem solid #9c0735;border-left:0.25rem solid #9c0735;border-right:0.25rem solid #9c0735;border-bottom:0.25rem solid #9c0735;display:block; }
#Ci8AKVkUyDItdV0PLnUVZMFduVV3cFS7 { box-sizing:content-box;height:4.125rem;width:4.125rem;position:absolute;display:block;z-index:15024;background-color:transparent;background-image:none;top:12.8125rem;left:65.625rem;border-top:0.25rem solid #9c0735;border-left:0.25rem solid #9c0735;border-right:0.25rem solid #9c0735;border-bottom:0.25rem solid #9c0735;display:block; }
#WeTFHZbxX3c0aNdwlATvHQ1TiWXHC9BM { box-sizing:content-box;height:4.125rem;width:4.125rem;position:absolute;display:block;z-index:15022;background-color:transparent;background-image:none;top:12.8125rem;left:56.875rem;border-top:0.25rem solid #9c0735;border-left:0.25rem solid #9c0735;border-right:0.25rem solid #9c0735;border-bottom:0.25rem solid #9c0735;display:block; }
#NAmtclZdtUE89yBx5NsA6kRzeTQTaip5 { box-sizing:content-box;height:4.125rem;width:4.125rem;position:absolute;display:block;z-index:15021;background-color:transparent;background-image:none;top:12.8125rem;left:52.5rem;border-top:0.25rem solid #9c0735;border-left:0.25rem solid #9c0735;border-right:0.25rem solid #9c0735;border-bottom:0.25rem solid #9c0735;display:block; }
#dvuFmiUDlhI159soiBTh6WVJrA1VSr5X { box-sizing:content-box;height:4.125rem;width:4.125rem;position:absolute;display:block;z-index:15020;background-color:transparent;background-image:none;top:12.8125rem;left:0rem;border-top:0.25rem solid #9c0735;border-left:0.25rem solid #9c0735;border-right:0.25rem solid #9c0735;border-bottom:0.25rem solid #9c0735;display:block; }
#eqTrdWMD8GEpGoczoLF4ZrHZHfbBszd1 { box-sizing:content-box;height:4.125rem;width:4.125rem;position:absolute;display:block;z-index:15044;background-color:transparent;background-image:none;top:17.1875rem;left:17.5rem;border-top:0.25rem solid #9c0735;border-left:0.25rem solid #9c0735;border-right:0.25rem solid #9c0735;border-bottom:0.25rem solid #9c0735;display:block; }
#h5gxKZin4hMOyy38kLIyzGVHxPpI4fHv { box-sizing:content-box;height:4.125rem;width:4.125rem;position:absolute;display:block;z-index:15043;background-color:transparent;background-image:none;top:17.1875rem;left:13.125rem;border-top:0.25rem solid #9c0735;border-left:0.25rem solid #9c0735;border-right:0.25rem solid #9c0735;border-bottom:0.25rem solid #9c0735;display:block; }
#tbZBnI2FMtp6eQTTImH0e6EXXQT2yXOP { box-sizing:content-box;height:4.125rem;width:4.125rem;position:absolute;display:block;z-index:15042;background-color:transparent;background-image:none;top:17.1875rem;left:8.75rem;border-top:0.25rem solid #9c0735;border-left:0.25rem solid #9c0735;border-right:0.25rem solid #9c0735;border-bottom:0.25rem solid #9c0735;display:block; }
#IRVrw6t4ewJcNNxv7Z9dwfhwspPnUiub { box-sizing:content-box;height:4.125rem;width:4.125rem;position:absolute;display:block;z-index:15041;background-color:transparent;background-image:none;top:17.1875rem;left:4.375rem;border-top:0.25rem solid #9c0735;border-left:0.25rem solid #9c0735;border-right:0.25rem solid #9c0735;border-bottom:0.25rem solid #9c0735;display:block; }
#uyeeE8E16oL7MQhbUx3APZv8ncdwi0H0 { box-sizing:content-box;height:4.125rem;width:4.125rem;position:absolute;display:block;z-index:15040;background-color:transparent;background-image:none;top:17.1875rem;left:0rem;border-top:0.25rem solid #9c0735;border-left:0.25rem solid #9c0735;border-right:0.25rem solid #9c0735;border-bottom:0.25rem solid #9c0735;display:block; }
#xFggvnKk5S3XcTGxOa1mdQ2SDm5ChMBM { box-sizing:content-box;height:4.125rem;width:4.125rem;position:absolute;display:block;z-index:15027;background-color:transparent;background-image:none;top:17.1875rem;left:65.625rem;border-top:0.25rem solid #9c0735;border-left:0.25rem solid #9c0735;border-right:0.25rem solid #9c0735;border-bottom:0.25rem solid #9c0735;display:block; }
#bwQHyyOLcLefpMeCOcAUmzXFvQkkDlTg { box-sizing:content-box;height:4.125rem;width:4.125rem;position:absolute;display:block;z-index:15026;background-color:transparent;background-image:none;top:17.1875rem;left:61.25rem;border-top:0.25rem solid #9c0735;border-left:0.25rem solid #9c0735;border-right:0.25rem solid #9c0735;border-bottom:0.25rem solid #9c0735;display:block; }
#RWCqU83LSTTMaxE09B2fBTHTskpIED2f { box-sizing:content-box;height:4.125rem;width:4.125rem;position:absolute;display:block;z-index:15025;background-color:transparent;background-image:none;top:17.1875rem;left:56.875rem;border-top:0.25rem solid #9c0735;border-left:0.25rem solid #9c0735;border-right:0.25rem solid #9c0735;border-bottom:0.25rem solid #9c0735;display:block; }
#XBoPEgWUSLiNQp3Bo11e2FbPRyOv5Uzp { box-sizing:content-box;height:4.125rem;width:4.125rem;position:absolute;display:block;z-index:15024;background-color:transparent;background-image:none;top:17.1875rem;left:52.5rem;border-top:0.25rem solid #9c0735;border-left:0.25rem solid #9c0735;border-right:0.25rem solid #9c0735;border-bottom:0.25rem solid #9c0735;display:block; }
#QI75rtQ72JXLQyNAU9Us7xBdaXLKEWWT { box-sizing:content-box;height:4.125rem;width:4.125rem;position:absolute;display:block;z-index:15023;background-color:transparent;background-image:none;top:17.1875rem;left:48.125rem;border-top:0.25rem solid #9c0735;border-left:0.25rem solid #9c0735;border-right:0.25rem solid #9c0735;border-bottom:0.25rem solid #9c0735;display:block; }
#TQ1C4mTresKlh65n8hSeJWrSWAMSuRx8 { box-sizing:content-box;height:4.125rem;width:4.125rem;position:absolute;display:block;z-index:15022;background-color:transparent;background-image:none;top:17.1875rem;left:43.75rem;border-top:0.25rem solid #9c0735;border-left:0.25rem solid #9c0735;border-right:0.25rem solid #9c0735;border-bottom:0.25rem solid #9c0735;display:block; }
#f67n1PQFiVutBcip4Q5xWr8uH2zV0C8N { box-sizing:content-box;height:4.125rem;width:4.125rem;position:absolute;display:block;z-index:15021;background-color:transparent;background-image:none;top:17.1875rem;left:39.375rem;border-top:0.25rem solid #9c0735;border-left:0.25rem solid #9c0735;border-right:0.25rem solid #9c0735;border-bottom:0.25rem solid #9c0735;display:block; }
#c1viqSgkiUwo0rDGmJ7q82p07KtZLLhe { box-sizing:content-box;height:4.125rem;width:4.125rem;position:absolute;display:block;z-index:15020;background-color:transparent;background-image:none;top:17.1875rem;left:35rem;border-top:0.25rem solid #9c0735;border-left:0.25rem solid #9c0735;border-right:0.25rem solid #9c0735;border-bottom:0.25rem solid #9c0735;display:block; }
#Fot1XXIh5hnM4TPSa3fx00Aqmvkzx870 { box-sizing:content-box;height:4.125rem;width:4.125rem;position:absolute;display:block;z-index:15019;background-color:transparent;background-image:none;top:17.1875rem;left:30.625rem;border-top:0.25rem solid #9c0735;border-left:0.25rem solid #9c0735;border-right:0.25rem solid #9c0735;border-bottom:0.25rem solid #9c0735;display:block; }
#EXX84LU6h9DRa4nSL0AChMdloM3TQV0q { box-sizing:content-box;height:4.125rem;width:4.125rem;position:absolute;display:block;z-index:15018;background-color:transparent;background-image:none;top:17.1875rem;left:26.25rem;border-top:0.25rem solid #9c0735;border-left:0.25rem solid #9c0735;border-right:0.25rem solid #9c0735;border-bottom:0.25rem solid #9c0735;display:block; }
#erL2XNUmLaEg4U3e0R0g1KCo3iJCUVgF { box-sizing:content-box;height:4.125rem;width:4.125rem;position:absolute;display:block;z-index:15017;background-color:transparent;background-image:none;top:17.1875rem;left:21.875rem;border-top:0.25rem solid #9c0735;border-left:0.25rem solid #9c0735;border-right:0.25rem solid #9c0735;border-bottom:0.25rem solid #9c0735;display:block; }
#zvlggmM5BwSSRqJxJsXWe7bacdOSaEm3 { box-sizing:content-box;height:4.125rem;width:4.125rem;position:absolute;display:block;z-index:15028;background-color:transparent;background-image:none;top:4.0625rem;left:70rem;border-top:0.25rem solid #9c0735;border-left:0.25rem solid #9c0735;border-right:0.25rem solid #9c0735;border-bottom:0.25rem solid #9c0735;display:block; }
#vKdlEBZ7vW2qwkZnFhnu3a6RNJmvX256 { box-sizing:content-box;height:4.125rem;width:4.125rem;position:absolute;display:block;z-index:15033;background-color:transparent;background-image:none;top:8.4375rem;left:70rem;border-top:0.25rem solid #9c0735;border-left:0.25rem solid #9c0735;border-right:0.25rem solid #9c0735;border-bottom:0.25rem solid #9c0735;display:block; }
#Z9aGapu2tQ9rphTsilMBou81rgpBwEQi { box-sizing:content-box;height:4.125rem;width:4.125rem;position:absolute;display:block;z-index:15038;background-color:transparent;background-image:none;top:12.8125rem;left:70rem;border-top:0.25rem solid #9c0735;border-left:0.25rem solid #9c0735;border-right:0.25rem solid #9c0735;border-bottom:0.25rem solid #9c0735;display:block; }
#rCSMVZ1GaEn63aDRItb2OrbmTZTt610U { box-sizing:content-box;height:4.125rem;width:4.125rem;position:absolute;display:block;z-index:15058;background-color:transparent;background-image:none;top:17.1875rem;left:70rem;border-top:0.25rem solid #9c0735;border-left:0.25rem solid #9c0735;border-right:0.25rem solid #9c0735;border-bottom:0.25rem solid #9c0735;display:block; }
#QXNDJ3TLaD6NgvZIR6Qxklnzzlxn4a0V { color:#30966e;display:block;width:8.6875rem;position:absolute;font-family:outfit;font-size:1.0625rem;font-weight:normal;z-index:15065;line-height:1.3;letter-spacing:0;top:3.75rem;left:26.5625rem;height:2.76278125rem;display:block; }
#kZib43R1QyVi3CFMovUNLCQpkQLd2tL6 { position:absolute;display:block;z-index:15064;border-top:0;border-left:0;border-right:0;border-bottom:0;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:16.75rem;top:4.0625rem;left:8.4375rem;overflow:hidden;display:block; }
#oLHFKrRcQPfrehshV0rcKc8TlVuS3r6e { box-sizing:content-box;height:4.125rem;width:4.125rem;position:absolute;display:block;z-index:15012;background-color:transparent;background-image:none;top:4.0625rem;left:56.875rem;border-top:0.25rem solid #9c0735;border-left:0.25rem solid #9c0735;border-right:0.25rem solid #9c0735;border-bottom:0.25rem solid #9c0735;display:block; }
#Mmq1L20ogzXdWc7rK5aB69dTuOt4wzt9 { box-sizing:content-box;height:4.125rem;width:4.125rem;position:absolute;display:block;z-index:15007;background-color:transparent;background-image:none;top:0rem;left:0rem;border-top:0;border-left:0.25rem solid #9c0735;border-right:0.25rem solid #9c0735;border-bottom:0;display:block; }
#ffkSma5LQqNdngIaaSKRLSVxDTRtP8Lf { box-sizing:content-box;height:4.125rem;width:4.125rem;position:absolute;display:block;z-index:15008;background-color:transparent;background-image:none;top:0rem;left:52.5rem;border-top:0;border-left:0.25rem solid #9c0735;border-right:0.25rem solid #9c0735;border-bottom:0;display:block; }
#FPh8mZ6H0Ceb8bHBSn0q4SnVKbQipxcw { box-sizing:content-box;height:4.125rem;width:4.125rem;position:absolute;display:block;z-index:15009;background-color:transparent;background-image:none;top:0rem;left:56.875rem;border-top:0;border-left:0.25rem solid #9c0735;border-right:0.25rem solid #9c0735;border-bottom:0;display:block; }
#ve8q23t82qJiNxE38UWWRIBOD4b1sBxT { box-sizing:content-box;height:4.125rem;width:4.125rem;position:absolute;display:block;z-index:15010;background-color:transparent;background-image:none;top:0rem;left:61.25rem;border-top:0;border-left:0.25rem solid #9c0735;border-right:0.25rem solid #9c0735;border-bottom:0;display:block; }
#dmTcBsoae9rWlnMU7diLMq40ypaIG0XQ { box-sizing:content-box;height:4.125rem;width:4.125rem;position:absolute;display:block;z-index:15011;background-color:transparent;background-image:none;top:0rem;left:65.625rem;border-top:0;border-left:0.25rem solid #9c0735;border-right:0.25rem solid #9c0735;border-bottom:0;display:block; }
#cmQDoIO55BPKqhr4xVSbN3neER5k1yFP { box-sizing:content-box;height:4.125rem;width:4.125rem;position:absolute;display:block;z-index:15009;background-color:transparent;background-image:none;top:0rem;left:70rem;border-top:0;border-left:0.25rem solid #9c0735;border-right:0.25rem solid #9c0735;border-bottom:0;display:block; }
#MzN0TBfLuxIpyxkLVSELbCk8RwbT8CdS { color:#9c0735;display:block;width:19.375rem;position:absolute;font-family:outfit;font-size:1.0625rem;font-weight:normal;z-index:15068;line-height:1.7;letter-spacing:0;top:8.875rem;left:8.75rem;height:3.6123875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#ENT0lDA6nsJy8fiuBdyn6UpPDFP3Kr46 { box-sizing:content-box;height:4.125rem;width:4.125rem;position:absolute;display:block;z-index:15033;background-color:transparent;background-image:none;top:26.25rem;left:13.125rem;border-top:0.25rem solid #9c0735;border-left:0.25rem solid #9c0735;border-right:0.25rem solid #9c0735;border-bottom:0.25rem solid #9c0735;display:none; }
#G3STKBDDNsrAw8WkDg0FxFQvS81J9upQ { box-sizing:content-box;height:4.125rem;width:4.125rem;position:absolute;display:block;z-index:15033;background-color:transparent;background-image:none;top:26.25rem;left:13.125rem;border-top:0.25rem solid #9c0735;border-left:0.25rem solid #9c0735;border-right:0.25rem solid #9c0735;border-bottom:0.25rem solid #9c0735;display:none; }
#t3JgaJQHfIAEaDc1MyuKTC7q4blZTcRN { box-sizing:content-box;height:4.125rem;width:4.125rem;position:absolute;display:block;z-index:15033;background-color:transparent;background-image:none;top:26.25rem;left:13.125rem;border-top:0.25rem solid #9c0735;border-left:0.25rem solid #9c0735;border-right:0.25rem solid #9c0735;border-bottom:0.25rem solid #9c0735;display:none; }
#QcBT26Fiw6MxzxiVTrLL0lKtTZOXTzpi { box-sizing:content-box;height:4.125rem;width:4.125rem;position:absolute;display:block;z-index:15033;background-color:transparent;background-image:none;top:26.25rem;left:13.125rem;border-top:0.25rem solid #9c0735;border-left:0.25rem solid #9c0735;border-right:0.25rem solid #9c0735;border-bottom:0.25rem solid #9c0735;display:none; }
#Awp7odXKqsXhFCRXicC0QdTvI17cSMbl { box-sizing:content-box;height:4.125rem;width:4.125rem;position:absolute;display:block;z-index:15033;background-color:transparent;background-image:none;top:26.25rem;left:13.125rem;border-top:0.25rem solid #9c0735;border-left:0.25rem solid #9c0735;border-right:0.25rem solid #9c0735;border-bottom:0.25rem solid #9c0735;display:none; }
#Fiyn9QTy2qZ67K02RLT4gzRRsTWQaKbM { box-sizing:content-box;height:4.125rem;width:4.125rem;position:absolute;display:block;z-index:15033;background-color:transparent;background-image:none;top:26.25rem;left:13.125rem;border-top:0.25rem solid #9c0735;border-left:0.25rem solid #9c0735;border-right:0.25rem solid #9c0735;border-bottom:0.25rem solid #9c0735;display:none; }
#rpvCeF8TUzBiEmlvvaKJKrP1TTaM4qBR { box-sizing:content-box;height:4.125rem;width:4.125rem;position:absolute;display:block;z-index:15033;background-color:transparent;background-image:none;top:26.25rem;left:13.125rem;border-top:0.25rem solid #9c0735;border-left:0.25rem solid #9c0735;border-right:0.25rem solid #9c0735;border-bottom:0.25rem solid #9c0735;display:none; }
#sSTCnwx2mIm2wksMos6w7MFbQOzLEubC { box-sizing:content-box;height:4.125rem;width:4.125rem;position:absolute;display:block;z-index:15033;background-color:transparent;background-image:none;top:26.25rem;left:13.125rem;border-top:0.25rem solid #9c0735;border-left:0.25rem solid #9c0735;border-right:0.25rem solid #9c0735;border-bottom:0.25rem solid #9c0735;display:none; }
#Rdm59c6aVUQgWRc6rXTETqhiKbWeHDNK { box-sizing:content-box;height:4.125rem;width:4.125rem;position:absolute;display:block;z-index:15033;background-color:transparent;background-image:none;top:26.25rem;left:13.125rem;border-top:0.25rem solid #9c0735;border-left:0.25rem solid #9c0735;border-right:0.25rem solid #9c0735;border-bottom:0.25rem solid #9c0735;display:none; }
#CaJ3462DncaEWbM75wffeXVMfbnQoafs { box-sizing:content-box;height:4.125rem;width:4.125rem;position:absolute;display:block;z-index:15033;background-color:transparent;background-image:none;top:26.25rem;left:13.125rem;border-top:0.25rem solid #9c0735;border-left:0.25rem solid #9c0735;border-right:0.25rem solid #9c0735;border-bottom:0.25rem solid #9c0735;display:none; }
#VytFf2Vw5MB7VoNtuS60om5O1cm1uMDM { box-sizing:content-box;height:4.125rem;width:4.125rem;position:absolute;display:block;z-index:15033;background-color:transparent;background-image:none;top:26.25rem;left:13.125rem;border-top:0.25rem solid #9c0735;border-left:0.25rem solid #9c0735;border-right:0.25rem solid #9c0735;border-bottom:0.25rem solid #9c0735;display:none; }
#qcfZMkIIElpa1xEBWAy90lDxKfop0NG2 { box-sizing:content-box;height:4.125rem;width:4.125rem;position:absolute;display:block;z-index:15033;background-color:transparent;background-image:none;top:26.25rem;left:13.125rem;border-top:0.25rem solid #9c0735;border-left:0.25rem solid #9c0735;border-right:0.25rem solid #9c0735;border-bottom:0.25rem solid #9c0735;display:none; }
#a0aVPyadux3iNgRcMfBmaBKx0Zqn7PRI { box-sizing:content-box;height:4.125rem;width:4.125rem;position:absolute;display:block;z-index:15033;background-color:transparent;background-image:none;top:26.25rem;left:13.125rem;border-top:0.25rem solid #9c0735;border-left:0.25rem solid #9c0735;border-right:0.25rem solid #9c0735;border-bottom:0.25rem solid #9c0735;display:none; }
#ueB0Xe8JcF70Z3VG7ENv1hMQMFpSpNkT { box-sizing:content-box;height:4.125rem;width:4.125rem;position:absolute;display:block;z-index:15033;background-color:transparent;background-image:none;top:26.25rem;left:13.125rem;border-top:0.25rem solid #9c0735;border-left:0.25rem solid #9c0735;border-right:0.25rem solid #9c0735;border-bottom:0.25rem solid #9c0735;display:none; }
#BzduJIpu7sL4hTP25pJ7osJLgnklOi0z { box-sizing:content-box;height:4.125rem;width:4.125rem;position:absolute;display:block;z-index:15033;background-color:transparent;background-image:none;top:26.25rem;left:13.125rem;border-top:0.25rem solid #9c0735;border-left:0.25rem solid #9c0735;border-right:0.25rem solid #9c0735;border-bottom:0.25rem solid #9c0735;display:none; }
#GqpPNwe7DExqf1OhWgbKaLCnFVJlHeK6 { box-sizing:content-box;height:4.125rem;width:4.125rem;position:absolute;display:block;z-index:15033;background-color:transparent;background-image:none;top:26.25rem;left:13.125rem;border-top:0.25rem solid #9c0735;border-left:0.25rem solid #9c0735;border-right:0.25rem solid #9c0735;border-bottom:0.25rem solid #9c0735;display:none; }
#whMcmIILTPztEmVqFEGrqNPfNUrVA6Ty { box-sizing:content-box;height:4.125rem;width:4.125rem;position:absolute;display:block;z-index:15033;background-color:transparent;background-image:none;top:26.25rem;left:13.125rem;border-top:0.25rem solid #9c0735;border-left:0.25rem solid #9c0735;border-right:0.25rem solid #9c0735;border-bottom:0.25rem solid #9c0735;display:none; }
#LtV3taHmaC3dyW8rkeyz67Cm9BTK0lZJ { box-sizing:content-box;height:4.125rem;width:4.125rem;position:absolute;display:block;z-index:15033;background-color:transparent;background-image:none;top:26.25rem;left:13.125rem;border-top:0.25rem solid #9c0735;border-left:0.25rem solid #9c0735;border-right:0.25rem solid #9c0735;border-bottom:0.25rem solid #9c0735;display:none; }
#UPs5GvOBJxwnJr4R9L1QLLzIP4HGJDu0 { box-sizing:content-box;height:4.125rem;width:4.125rem;position:absolute;display:block;z-index:15033;background-color:transparent;background-image:none;top:26.25rem;left:13.125rem;border-top:0.25rem solid #9c0735;border-left:0.25rem solid #9c0735;border-right:0.25rem solid #9c0735;border-bottom:0.25rem solid #9c0735;display:none; }
#oSgK23ZXZG1GMQJ8nvUGBx54KdBXoSwT { box-sizing:content-box;height:4.125rem;width:4.125rem;position:absolute;display:block;z-index:15033;background-color:transparent;background-image:none;top:26.25rem;left:13.125rem;border-top:0.25rem solid #9c0735;border-left:0.25rem solid #9c0735;border-right:0.25rem solid #9c0735;border-bottom:0.25rem solid #9c0735;display:none; }
#l5Wu6IrExDUfDNybpS3DdiTV9P8ADdyi { box-sizing:content-box;height:4.125rem;width:4.125rem;position:absolute;display:block;z-index:15033;background-color:transparent;background-image:none;top:26.25rem;left:13.125rem;border-top:0.25rem solid #9c0735;border-left:0.25rem solid #9c0735;border-right:0.25rem solid #9c0735;border-bottom:0.25rem solid #9c0735;display:none; }
#LFnlQXMtPnmDUTwti3bLKM7WxUeFvMwy { box-sizing:content-box;height:4.125rem;width:4.125rem;position:absolute;display:block;z-index:15033;background-color:transparent;background-image:none;top:26.25rem;left:13.125rem;border-top:0.25rem solid #9c0735;border-left:0.25rem solid #9c0735;border-right:0.25rem solid #9c0735;border-bottom:0.25rem solid #9c0735;display:none; }
#ZUEyo8tH6BIaRhFlpspAKiryn8SLbs3J { box-sizing:content-box;height:4.125rem;width:4.125rem;position:absolute;display:block;z-index:15033;background-color:transparent;background-image:none;top:26.25rem;left:13.125rem;border-top:0.25rem solid #9c0735;border-left:0.25rem solid #9c0735;border-right:0.25rem solid #9c0735;border-bottom:0.25rem solid #9c0735;display:none; }
#U3TGCVHlIBUgQH7EGcvaMgQCEv3JV8tO { box-sizing:content-box;height:4.125rem;width:4.125rem;position:absolute;display:block;z-index:15033;background-color:transparent;background-image:none;top:26.25rem;left:13.125rem;border-top:0.25rem solid #9c0735;border-left:0.25rem solid #9c0735;border-right:0.25rem solid #9c0735;border-bottom:0.25rem solid #9c0735;display:none; }
#zlz3WqFft6RicdtZHOV7O3VqBa7uSLn6 { box-sizing:content-box;height:4.125rem;width:4.125rem;position:absolute;display:block;z-index:15033;background-color:transparent;background-image:none;top:26.25rem;left:13.125rem;border-top:0.25rem solid #9c0735;border-left:0.25rem solid #9c0735;border-right:0.25rem solid #9c0735;border-bottom:0.25rem solid #9c0735;display:none; }
#Nxosta2HuZprgDthnFcMkQasFqLF1PRV { box-sizing:content-box;height:4.125rem;width:4.125rem;position:absolute;display:block;z-index:15033;background-color:transparent;background-image:none;top:26.25rem;left:13.125rem;border-top:0.25rem solid #9c0735;border-left:0.25rem solid #9c0735;border-right:0.25rem solid #9c0735;border-bottom:0.25rem solid #9c0735;display:none; }
#IuRWcvSBrDJgxxvw5gUPIZbFhbovub4x { box-sizing:content-box;height:4.125rem;width:4.125rem;position:absolute;display:block;z-index:15033;background-color:transparent;background-image:none;top:26.25rem;left:13.125rem;border-top:0.25rem solid #9c0735;border-left:0.25rem solid #9c0735;border-right:0.25rem solid #9c0735;border-bottom:0.25rem solid #9c0735;display:none; }
#LbL90OQuH9UI32ACruplr5kgraGAzdET { box-sizing:content-box;height:4.125rem;width:4.125rem;position:absolute;display:block;z-index:15033;background-color:transparent;background-image:none;top:26.25rem;left:13.125rem;border-top:0.25rem solid #9c0735;border-left:0.25rem solid #9c0735;border-right:0.25rem solid #9c0735;border-bottom:0.25rem solid #9c0735;display:none; }
#ABm5RcGymIw18MlPXPB3u14bJUToGUHu { box-sizing:content-box;height:4.125rem;width:4.125rem;position:absolute;display:block;z-index:15033;background-color:transparent;background-image:none;top:26.25rem;left:13.125rem;border-top:0.25rem solid #9c0735;border-left:0.25rem solid #9c0735;border-right:0.25rem solid #9c0735;border-bottom:0.25rem solid #9c0735;display:none; }
#iS2sFVmSSkpnI9OPqlEoRPZug8f5ua6i { box-sizing:content-box;height:4.125rem;width:4.125rem;position:absolute;display:block;z-index:15033;background-color:transparent;background-image:none;top:26.25rem;left:13.125rem;border-top:0.25rem solid #9c0735;border-left:0.25rem solid #9c0735;border-right:0.25rem solid #9c0735;border-bottom:0.25rem solid #9c0735;display:none; }
#e4C4aga0yuOmCnsPE6G1rvrfELVv0sda { box-sizing:content-box;height:4.125rem;width:4.125rem;position:absolute;display:block;z-index:15033;background-color:transparent;background-image:none;top:26.25rem;left:13.125rem;border-top:0.25rem solid #9c0735;border-left:0.25rem solid #9c0735;border-right:0.25rem solid #9c0735;border-bottom:0.25rem solid #9c0735;display:none; }
#LmrW3kZ9VTVrncDNWcpp5ePV93iKyr71 { position:relative;display:block; }#LmrW3kZ9VTVrncDNWcpp5ePV93iKyr71 { background-color: transparent; background-image: none; }#LmrW3kZ9VTVrncDNWcpp5ePV93iKyr71::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LmrW3kZ9VTVrncDNWcpp5ePV93iKyr71 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LmrW3kZ9VTVrncDNWcpp5ePV93iKyr71 > .row .container > .video-iframe-container { display: none; }#LmrW3kZ9VTVrncDNWcpp5ePV93iKyr71 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LmrW3kZ9VTVrncDNWcpp5ePV93iKyr71 > .row > .video-iframe-container { display: none; }#LmrW3kZ9VTVrncDNWcpp5ePV93iKyr71 > .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); }#LmrW3kZ9VTVrncDNWcpp5ePV93iKyr71 { border-width: 0; border-radius: 0; }#LmrW3kZ9VTVrncDNWcpp5ePV93iKyr71 > .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; }#LmrW3kZ9VTVrncDNWcpp5ePV93iKyr71 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#fffbf6;background-image:none;font-size:0.875rem;font-family:arial;height:21.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; }#QysmRv0abN8zurGrIT6BgJA2FSm63Ho7 { color:#9c0735;display:block;width:17.375rem;position:absolute;font-family:outfit;font-size:1.0625rem;font-weight:normal;z-index:15067;line-height:1.3;letter-spacing:0;top:5.9375rem;left:55.062141418457rem;height:1.38139375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#rNltWSGCMJH4bG8EhQZkZSm6UX2pum0c { position:absolute;display:block;z-index:15068;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.75rem;width:1.75rem;top:5.875rem;left:52.75rem;overflow:hidden;display:block; }
#xcqxPwTdzAyZBZHTEVQGaXuKNsQoXX8v { position:absolute;display:block;z-index:15070;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.75rem;width:1.75rem;top:8.9375rem;left:52.75rem;overflow:hidden;display:block; }
#LZqflTfVdtvSATnb75IeTfG4PBbo2TNa { color:#9c0735;display:block;width:6.625rem;position:absolute;font-family:outfit;font-size:1.0625rem;font-weight:normal;z-index:15069;line-height:1.3;letter-spacing:0;top:9rem;left:55.0625rem;height:1.38139375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#bdkx8N60pyxraWANVK4vfoXT0kBTuTxz { position:absolute;display:block;z-index:15072;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.75rem;width:1.75rem;top:12.0625rem;left:52.75rem;overflow:hidden;display:block; }
#fI79TZKkSC6a1quTeTzgkMREdABiSMOs { color:#9c0735;display:block;width:6.625rem;position:absolute;font-family:outfit;font-size:1.0625rem;font-weight:normal;z-index:15071;line-height:1.3;letter-spacing:0;top:12.125rem;left:55.0625rem;height:1.38139375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#hJU1sRHJMpO4T4u1zDmXeUq0uqi0Dikb { position:absolute;display:block;z-index:15073;border-top:0;border-left:0;border-right:0;border-bottom:0;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.999825rem;width:2.999825rem;top:5.375rem;left:35.8125rem;overflow:hidden;display:block; }
#UVXRAmuhnPGRRxGcHrBe1keSzo3FgvP8 { color:#9c0735;display:block;width:12.5rem;position:absolute;font-family:outfit;font-size:2.0625rem;font-weight:normal;z-index:15066;line-height:1.3;letter-spacing:0;top:8.5rem;left:31.0625rem;height:2.6806625rem;text-align:center;text-align-last:center;display:block; }
#FDZNOrg0XqAiqvJGfcd2ZqN5txT8RAu2 { position:absolute;display:block;z-index:15074;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1rem;width:3.3125rem;top:12.625rem;left:32.5rem;overflow:hidden;display:block; }
#GiKBrsBlRblUub2DBf7BodnNNN3q5qDt { box-sizing:content-box;height:1.8125rem;width:4.6875rem;position:absolute;display:block;z-index:15065;background-color:#9c0735;background-image:none;top:12.375rem;left:31.6875rem;border-top-right-radius:1.375rem;border-bottom-right-radius:1.375rem;border-bottom-left-radius:1.375rem;border-top-left-radius:1.375rem;display:block; }
#wGnIMwLaxRcyIpIFNKO0RMziMJVEgM66 { color:#9c0735;display:block;width:15.0625rem;position:absolute;font-family:outfit;font-size:0.8125rem;font-weight:normal;z-index:15068;line-height:1.3;letter-spacing:0;top:16.375rem;left:29.96875rem;height:1.05615rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#Hp72IJKSyLgcKlTqWtJVTezJ2rLCSIWQ { position:absolute;display:block;z-index:15076;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.1875rem;width:4.875rem;top:12.5625rem;left:37.625rem;overflow:hidden;display:block; }
#T7oCD2KMxALkM3Hl0PNoRSH3TxytnDmn { box-sizing:content-box;height:1.8125rem;width:6.25rem;position:absolute;display:block;z-index:15066;background-color:#9c0735;background-image:none;top:12.375rem;left:37rem;border-top-right-radius:1.375rem;border-bottom-right-radius:1.375rem;border-bottom-left-radius:1.375rem;border-top-left-radius:1.375rem;display:block; }
#fKfbbTXr2qR5PO8T5gKAHksuCTpqVvGN { color:#9c0735;display:block;width:5.4375rem;position:absolute;font-family:outfit;font-size:2.0625rem;font-weight:normal;z-index:15067;line-height:1.3;letter-spacing:0;top:8.5rem;left:4.5625rem;height:2.6806625rem;text-align:left;text-align-last:left;display:block; }
#bahmbZ4XPdQMnUJns9l5PRgo6fLNZe6b { color:#9c0735;display:block;width:5.1875rem;position:absolute;font-family:outfit;font-size:2.0625rem;font-weight:normal;z-index:15068;line-height:1.3;letter-spacing:0;top:8.5rem;left:14.3125rem;height:2.6806625rem;text-align:left;text-align-last:left;display:block; }
#FsZUeB4g7bDCmcRbOlPTrS49Zuczk4yK { color:#9c0735;display:block;width:3.624825rem;position:absolute;font-family:outfit;font-size:1.0625rem;font-weight:normal;z-index:15068;line-height:1.3;letter-spacing:0;top:9.5625rem;left:10rem;height:1.38139375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#E4I0zLfaHxZs5tLXTthVobnveh9UqqFJ { color:#9c0735;display:block;width:5rem;position:absolute;font-family:outfit;font-size:1.0625rem;font-weight:normal;z-index:15069;line-height:1.3;letter-spacing:0;top:9.5625rem;left:19.4375rem;height:1.38139375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#RKG3CuVIZRr4VQet73GZJuCc7T5sCoTV { position:absolute;display:block;z-index:15074;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.3125rem;width:3.3125rem;top:4.7528419494629rem;left:4.5623245239258rem;overflow:hidden;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #KZ6xLi4rE4Zglr3xCHLOrlT0RDQdEiAS { display:block; }#KZ6xLi4rE4Zglr3xCHLOrlT0RDQdEiAS > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BSr5Te1kgtAK6gWPlKe3LnDUQp7FcZhX { width:3.25rem;height:2rem;top:2.25rem;left:34.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vM9MI6nViQ9RhAF6hFnNtSSLhwHivbbx { display:block; }
 }@media only screen and (max-width: 763px) { #ruZ2woCeZ2lDJW8aAZKZH8nahrNIo3wT { width:4.375rem;height:2rem;top:2.25rem;left:37.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #EpxATVrESdq9hRhl9PnFPxdr0ougnV02 { display:block; }
 }@media only screen and (max-width: 763px) { #EdKwdnSwTeBcmFznc8zliFaogTmMWv8d { width:8.625rem;height:2rem;top:2.25rem;left:39.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #uGk8tTvCctJFuP7csammfMnmztezeo16 { display:block; }
 }@media only screen and (max-width: 763px) { #s1qMb7GO6eNFawvtImsDyJ7FWUcQ8pUT { width:4.6875rem;height:2rem;top:2.25rem;left:43.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vHmqaUw3hBX2fOg3A55Amx5xzlSkc394 { display:block; }
 }@media only screen and (max-width: 763px) { #rtex4VXOToVMAn2T4N75waX8C87n5ePK { top:1.875rem;left:0rem;width:16.25rem;height:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zos3kBu0rUgHFZUib6J0LpA6pf7cHpaW { width:18.75rem;height:2.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #NxpFysl5KvWH65XWxJqtAW28igJ4NnQa { display:block; }#NxpFysl5KvWH65XWxJqtAW28igJ4NnQa > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UbmfdGGQfznfJ0P1OGdDtqwOTVw93Tf0 { top:4.5rem;left:0rem;width:4.125rem;height:4.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kDXMyTgQTbZoPkZLgoCQMA6WpVsVavqn { top:4.5rem;left:43.125rem;width:4.125rem;height:4.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #iLa3LdHwcStuBxd5zOeKTUvRMN0sOMGF { top:4.5rem;left:43.125rem;width:4.125rem;height:4.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #T2f3eu3cNOLebTu01s3IUq8h8NgFFa5n { top:4.5rem;left:43.125rem;width:4.125rem;height:4.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ztx9DAHUzczV1ztKG54oFpbwMTT32Dl2 { top:4.5rem;left:38.875rem;width:4.125rem;height:4.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nevGhht1PITJ8ge7rio9w7uhH6n136fQ { top:4.5rem;left:34.5rem;width:4.125rem;height:4.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VTocy50p0gZOl043ThyWOosta3rtMagv { top:4.5rem;left:43.125rem;width:4.125rem;height:4.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GKAkpiQkNXaS2aWmwZJwUAwkyeUeDhmv { top:0.125rem;left:43.125rem;width:4.125rem;height:4.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VDuOfvFQtqcb9W041RfmJK1fX76DV4Az { top:0.125rem;left:43.125rem;width:4.125rem;height:4.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yzhz8aL4L5cSIihLo0F8UR2CV7Eq3iO6 { top:0.125rem;left:43.125rem;width:4.125rem;height:4.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tLv2koSo15BhD0OK6kg2GWh0wbIQMu23 { top:0.125rem;left:38.875rem;width:4.125rem;height:4.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wqT7zykrwcCeInRlDkQa9JOsebruSVch { top:0.125rem;left:34.5rem;width:4.125rem;height:4.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DImtEA88KFIgZtpnSZ11v8LWPTBM1g7B { top:0.125rem;left:43.125rem;width:4.125rem;height:4.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wscwdAT0zL4pGeLLOxBxtlhAHHCsSBgG { top:0.125rem;left:30.125rem;width:4.125rem;height:4.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OPEJKlM3SakoonTiX2AKNVSw2gHbZWUH { top:0.125rem;left:25.75rem;width:4.125rem;height:4.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jt2wSMZyfcP9sJsLXZSzqvaQIMOrVnDI { top:0.125rem;left:21.375rem;width:4.125rem;height:4.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WTJqXNJ5WqhEEmCqPds3Pqh6vRCzEGRt { top:0.125rem;left:17rem;width:4.125rem;height:4.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #De7NToOw9IuXFwuebUrPiwSWgoawoTZ6 { top:0.125rem;left:12.625rem;width:4.125rem;height:4.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pJWb5E1BBNRv605cvtbMBdvKxA5Ckuui { top:0.125rem;left:8.25rem;width:4.125rem;height:4.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ghmrUyNd6xVOru9oTqOAgOBVzZWzcJ8l { top:0.125rem;left:3.875rem;width:4.125rem;height:4.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NvP6dxk4wfbZ6dQapEtXNTXTIRu8Z7Ju { top:0.125rem;left:0rem;width:4.125rem;height:4.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #inbdEGzrRLFHkTMwBMGyZNo7b4IbH8wo { top:0.125rem;left:0rem;width:4.125rem;height:4.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NTGZbJEfw8KDgsiG5TVA9zCW873BUsBs { top:0.125rem;left:0rem;width:4.125rem;height:4.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wnZE9cawd8oUVafF5omO5zE4XGU8Ki0O { top:0.125rem;left:0rem;width:4.125rem;height:4.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #EyKBfkhIThSL0VZUhhJwMJ3icvGO0TC8 { width:4.1875rem;height:2rem;top:5.625rem;left:11.374732971191rem;display:block; }
 }@media only screen and (max-width: 763px) { #bv5ohnHQmGxA14MbvTTMsxZaslAOZN0G { display:block; }
 }@media only screen and (max-width: 763px) { #ZZceMzvmqqw2lEHttix62bUG4oK2Amxc { width:3rem;height:2rem;top:5.625rem;left:6.9996452331544rem;display:block; }
 }@media only screen and (max-width: 763px) { #LwVBOGTFfQQOhzw0FhuRRPzEpfaQLMFv { display:block; }
 }@media only screen and (max-width: 763px) { #AKQ2gG83y3iPPlx28rufUX5xoG7Fa8wP { width:5rem;height:2rem;top:5.625rem;left:0.81241226196287rem;display:block; }
 }@media only screen and (max-width: 763px) { #z63TUFuMAb25zCaaq5zwG7KNUWQsBLJm { display:block; }
 }@media only screen and (max-width: 763px) { #Hp3r9hykMwn8KcrzpomFzqhcaKrRSUB0 { width:4.8125rem;height:2rem;top:5.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #MogvE0gREzTkKU2GyfwEoil3qNLKCFin { display:block; }
 }@media only screen and (max-width: 763px) { #XRJo7sTLSr0m0d0MHHEMGM68VJvbhNo7 { width:5.125rem;height:2rem;top:5.625rem;left:16.812408447266rem;display:block; }
 }@media only screen and (max-width: 763px) { #LKTBSdZXV5g96gUce3GivTTwArPXHTrJ { display:block; }
 }@media only screen and (max-width: 763px) { #aC0XxhNk9FByFBTfKr7k3hLpTIWdfuUO { width:7.3125rem;height:2rem;top:5.625rem;left:23.124908447266rem;display:block; }
 }@media only screen and (max-width: 763px) { #pRLdJouqxgTOXeoD7wJnAT1BOg3GMyNC { display:block; }
 }@media only screen and (max-width: 763px) { #dCw7Ks01fGHlSmDmXb1XQUbEFUKN2HD7 { display:none; }
 }@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) { #WM0FnMtTDKCVy0tMuwEDgRnmL2N6nuci { top:0rem;left:0rem;width:4.125rem;height:4.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #uKBtNCG7XG9GGeaXhcPAU4UHeh3g8Vwg { top:0rem;left:0rem;width:4.125rem;height:4.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #shbt1wvnPyniSWWlNclNR8szHAiN9z1k { top:0rem;left:0rem;width:4.125rem;height:4.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HURnJie6mpfn8Xz96AVW8wIKtVyWbL3f { top:0rem;left:0rem;width:4.125rem;height:4.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GaOgZJRrVPHOwyagyIKSI8W5yX5mtlft { top:0rem;left:17rem;width:4.125rem;height:4.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wHGKE9eKWzT0u5TKqdRTuG0hEzMKNhXU { top:0rem;left:12.625rem;width:4.125rem;height:4.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ObqTs6nSEHeDEXMfDbxVD26WF61xiGl9 { top:0rem;left:8.25rem;width:4.125rem;height:4.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Dv2u37iP5anxNPPLO1VAr2Tq81MfwBek { top:0rem;left:3.875rem;width:4.125rem;height:4.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #IkIThTZlLQAro5QoySBLg2zq1Vt1CzCC { top:0rem;left:43.125rem;width:4.125rem;height:4.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SL4mIVKQu8oSSTf89FEfIne2f3IDWs4K { top:0rem;left:43.125rem;width:4.125rem;height:4.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #eInSmbD8Q6fpLdoNF5ytmlNmFbzwo6cH { top:0rem;left:43.125rem;width:4.125rem;height:4.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #STLxuvUvTVWKgHGspFR6MZDZz9Li6f3r { top:0rem;left:38.875rem;width:4.125rem;height:4.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #T9V2aDgdbf9iMZEw8WZV8GSUXO3BeJ6n { top:0rem;left:34.5rem;width:4.125rem;height:4.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DKlWd3i2PGf4T5wwkoRMAHu8NfKlagh7 { top:0rem;left:30.125rem;width:4.125rem;height:4.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LLT460AfZK47dII6Zm7aedfILiomqlz4 { top:0rem;left:25.75rem;width:4.125rem;height:4.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DESD45KsK3XqwJC5Rqm1mf6y2WvCG2PT { top:0rem;left:21.375rem;width:4.125rem;height:4.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #v8nLCk7B1Si1UZxtTPDkRuNqqDlTEWDx { top:0rem;left:43.125rem;width:4.125rem;height:4.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cwyVEgsChtgt4N6GG1RTVDTyF8HFMZ1O { top:4.375rem;left:0rem;width:4.125rem;height:4.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rkZ9mtCsK0AAJyEUMOrxplRs7Egcn59T { top:4.375rem;left:3.875rem;width:4.125rem;height:4.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #AI9Pg8Bupmm7tKsdJdIep0gg7rgFCeME { top:4.375rem;left:0rem;width:4.125rem;height:4.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #x6kfHLmnTa47rDUQDTP4AEmFa8vT1hEx { top:4.375rem;left:0rem;width:4.125rem;height:4.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HO84yhHBsIVckcW2n8IPOBlzw78A6shy { top:4.375rem;left:0rem;width:4.125rem;height:4.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #f5VnTscT7J2oMEk0PsgneM6DiVHnnPTt { top:8.75rem;left:0rem;width:4.125rem;height:4.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #sk3VqttH2O8XITlXVhmlZdslIzV3zyJU { top:8.75rem;left:3.875rem;width:4.125rem;height:4.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ud3ALIktCqyHsxwsWw41vqPhx3ipyNuZ { top:8.75rem;left:0rem;width:4.125rem;height:4.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #drc0ZqtikB4TVSxoKCtqA8cG9Vm1T4q2 { top:13.125rem;left:0rem;width:4.125rem;height:4.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #uknnWoIovvkAwkrHZFd4inVpftwfHWZd { top:13.125rem;left:3.875rem;width:4.125rem;height:4.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MkA4seCzT18kIH2RHErrwqQUDyazkbee { top:13.125rem;left:0rem;width:4.125rem;height:4.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #s54u8sNAZ4pFRnGxS7mqBZgZ1GWTbO60 { top:8.75rem;left:0rem;width:4.125rem;height:4.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JTgNgdODprHg60lmpxMZ8rGrVdp39Zqa { top:13.125rem;left:0rem;width:4.125rem;height:4.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SVJWORRHmMLVNhm4WF16m4ZwVqJQIbym { top:8.75rem;left:0rem;width:4.125rem;height:4.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SfhHWvOqySoaX7Xqm7TmuTkWMAxPuBhf { top:13.125rem;left:0rem;width:4.125rem;height:4.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gGt8mB6bNH12tQlK6v6vxsVufnOUtt8o { top:17.5rem;left:0rem;width:4.125rem;height:4.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pUTQfJaQciOHg855o2S525Coolslrcgz { top:17.5rem;left:3.875rem;width:4.125rem;height:4.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ne7GGLJQVMOnD5FrogIE6vGIkUUzr2yZ { top:17.5rem;left:0rem;width:4.125rem;height:4.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NHTNTmNXNqHRtkvixmPguzfxrlJ0kfTb { top:21.875rem;left:0rem;width:4.125rem;height:4.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TTBye12Ho5QCLQgkpaDcebDUk6RoNmwz { top:21.875rem;left:3.875rem;width:4.125rem;height:4.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nKcD4x4T6VRPEsGT63Q8qNoOLGOx2hcI { top:21.875rem;left:0rem;width:4.125rem;height:4.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WTFrBsLER2UPdRORFl2612SxpeGFq3bW { top:17.5rem;left:0rem;width:4.125rem;height:4.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UXry0Pfl6t7fClFt6syOLaZCFhby4Q4C { top:21.875rem;left:0rem;width:4.125rem;height:4.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #b9aZuEVgTHXdtsFbTqmyk2zA9ewzEuG5 { top:17.5rem;left:0rem;width:4.125rem;height:4.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PNccUt1mb9fuCeh0yfKD8Tio9ee8gfSW { top:21.875rem;left:0rem;width:4.125rem;height:4.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gguPBCfmau85zXRKtSTSlVUqfM9yxLzo { top:26.25rem;left:3.875rem;width:4.125rem;height:4.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #EZAh4k5L5kSeiDhsGSKA7PFCrMPZqpWn { top:26.25rem;left:0rem;width:4.125rem;height:4.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RUiHa5p9RR0HXfof5evhUaB7i17wf99D { top:26.25rem;left:0rem;width:4.125rem;height:4.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UQP35Bzq6WPyaDOBgUHiJxp20Df5Rxb8 { top:30.625rem;left:0rem;width:4.125rem;height:4.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VyWkak4TqyMT6OXwLfd9O9opNZT9g7Qp { top:30.625rem;left:3.875rem;width:4.125rem;height:4.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SH3fuyHDN98DzVvfPrzVKgiW4lcNiA1i { top:30.625rem;left:0rem;width:4.125rem;height:4.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #v5MisCP9wtfc6KX6AJtLQ6DfSbHuGecR { top:26.25rem;left:0rem;width:4.125rem;height:4.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #N5B1zPbqMIiWXHgfdssOapJiHrwmldR2 { top:30.625rem;left:0rem;width:4.125rem;height:4.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ebZvANLX3GNaxoJHBCKBhVNpHrnN9qJa { top:26.25rem;left:0rem;width:4.125rem;height:4.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #oNaSNq0qLbhbUtDhv3yfW8txTz4L2qxq { top:30.625rem;left:0rem;width:4.125rem;height:4.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JhPTKFwVdyFMvrGQ371d7gyFtVKQA227 { top:35rem;left:3.875rem;width:4.125rem;height:4.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bOWGgxdS6nNqGawlCOdTR2TvOn6M1RRb { top:35rem;left:0rem;width:4.125rem;height:4.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #h81SFsut7d24Af5qCOVExlQsWVWAPT48 { top:35rem;left:0rem;width:4.125rem;height:4.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vr7VDF7wf1SS4qH0BFT1AWlZTyyXT9eO { top:35rem;left:0rem;width:4.125rem;height:4.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UT3lwybQZkLUJ9zB5yShUPoCdPnRbXR3 { top:35rem;left:0rem;width:4.125rem;height:4.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #IeDkS3e8R5ryerF0UmLP7vTmdM6B4nze { top:35rem;left:43.125rem;width:4.125rem;height:4.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #P1K4D4KUXqQfpBwVaHdMeAB185IN46Vs { top:35rem;left:43.125rem;width:4.125rem;height:4.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rcbvL4xErov02yuA6N04E98ZSpFP4mKq { top:35rem;left:43.125rem;width:4.125rem;height:4.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rzxzEsH5w4hG6NB567VfHmJf9rNO971f { top:35rem;left:38.875rem;width:4.125rem;height:4.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #h0W27LhkOx0uLkmdmZ9igUwpVsUxmxLI { top:35rem;left:34.5rem;width:4.125rem;height:4.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mhExCc0dtPc42mpCrIQVIuiHIOGH3bsz { top:35rem;left:30.125rem;width:4.125rem;height:4.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nVOGaFNIppcegPdOVZoGnb2yDznqFBFg { top:35rem;left:25.75rem;width:4.125rem;height:4.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RTI8fbt1oJMQSt7L8Tf27OT9w6h2McgT { top:35rem;left:21.375rem;width:4.125rem;height:4.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pWqMreHsuomz8DE5K54CGLvqOeq4l6kG { top:35rem;left:17rem;width:4.125rem;height:4.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cSbvW8UGqQdHIcCL9zds9NFsWXUN9bed { top:35rem;left:12.625rem;width:4.125rem;height:4.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TFWcbJfquPVPcDMgvombXxMyc62iOTi1 { top:35rem;left:8.25rem;width:4.125rem;height:4.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nOxMlWhLCTfveC5R9tCQ5z8k3o7rtQw0 { top:4.375rem;left:43.125rem;width:4.125rem;height:4.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DK6XJr2wsWHN0U02hFdl4gTMSxEEhOE8 { top:8.75rem;left:43.125rem;width:4.125rem;height:4.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #oJ2TSdmUHogcMkktJ59v3C8RgGbmziom { top:13.125rem;left:43.125rem;width:4.125rem;height:4.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lsU624JMhJptrhyDnzwCpARprF0EQ4Ob { top:17.5rem;left:43.125rem;width:4.125rem;height:4.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LbElvemJS9Q25b4OaRMBm14IZfBkWLoU { top:21.875rem;left:43.125rem;width:4.125rem;height:4.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MGeyST19XabNVRN1fFsI280daxQn87od { top:26.25rem;left:43.125rem;width:4.125rem;height:4.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mF8NAVp1kdhPEpRKp6TEaiPO6KtPycbp { top:30.625rem;left:43.125rem;width:4.125rem;height:4.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #w0uG51sfT8BTHoaRZNSg4xS87SFdWP0d { top:35rem;left:43.125rem;width:4.125rem;height:4.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #F4Z88mMBN4QbyWoZDB7HJEVzZt3OW2P8 { top:8.6875rem;left:12.625rem;width:12.5625rem;height:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #tAAvZ8Je8x7n0x8JHws6AJQu65r1xK30 { top:8.4375rem;left:27.3125rem;width:5.625rem;height:2.75rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vcHDLuH78RoKDeUikbAHusfqSZ5ZzKmD { top:13.125rem;left:8.375rem;width:39.375rem;height:17.9375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #w2IB2UimwtwMXZWl3Ks4Ai6sO4xCBt6c { top:39.625rem;left:43.125rem;width:4.125rem;height:4.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yEtis08Feebqv05BPNUseT4bUb9XlL7C { top:39.625rem;left:43.125rem;width:4.125rem;height:4.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PwSzrsJSJ6xHTMFmTyvIgnq1T40RJF28 { top:39.625rem;left:43.125rem;width:4.125rem;height:4.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pPS7ZJPCbsGIgs7Mg3xuTQLzd9ZpqTuV { top:39.625rem;left:38.875rem;width:4.125rem;height:4.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SvW2LGA5m2gP9thaNRJu3R1t9KPelGox { top:39.625rem;left:43.125rem;width:4.125rem;height:4.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JRxNz9eoG6UgovuQDqsak6wRcpI0eoPQ { top:39.625rem;left:0rem;width:4.125rem;height:4.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PWNJFLZ1pD8gyutCFGGg5ZFSboIADVlt { top:26.25rem;left:0rem;width:4.125rem;height:4.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #GhdLeEwDGe3Du0iyIQfSHD8vbKXcGIMc { top:26.25rem;left:0rem;width:4.125rem;height:4.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #gCXHPsA2rcfEIzduNTAsR9LOtywSuC1o { top:26.25rem;left:0rem;width:4.125rem;height:4.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #Lr1QNr1FoFHtERViIMlHr3ktX0aq20So { top:26.25rem;left:0rem;width:4.125rem;height:4.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #La00aMSRaPrIiALzUWAUR2c7ngbGzDzT { top:26.25rem;left:0rem;width:4.125rem;height:4.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #BuJc7PZcqQTo4OeGnmF3B4Wb1Iga4auS { top:26.25rem;left:0rem;width:4.125rem;height:4.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #dl7hINsui8VXTknCSqgmn7w8TOTqMcyR { top:26.25rem;left:0rem;width:4.125rem;height:4.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #sImsqTxgcS5ke8PxXZQSklWudrLfVKZe { top:26.25rem;left:0rem;width:4.125rem;height:4.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #bsSFzV2yRertQIV679PFFGAhi2UrZC7Z { top:26.25rem;left:0rem;width:4.125rem;height:4.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #quOoJhCrZkNtE33PQ6DXC4yBtxzXgiTp { top:26.25rem;left:0rem;width:4.125rem;height:4.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #dNHmcUOmRUWoCiHiU0KPZMWlZDPFdvcJ { top:26.25rem;left:0rem;width:4.125rem;height:4.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #hSqlSBPv849Tk9nAy8wlIUyW9GWaCKR5 { top:26.25rem;left:0rem;width:4.125rem;height:4.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #pTyvt8OAllyWfftLmDJN5JxsXxgUdIZM { top:26.25rem;left:0rem;width:4.125rem;height:4.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #Dasbf7zqtt2o6rtgyV7Jlwm7O4y1OIIA { top:26.25rem;left:0rem;width:4.125rem;height:4.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #JwGw4QrmC62frt6sP8VdDQP5O7VRrCy5 { top:26.25rem;left:0rem;width:4.125rem;height:4.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #VsEzPT10iuVknKrywFGrGkudw7AKG597 { top:26.25rem;left:0rem;width:4.125rem;height:4.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #MqbVN1WcSIGwAAB1xbLH40ndfKtcEFR1 { top:26.25rem;left:0rem;width:4.125rem;height:4.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #JXa8WkyeCfbFwaQDBBIAa45elD91hXGJ { top:26.25rem;left:0rem;width:4.125rem;height:4.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #GLch6dtDrewCWD2WCT9gP3fPFRclq6zI { top:26.25rem;left:0rem;width:4.125rem;height:4.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #lZNC5dWErPaMJUZdRPbONol6JP7m9ils { top:26.25rem;left:0rem;width:4.125rem;height:4.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #d45h70X9rsTPHDFOm3TT5N7IdAsTrL1p { top:26.25rem;left:0rem;width:4.125rem;height:4.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #f4PLiuqN570zfReBp5Hn1X6liMVCvc2r { top:26.25rem;left:0rem;width:4.125rem;height:4.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #wp0f68K73v8KNBTcxFPunF27aTcBEGVb { top:26.25rem;left:0rem;width:4.125rem;height:4.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #RNApxgByQstS0T2aeuSmB9x9MPspKquL { top:26.25rem;left:0rem;width:4.125rem;height:4.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #yZmlcog4kTTx1bwJmXsMDPXw4aFco0ZK { top:26.25rem;left:0rem;width:4.125rem;height:4.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #MMwuwL7yfCtf0y9sITXdfbu5nRHyWfWi { top:26.25rem;left:0rem;width:4.125rem;height:4.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #TJPmUbK6v106Hio2vKLAHH8mdLOGFCrs { top:26.25rem;left:0rem;width:4.125rem;height:4.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #zDuPhrr6WSLhqWc0ApgJmVdioyB4B5Mm { top:26.25rem;left:0rem;width:4.125rem;height:4.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #TaTmveBn8tZK9HCW9muFM6MTH2m95lc7 { top:26.25rem;left:0rem;width:4.125rem;height:4.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #FDHTR36mXT4xsfB0SbhlQcdaVA5EepgM { top:26.25rem;left:0rem;width:4.125rem;height:4.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #tWwlcp8Eg9tmgVBLJ3ppykb5BWvFMIGa { top:26.25rem;left:0rem;width:4.125rem;height:4.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #c4VAZmShMXgpXiJ23PdccQn94kFhZ8Uc { top:26.25rem;left:0rem;width:4.125rem;height:4.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #RDf1F9gseMzipfhVmlXrnVQMXw8GXuwn { top:26.25rem;left:0rem;width:4.125rem;height:4.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #kq2pdDJHIzh3srfBL41gbrFyD5HrXpiF { top:26.25rem;left:0rem;width:4.125rem;height:4.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #Tkr85WDcevkCPH8X2z81iJ8xZDuXg4of { display:block; }#Tkr85WDcevkCPH8X2z81iJ8xZDuXg4of > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #e5Efrmmz3kf3OPZBN4d6V1LgSVIu25WI { top:4.0625rem;left:43.125rem;width:4.125rem;height:4.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ArnEdaS4cplSr0sKbuzJZ2FKfdBNoob2 { top:4.0625rem;left:43.125rem;width:4.125rem;height:4.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pQSgzNNsHH2cD8aAswSP2Iriut1MTRqN { top:4.0625rem;left:43.125rem;width:4.125rem;height:4.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #s8b2TqLpzBgUWfsSWp6MXI8tZNdDlNTm { top:8.4375rem;left:43.125rem;width:4.125rem;height:4.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RprFhLtUETeZCKKfgNW31bs1OLWFPcOc { top:8.4375rem;left:43.125rem;width:4.125rem;height:4.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NIguvTgkstNdZnMqKSbuxUaOU8ZFNTde { top:8.4375rem;left:43.125rem;width:4.125rem;height:4.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ogmTJrBnnd2ZlWWPHpQKrSemfheGtqD4 { top:4.0625rem;left:38.875rem;width:4.125rem;height:4.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QGB4F1wL1aD8L3ZcgyTKbhit9xsZ7Wiu { top:8.4375rem;left:38.875rem;width:4.125rem;height:4.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CKnD0H0Jf6Jo3u0cA8gcSMAD8MPUF9G5 { top:4.0625rem;left:0rem;width:4.125rem;height:4.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #IOv79FAhLAfE7D4Db603QLBJmMSHJOMS { top:8.4375rem;left:0rem;width:4.125rem;height:4.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #w7WNUPbgUwwtuy0RnSlx2lVdKsf3SzEI { top:12.8125rem;left:43.125rem;width:4.125rem;height:4.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gb8QppTn0uNyD0b2G1oA97m67rxBTHM9 { top:12.8125rem;left:43.125rem;width:4.125rem;height:4.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tt1uKnXsMTa1fxqGJ3lT0wCc7SJXJcUJ { top:12.8125rem;left:43.125rem;width:4.125rem;height:4.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RrJ2oTtKlfmIAVOCL8b9ztMo7WITmxCz { top:17.1875rem;left:43.125rem;width:4.125rem;height:4.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #smivXVsiOx02P3SAAfDZnDQ8uWWmSQ7e { top:17.1875rem;left:43.125rem;width:4.125rem;height:4.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cdWJNoh6nTzRiLQUSrICCOyphbfqXDNE { top:17.1875rem;left:43.125rem;width:4.125rem;height:4.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vweUXbXmGI2BTGmIPN3fR61Nh9pz3OKs { top:12.8125rem;left:38.875rem;width:4.125rem;height:4.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OHdm9h5ZT8PTTO8IpnWnT3qn2RvQW4vy { top:17.1875rem;left:38.875rem;width:4.125rem;height:4.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ysx7m3r7iJkLmmRkWFFlDGSHddCC9qug { top:12.8125rem;left:0rem;width:4.125rem;height:4.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JexcxcDTToTUfHelJmlPTXHsfIQbWm4U { top:17.1875rem;left:0rem;width:4.125rem;height:4.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TvaS9xx4obq4c5UzzB5I4eqMaqAQFowl { top:21.5625rem;left:3.875rem;width:4.125rem;height:4.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ev6OPNFKlRCZvvTTnVaqhiBiFoAQ01GT { top:21.5625rem;left:0rem;width:4.125rem;height:4.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ygwCfDXRhaZMZrL7HryKJZs2qZGcu3OR { top:21.5625rem;left:0rem;width:4.125rem;height:4.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FXIloTaS47boWOJT9UOGN8XHkQIHd01J { top:21.5625rem;left:0rem;width:4.125rem;height:4.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hSqltXGSh0TTR9VQZG035AZEND6T0LTJ { top:21.5625rem;left:0rem;width:4.125rem;height:4.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Sualbp3UoqFvuGb07gmvQgCPcuR4KpL2 { top:21.5625rem;left:43.125rem;width:4.125rem;height:4.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GnNFQdk0hUaXBidHG8LsmGrxoQLiFmZd { top:21.5625rem;left:43.125rem;width:4.125rem;height:4.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ItxhoS6ToFnHTAewWfHeAXinOwV6xZRZ { top:21.5625rem;left:43.125rem;width:4.125rem;height:4.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ioAE6blHUZ2PZKUbK9DECX1BcLu1b9Gs { top:21.5625rem;left:38.875rem;width:4.125rem;height:4.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NpzUMUSwVQBrTtkXdG98nN3XqRamuIEx { top:21.5625rem;left:34.5rem;width:4.125rem;height:4.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CnF6SyE4aG3iyH3HEUq5TtA7XoPCL2cN { top:21.5625rem;left:30.125rem;width:4.125rem;height:4.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LJEwwUcy4ETKqle9w3nHXW4APOheU9WF { top:21.5625rem;left:25.75rem;width:4.125rem;height:4.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CiWhhTJiRbLT5iAFNBlHFxGoz8brTJxL { top:21.5625rem;left:21.375rem;width:4.125rem;height:4.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #d9UOD8bhARho50cAPOTmTo6gxsc18ycZ { top:21.5625rem;left:17rem;width:4.125rem;height:4.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fPgCSutzQoxvIvTEWnwQBJz8FOyGnHeZ { top:21.5625rem;left:12.625rem;width:4.125rem;height:4.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #AuztV3tJTOT7iW1T9pulUh76mcRpQJkb { top:21.5625rem;left:8.25rem;width:4.125rem;height:4.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ww3leTT7EgEmy83dMAZgSVMQbLBb7gzl { top:4.0625rem;left:43.125rem;width:4.125rem;height:4.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cbvVTzxCmvLyyEAWMmbm4yS2OQyXaEGA { top:8.4375rem;left:43.125rem;width:4.125rem;height:4.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mx5CQuiHpeBT5HTtex2uJHw166SeOK5z { top:12.8125rem;left:43.125rem;width:4.125rem;height:4.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dTRcA0LE0NLNmwN46RE8N8lLoUNEXrwJ { top:17.1875rem;left:43.125rem;width:4.125rem;height:4.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #uG9dZuTs9Ip8yqIzah0V4BhAgyuyaf08 { top:21.5625rem;left:43.125rem;width:4.125rem;height:4.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FPA1XwNJu5Dae5ahVcUlIiAyJWZxuoc6 { top:3.75rem;left:10.999912261963rem;width:9.1875rem;height:2.75rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TzyGNBfW3nH0UZTSv61NXCsT6lE4Nx9x { top:8.5625rem;left:0rem;width:39.375rem;height:8.25rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ULoWDXTk5NqmLfsbl9pfEFF7V5iLJ5FG { top:4.0625rem;left:0rem;width:14.375rem;height:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qTcybQqhUALxaaouTQqa9VCTuTJhEADa { top:26.25rem;left:0rem;width:4.125rem;height:4.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #A92bCMvt4GuoKfvlUVV9xtzZPSnKqohr { top:26.25rem;left:0rem;width:4.125rem;height:4.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #Z2gZe9hvx6sQCdyavk25iMAxiyESq2E7 { top:26.25rem;left:0rem;width:4.125rem;height:4.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #pTIBZ4LSCiCflJhZV6mBwuTHinLn4drT { top:26.25rem;left:0rem;width:4.125rem;height:4.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #iWDoHHM639T7QtBOdBMQ6IDKtlgT4FlQ { top:26.25rem;left:0rem;width:4.125rem;height:4.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #WSAl8rX7J4pFbFsCFrfaCrbFJ53xwTd8 { top:26.25rem;left:0rem;width:4.125rem;height:4.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #Jd3IvX0z8e5A5xsOLZxX4AHIVaopf1Id { top:26.25rem;left:0rem;width:4.125rem;height:4.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #H1IRQQvOrw1XIKqCkOTJnH8Xk1FKZKgE { top:26.25rem;left:0rem;width:4.125rem;height:4.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #AcrDyXPdpaBwcgueGLAhrNhwAZ82m0Ba { top:26.25rem;left:0rem;width:4.125rem;height:4.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #XLkR1X9EdXFyMnT8sP45wmMLeWMJg7sc { top:26.25rem;left:0rem;width:4.125rem;height:4.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #tdOzNc7woIaxr7rI1AIS5Tgi992Si7Iu { top:26.25rem;left:0rem;width:4.125rem;height:4.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #acNKqo3NtTvd0zkeA2Q5HkQ9U2sPWG86 { top:26.25rem;left:0rem;width:4.125rem;height:4.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #FBDQG3Uxlc3mCcn7qfEkOx2XbVM31cv0 { top:26.25rem;left:0rem;width:4.125rem;height:4.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #v1ZDsxnc0M8SgJgEsASSl25Qk7hTSCet { top:26.25rem;left:0rem;width:4.125rem;height:4.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #o3LTAKwJNxBolKv1J6v8p6a7o304kfUW { top:26.25rem;left:0rem;width:4.125rem;height:4.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #H4EfgQF1DIVT2OQyQAae1kgXn0cyrmEu { top:26.25rem;left:0rem;width:4.125rem;height:4.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #Ofa7vmuvrIUgyidz5ekVBUyWS0fkN9zg { top:26.25rem;left:0rem;width:4.125rem;height:4.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #kfMPdnpGHf19ZL0ToW9xMog1wAPDuXWH { top:26.25rem;left:0rem;width:4.125rem;height:4.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #czcMKJhLFdMgTL4GUbhTth37Iiarg11u { top:26.25rem;left:0rem;width:4.125rem;height:4.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #WhzZlv6kJix2gNl0Jxq2vtzeEc79Rd4y { top:26.25rem;left:0rem;width:4.125rem;height:4.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #AD07cGuXmQDTtAQhNzGV6N5yA7PKAxHh { top:26.25rem;left:0rem;width:4.125rem;height:4.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #BnXyQIQTrxEnuHmnahrHnnAvX2TwLDhS { top:26.25rem;left:0rem;width:4.125rem;height:4.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #QuA8IxHd8dMQEZ8V03XE0ToaoBMHwmJW { top:26.25rem;left:0rem;width:4.125rem;height:4.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #ZuxQn1Of5KGEDESnhN3CaFDn17ZtBE9k { top:26.25rem;left:0rem;width:4.125rem;height:4.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #SphQXPzMmvMgbn8y02hqdeoRp4rvRWq8 { top:26.25rem;left:0rem;width:4.125rem;height:4.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #UiehcHLlJJwE2QQ6CDIHZg80Zmla3neD { top:26.25rem;left:0rem;width:4.125rem;height:4.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #lSkcbKURru81quIymXP061cmUsK7SFK9 { top:26.25rem;left:0rem;width:4.125rem;height:4.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #ULrh9zI3TDvwOWPOX3zm4PWtWM689isO { top:26.25rem;left:0rem;width:4.125rem;height:4.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #A4itLuHigHX1k5AXRoxwbvOLlh4AsTka { top:26.25rem;left:0rem;width:4.125rem;height:4.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #VFRwiCbIPihEAkkJFEeUH0sGUzpDDByd { top:26.25rem;left:0rem;width:4.125rem;height:4.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #Wgr3xqbGAL4EVM6O2ylPv9GwVaV7hoUg { top:26.25rem;left:0rem;width:4.125rem;height:4.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #PFfR8G1Roosx56gbT1Co0vd9dI5SBWMy { display:block; }#PFfR8G1Roosx56gbT1Co0vd9dI5SBWMy > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tObClCRMhSyZDdZcaIMEx615GMqUSwCq { top:4.125rem;left:0rem;width:4.125rem;height:4.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fTXnoNVDGm786TxVN01t0ZcqEnXlZMSV { top:4.125rem;left:0rem;width:4.125rem;height:4.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #r6mETVg0s20QZtIFZDTbQ7uSBUVe59Sx { top:4.125rem;left:0rem;width:4.125rem;height:4.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hCMlTJT0hKFF16dFzW7MBedsIwpRpmb3 { top:8.5rem;left:0rem;width:4.125rem;height:4.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #O4fO1TOaqG8dEJ5AcETzHRbCn0PsKQAF { top:8.5rem;left:0rem;width:4.125rem;height:4.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CovvyB1rUgVHTotqiM75lAEgoECUnKog { top:8.5rem;left:0rem;width:4.125rem;height:4.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #f0reHByOaZvRciyJ3LmDdFhLFvdHErHw { top:4.125rem;left:0rem;width:4.125rem;height:4.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #G0btJyTDCqgfch5edphOoQoWr9dHdoiu { top:8.5rem;left:0rem;width:4.125rem;height:4.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VAX0kutODoxO4JxErIEZbtiQ2sCbu1pA { top:4.125rem;left:43.125rem;width:4.125rem;height:4.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #x5ebKJWzwUs3DUW4QOLMZX3XegU5GTR5 { top:8.5rem;left:43.125rem;width:4.125rem;height:4.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cAmUlibyzbknuXBsmWoDun60XMiR5wfH { top:12.875rem;left:0rem;width:4.125rem;height:4.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #aT4tvJOk69GEtGT50wTGC1sw00y3zP2q { top:12.875rem;left:0rem;width:4.125rem;height:4.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #s9vxuklzs9TSBxNatHzQXVouydZQicJ5 { top:12.875rem;left:0rem;width:4.125rem;height:4.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #m3uQTTNGe04I0oDlndcMVmAFrmURuyPg { top:17.25rem;left:0rem;width:4.125rem;height:4.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cLkKhKs4xIVUauOdbQmqAxsfqiTZ4hDy { top:17.25rem;left:0rem;width:4.125rem;height:4.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #aLB9AkSklLpGXerJMeqQUG0TTdhM26TX { top:17.25rem;left:0rem;width:4.125rem;height:4.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #g4U29B4LX4q0aHi6EbxV2qzr6nJsbPn2 { top:12.875rem;left:0rem;width:4.125rem;height:4.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OhTR59rgf0aVhGnIiyphRLNtTgPETcp7 { top:17.25rem;left:0rem;width:4.125rem;height:4.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #s5mPceSUx3pzosEOiM4OJXo7ltGf5sEb { top:12.875rem;left:43.125rem;width:4.125rem;height:4.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #EcOG6DJSaCrWwvXsP9PikRCDS1tWTPyt { top:17.25rem;left:43.125rem;width:4.125rem;height:4.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ql4uPWq7WyI6yMJ1fqxVX8R4TG0hAkwd { top:87.25rem;left:3.875rem;width:4.125rem;height:4.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wRNXpGAXUuzr4tV2wtnrs9UylMJ0610a { top:87.25rem;left:0rem;width:4.125rem;height:4.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ozUhSh83BP1CfzakBHlJZuSKO0Iy8xQE { top:87.25rem;left:0rem;width:4.125rem;height:4.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #H4kIvRG8R4EZIed0IMTfbJpU1WIVE9xR { top:87.25rem;left:0rem;width:4.125rem;height:4.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zGfoh1JotIuSd9JliGH172umVgRxuEfE { top:87.25rem;left:0rem;width:4.125rem;height:4.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rrVm00T8W3mWU0a8arUAMX0f0Xc5fXAg { top:87.25rem;left:43.125rem;width:4.125rem;height:4.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BWRrwbKIxAf1aUzlfICuIQJJRtBIx8kK { top:87.25rem;left:43.125rem;width:4.125rem;height:4.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #EkKEkCdFPnMlC0Z5vnZzW32n6uv4ST6D { top:87.25rem;left:43.125rem;width:4.125rem;height:4.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tUl8FUKyKXKm3DfbHiQSHKOQ1NSutshT { top:87.25rem;left:38.875rem;width:4.125rem;height:4.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #p8OIh76iThplpbLvNgcUW715a0RqrDs5 { top:87.25rem;left:34.5rem;width:4.125rem;height:4.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #aH0nTFM4NWyuFp2qCgADKg5IGfntVcuT { top:87.25rem;left:30.125rem;width:4.125rem;height:4.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #B4bWJdyVJHDU9UlVKnUkFypEqSzT2Xmi { top:87.25rem;left:25.75rem;width:4.125rem;height:4.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ioe19OfXrhTrE6pRqdR0mifEwgINaNtJ { top:87.25rem;left:21.375rem;width:4.125rem;height:4.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HQ610WPw2SeMVKhwrfPaNhTqhnlcHnGE { top:87.25rem;left:17rem;width:4.125rem;height:4.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WzEy5n1KtBk7VmIfsmT81NMgk2aIoL3k { top:87.25rem;left:12.625rem;width:4.125rem;height:4.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xhVZ8Oc4hTueQaTLxerOtC16LP2PorC7 { top:87.25rem;left:8.25rem;width:4.125rem;height:4.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Cd6dETBdK41FNWQTCVcCipBJFMvZHSbI { top:4.125rem;left:3.875rem;width:4.125rem;height:4.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZPWTHM7cUAz8DBCX0OFp1AcryWJv4HOF { top:8.5rem;left:3.875rem;width:4.125rem;height:4.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tb0ltqZT1tCG9ESMpoITmVcizhuCO70a { top:12.875rem;left:3.875rem;width:4.125rem;height:4.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GGH6BZgHXR9Vx20Kq0mDIFQnWCzbr0B6 { top:17.25rem;left:3.875rem;width:4.125rem;height:4.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nf31BlSCo01MFKB6pFnTFVSXeHAaXA5I { top:87.25rem;left:43.125rem;width:4.125rem;height:4.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QTVaVy6xoHKshlvr74TSz412uUyVORoh { top:3.9375rem;left:21.6875rem;width:7.375rem;height:2.75rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ck0vHsaF96rzLqyOQ1wx2p2KISel1Nq0 { top:13.25rem;left:9.9375rem;width:37.8125rem;height:69.0625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #UaGlU3gbm4BRTEcIaKKbTvB0GFyvke9H { top:4.125rem;left:12.625rem;width:7.6875rem;height:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qNJrh85qvICz9XmPDy4ycx74TskPuRAo { top:0rem;left:43.125rem;width:4.125rem;height:4.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VsDIuGDZRyUolxT6l1ya79gi3U8fcpW2 { top:0rem;left:0rem;width:4.125rem;height:4.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZfLkFWqrT5kRfl03KUtdA3TkJKaqNg7c { top:0rem;left:0rem;width:4.125rem;height:4.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lsIXlwsJekqwSlEuQKvmJeeFRQa1L90t { top:0rem;left:0rem;width:4.125rem;height:4.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zTJ21Jm5rVKqfIl2A1t9369u98LMHtL3 { top:0rem;left:0rem;width:4.125rem;height:4.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #s14D1Ks8CzPcZd9vafW6NLBJQ2n5zkTb { top:0rem;left:3.875rem;width:4.125rem;height:4.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #A7HKegC1HsefK5XZ4eVODTBXZFSJU2wc { top:4rem;left:28.6875rem;width:19.0625rem;height:4.125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z5NfZiOV5xcrd3tnhzeUrozRdH8W37tQ { top:34.75rem;left:43.125rem;width:4.125rem;height:4.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yTUtnFbHZOwcw6sEMeSpZk3STEDm0su9 { top:30.375rem;left:43.125rem;width:4.125rem;height:4.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #web7U2QKiufnOeTfIldTP2B1ExnvVQKc { top:26rem;left:43.125rem;width:4.125rem;height:4.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #AnB4w7xVG9fUZC3aSMDBd0I8O4Ehbqrn { top:21.625rem;left:43.125rem;width:4.125rem;height:4.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TGpyi5G1kkh6f74Uc7sgEBGNGIRyd4Fe { top:69.75rem;left:43.125rem;width:4.125rem;height:4.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WyaZewvglBUHTO7EeT5a1JClAmyOBdwy { top:65.375rem;left:43.125rem;width:4.125rem;height:4.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #crMXz9srbyUoPye05bS7xeERiNrCk0tl { top:61rem;left:43.125rem;width:4.125rem;height:4.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cuS4QeMcBmTEzwn1XwvCfZi5fPoJslBw { top:56.625rem;left:43.125rem;width:4.125rem;height:4.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xlQUPCUyXp6lNHfn1tS06cQfSpVAun38 { top:52.25rem;left:43.125rem;width:4.125rem;height:4.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #t2b4CXPlrKlmtAdOy6SF0TwPIaIPGLEE { top:47.875rem;left:43.125rem;width:4.125rem;height:4.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #swds5VFO6QgtLprSkywOxy2LqZSI4vyl { top:43.5rem;left:43.125rem;width:4.125rem;height:4.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #d29ZC52TA3tWp61MCVicznM4iTEPcs3A { top:39.125rem;left:43.125rem;width:4.125rem;height:4.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SlLm4sKmIkXOI5GkqZkVKucNpCkJ5Fio { top:78.5rem;left:43.125rem;width:4.125rem;height:4.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cqRC0PAcw9cirl3TUHrKrBLP2Gxww0zm { top:74.125rem;left:43.125rem;width:4.125rem;height:4.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xv9AvWqnL4kK8CQd4Xym0zagghXHZxCR { top:82.875rem;left:43.125rem;width:4.125rem;height:4.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #oxsgSZDbgy3uoQ4scKmyCTc816Tqys5A { top:34.75rem;left:0rem;width:4.125rem;height:4.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TP8zfIpT3Lmto58ASZaHNdD5FzZtzg0Q { top:34.75rem;left:3.875rem;width:4.125rem;height:4.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #aXsOlhHp2U3CsFucNkE3sUu0X4562xKr { top:30.375rem;left:0rem;width:4.125rem;height:4.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PoEwUuH8h82q39UifSler2gsyvorrV3G { top:30.375rem;left:0rem;width:4.125rem;height:4.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zTq3ilG0QmuIy9ZuQ8UTqkXmNF7NGIdn { top:34.75rem;left:0rem;width:4.125rem;height:4.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GLI07uOVl7aBFWgwJU2u5fRCMlFHc7ss { top:30.375rem;left:3.875rem;width:4.125rem;height:4.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #J5RaZUHLr4L7phhpwGk6d5wRipu1DTNP { top:30.375rem;left:0rem;width:4.125rem;height:4.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #q4A0sCAJf7G5w92tVhXq0w3gIBe1U8T8 { top:34.75rem;left:0rem;width:4.125rem;height:4.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #r1hOt7pv96b3thstcmSs7VfPgBmcsHiQ { top:26rem;left:0rem;width:4.125rem;height:4.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JZFG4wsa4WZ0tZQp5D8wyDylh2ESgFTm { top:26rem;left:0rem;width:4.125rem;height:4.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #f5UfuQTA9SLSmEev33UQAsRkgSuTlRd6 { top:26rem;left:0rem;width:4.125rem;height:4.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xFiBoGDMQwF7OQ8czK5q4FD6eqiUixlE { top:26rem;left:3.875rem;width:4.125rem;height:4.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VTWLdbCiuWGK2X9EvphNkCc7gEv5UDB5 { top:26rem;left:0rem;width:4.125rem;height:4.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LyWeudaek29WpthsaxAWA6Xe7dzDbQPT { top:30.375rem;left:0rem;width:4.125rem;height:4.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hq8HGEota9PqZRdJWhGnPBlceGKqSH9q { top:34.75rem;left:0rem;width:4.125rem;height:4.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RHWaSlHKNWkOi38B82b0xsK3QMMrCZnv { top:21.625rem;left:0rem;width:4.125rem;height:4.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GT9lfwrnUGaoa8a6KfhPwLpguVTokglB { top:21.625rem;left:0rem;width:4.125rem;height:4.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PMI06lmIBWBWGCA3IvqaKlXv9XF7bN1t { top:21.625rem;left:0rem;width:4.125rem;height:4.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tnq1dfIVSPDI1ULUnZKlmcgBQSVhxURs { top:21.625rem;left:0rem;width:4.125rem;height:4.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #snepcVWJHick5yZavK6XwkVy3C5NXLms { top:21.625rem;left:3.875rem;width:4.125rem;height:4.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KxaTOl94w3dAT7fw7EcA20nObQAdi2lA { top:39.125rem;left:3.875rem;width:4.125rem;height:4.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cFTGQKzs4poTFpiZAI0MkaIEZPUKMrTM { top:43.5rem;left:3.875rem;width:4.125rem;height:4.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wv208nU5JIdQeHMyxOBaE5xHmHbQs4p4 { top:47.875rem;left:3.875rem;width:4.125rem;height:4.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MKnRkDzVBIJ0kaTwMMXcTiTOr1WctQXf { top:39.125rem;left:0rem;width:4.125rem;height:4.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qOX8wpNPLwLDTkOnXUKBClCLEpb8q96W { top:43.5rem;left:0rem;width:4.125rem;height:4.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #iXofAtRmJ3fO1NhtanzfzubpaRzQvfVd { top:47.875rem;left:0rem;width:4.125rem;height:4.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #IGTSLnOUyQF2nVTQGGmQLzLQhKx40PnK { top:52.25rem;left:0rem;width:4.125rem;height:4.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #H0veKOJb8cwXfy5KRkv7FW5GpsO0NxVP { top:52.25rem;left:3.875rem;width:4.125rem;height:4.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SEknNTJas9Xh82ffxrxuPt9lJO07m8ae { top:39.125rem;left:0rem;width:4.125rem;height:4.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GImyR0TMX4f5rR9cfL0XnCxRlWduRr4I { top:43.5rem;left:0rem;width:4.125rem;height:4.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #l3GLIh7CLV7NSKuvDAaVRDZt3ObNF0kh { top:47.875rem;left:0rem;width:4.125rem;height:4.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tnBOVgZ2FT1nT9sLfuTZh0neGZKIHrvK { top:52.25rem;left:0rem;width:4.125rem;height:4.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #f1Ows3nQgfbps7uZpTxXZZ8dlAdCE75g { top:56.625rem;left:0rem;width:4.125rem;height:4.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #k13aDdvwxMGMDszIKsoWCqyXATPorHWI { top:56.625rem;left:0rem;width:4.125rem;height:4.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wipbGkfhv2VWSSRxEfA7NTyZOdat8fST { top:56.625rem;left:3.875rem;width:4.125rem;height:4.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pgtH3Ph1Z1Tt9uOqQgOdx6MbJ2ki6ptQ { top:61rem;left:0rem;width:4.125rem;height:4.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MODrtgXTHUZFya5BrN3Z4ZCWCSnSC9Q5 { top:61rem;left:0rem;width:4.125rem;height:4.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wkdksAHz8aXddTyxtt00t7Qyb5QS5nmd { top:61rem;left:3.875rem;width:4.125rem;height:4.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rpirroTA3AZAlx0y7hiqo98S864AXeNb { top:39.125rem;left:0rem;width:4.125rem;height:4.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Hqt7zAxckAXD4LFIDpMXSlWnLl2npPOV { top:43.5rem;left:0rem;width:4.125rem;height:4.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vvHHa4bmDq5ZWGTXAA0ZpS1QFTaaVxeF { top:47.875rem;left:0rem;width:4.125rem;height:4.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #z3ZAkeyt3cUI5rlpbJbJ7Q06z5wBFbA4 { top:52.25rem;left:0rem;width:4.125rem;height:4.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wm42RwGHow2CQHa2kVE7Xp2eF5z0mzn5 { top:61rem;left:0rem;width:4.125rem;height:4.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hudQi3Tt6TceCDQSEbtaEg3Kr8gE8RiW { top:56.625rem;left:0rem;width:4.125rem;height:4.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TELZoCQiuTSbghIQMa3C15e1UxUiUiEl { top:65.375rem;left:0rem;width:4.125rem;height:4.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wGc0wLdev1R8iqTcscz0lhA3JASMwSTg { top:65.375rem;left:0rem;width:4.125rem;height:4.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #O9OwB90b9LfqFemWnMIUvBSeXzgn927s { top:65.375rem;left:3.875rem;width:4.125rem;height:4.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kReTcSihB4IK8gH33gNwnu1dNq7VBsAN { top:65.375rem;left:0rem;width:4.125rem;height:4.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nG0RapqmAyw9OBM1GTFxyGyKiZpa7gvE { top:69.75rem;left:0rem;width:4.125rem;height:4.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #iiIedeha2k7FMyAFbAsXVEm2dltCBIu6 { top:69.75rem;left:3.875rem;width:4.125rem;height:4.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #a4JTduZD6X0ctoa8p707CbcaBZ77IL8q { top:69.75rem;left:0rem;width:4.125rem;height:4.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nnRZH2BngpOPSg52dA8cU6V0ITlMh6bR { top:69.75rem;left:0rem;width:4.125rem;height:4.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #h39mCJz59dnRFUciX4FS3cXZaEBT19KN { top:39.125rem;left:0rem;width:4.125rem;height:4.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #apSvofck1OGLMUSw7sconvp3rq0mED7r { top:43.5rem;left:0rem;width:4.125rem;height:4.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bZ42cNWI5NDpKNIz7s1fMtEsrU4uqhy8 { top:47.875rem;left:0rem;width:4.125rem;height:4.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #iTvKq8kQAfLLIgc0v3Lhfu2KCaRPZFCZ { top:52.25rem;left:0rem;width:4.125rem;height:4.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TQP1z3iw7gfchicbLAsW4NZ1Dny1hcso { top:61rem;left:0rem;width:4.125rem;height:4.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ImuyC97TeeFpWD83ic2NP9Ux4EWOkN1W { top:65.375rem;left:0rem;width:4.125rem;height:4.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #uciJwzFh6guTZ6RPzZNA8lBtZ72gGoTK { top:69.75rem;left:0rem;width:4.125rem;height:4.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bpNy8zVyEr9uWtxcdaGeJAk1Qe3ogeom { top:56.625rem;left:0rem;width:4.125rem;height:4.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #f09HQyTV0q46wGRfPeG6b77e5GbyJhrR { top:82.875rem;left:0rem;width:4.125rem;height:4.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #i2G0NucSy0kTip8QyhHVWvN5zgZAKkus { top:82.875rem;left:3.875rem;width:4.125rem;height:4.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fmCPT1wXnVToC9WHlBo1tGDM23nCdkKX { top:82.875rem;left:0rem;width:4.125rem;height:4.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PcAp12a26mi0oI7KS9D0eHEz5HvnWQGz { top:82.875rem;left:0rem;width:4.125rem;height:4.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #oLdUAmABJI36oPW1Ibar3ZaTV5sBUbVs { top:78.5rem;left:0rem;width:4.125rem;height:4.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #D77iigI8HRBAacLitT4Sv8TSRPeOcRSV { top:78.5rem;left:0rem;width:4.125rem;height:4.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pBF6LpZ6ub6LXm1BNUoZZ0fyN6E98y4d { top:78.5rem;left:3.875rem;width:4.125rem;height:4.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PHAxXlMNX1Q4NhleqEx206qxFFtLbh83 { top:78.5rem;left:0rem;width:4.125rem;height:4.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WLa61pTutJudUXwCZ27i60SirJZTRfcD { top:78.5rem;left:0rem;width:4.125rem;height:4.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wdnOiZKJNSfdD9z6EwDt75g1wSMli9Mn { top:82.875rem;left:0rem;width:4.125rem;height:4.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PC9ILaIp4UNC2FSF0uz0q9cq7e99wGeN { top:74.125rem;left:0rem;width:4.125rem;height:4.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MLVAFhvARmDkBrKv3p7B13rn8UTcyPVt { top:74.125rem;left:0rem;width:4.125rem;height:4.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ECUPVW4DnytPkRbTaWCq8RSPUQT11OeR { top:74.125rem;left:3.875rem;width:4.125rem;height:4.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FITFDswQVqHBq75hi6m8BXh9rZODsZCM { top:74.125rem;left:0rem;width:4.125rem;height:4.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ttyi01D754aXxLf5PNuc8zTak9ILKOa0 { top:74.125rem;left:0rem;width:4.125rem;height:4.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ldt7pygk8k5TXvSigtviSbroeV5gpGAe { top:91.875rem;left:0rem;width:4.125rem;height:4.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #n1K8PutEOhziytQfAVp9cbfHLPkT00AD { top:91.875rem;left:38.875rem;width:4.125rem;height:4.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HVCWmkZwwuIkJnOkUJ2ql6TN1hKuGiyf { top:91.875rem;left:43.125rem;width:4.125rem;height:4.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MSSdxhnT1cMX6Lqu8BSLLWyPlIDAeIV1 { top:91.875rem;left:43.125rem;width:4.125rem;height:4.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hyHTaJvf6CKKZuocT6t34ieRn1axrz4c { top:91.875rem;left:43.125rem;width:4.125rem;height:4.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TDegHPa5G2zt7LZAuPyx68r82oDLdSuR { top:91.875rem;left:43.125rem;width:4.125rem;height:4.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #e5smSVXZrX60MGCfvXewAXkU47rSAKCC { top:26.25rem;left:0rem;width:4.125rem;height:4.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #riBJOPcc5faAACXp2FGeZITEcDiuNhTg { top:26.25rem;left:0rem;width:4.125rem;height:4.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #ZplfGVPprfeZHMaHDwmMQp3WV6nqVH5l { top:26.25rem;left:0rem;width:4.125rem;height:4.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #PI9ClzAe8llF3JnvX659SE7RRIaIksBJ { top:26.25rem;left:0rem;width:4.125rem;height:4.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #T9qIFhQXQib5aclZ9iLxuqE3unlQiyES { top:26.25rem;left:0rem;width:4.125rem;height:4.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #dvcJunN7ikcEpg64lH7pp6vEpiIaTSq9 { top:26.25rem;left:0rem;width:4.125rem;height:4.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #eeAT1WTSD2GzEqSsJ4NeGAoLLi6J34MS { top:26.25rem;left:0rem;width:4.125rem;height:4.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #wzNLcyVQUOkAMbuIyUqf567BeBv0zbyx { top:26.25rem;left:0rem;width:4.125rem;height:4.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #F7UFNAiNlpDeLb8E4XRKtezrbXs5RqPa { top:26.25rem;left:0rem;width:4.125rem;height:4.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #WIIc2DhVHKyOuHpnsLEbTRHVUFr3exUp { top:26.25rem;left:0rem;width:4.125rem;height:4.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #tlyhMhlgmMvvftTC2WhZATO1ya58GuAc { top:26.25rem;left:0rem;width:4.125rem;height:4.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #T9ZARy9Z7b3ASATTZouTwgnfgQbXPTnP { top:26.25rem;left:0rem;width:4.125rem;height:4.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #d7CwhOuegrvPtJqxrMWABFZW3wZyVPbF { top:26.25rem;left:0rem;width:4.125rem;height:4.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #kASFeQqOpg2gzGiBSu9Gt3f3qaVwO6nd { top:26.25rem;left:0rem;width:4.125rem;height:4.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #EIuJmZaPPP6Wg6JXZkA6tVU1nGAAeSZo { top:26.25rem;left:0rem;width:4.125rem;height:4.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #N1Bp6W4kzpONef91PndTXJcAZPOWNQ8m { top:26.25rem;left:0rem;width:4.125rem;height:4.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #h6VLz44yw8s3shzCZhqi5KbAmnbF4TdI { top:26.25rem;left:0rem;width:4.125rem;height:4.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #M81KaTcHeZPWU1TfSk66cOCI1QRIlVCU { top:26.25rem;left:0rem;width:4.125rem;height:4.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #PFnSGvHW0xGoqglycJ9qEOOR89HLRpHO { top:26.25rem;left:0rem;width:4.125rem;height:4.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #lCTZs3cMTLLrDT7HUqX3H67Jr10psnep { top:26.25rem;left:0rem;width:4.125rem;height:4.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #hg0qt4O5cvssupehR3xnpZTddIpu0g5P { top:26.25rem;left:0rem;width:4.125rem;height:4.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #tDbXIiiaTO0blugPVFHTOnb3IRZqixOi { top:26.25rem;left:0rem;width:4.125rem;height:4.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #AAqg9ahvV1eVrCsKICl7epmvh2IDu74H { top:26.25rem;left:0rem;width:4.125rem;height:4.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #DMi4JcTRzcs9WTcE3V4i567r8XdRLdJ8 { top:26.25rem;left:0rem;width:4.125rem;height:4.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #TqWusGvZGOmH1TBK78CPAG36PT4Pz2p5 { top:26.25rem;left:0rem;width:4.125rem;height:4.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #czMkSWpKRUiP1mk3dvicsHNGReST2UKQ { top:26.25rem;left:0rem;width:4.125rem;height:4.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #mndr1mCOsarglQtxZEX5zMKTXsJ3XNrP { top:26.25rem;left:0rem;width:4.125rem;height:4.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #td6TrL2LG0yebe8WyDeqytuV9oVRS3FG { top:26.25rem;left:0rem;width:4.125rem;height:4.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #DRanFIoUip2UfBF79ywpXlnR3PtbacMg { top:26.25rem;left:0rem;width:4.125rem;height:4.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #y6iL0kDrAE7liOK8Tx3KGSFdlU7S0HSm { top:26.25rem;left:0rem;width:4.125rem;height:4.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #yh7Hm8v5ybf1DpAMnb4JwmfU2X362NTA { top:26.25rem;left:0rem;width:4.125rem;height:4.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #yTP1iGshOKScdBETmSOJdTTe2TkZ6C2C { top:26.25rem;left:0rem;width:4.125rem;height:4.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #wivNheSPWzlBrnvSkaJmgWTHtygQ2pap { top:26.25rem;left:0rem;width:4.125rem;height:4.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #zrXz6flXVNQSRWt7n8t8PLh7Ed0dZOCB { top:26.25rem;left:0rem;width:4.125rem;height:4.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #pi1EUnHOfOuu5kLK5bsaZJXT9oMomNk4 { top:9.6875rem;left:4.8125rem;width:42.9375rem;height:1.375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PaZS4ftV947Uxk5B0uQzrIxQdhmKOITV { display:block; }#PaZS4ftV947Uxk5B0uQzrIxQdhmKOITV > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dWLLy7wNaAzmMfxeN8OWPPBRtnv7smlS { top:4.0625rem;left:43.125rem;width:4.125rem;height:4.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yfM2XCV4XXuzSa6bzTET85LTcQgZ9G7y { top:4.0625rem;left:43.125rem;width:4.125rem;height:4.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HlXKaCK0K5QTtb1Fr5G2VGFPiH0h9wer { top:4.0625rem;left:43.125rem;width:4.125rem;height:4.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fDkROeaav4AhrHNpVqh4bfpTTpeHwDhd { top:8.4375rem;left:43.125rem;width:4.125rem;height:4.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #oJrUNkKTDGtga0T5FA7iyFGEuxbDepoz { top:8.4375rem;left:43.125rem;width:4.125rem;height:4.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #m64rbTGOVWPqSWMUA3VU75iqqKlR9XTL { top:8.4375rem;left:43.125rem;width:4.125rem;height:4.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GDN9y9Tkwuvtp5gXmS6bEHoGmumPuMVt { top:4.0625rem;left:38.875rem;width:4.125rem;height:4.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mPx90el535wCCl0koHwcJbzpNe9WTwFP { top:8.4375rem;left:38.875rem;width:4.125rem;height:4.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #a0CO8uhxc3XK4xD59cpCD1pv2WNu6NLu { top:4.0625rem;left:0rem;width:4.125rem;height:4.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RD5A39kvLySzOkGxtZwCEiN9vgKXILZn { top:8.4375rem;left:0rem;width:4.125rem;height:4.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RQTSzLnFgGsFSVsgy7fcvmLUobdD8s4M { top:12.8125rem;left:43.125rem;width:4.125rem;height:4.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #v96ZnmdseOsSXNcKxsv0b2L3i0TIzluC { top:12.8125rem;left:43.125rem;width:4.125rem;height:4.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WhvqcUn85yEksX1FxbzcDdFPvaqOwyrK { top:12.8125rem;left:43.125rem;width:4.125rem;height:4.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fFveE6lLONnTD04Quiqy9U3M1u2WJbFq { top:12.8125rem;left:38.875rem;width:4.125rem;height:4.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #a7FTbUFhWxx6W2BtskB2tTcTzcEUIwPV { top:12.8125rem;left:0rem;width:4.125rem;height:4.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VfzI96oAvWsq6Gw8EO2SZXxOuQhSWqXp { top:17.1875rem;left:3.875rem;width:4.125rem;height:4.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #aqiICNZ4evgl3PFTEH4lGBtmmCTmTKFz { top:17.1875rem;left:0rem;width:4.125rem;height:4.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #eIFb7gRp5BrGHdXTFF8hB8cDbOZTmA37 { top:17.1875rem;left:0rem;width:4.125rem;height:4.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Pt4ChHCwFcsBRD0UQMvDo58ywWeCGLrm { top:17.1875rem;left:0rem;width:4.125rem;height:4.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BHHgMpOHwCE7KN2p8m7NuAGsQLnptndb { top:17.1875rem;left:0rem;width:4.125rem;height:4.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tx21iwLzfFw5moN83EeF46niRa74e2qn { top:17.1875rem;left:43.125rem;width:4.125rem;height:4.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XuBHA0lHSTqAtTMFpDmzOiIIpaLpATny { top:17.1875rem;left:43.125rem;width:4.125rem;height:4.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ofX4kEitPXTz7OwrZzzln8IHrClrlVPb { top:17.1875rem;left:43.125rem;width:4.125rem;height:4.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ySZrfLSBrHGHqeWqe84bZTdKdCMzZKqE { top:17.1875rem;left:38.875rem;width:4.125rem;height:4.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #uifbEm4bhhiIUt33T3hThMqSgKuTg7oP { top:17.1875rem;left:34.5rem;width:4.125rem;height:4.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gop49BuGDFELp9ybaA7yfVeUyZs9EqQw { top:17.1875rem;left:30.125rem;width:4.125rem;height:4.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #azGK8gMr1lyBsBACLPd1hM4hX43DyTSL { top:17.1875rem;left:25.75rem;width:4.125rem;height:4.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JMQ4Josnin05DPAKq9KQeXpOeRKpTx1r { top:17.1875rem;left:21.375rem;width:4.125rem;height:4.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ucw2AsQdCGi8ocHVIAusmxeqkS1ffsym { top:17.1875rem;left:17rem;width:4.125rem;height:4.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #eqP7rHwQfCQM29ODgkI79sAK390AbQ4x { top:17.1875rem;left:12.625rem;width:4.125rem;height:4.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UlIxuWNJQwTWURXCsr0HoI3BW2HlVNJn { top:17.1875rem;left:8.25rem;width:4.125rem;height:4.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XnaXWnLuqX2e1iVlrLcg5zFtzWpMIElf { top:4.0625rem;left:43.125rem;width:4.125rem;height:4.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #V5Eve8PFdxz5tx52WClzxeMgywg2rw9h { top:8.4375rem;left:43.125rem;width:4.125rem;height:4.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vQBmxUTndfdIKT7vAagZrbLKunEzavFF { top:12.8125rem;left:43.125rem;width:4.125rem;height:4.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bOA9NgREnsXaSWerMUvgoEXzt5sJIrqk { top:17.1875rem;left:43.125rem;width:4.125rem;height:4.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #itRQ2Ekvw8ewHQsGRwwHqT2kSRtJNKua { top:3.9375rem;left:3.875rem;width:7.125rem;height:2.75rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XgSaOCRQmgGACEWmdr4ZyFFrUs9Fawpi { top:8.625rem;left:0rem;width:17.125rem;height:4.125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qVgG9bhEeN3ed3k1cU6CtVpiBlXRoWVL { top:4.0625rem;left:0rem;width:6.75rem;height:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #pEcUnuywlTZ15rnPTivrUzdzzbaIKPIX { top:8.6875rem;left:17rem;width:18.25rem;height:4.125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #IT7Q99cToVzPzUvvtzfXmeiaefL0xBNJ { top:26.25rem;left:0rem;width:4.125rem;height:4.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #o4zcvOGKktfEZLMocKNyh7W6NNVTlznU { top:26.25rem;left:0rem;width:4.125rem;height:4.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #VWP8bTVl6d0gTr3EUaSX6s27Raw79izE { top:26.25rem;left:0rem;width:4.125rem;height:4.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #BSVtiF6tMvEGhWCxTae7cT0Enn37v3RJ { top:26.25rem;left:0rem;width:4.125rem;height:4.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #s48lwWRTDJkOOviST6HfRI6qwFQ8Uqel { top:26.25rem;left:0rem;width:4.125rem;height:4.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #rnShxqG8PDcM2IMw6vCTpdDqXa0WA2IL { top:26.25rem;left:0rem;width:4.125rem;height:4.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #NQwCaBTp5r1gpTH9wFPtWbXc7cLRXPkT { top:26.25rem;left:0rem;width:4.125rem;height:4.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #grIlSlM7NLR5OXmL0HF9gZgr9B4tCuuT { top:26.25rem;left:0rem;width:4.125rem;height:4.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #EAOVT5zf2VA5xncKZErVBGu1NOTmyOEk { top:26.25rem;left:0rem;width:4.125rem;height:4.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #TRLv6AfxD73U1rqdS1S1fe7B6iLduyhE { top:26.25rem;left:0rem;width:4.125rem;height:4.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #yyGIdx5mLWLNMIwpTouWN0fPNn8JG0qo { top:26.25rem;left:0rem;width:4.125rem;height:4.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #vxKatF6uGwufu5Inp2JgMpJtu9IeXN2a { top:26.25rem;left:0rem;width:4.125rem;height:4.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #EHVw3uZFy7gbcA7ZfLLyQpikqoX5ViNb { top:26.25rem;left:0rem;width:4.125rem;height:4.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #quQ7paaDGprLV8A2ILifWCddiPHoDGID { top:26.25rem;left:0rem;width:4.125rem;height:4.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #PCQsey01vX3QSRDPACrUw9Hh14kFJtTS { top:26.25rem;left:0rem;width:4.125rem;height:4.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #Sxwpoc5l8LCq7oKWd2pdJBip2t7ezxrM { top:26.25rem;left:0rem;width:4.125rem;height:4.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #dXHHg3TcfanWQ3p4VBJBIrhLAGFT7TmJ { top:26.25rem;left:0rem;width:4.125rem;height:4.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #toySh3JbKV5e3OZn4zHfWdeiXIw2KgWe { top:26.25rem;left:0rem;width:4.125rem;height:4.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #HHvVvGOBQ9y9BcC7tblOeTwh9UKknluf { top:26.25rem;left:0rem;width:4.125rem;height:4.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #tsxHk734inZk6EFxsQ3GMqdSZ7pD32CS { top:26.25rem;left:0rem;width:4.125rem;height:4.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #LHhxk5EIHyBk0WIPThSy4yQT24rWZZLJ { top:26.25rem;left:0rem;width:4.125rem;height:4.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #CTeOvcdBCpxTzBzeBTBts3yBgsvTSfIW { top:26.25rem;left:0rem;width:4.125rem;height:4.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #Q0ZShLDTk2t0OWu7voTQ9TetvJBh5ot8 { top:26.25rem;left:0rem;width:4.125rem;height:4.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #X03VxP164SfaLSkVIHyVPR3T5W9PJiGW { top:26.25rem;left:0rem;width:4.125rem;height:4.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #h4bCUCTQ2KNDJZs9DJabAdeUAlKNKcGV { top:26.25rem;left:0rem;width:4.125rem;height:4.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #TX5iDw0gTGpaH1pgffIbrN71xeXmf7qT { top:26.25rem;left:0rem;width:4.125rem;height:4.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #RJJkarPkDaemX4Jd0iFFzzk6LZy7K1ac { top:26.25rem;left:0rem;width:4.125rem;height:4.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #lGsq9I98NPV4yeRGSvIBBL7rxFZBlPfN { top:26.25rem;left:0rem;width:4.125rem;height:4.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #dAzhfp4fXk3sfTbuboyPxgShWWa18iXw { top:26.25rem;left:0rem;width:4.125rem;height:4.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #hHuJT8x2yZe6NsT4TrEX5PsEvJevOdbD { top:26.25rem;left:0rem;width:4.125rem;height:4.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #kb9gLQ4wZdy0cO4C7RVWx9dKEidTOHqQ { top:26.25rem;left:0rem;width:4.125rem;height:4.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #T5d426tEBKKbTdxq9rWiilXrtkkKDMcm { display:block; }#T5d426tEBKKbTdxq9rWiilXrtkkKDMcm > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Nqq8BKpR5IOueFutEa1bcuhXUoWupH0L { top:4.125rem;left:0rem;width:4.125rem;height:4.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zEfVIDM2B4Pq8OERKOSX8Rx1lQqQauT9 { top:4.125rem;left:0rem;width:4.125rem;height:4.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #aUTf4f8NCcEOT0mf21hE4bBQMg9pwpOw { top:4.125rem;left:0rem;width:4.125rem;height:4.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #r7C4PpZlZhIlUF8rBoMsgOsAulC23u5G { top:8.5rem;left:0rem;width:4.125rem;height:4.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SA3ZIw5f7axW7uTdVvScfGWv5JeTF2KR { top:8.5rem;left:0rem;width:4.125rem;height:4.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DuQRJu29o0cK3Xgw8gdH4qlXTTTb4et2 { top:8.5rem;left:0rem;width:4.125rem;height:4.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #H4RTQkbub8Zi0X8mJ7WLaUeUCvVyCQra { top:4.125rem;left:0rem;width:4.125rem;height:4.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #EgqK60d9tBZlcq2h8lDo4IbWHm7vT6fO { top:8.5rem;left:0rem;width:4.125rem;height:4.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kKQcK2Em41ywgCTm0sfRfk2zuaNBh7ey { top:4.125rem;left:43.125rem;width:4.125rem;height:4.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NJ0KRhukSA49EMQWRNZQ14o4Kvs3t1Du { top:8.5rem;left:43.125rem;width:4.125rem;height:4.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #L47OOOptBrPPUm3GqV5vLWdiTtTkKgEk { top:12.875rem;left:0rem;width:4.125rem;height:4.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #M0nVwToWv97A5XOdJzvw562UaRQQGrMJ { top:12.875rem;left:0rem;width:4.125rem;height:4.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GpTmT0W1HWcs9CetCUSp71UENyCO0PoP { top:12.875rem;left:0rem;width:4.125rem;height:4.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yekvlyxBTmDlz7TAx1qe77WApXJDMZSk { top:17.25rem;left:0rem;width:4.125rem;height:4.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TOBXnw5T4DSdaOpSvooMsW1QIyEsdKgb { top:17.25rem;left:0rem;width:4.125rem;height:4.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KsZdU9NwFMdIuGIB7AicFNaMaf1NV4cw { top:17.25rem;left:0rem;width:4.125rem;height:4.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #u5DK5o2wEkfDOnhoE4m5cE7Tui7RUQ5A { top:12.875rem;left:0rem;width:4.125rem;height:4.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FwNKUQnTmakxGJDZDUeS3D1a87iUmFge { top:17.25rem;left:0rem;width:4.125rem;height:4.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FRa0r9Ciz8fB86IQ5zGSzrs8I7b3rwTa { top:12.875rem;left:43.125rem;width:4.125rem;height:4.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #STwGiwBqvMJAZSMaBmqwacd6RuTJbGZ1 { top:17.25rem;left:43.125rem;width:4.125rem;height:4.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UUHCfBbKPEU3fv5n30vvO81UGKPxXdaS { top:43.5rem;left:3.875rem;width:4.125rem;height:4.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tE61W9S9CzLm2Zrv0JyBbMphtJdr2tOW { top:43.5rem;left:0rem;width:4.125rem;height:4.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Eam4tW2S33ualT1rw5R5dMoFdQ7FuxTF { top:43.5rem;left:0rem;width:4.125rem;height:4.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SzQO76g2zeTvNENMMdzvNoJzJ4SQ956n { top:43.5rem;left:0rem;width:4.125rem;height:4.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #U5NZ0irlTKFHva1MJqPShoIyhwxkR4Go { top:43.5rem;left:0rem;width:4.125rem;height:4.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #U4pn5027fPirCMSXsB6E4BliXH8UsfvM { top:43.5rem;left:43.125rem;width:4.125rem;height:4.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #q2eoH5012leK3NJ4fJPA49hc2PbOVS3D { top:43.5rem;left:43.125rem;width:4.125rem;height:4.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vuL1F9BCTDXp94Dk4yfAJDXshg0JvSRx { top:43.5rem;left:43.125rem;width:4.125rem;height:4.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #D1ku2QMenkmNO9eZqbaTZFC4LeUH6W2m { top:43.5rem;left:38.875rem;width:4.125rem;height:4.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #D2KtPHxypr30cznMz6umnpwOmUSOVTZP { top:43.5rem;left:34.5rem;width:4.125rem;height:4.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gz3KaTcx5gRE17d0kIZRyqnt5DoXAhBl { top:43.5rem;left:30.125rem;width:4.125rem;height:4.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MJ0N7dKa4LIHXWmpSbTCpTyVAA7KD3BR { top:43.5rem;left:25.75rem;width:4.125rem;height:4.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ukgSQJrPbDk8kk22zAvLdya0em8nTebS { top:43.5rem;left:21.375rem;width:4.125rem;height:4.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BN3diTKR4v5LapIRtOtdXSfHM5X1agyT { top:43.5rem;left:17rem;width:4.125rem;height:4.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GzIhpXsMWPDf6MemaVMkS8ISyTkEgbQx { top:43.5rem;left:12.625rem;width:4.125rem;height:4.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LG6WXZMJVqhDyQCaCuZcxUnF3KTe6BfU { top:43.5rem;left:8.25rem;width:4.125rem;height:4.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JlxnWnrpGNCM8mcBfTBVMPkroPnyctsN { top:4.125rem;left:3.875rem;width:4.125rem;height:4.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RS4BHwJM0W5xHKSrCGa2Ex66Gm6MKgJG { top:8.5rem;left:3.875rem;width:4.125rem;height:4.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BVPDTp8BvLQovuI0Vx4duu46qXqybA8i { top:12.875rem;left:3.875rem;width:4.125rem;height:4.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QkhT49PXrZVgQ20eTyNCSTm6s7SZKHi7 { top:17.25rem;left:3.875rem;width:4.125rem;height:4.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fQSWds4zAoxdtoOLxSyh3UXMpvuZ96Hk { top:43.5rem;left:43.125rem;width:4.125rem;height:4.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fKygNhHxrdrl3tQVAD2Sb10KonK9FiTl { top:3.75rem;left:25.5rem;width:4.75rem;height:2.75rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #FF3gL7rwc9kTi0wi3oa0aaXvfbl0Icoo { top:8.25rem;left:12.625rem;width:20.125rem;height:23.4375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fKd81foZRtHJN04XwRdK2xH69I6iSuEG { top:4.125rem;left:12.625rem;width:10.9375rem;height:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nfU4Wt2BbHVQ43BNRev4U8vuMXZNQpmg { top:0rem;left:43.125rem;width:4.125rem;height:4.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SfNFFcCyktThtKul2K0VTfPOo1WciTKM { top:0rem;left:0rem;width:4.125rem;height:4.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bKZQFuLRLUDeJ1o6trIKxCh1wy7rwK3i { top:0rem;left:0rem;width:4.125rem;height:4.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fpxf80S8oVRKGeTmJCQzxBKyIauuFKKD { top:0rem;left:0rem;width:4.125rem;height:4.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gbMPyeoO7kLrC2KcDiFvDhD99Haslbqp { top:0rem;left:0rem;width:4.125rem;height:4.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #anmUoJTvzxuzSTUOE33TkBH9h5zMh7qD { top:0rem;left:3.875rem;width:4.125rem;height:4.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JhWIagJy0F39VIvZXDTaahGFqn267xU4 { top:34.75rem;left:43.125rem;width:4.125rem;height:4.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kiR7gy0f0iUDrf2LZUKBTe5VQloCu9Pb { top:30.375rem;left:43.125rem;width:4.125rem;height:4.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TO8gOmcgVzROr9wikDzKkaw4zNlrKBmQ { top:26rem;left:43.125rem;width:4.125rem;height:4.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #w16WOmXVshImmEIeTFVJRy4bvi9Kce6I { top:21.625rem;left:43.125rem;width:4.125rem;height:4.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tqkbAE8nXzN67pJvNiKxF4LeLJaw3LcP { top:39.125rem;left:43.125rem;width:4.125rem;height:4.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GOtmHqiMbCTI2LH7yR4VHtm1Saz0uK1s { top:34.75rem;left:0rem;width:4.125rem;height:4.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KR9xFQsWEAN7KxTfXKEKG9IOiSKdWr1w { top:34.75rem;left:3.875rem;width:4.125rem;height:4.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wwL1bFcAiFanAI25pxIPHC0Jr5u3IyTZ { top:30.375rem;left:0rem;width:4.125rem;height:4.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zMs8lEMn1TVDCLILAOdb1TIp0b4KbBUT { top:30.375rem;left:0rem;width:4.125rem;height:4.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Rol6tskdC9kHh8iZq4Auwx1Fp37Ti1g9 { top:34.75rem;left:0rem;width:4.125rem;height:4.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vOZigpbM72ZxB2EzFgVHpL4OrDbuA144 { top:30.375rem;left:3.875rem;width:4.125rem;height:4.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TXFg2hRZfQ1BlCH9SembsbTEHnU1TNBU { top:30.375rem;left:0rem;width:4.125rem;height:4.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #EUXMZ52TJ4U8UPwcX6bDNWL3sLguahw7 { top:34.75rem;left:0rem;width:4.125rem;height:4.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #L8e8E5kFGT5b67C351XNSK0h4pLOdRga { top:26rem;left:0rem;width:4.125rem;height:4.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VRDHRODNFrBnZnrJdRh0UVVkKVvT6qSC { top:26rem;left:0rem;width:4.125rem;height:4.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GMIhyJmvTgsQ19Ano3E4vJdgdq3MVcPL { top:26rem;left:0rem;width:4.125rem;height:4.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VzGQ0LcGWCGryIR34Tuo1LKpMz2lKPH1 { top:26rem;left:3.875rem;width:4.125rem;height:4.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pwXCVMOuzb4uo0LHcOlVi7d8h6xpOcGc { top:26rem;left:0rem;width:4.125rem;height:4.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JDPFvbUTOisTQGMKFVoLxcsoU1o5AI1R { top:30.375rem;left:0rem;width:4.125rem;height:4.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #f2eaClkhgu19xSnF599ql0g0fhHxWIko { top:34.75rem;left:0rem;width:4.125rem;height:4.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #g45AfJRRLtTRPQee7F28BQGTIfde3Zhs { top:21.625rem;left:0rem;width:4.125rem;height:4.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pBg23e9lQ3fUnnB7A3mE5sosC6bKTcTN { top:21.625rem;left:0rem;width:4.125rem;height:4.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WBbOcnh3BZAwT4Do5vCplqyiaFnsbivT { top:21.625rem;left:0rem;width:4.125rem;height:4.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MsDAEexWMS5ZBMqXcSFoOQz8n3wU7TQE { top:21.625rem;left:0rem;width:4.125rem;height:4.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XyFWAel8KBBErp0TWRJWorKFa8B8V5PO { top:21.625rem;left:3.875rem;width:4.125rem;height:4.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #E8qTuViQZ8smQb8ZChEG0hNvSMePNO4u { top:39.125rem;left:3.875rem;width:4.125rem;height:4.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ae72L6UNkuaNdvQmQyXI9b930fenJr6P { top:39.125rem;left:0rem;width:4.125rem;height:4.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hsoLF5zmmaaVVZygKTNvFyqAthUFqf2v { top:39.125rem;left:0rem;width:4.125rem;height:4.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vDFk5qN7zFORoTLWg8SGDXLIFSZ7hGBD { top:39.125rem;left:0rem;width:4.125rem;height:4.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZrBZTwST1wa6XDtk659QAz58Zk1sBmWJ { top:39.125rem;left:0rem;width:4.125rem;height:4.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Hd7WSHbyx35E2BgUAX58HtKtBBg3WQpS { top:8.1875rem;left:29.4375rem;width:18.3125rem;height:31.75rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #c0Oiun1kIDn5rX8fdKh7A1ALDsmTHXVP { top:26.25rem;left:0rem;width:4.125rem;height:4.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #JgoEoSqJEDVs7m6Jqd8zuMO57raSLbky { top:26.25rem;left:0rem;width:4.125rem;height:4.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #yCUoCCFe0KqD3W0CnWioxXit3yTJz7J2 { top:26.25rem;left:0rem;width:4.125rem;height:4.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #mcEIqK06mPIRW0TA2oAv27ZAUlASwfWH { top:26.25rem;left:0rem;width:4.125rem;height:4.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #NzJgvBlTPnTyTu5pIgnpito76TKAG4XD { top:26.25rem;left:0rem;width:4.125rem;height:4.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #oxg7JKzvvkbBZ2WNFOUN2KanX0GneBaM { top:26.25rem;left:0rem;width:4.125rem;height:4.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #owCQvPrEDdhwagCcAKFv3J008A0CEQRW { top:26.25rem;left:0rem;width:4.125rem;height:4.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #NvngEiAyKk1I0oTwPU3n1f3JdU1ahP7W { top:26.25rem;left:0rem;width:4.125rem;height:4.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #HbNg36VZl2EEEE4bvXCkxSvkAkiUSSzN { top:26.25rem;left:0rem;width:4.125rem;height:4.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #hrNMholQD1wRms3QkyuMEZPN8zmHH6fZ { top:26.25rem;left:0rem;width:4.125rem;height:4.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #PzditxX3holJezK2mIIZFEbo9PhSpsI4 { top:26.25rem;left:0rem;width:4.125rem;height:4.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #KPPeWOs1gsfl4IxUgBlsfuSAEa6Q7AgE { top:26.25rem;left:0rem;width:4.125rem;height:4.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #W0mhNmoQTcpQ1XxDFqxt5vBqNtOVQK1r { top:26.25rem;left:0rem;width:4.125rem;height:4.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #tgNyetsVCXlSX2ITO3bpitlC4hMUbeev { top:26.25rem;left:0rem;width:4.125rem;height:4.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #Z2lJsQ6la2IMwugWAyZNzKuOTQh6oEOt { top:26.25rem;left:0rem;width:4.125rem;height:4.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #mAZiDMiIm739eBE9oK7JJtDNgxbqxvKe { top:26.25rem;left:0rem;width:4.125rem;height:4.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #xlvklT18pxQTf7wxFXgu4TgvA9Sr7vwv { top:26.25rem;left:0rem;width:4.125rem;height:4.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #HHviWFgZSI4kqxoXvpn0x4tZ4bm5DvbU { top:26.25rem;left:0rem;width:4.125rem;height:4.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #FfAVNdpXoOe3uH5MB2CJn1Cg4obRge1p { top:26.25rem;left:0rem;width:4.125rem;height:4.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #z8vM4sN7THniGqm2FpwlQ6VxbAVFQFTX { top:26.25rem;left:0rem;width:4.125rem;height:4.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #o2M7HBr2AHvdtPUL03AZBI2PduwoN0C6 { top:26.25rem;left:0rem;width:4.125rem;height:4.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #EE83f8HDzAv24zFnpbCG6LBZtuDnIP3d { top:26.25rem;left:0rem;width:4.125rem;height:4.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #cHU6JBEebdLNGiXwT9XXUFF3lMTIXwly { top:26.25rem;left:0rem;width:4.125rem;height:4.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #HM7DXe9tJ7m6yE893pV6VPDd5amJNLnG { top:26.25rem;left:0rem;width:4.125rem;height:4.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #EwCSFKi6KmcBUI5FBIzeX5Q9XDTvT5eC { top:26.25rem;left:0rem;width:4.125rem;height:4.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #WmzmEsbHiZpaqN2rCtJBUtegLQJRI7T1 { top:26.25rem;left:0rem;width:4.125rem;height:4.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #D7uvFGioyJlGo95WW1A2iVUauA0qRLhU { top:26.25rem;left:0rem;width:4.125rem;height:4.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #kKEFxt580Z3CZPsWIoDsMnar2GTFr6R2 { top:26.25rem;left:0rem;width:4.125rem;height:4.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #DXlnX5ilfKNw7aWkPDtJgbbuy6xJBQDp { top:26.25rem;left:0rem;width:4.125rem;height:4.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #QaUmS3RAi54A8GWwLdzi8Au8klqbrz3B { top:26.25rem;left:0rem;width:4.125rem;height:4.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #itnq2wEZzyTfqhAWJoUrqZzVeETIs1qT { top:26.25rem;left:0rem;width:4.125rem;height:4.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #kXrqUSr9gcQ6FXySAl30oyuN81vkzg04 { top:26.25rem;left:0rem;width:4.125rem;height:4.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #MChA01GgrC2ROJLheZSO5oUylHqlGu6K { top:26.25rem;left:0rem;width:4.125rem;height:4.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #CDseTGTT0TSmTW1UU5UWTf6n3i34EGdB { top:26.25rem;left:0rem;width:4.125rem;height:4.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #nZbVgO4K1CFFg1P0VhaDmJn1Qai2s1xQ { top:26.25rem;left:0rem;width:4.125rem;height:4.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #zUsN3LT2wzeL73fuSzMnQcgx5aPIk0k0 { top:26.25rem;left:0rem;width:4.125rem;height:4.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #lV3te8cAbRe1iTO1ZIgeIi5BbsZTg6mf { top:26.25rem;left:0rem;width:4.125rem;height:4.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #b6cATtTOi4Ogps78xb96zOSXBmZXemT5 { display:block; }#b6cATtTOi4Ogps78xb96zOSXBmZXemT5 > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #aNXW94O2cSPlGvXalyJxUgpTfVLBplEK { top:4.0625rem;left:43.125rem;width:4.125rem;height:4.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NU66BNtopAGrhV03OG8mdpmLMi5ZJsbn { top:4.0625rem;left:43.125rem;width:4.125rem;height:4.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qTyddaIbxOyMGV7WgAmRtrRqETgkDHKl { top:8.4375rem;left:43.125rem;width:4.125rem;height:4.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZXyEF19lIT1baQibpfdutZUhDbMHLWg2 { top:8.4375rem;left:43.125rem;width:4.125rem;height:4.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vEnhJudV5uHa9vEzi2xgzQDahBDbTyRz { top:8.4375rem;left:43.125rem;width:4.125rem;height:4.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z4ycTTvFxN64bpbdvRNTEIrSTFarkpDa { top:4.0625rem;left:38.875rem;width:4.125rem;height:4.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Im02o9Hx6eNm6g4uR5SMHXp6XaapnKdS { top:8.4375rem;left:38.875rem;width:4.125rem;height:4.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #iw9O3Biv1glfwHqOaMpKR1lrqrNkd8Ea { top:4.0625rem;left:0rem;width:4.125rem;height:4.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zkT9brEpwhaNIULsvBn5tfy3SH8oQehB { top:8.4375rem;left:0rem;width:4.125rem;height:4.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pde1JW158pHdl0tO8CwfTPVJdegKqRgJ { top:12.8125rem;left:43.125rem;width:4.125rem;height:4.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xFRa1cQhGVMg78VhFbFkbeKAhAbBB9k5 { top:12.8125rem;left:43.125rem;width:4.125rem;height:4.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #E6pgBpBhi9Ul2ulRxOZKQP9S1qqFM0Ul { top:12.8125rem;left:43.125rem;width:4.125rem;height:4.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BPdTXvoxWrIBGKiJvlD3DDc871sn8KAI { top:12.8125rem;left:38.875rem;width:4.125rem;height:4.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KaeQSkPIQGuBWnIiOWVWbDp9KFreKiaF { top:12.8125rem;left:0rem;width:4.125rem;height:4.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #uNtvwiVKO7SORloACyviboHQ355tfih0 { top:30.3125rem;left:3.875rem;width:4.125rem;height:4.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #m6gMNNUUFnzzc221rMnEaQmv2IdaCfP4 { top:30.3125rem;left:0rem;width:4.125rem;height:4.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MLsabbs0N0pKP8TCQryOaGPJGovzg0yX { top:30.3125rem;left:0rem;width:4.125rem;height:4.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gwM3mudpBbgwaTvXwCK8B0ysqa1sRO7z { top:30.3125rem;left:0rem;width:4.125rem;height:4.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #uX72mh0qdNP5qhSM8w3Flf5xl46ckLKX { top:30.3125rem;left:0rem;width:4.125rem;height:4.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #T1ufKxMDfqtJHgd1kgkZZl9bQuh0TIC4 { top:30.3125rem;left:43.125rem;width:4.125rem;height:4.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NBTLC6gU03NkMz0RXLHCHRUVUXG5Opkz { top:30.3125rem;left:43.125rem;width:4.125rem;height:4.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #uz60NL4Exmi5v76JhPwDwR6F67uXn3tq { top:30.3125rem;left:43.125rem;width:4.125rem;height:4.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ELUKbQT6n3iRxTfL07AQmTDelOWHEGqo { top:30.3125rem;left:38.875rem;width:4.125rem;height:4.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WGbnZZhvwPLocWVk1yV7x6G2JDh7cy7v { top:30.3125rem;left:34.5rem;width:4.125rem;height:4.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #t2IPHLzgSFSpCOa8MNPJaOUzmsUTdW4O { top:30.3125rem;left:30.125rem;width:4.125rem;height:4.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #J6QJ2so5UN0sc6eZUGZ1XIxT9UKRKV1b { top:30.3125rem;left:25.75rem;width:4.125rem;height:4.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #oDZarRE3GQvbJdZKdWARI4sR55OF2Jkv { top:30.3125rem;left:21.375rem;width:4.125rem;height:4.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BxmOAL2oLcoefl4TKTfQqx68HXZRAxnd { top:30.3125rem;left:17rem;width:4.125rem;height:4.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ThfERDWf43PbE3Tdun4L14b3hR9xnOc2 { top:30.3125rem;left:12.625rem;width:4.125rem;height:4.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #R1fAHyU7yrRBD29oGDrQPgO0DIZnTQoy { top:30.3125rem;left:8.25rem;width:4.125rem;height:4.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UF06XVt5108IaLJlSNc5666AVTsImNzi { top:4.0625rem;left:43.125rem;width:4.125rem;height:4.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #AL21BCh5rIyX6WIM4XKH4FOSsNasR60I { top:8.4375rem;left:43.125rem;width:4.125rem;height:4.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #k7SBdB2tgp3rpvE3EmdISLDMAkg2PfsP { top:12.8125rem;left:43.125rem;width:4.125rem;height:4.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #T8Q8iMl9rT9Ts6rRgTeyyr6vKBzBIQTf { top:30.3125rem;left:43.125rem;width:4.125rem;height:4.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GFqy5nTO1qyfmf9o9FwXT7DSgSo2qiHd { top:3.9375rem;left:2.5rem;width:7.625rem;height:2.75rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bPyf4pHpHSGSuLHr9MViXcvSmZQ0RN5G { top:8.625rem;left:0rem;width:15.875rem;height:16.25rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wgJ117EL9l4wd4mSrGfASfMETSdyyTOI { top:4.0625rem;left:0rem;width:5.4375rem;height:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #cNCpHz5w753rntSJU7fTxN7RZRIF4EHu { top:4.0625rem;left:43.125rem;width:4.125rem;height:4.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #EwufbaRpoH72fS4zhdxL6D6LpWiXSs2r { top:0rem;left:0rem;width:4.125rem;height:4.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #R5Jq8UQCQhP4EGgOChxIDZZkk9inwyaU { top:0rem;left:38.875rem;width:4.125rem;height:4.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CVwIWS3CryddZr5vSgUXdbRBbHcvgMpi { top:0rem;left:43.125rem;width:4.125rem;height:4.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #n7rDATBf02uD7Jobc9BMUme7Cmli1hzl { top:0rem;left:43.125rem;width:4.125rem;height:4.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #aQBavP0ZHWgkJKRp6TOIh0UrH8yxiPuk { top:0rem;left:43.125rem;width:4.125rem;height:4.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GkzbvgqnXm40DDL4dDae8fFnS35f4At3 { top:0rem;left:43.125rem;width:4.125rem;height:4.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MWoUgr7u7poB9nmeFwcnnTqykP56HbyJ { top:17.625rem;left:17.187324523926rem;width:17.0625rem;height:7.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #mI7JXhtT8qmTenZL4Lwco4IbXzru1BWT { top:8.6875rem;left:11.375rem;width:3.9375rem;height:16.25rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VTOKDSEvg426JtSAT4uMhQEL5pTQbTUb { top:8.6875rem;left:30.625rem;width:3.9375rem;height:5.375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #AaOHtBX8obmNC4dw0D6zFy71xzE8h2TV { top:8.8125rem;left:11.607280731201rem;width:1.6875rem;height:1.0245417317041rem;display:block; }
 }@media only screen and (max-width: 763px) { #klLk7wBf1pe4rAPmUqMu88EasiSRPeB9 { top:7.25rem;left:30.937290191651rem;width:1.6875rem;height:1.0245417317041rem;display:block; }
 }@media only screen and (max-width: 763px) { #R8bOJDL4TFBQ5pJyMDCXGaX0eCQ8etBN { top:17.8125rem;left:11.60693359375rem;width:1.6875rem;height:1.0245417317041rem;display:block; }
 }@media only screen and (max-width: 763px) { #AOduTI3wkEQ9aRwx5K4SzRLApVxm7faT { top:17.8125rem;left:30.874790191651rem;width:1.6875rem;height:1.0245417317041rem;display:block; }
 }@media only screen and (max-width: 763px) { #pCrOaZaLcN0Qa82vuq63TPNdglt9zMuL { top:25.9375rem;left:0rem;width:4.0625rem;height:4.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #lNFxqesIplGrLLi28SN9aqBN61R18MKm { top:21.5625rem;left:0rem;width:4.0625rem;height:4.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #GhUhiz8i3kDOgcJVL1H0KyF4TlrxQV9L { top:17.1875rem;left:0rem;width:4.0625rem;height:4.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #bvWpBBQUd2fnIl1q39HzJ7S9X6qfEN8x { top:25.9375rem;left:43.1875rem;width:4.0625rem;height:4.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VST4FmMxdJooHTbeQNEdabdzLVzZvRrh { top:25.9375rem;left:43.1875rem;width:4.0625rem;height:4.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #LvkqUX5nuMKKQ58i4HMVWalGgOpIcUWT { top:25.9375rem;left:43.1875rem;width:4.0625rem;height:4.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #faVzI8KWQHTDUUM3TXfDnMxvZP4L15Mf { top:25.9375rem;left:38.875rem;width:4.0625rem;height:4.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TQn3IIFfZhdGHwQ272lAfOwOwNIgpEgs { top:25.9375rem;left:43.1875rem;width:4.0625rem;height:4.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #FcTn9ElAgTtMWdO8uomIqpIsz6H3hB8a { top:21.5625rem;left:43.1875rem;width:4.0625rem;height:4.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #AtbGy04qiUBV119HfSPaqpGQla12IyXu { top:21.5625rem;left:43.1875rem;width:4.0625rem;height:4.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #L7roM1i1UnDQnzRE8oArf2IFLuQpICOT { top:21.5625rem;left:43.1875rem;width:4.0625rem;height:4.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #bfaZTTECTDMH6y5arzA4psKEar7345qX { top:21.5625rem;left:38.875rem;width:4.0625rem;height:4.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #v168qtTAREKU2TJtJTphdZ9hp1biQpZx { top:21.5625rem;left:43.1875rem;width:4.0625rem;height:4.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZlH4BTTVsf59srqLae0BPV6RBoNQwvhT { top:17.1875rem;left:43.1875rem;width:4.0625rem;height:4.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rNZnsU7WyNhugDneAefzc8pxP6FiC4X7 { top:17.1875rem;left:43.1875rem;width:4.0625rem;height:4.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qe2CNN85FBRnQlTo3MWWRG3GG32AAhMK { top:17.1875rem;left:38.875rem;width:4.0625rem;height:4.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #bBFN9hVTxbMmI6PTnMi1ekgLwS6KLUsW { top:17.1875rem;left:43.1875rem;width:4.0625rem;height:4.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #CuDLdpz3t3IVAiT47D58lSqxg5t4dugz { top:17.1875rem;left:43.1875rem;width:4.0625rem;height:4.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TeMQeunpCrqP2AKnosB7pJHkmF42a11q { top:26.25rem;left:0rem;width:4.125rem;height:4.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #XJUuviFtWd9ex0TGGJJaHUFR87QhXWWq { top:26.25rem;left:0rem;width:4.125rem;height:4.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #RKZCyFKtvR482Cg2ElokzIyN6WXFe44P { top:26.25rem;left:0rem;width:4.125rem;height:4.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #o9bBQtG55mSlbpMe4anFSeCVGdCGkdbH { top:26.25rem;left:0rem;width:4.125rem;height:4.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #bXEwZo6zfbO57qsLmOlMoiKME20WpvhL { top:26.25rem;left:0rem;width:4.125rem;height:4.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #vBtO6Nd8GAc4IzFPBvTsT0L0JHDOEWwG { top:26.25rem;left:0rem;width:4.125rem;height:4.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #Q0zvo1xD9VawqgSMPH8qFQh1o0v7mz6r { top:26.25rem;left:0rem;width:4.125rem;height:4.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #VuDJ8lOpH8NCUIgVlMSzwxpOHAGNqrFD { top:26.25rem;left:0rem;width:4.125rem;height:4.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #axqTdk1CvUoa13LPvW4J821rAQfzGeEc { top:26.25rem;left:0rem;width:4.125rem;height:4.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #QaEHEcKogu0OUoUTfGFDHCXJv9pmAvDT { top:26.25rem;left:0rem;width:4.125rem;height:4.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #ZZ9PHsqRUigqoKdCGvP7fI2nytN0ZS4z { top:26.25rem;left:0rem;width:4.125rem;height:4.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #udQb9TdChgwBciE2EgOm74F1tmTNV1SW { top:26.25rem;left:0rem;width:4.125rem;height:4.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #aLaHvCCoTTZGtzqpSAn3JTfEVcEF0XQQ { top:26.25rem;left:0rem;width:4.125rem;height:4.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #FChAxImAboTRsXTpQzJfMlU2BRaUxaCw { top:26.25rem;left:0rem;width:4.125rem;height:4.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #T0vhoNtXWhoxPSATQLBGBdTDbCGViM7i { top:26.25rem;left:0rem;width:4.125rem;height:4.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #PtSzAB0pwsyu7IhZHdRGV5pTsTLh0qUE { top:26.25rem;left:0rem;width:4.125rem;height:4.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #qqinRo4pQHaWCo54Dy61aFMyiWHRFtWS { top:26.25rem;left:0rem;width:4.125rem;height:4.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #bcbCI8UUkWw6TuQUgBPpU249aBcMmVW9 { top:26.25rem;left:0rem;width:4.125rem;height:4.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #qG6oRzgxSGow2vAiiDuyRnaAo9eZ2sHy { top:26.25rem;left:0rem;width:4.125rem;height:4.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #nWSkiIcKeHus1qQJw3rpZScM6DVOWAqV { top:26.25rem;left:0rem;width:4.125rem;height:4.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #kcEqTgnTqILvXMtyw9f9f07QPMQ7RQVr { top:26.25rem;left:0rem;width:4.125rem;height:4.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #ix4fzDZcJ2e73SP86sSXDQWcaqllipwe { top:26.25rem;left:0rem;width:4.125rem;height:4.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #b7zOyyBXvkSAl2GtiT1T3uUTHkM3V60V { top:26.25rem;left:0rem;width:4.125rem;height:4.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #z3MlIRSOy7Ecd8pOImQGciryIUQIWSL0 { top:26.25rem;left:0rem;width:4.125rem;height:4.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #vPwZ9FoB4TqXKcvAGnuiwatDssNP0aG3 { top:26.25rem;left:0rem;width:4.125rem;height:4.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #T774yxCef99LHcfL5FtbPlTKUfotBQ4q { top:26.25rem;left:0rem;width:4.125rem;height:4.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #VL0M6bA2qPExTGMbfSsFH0EVB7ueGDHc { top:26.25rem;left:0rem;width:4.125rem;height:4.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #Zl08MkygtMFnMCIatVtdCKK3RxTN07zR { top:26.25rem;left:0rem;width:4.125rem;height:4.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #cIJMO6e11IDn67TOysmTsl2GQboofa0l { top:26.25rem;left:0rem;width:4.125rem;height:4.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #uGyU3XUEqnP6VO4iHurC97xQISv6Xa8V { top:26.25rem;left:0rem;width:4.125rem;height:4.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #yxT1O6sLhqtuAgixGHVkZ7hskde2kO5g { top:26.25rem;left:0rem;width:4.125rem;height:4.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #WZP6k6SGaQ8z893ra1gPeKVSOIq4O8bd { top:26.25rem;left:0rem;width:4.125rem;height:4.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #c4T6HseUlX8T4evnC5d8wTTbIrvbRpyG { top:26.25rem;left:0rem;width:4.125rem;height:4.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #v70zPPoz6hzmw1MKfrgOEkdhXQ0kL2hz { top:26.25rem;left:0rem;width:4.125rem;height:4.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #uLi3qudoFumHIvfwvfV1ey3pQQbdPRu0 { top:26.25rem;left:0rem;width:4.125rem;height:4.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #TddIPdnFdvrLOhCv3fOvh6kg6rPiWdsJ { top:26.25rem;left:0rem;width:4.125rem;height:4.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #VlnKDtDK1CN9MdJBgHhP8x3D3xfxa5oH { top:26.25rem;left:0rem;width:4.125rem;height:4.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #RHA3xNkhW3KnubciqLiZ1IThSJhoxJ1m { top:8.625rem;left:17.187324523926rem;width:12.0625rem;height:5.375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #F5QHXTqPH5Drigr7TBEIn6pTfTuQ7awA { top:19.5rem;left:30.625rem;width:3.9375rem;height:5.375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #mZhcatkXD3NltgTvH0Gv88OIviKG4Z25 { display:block; }#mZhcatkXD3NltgTvH0Gv88OIviKG4Z25 > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Ld7SbPtCNh14mMUBI9oVM2FRRsoPn6Tg { top:4.125rem;left:0rem;width:4.125rem;height:4.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cToD7QLOMGXOCnJ4DOzXQ8zowUPww6Lu { top:4.125rem;left:0rem;width:4.125rem;height:4.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GUBUdoiGDw4T1GFIaOdIARp9VaW8PB6o { top:4.125rem;left:0rem;width:4.125rem;height:4.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UAlJ2StZ2g22ZXcXebdD8mCbOhP30OeL { top:8.5rem;left:0rem;width:4.125rem;height:4.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mcUn8bWKVC2fnhaVowPbpoDzJMuctd2m { top:8.5rem;left:0rem;width:4.125rem;height:4.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kQ0opBI9adhqI0SW3XlsdwPru9gq3m6n { top:8.5rem;left:0rem;width:4.125rem;height:4.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lpu9xqm5Kz4OGPRiKy7oUJuUTuUxtcUy { top:4.125rem;left:0rem;width:4.125rem;height:4.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BAVVTKxBXLWAQD25ECbZE8654EuGkMb4 { top:8.5rem;left:0rem;width:4.125rem;height:4.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wJ4TTRT3fU4VeoAnZP1WcyqtnzaAWoHA { top:4.125rem;left:43.125rem;width:4.125rem;height:4.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #aQG48SsyQAspiJIN7esxHIz1NsKT5fa3 { top:8.5rem;left:43.125rem;width:4.125rem;height:4.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lVdXLbDOcEPsOwGNkRSO193zNuNTaCCV { top:12.875rem;left:0rem;width:4.125rem;height:4.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TxItLRrtU0uis508gOe7nRbgE7pqEN1o { top:12.875rem;left:0rem;width:4.125rem;height:4.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #K5puKIpF0elVXAMU2mfq037nhJ4Skngf { top:12.875rem;left:0rem;width:4.125rem;height:4.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PrLodWaKblpqMVw9qFvC0MSuR6ec3a5T { top:12.875rem;left:0rem;width:4.125rem;height:4.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vt2CRc7CrDGOVrvPvvUEROCrzTWNJ8xf { top:12.875rem;left:43.125rem;width:4.125rem;height:4.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gZOTK0Tyh3gKfGfWPD09q4ZGpOp9qa06 { top:17.25rem;left:3.875rem;width:4.0625rem;height:4.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #cgRSqd7THrQCgnPAIgGgHZF8qgpQE1Zf { top:17.25rem;left:0rem;width:4.0625rem;height:4.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #kdWK0ypDNV2uIa1iF6Q3oxpCBhrsKVXJ { top:17.25rem;left:0rem;width:4.0625rem;height:4.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #tGhzuBMvt06uNvOSrH6mSUBbybrNOSmI { top:17.25rem;left:0rem;width:4.0625rem;height:4.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fK0DtGXvLxW79TPRPiFkum7Ufr4lFcp6 { top:17.25rem;left:0rem;width:4.0625rem;height:4.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #LywRMUdGfbTBbwN2EtTxPMlwwDskFgXx { top:17.25rem;left:43.1875rem;width:4.0625rem;height:4.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #sZrEhMvGa4ydWCCtIGcHlcnxswoOT8AS { top:17.25rem;left:43.1875rem;width:4.0625rem;height:4.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qtW6ZEax2DT19u7guZbU1TC1gs3blEBn { top:17.25rem;left:43.1875rem;width:4.0625rem;height:4.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WKtsKHTDClL7wJ2PmnO3O2Ky4hZMDtFo { top:17.25rem;left:38.875rem;width:4.0625rem;height:4.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #OuNcflM4NezD2Tr2JeplHbgo1yO159f0 { top:17.25rem;left:34.5rem;width:4.0625rem;height:4.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qLHrUHezn9nRAQBOiqC79wXrwUbwytaq { top:17.25rem;left:30.125rem;width:4.0625rem;height:4.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #OUTiltP3QZ68vwIbEEVD4XtL02NvcXur { top:17.25rem;left:25.75rem;width:4.0625rem;height:4.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #uDDKW9XLpZHoDkB8iiCO3Pk9ulrEpSPa { top:17.25rem;left:21.375rem;width:4.0625rem;height:4.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #iqz3GVvu9gOpbsAE8HTBgZq40wKt9IxC { top:17.25rem;left:17rem;width:4.0625rem;height:4.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #BRllBRw98WOiLPUfNFrTiHXePIXi6xFg { top:17.25rem;left:12.625rem;width:4.0625rem;height:4.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #uwWgDpouctwVupynJDtu3vLfz8K6hgL0 { top:17.25rem;left:8.25rem;width:4.0625rem;height:4.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #nnBZ8Nr0LzosGWPA4QKtCT6xL9QxXRN2 { top:4.125rem;left:3.875rem;width:4.125rem;height:4.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WGvgCIBQULH8vMt4T4AOfR6nhGLvwPBz { top:8.5rem;left:3.875rem;width:4.125rem;height:4.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pdwX8ewbgEbhvizIDv21gC7Qx5y2rNwJ { top:12.875rem;left:3.875rem;width:4.125rem;height:4.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #k3TK3WOsB2Hqtt09T5nyZZbzk8Hd9XKL { top:17.25rem;left:43.1875rem;width:4.0625rem;height:4.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #T8mvGwuFgVv3dBBdWm2ZDX8G88d7ri8f { top:3.875rem;left:21.6875rem;width:9.5625rem;height:2.75rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ufyf5TT9hTnFXToio9vRrDZeCTS4ayC0 { top:9.5rem;left:12.625rem;width:19.375rem;height:3.5625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #tEoVkuqHgCngkriTmTJt0Lf6FJIv5Adr { top:4.125rem;left:12.625rem;width:7.4375rem;height:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #JIINvV5VR1gPyWcNdBvry08hIPLex5IW { top:0rem;left:43.125rem;width:4.125rem;height:4.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #aLBTfgr21cZsVfV6oJTxwiEaQcZc8BTu { top:0rem;left:0rem;width:4.125rem;height:4.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TVC2S22RPV4aViNnogsIsdIl2yTviUGm { top:0rem;left:0rem;width:4.125rem;height:4.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mfD1dS2FetsrSIV0Jo7DVnQJ3dctrPH4 { top:0rem;left:0rem;width:4.125rem;height:4.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pIllHTvFX1v8SD3RDw9S7pBFOvIIm12x { top:0rem;left:0rem;width:4.125rem;height:4.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vwMuFcnTDewT78eATsFTdTSOSSh0neBa { top:0rem;left:3.875rem;width:4.125rem;height:4.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rg12b1T4rqSDn6mUUvSI00OrOA34LuZR { top:9.5rem;left:28.375rem;width:19.375rem;height:3.5625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #oQeOMTD1boDvP24xUTEfh3wDXx9fMzxp { top:26.25rem;left:0rem;width:4.125rem;height:4.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #BsNxq4J7QxXEAoTahKQneVFgzmK4oage { top:26.25rem;left:0rem;width:4.125rem;height:4.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #pqprnvFl8XmHnf65qM98kegemSxoBMPt { top:26.25rem;left:0rem;width:4.125rem;height:4.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #kJ5qNE2sRkM8lkvlC8Z2ZKReCsvkydFK { top:26.25rem;left:0rem;width:4.125rem;height:4.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #rx3B6pN45EbF8WkNWHLWWgtimaVynvqL { top:26.25rem;left:0rem;width:4.125rem;height:4.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #ykwqfQKIU6G8ZaMdBTnL3SUDQqEMnKGR { top:26.25rem;left:0rem;width:4.125rem;height:4.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #d5aOUwKiSd0hg51hFJ2oOogpIsuTEGkl { top:26.25rem;left:0rem;width:4.125rem;height:4.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #WpLh0CqKit3eXXEszvWfD6CrI6xMar2e { top:26.25rem;left:0rem;width:4.125rem;height:4.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #TPEv3kv3sxJbxm81p7gwqt6weeGd9IAz { top:26.25rem;left:0rem;width:4.125rem;height:4.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #ZpUDn8Kbxwt10VnegicMNBorMhC19kNW { top:26.25rem;left:0rem;width:4.125rem;height:4.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #vCp8idvmkO86iIHz0speBi2nU0hLbU9f { top:26.25rem;left:0rem;width:4.125rem;height:4.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #Sdg03mMwr310BLq0xcNZeTStPHNGNPIe { top:26.25rem;left:0rem;width:4.125rem;height:4.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #u8ubpiNBADPo4r5KyNVwa8S8yrwLEqFy { top:26.25rem;left:0rem;width:4.125rem;height:4.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #Etd3z8dHzkCpFBZg1wps87P1q0hBLiOo { top:26.25rem;left:0rem;width:4.125rem;height:4.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #hkV5hrWWmSGpik9dpnyx0eW2xUvcJRr8 { top:26.25rem;left:0rem;width:4.125rem;height:4.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #rUPeucwVzFMfLqTnihuNcVE3BOfpDsPd { top:26.25rem;left:0rem;width:4.125rem;height:4.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #F148TUhnELzQB6AgxN5s0rl8fSC1gbwz { top:26.25rem;left:0rem;width:4.125rem;height:4.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #wOr0KplSIZIVkTILgb2DpbZLLmMvJvcx { top:26.25rem;left:0rem;width:4.125rem;height:4.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #xk1PL15JVuHZat171SeR3ck95w9hUBtU { top:26.25rem;left:0rem;width:4.125rem;height:4.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #xwTP3rAobPUTIcfHerILRazM4Oxv57Lg { top:26.25rem;left:0rem;width:4.125rem;height:4.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #UrTvHoiiPTUagOZeop7RpnP7abrGdnXH { top:26.25rem;left:0rem;width:4.125rem;height:4.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #W24sWtCwgJ63InNPJDp000uV4M7VCWJP { top:26.25rem;left:0rem;width:4.125rem;height:4.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #CeVLXDrNsPJquheA0fnLE5pzaV8GPfxL { top:26.25rem;left:0rem;width:4.125rem;height:4.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #cLv9HoX9fBzUd5hTKpV9AlE9aDLX8tH2 { top:26.25rem;left:0rem;width:4.125rem;height:4.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #gh4C8x7KhuRTt39sigRqw52JpSxSiJ1p { top:26.25rem;left:0rem;width:4.125rem;height:4.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #gk3WD6lsdJS5GNkuJ7yKJdXbbQC3lvA6 { top:26.25rem;left:0rem;width:4.125rem;height:4.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #z1nwkLHeOvJb3fnIrP4Mo5Er9HRGH0GJ { top:26.25rem;left:0rem;width:4.125rem;height:4.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #STUoscI5QOfbMvH4kOTxwQa68yQOOeVL { top:26.25rem;left:0rem;width:4.125rem;height:4.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #l8G24Bq59nrRd3z0RtyLLDEHhgmtQqkF { top:26.25rem;left:0rem;width:4.125rem;height:4.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #GqQgpfEdQEOJ2xDPOJTWiO76kMT1ZkQH { top:26.25rem;left:0rem;width:4.125rem;height:4.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #f4QVxkh0SmJcJ8TbKAMxkeVJtkPZzdb5 { top:26.25rem;left:0rem;width:4.125rem;height:4.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #duqd1uLvq2e026as7TSU64CIBrTEvLpv { display:block; }#duqd1uLvq2e026as7TSU64CIBrTEvLpv > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zbgMkDXHXdZIvNWPDuDmr6V62xiT0vF0 { top:4.0625rem;left:43.125rem;width:4.125rem;height:4.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VbzLcNakeuCTIZnuH2IrpTyIx3PaSAwH { top:4.0625rem;left:43.125rem;width:4.125rem;height:4.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pq6TnEhVJL5F1vqDWqCe03ZVBKoDx5tL { top:8.4375rem;left:43.125rem;width:4.125rem;height:4.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bKIQGbk9T9kWKpm9RtTPzl5C9s28Nshb { top:8.4375rem;left:43.125rem;width:4.125rem;height:4.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VAV7Bd1leUq9WzWX8ToorHlCqJ3wlzlX { top:8.4375rem;left:43.125rem;width:4.125rem;height:4.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WEPiUshCJl1TSaGTl6POslFyZCRPOXTT { top:4.0625rem;left:38.875rem;width:4.125rem;height:4.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CoSqE3oxB0PXpF8rUpsCaW1EvQyhOVTH { top:8.4375rem;left:38.875rem;width:4.125rem;height:4.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DqPEmHQfJB7gQAOHbwsU7PFIFt4zehP5 { top:4.0625rem;left:0rem;width:4.125rem;height:4.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #w9RRatcTaJkTuiJQ5ViXVkBnLfMnueT8 { top:8.4375rem;left:0rem;width:4.125rem;height:4.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vCnnTwa53AWEBsbRmqZJJEqwvDF22Q1y { top:12.8125rem;left:43.125rem;width:4.125rem;height:4.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ci8AKVkUyDItdV0PLnUVZMFduVV3cFS7 { top:12.8125rem;left:43.125rem;width:4.125rem;height:4.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WeTFHZbxX3c0aNdwlATvHQ1TiWXHC9BM { top:12.8125rem;left:43.125rem;width:4.125rem;height:4.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NAmtclZdtUE89yBx5NsA6kRzeTQTaip5 { top:12.8125rem;left:38.875rem;width:4.125rem;height:4.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dvuFmiUDlhI159soiBTh6WVJrA1VSr5X { top:12.8125rem;left:0rem;width:4.125rem;height:4.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #eqTrdWMD8GEpGoczoLF4ZrHZHfbBszd1 { top:17.1875rem;left:3.875rem;width:4.125rem;height:4.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #h5gxKZin4hMOyy38kLIyzGVHxPpI4fHv { top:17.1875rem;left:0rem;width:4.125rem;height:4.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tbZBnI2FMtp6eQTTImH0e6EXXQT2yXOP { top:17.1875rem;left:0rem;width:4.125rem;height:4.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #IRVrw6t4ewJcNNxv7Z9dwfhwspPnUiub { top:17.1875rem;left:0rem;width:4.125rem;height:4.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #uyeeE8E16oL7MQhbUx3APZv8ncdwi0H0 { top:17.1875rem;left:0rem;width:4.125rem;height:4.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xFggvnKk5S3XcTGxOa1mdQ2SDm5ChMBM { top:17.1875rem;left:43.125rem;width:4.125rem;height:4.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bwQHyyOLcLefpMeCOcAUmzXFvQkkDlTg { top:17.1875rem;left:43.125rem;width:4.125rem;height:4.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RWCqU83LSTTMaxE09B2fBTHTskpIED2f { top:17.1875rem;left:43.125rem;width:4.125rem;height:4.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XBoPEgWUSLiNQp3Bo11e2FbPRyOv5Uzp { top:17.1875rem;left:38.875rem;width:4.125rem;height:4.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QI75rtQ72JXLQyNAU9Us7xBdaXLKEWWT { top:17.1875rem;left:34.5rem;width:4.125rem;height:4.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TQ1C4mTresKlh65n8hSeJWrSWAMSuRx8 { top:17.1875rem;left:30.125rem;width:4.125rem;height:4.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #f67n1PQFiVutBcip4Q5xWr8uH2zV0C8N { top:17.1875rem;left:25.75rem;width:4.125rem;height:4.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #c1viqSgkiUwo0rDGmJ7q82p07KtZLLhe { top:17.1875rem;left:21.375rem;width:4.125rem;height:4.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fot1XXIh5hnM4TPSa3fx00Aqmvkzx870 { top:17.1875rem;left:17rem;width:4.125rem;height:4.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #EXX84LU6h9DRa4nSL0AChMdloM3TQV0q { top:17.1875rem;left:12.625rem;width:4.125rem;height:4.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #erL2XNUmLaEg4U3e0R0g1KCo3iJCUVgF { top:17.1875rem;left:8.25rem;width:4.125rem;height:4.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zvlggmM5BwSSRqJxJsXWe7bacdOSaEm3 { top:4.0625rem;left:43.125rem;width:4.125rem;height:4.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vKdlEBZ7vW2qwkZnFhnu3a6RNJmvX256 { top:8.4375rem;left:43.125rem;width:4.125rem;height:4.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z9aGapu2tQ9rphTsilMBou81rgpBwEQi { top:12.8125rem;left:43.125rem;width:4.125rem;height:4.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rCSMVZ1GaEn63aDRItb2OrbmTZTt610U { top:17.1875rem;left:43.125rem;width:4.125rem;height:4.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QXNDJ3TLaD6NgvZIR6Qxklnzzlxn4a0V { top:3.75rem;left:12.9375rem;width:8.6875rem;height:2.75rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kZib43R1QyVi3CFMovUNLCQpkQLd2tL6 { top:4.0625rem;left:0rem;width:16.75rem;height:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #oLHFKrRcQPfrehshV0rcKc8TlVuS3r6e { top:4.0625rem;left:43.125rem;width:4.125rem;height:4.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mmq1L20ogzXdWc7rK5aB69dTuOt4wzt9 { top:0rem;left:0rem;width:4.125rem;height:4.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ffkSma5LQqNdngIaaSKRLSVxDTRtP8Lf { top:0rem;left:38.875rem;width:4.125rem;height:4.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FPh8mZ6H0Ceb8bHBSn0q4SnVKbQipxcw { top:0rem;left:43.125rem;width:4.125rem;height:4.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ve8q23t82qJiNxE38UWWRIBOD4b1sBxT { top:0rem;left:43.125rem;width:4.125rem;height:4.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dmTcBsoae9rWlnMU7diLMq40ypaIG0XQ { top:0rem;left:43.125rem;width:4.125rem;height:4.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cmQDoIO55BPKqhr4xVSbN3neER5k1yFP { top:0rem;left:43.125rem;width:4.125rem;height:4.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MzN0TBfLuxIpyxkLVSELbCk8RwbT8CdS { top:8.875rem;left:0rem;width:19.375rem;height:3.5625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ENT0lDA6nsJy8fiuBdyn6UpPDFP3Kr46 { top:26.25rem;left:0rem;width:4.125rem;height:4.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #G3STKBDDNsrAw8WkDg0FxFQvS81J9upQ { top:26.25rem;left:0rem;width:4.125rem;height:4.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #t3JgaJQHfIAEaDc1MyuKTC7q4blZTcRN { top:26.25rem;left:0rem;width:4.125rem;height:4.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #QcBT26Fiw6MxzxiVTrLL0lKtTZOXTzpi { top:26.25rem;left:0rem;width:4.125rem;height:4.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #Awp7odXKqsXhFCRXicC0QdTvI17cSMbl { top:26.25rem;left:0rem;width:4.125rem;height:4.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #Fiyn9QTy2qZ67K02RLT4gzRRsTWQaKbM { top:26.25rem;left:0rem;width:4.125rem;height:4.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #rpvCeF8TUzBiEmlvvaKJKrP1TTaM4qBR { top:26.25rem;left:0rem;width:4.125rem;height:4.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #sSTCnwx2mIm2wksMos6w7MFbQOzLEubC { top:26.25rem;left:0rem;width:4.125rem;height:4.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #Rdm59c6aVUQgWRc6rXTETqhiKbWeHDNK { top:26.25rem;left:0rem;width:4.125rem;height:4.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #CaJ3462DncaEWbM75wffeXVMfbnQoafs { top:26.25rem;left:0rem;width:4.125rem;height:4.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #VytFf2Vw5MB7VoNtuS60om5O1cm1uMDM { top:26.25rem;left:0rem;width:4.125rem;height:4.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #qcfZMkIIElpa1xEBWAy90lDxKfop0NG2 { top:26.25rem;left:0rem;width:4.125rem;height:4.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #a0aVPyadux3iNgRcMfBmaBKx0Zqn7PRI { top:26.25rem;left:0rem;width:4.125rem;height:4.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #ueB0Xe8JcF70Z3VG7ENv1hMQMFpSpNkT { top:26.25rem;left:0rem;width:4.125rem;height:4.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #BzduJIpu7sL4hTP25pJ7osJLgnklOi0z { top:26.25rem;left:0rem;width:4.125rem;height:4.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #GqpPNwe7DExqf1OhWgbKaLCnFVJlHeK6 { top:26.25rem;left:0rem;width:4.125rem;height:4.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #whMcmIILTPztEmVqFEGrqNPfNUrVA6Ty { top:26.25rem;left:0rem;width:4.125rem;height:4.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #LtV3taHmaC3dyW8rkeyz67Cm9BTK0lZJ { top:26.25rem;left:0rem;width:4.125rem;height:4.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #UPs5GvOBJxwnJr4R9L1QLLzIP4HGJDu0 { top:26.25rem;left:0rem;width:4.125rem;height:4.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #oSgK23ZXZG1GMQJ8nvUGBx54KdBXoSwT { top:26.25rem;left:0rem;width:4.125rem;height:4.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #l5Wu6IrExDUfDNybpS3DdiTV9P8ADdyi { top:26.25rem;left:0rem;width:4.125rem;height:4.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #LFnlQXMtPnmDUTwti3bLKM7WxUeFvMwy { top:26.25rem;left:0rem;width:4.125rem;height:4.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #ZUEyo8tH6BIaRhFlpspAKiryn8SLbs3J { top:26.25rem;left:0rem;width:4.125rem;height:4.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #U3TGCVHlIBUgQH7EGcvaMgQCEv3JV8tO { top:26.25rem;left:0rem;width:4.125rem;height:4.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #zlz3WqFft6RicdtZHOV7O3VqBa7uSLn6 { top:26.25rem;left:0rem;width:4.125rem;height:4.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #Nxosta2HuZprgDthnFcMkQasFqLF1PRV { top:26.25rem;left:0rem;width:4.125rem;height:4.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #IuRWcvSBrDJgxxvw5gUPIZbFhbovub4x { top:26.25rem;left:0rem;width:4.125rem;height:4.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #LbL90OQuH9UI32ACruplr5kgraGAzdET { top:26.25rem;left:0rem;width:4.125rem;height:4.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #ABm5RcGymIw18MlPXPB3u14bJUToGUHu { top:26.25rem;left:0rem;width:4.125rem;height:4.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #iS2sFVmSSkpnI9OPqlEoRPZug8f5ua6i { top:26.25rem;left:0rem;width:4.125rem;height:4.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #e4C4aga0yuOmCnsPE6G1rvrfELVv0sda { top:26.25rem;left:0rem;width:4.125rem;height:4.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #LmrW3kZ9VTVrncDNWcpp5ePV93iKyr71 { display:block; }#LmrW3kZ9VTVrncDNWcpp5ePV93iKyr71 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QysmRv0abN8zurGrIT6BgJA2FSm63Ho7 { top:5.9375rem;left:30.4375rem;width:17.3125rem;height:1.375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rNltWSGCMJH4bG8EhQZkZSm6UX2pum0c { top:5.875rem;left:39.125rem;width:1.6875rem;height:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xcqxPwTdzAyZBZHTEVQGaXuKNsQoXX8v { top:8.9375rem;left:39.125rem;width:1.6875rem;height:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LZqflTfVdtvSATnb75IeTfG4PBbo2TNa { top:9rem;left:41.1875rem;width:6.5625rem;height:1.375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #bdkx8N60pyxraWANVK4vfoXT0kBTuTxz { top:12.0625rem;left:39.125rem;width:1.6875rem;height:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fI79TZKkSC6a1quTeTzgkMREdABiSMOs { top:12.125rem;left:41.1875rem;width:6.5625rem;height:1.375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hJU1sRHJMpO4T4u1zDmXeUq0uqi0Dikb { top:5.375rem;left:22.1875rem;width:2.9375rem;height:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #UVXRAmuhnPGRRxGcHrBe1keSzo3FgvP8 { top:8.5rem;left:17.4375rem;width:12.5rem;height:2.625rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #FDZNOrg0XqAiqvJGfcd2ZqN5txT8RAu2 { top:12.625rem;left:18.875rem;width:3.25rem;height:0.98083436483437rem;display:block; }
 }@media only screen and (max-width: 763px) { #GiKBrsBlRblUub2DBf7BodnNNN3q5qDt { top:12.375rem;left:18.0625rem;width:4.6875rem;height:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #wGnIMwLaxRcyIpIFNKO0RMziMJVEgM66 { top:16.375rem;left:16.34375rem;width:15.0625rem;height:1rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Hp72IJKSyLgcKlTqWtJVTezJ2rLCSIWQ { top:12.5625rem;left:24rem;width:4.8125rem;height:1.17223134292rem;display:block; }
 }@media only screen and (max-width: 763px) { #T7oCD2KMxALkM3Hl0PNoRSH3TxytnDmn { top:12.375rem;left:23.375rem;width:6.25rem;height:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #fKfbbTXr2qR5PO8T5gKAHksuCTpqVvGN { top:8.5rem;left:0rem;width:5.375rem;height:2.625rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #bahmbZ4XPdQMnUJns9l5PRgo6fLNZe6b { top:8.5rem;left:0.6875rem;width:5.125rem;height:2.625rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #FsZUeB4g7bDCmcRbOlPTrS49Zuczk4yK { top:9.5rem;left:0rem;width:3.5625rem;height:1.375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #E4I0zLfaHxZs5tLXTthVobnveh9UqqFJ { top:9.5rem;left:5.8121452331543rem;width:5rem;height:1.375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #RKG3CuVIZRr4VQet73GZJuCc7T5sCoTV { top:4.75rem;left:0rem;width:3.3125rem;height:3.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #KZ6xLi4rE4Zglr3xCHLOrlT0RDQdEiAS { display:block; }#KZ6xLi4rE4Zglr3xCHLOrlT0RDQdEiAS > .row .container { width:20rem;height:10.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BSr5Te1kgtAK6gWPlKe3LnDUQp7FcZhX { width:2.375rem;height:2.25rem;top:6.1875rem;left:0rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #vM9MI6nViQ9RhAF6hFnNtSSLhwHivbbx { display:block; }
 }@media only screen and (max-width: 763px) { #ruZ2woCeZ2lDJW8aAZKZH8nahrNIo3wT { width:3.9375rem;height:2.25rem;top:6.1875rem;left:3rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #EpxATVrESdq9hRhl9PnFPxdr0ougnV02 { display:block; }
 }@media only screen and (max-width: 763px) { #EdKwdnSwTeBcmFznc8zliFaogTmMWv8d { width:8rem;height:2.25rem;top:6.1875rem;left:7.125rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #uGk8tTvCctJFuP7csammfMnmztezeo16 { display:block; }
 }@media only screen and (max-width: 763px) { #s1qMb7GO6eNFawvtImsDyJ7FWUcQ8pUT { width:4.249825rem;height:2.24964375rem;top:6.3667435646056rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vHmqaUw3hBX2fOg3A55Amx5xzlSkc394 { display:block; }
 }@media only screen and (max-width: 763px) { #rtex4VXOToVMAn2T4N75waX8C87n5ePK { width:15.2499375rem;height:2.1249125rem;top:1.0617897510529rem;left:0rem;overflow:hidden;display:none; }
 }@media only screen and (max-width: 763px) { #zos3kBu0rUgHFZUib6J0LpA6pf7cHpaW { top:1.6170986890793rem;left:0rem;width:14.124625rem;height:2.1249125rem;z-index:15073;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #NxpFysl5KvWH65XWxJqtAW28igJ4NnQa { display:block; }#NxpFysl5KvWH65XWxJqtAW28igJ4NnQa > .row .container { width:20rem;height:7.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UbmfdGGQfznfJ0P1OGdDtqwOTVw93Tf0 { width:4.125rem;height:4.125rem;top:104.6875rem;left:7.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #kDXMyTgQTbZoPkZLgoCQMA6WpVsVavqn { width:4.125rem;height:4.125rem;top:137.44921875rem;left:7.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #iLa3LdHwcStuBxd5zOeKTUvRMN0sOMGF { width:4.125rem;height:4.125rem;top:131.69921875rem;left:7.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #T2f3eu3cNOLebTu01s3IUq8h8NgFFa5n { width:4.125rem;height:4.125rem;top:125.94921875rem;left:7.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #Ztx9DAHUzczV1ztKG54oFpbwMTT32Dl2 { width:4.125rem;height:4.125rem;top:120.19921875rem;left:7.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #nevGhht1PITJ8ge7rio9w7uhH6n136fQ { width:4.125rem;height:4.125rem;top:114.44921875rem;left:7.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #VTocy50p0gZOl043ThyWOosta3rtMagv { width:4.125rem;height:4.125rem;top:143.19921875rem;left:7.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #GKAkpiQkNXaS2aWmwZJwUAwkyeUeDhmv { width:4.125rem;height:4.125rem;top:92.9375rem;left:7.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #VDuOfvFQtqcb9W041RfmJK1fX76DV4Az { width:4.125rem;height:4.125rem;top:87.0625rem;left:7.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #yzhz8aL4L5cSIihLo0F8UR2CV7Eq3iO6 { width:4.125rem;height:4.125rem;top:81.1875rem;left:7.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #tLv2koSo15BhD0OK6kg2GWh0wbIQMu23 { width:4.125rem;height:4.125rem;top:75.3125rem;left:7.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #wqT7zykrwcCeInRlDkQa9JOsebruSVch { width:4.125rem;height:4.125rem;top:69.4375rem;left:7.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #DImtEA88KFIgZtpnSZ11v8LWPTBM1g7B { width:4.125rem;height:4.125rem;top:98.8125rem;left:7.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #wscwdAT0zL4pGeLLOxBxtlhAHHCsSBgG { width:4.125rem;height:4.125rem;top:63.5625rem;left:7.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #OPEJKlM3SakoonTiX2AKNVSw2gHbZWUH { width:4.125rem;height:4.125rem;top:57.6875rem;left:7.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #Jt2wSMZyfcP9sJsLXZSzqvaQIMOrVnDI { width:4.125rem;height:4.125rem;top:51.8125rem;left:7.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #WTJqXNJ5WqhEEmCqPds3Pqh6vRCzEGRt { width:4.125rem;height:4.125rem;top:45.9375rem;left:7.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #De7NToOw9IuXFwuebUrPiwSWgoawoTZ6 { width:4.125rem;height:4.125rem;top:40.0625rem;left:7.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #pJWb5E1BBNRv605cvtbMBdvKxA5Ckuui { width:4.125rem;height:4.125rem;top:34.1875rem;left:7.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #ghmrUyNd6xVOru9oTqOAgOBVzZWzcJ8l { width:4.125rem;height:4.125rem;top:28.3125rem;left:7.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #NvP6dxk4wfbZ6dQapEtXNTXTIRu8Z7Ju { width:4.125rem;height:4.125rem;top:22.4375rem;left:7.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #inbdEGzrRLFHkTMwBMGyZNo7b4IbH8wo { width:4.125rem;height:4.125rem;top:16.5625rem;left:7.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #NTGZbJEfw8KDgsiG5TVA9zCW873BUsBs { width:4.125rem;height:4.125rem;top:10.6875rem;left:7.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #wnZE9cawd8oUVafF5omO5zE4XGU8Ki0O { width:4.125rem;height:4.125rem;top:4.8125rem;left:7.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #EyKBfkhIThSL0VZUhhJwMJ3icvGO0TC8 { width:3.75rem;height:2.25rem;top:0.9375rem;left:11.436700820923rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bv5ohnHQmGxA14MbvTTMsxZaslAOZN0G { display:block; }
 }@media only screen and (max-width: 763px) { #ZZceMzvmqqw2lEHttix62bUG4oK2Amxc { width:2.374825rem;height:2.2492rem;top:0.9375rem;left:8.6866121292112rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #LwVBOGTFfQQOhzw0FhuRRPzEpfaQLMFv { display:block; }
 }@media only screen and (max-width: 763px) { #AKQ2gG83y3iPPlx28rufUX5xoG7Fa8wP { width:4.249825rem;height:2.2492rem;top:0.9375rem;left:4.1245560646057rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #z63TUFuMAb25zCaaq5zwG7KNUWQsBLJm { display:block; }
 }@media only screen and (max-width: 763px) { #Hp3r9hykMwn8KcrzpomFzqhcaKrRSUB0 { width:3.81214375rem;height:2.24964375rem;top:0.9375rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #MogvE0gREzTkKU2GyfwEoil3qNLKCFin { display:block; }
 }@media only screen and (max-width: 763px) { #XRJo7sTLSr0m0d0MHHEMGM68VJvbhNo7 { width:4.5rem;height:2.25rem;top:0.93705558776856rem;left:15.5625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #LKTBSdZXV5g96gUce3GivTTwArPXHTrJ { display:block; }
 }@media only screen and (max-width: 763px) { #aC0XxhNk9FByFBTfKr7k3hLpTIWdfuUO { width:7.7499375rem;height:2.24964375rem;top:3.2497339248658rem;left:0rem;font-size:0.9375rem;color:#30966e;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #pRLdJouqxgTOXeoD7wJnAT1BOg3GMyNC { display:block; }
 }@media only screen and (max-width: 763px) { #dCw7Ks01fGHlSmDmXb1XQUbEFUKN2HD7 { top:0rem;left:0rem;width:20rem;height:0.125rem;z-index:15077;background-color:#9c0735;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:20rem;height:34.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WM0FnMtTDKCVy0tMuwEDgRnmL2N6nuci { width:4.125rem;height:4.125rem;top:1.25rem;left:7.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #uKBtNCG7XG9GGeaXhcPAU4UHeh3g8Vwg { width:4.125rem;height:4.125rem;top:7.125rem;left:7.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #shbt1wvnPyniSWWlNclNR8szHAiN9z1k { width:4.125rem;height:4.125rem;top:18.875rem;left:7.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #HURnJie6mpfn8Xz96AVW8wIKtVyWbL3f { width:4.125rem;height:4.125rem;top:13rem;left:7.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #GaOgZJRrVPHOwyagyIKSI8W5yX5mtlft { width:4.125rem;height:4.125rem;top:42.375rem;left:7.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #wHGKE9eKWzT0u5TKqdRTuG0hEzMKNhXU { width:4.125rem;height:4.125rem;top:36.5rem;left:7.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #ObqTs6nSEHeDEXMfDbxVD26WF61xiGl9 { width:4.125rem;height:4.125rem;top:30.625rem;left:7.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #Dv2u37iP5anxNPPLO1VAr2Tq81MfwBek { width:4.125rem;height:4.125rem;top:24.75rem;left:7.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #IkIThTZlLQAro5QoySBLg2zq1Vt1CzCC { width:4.125rem;height:4.125rem;top:89.375rem;left:7.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #SL4mIVKQu8oSSTf89FEfIne2f3IDWs4K { width:4.125rem;height:4.125rem;top:83.5rem;left:7.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #eInSmbD8Q6fpLdoNF5ytmlNmFbzwo6cH { width:4.125rem;height:4.125rem;top:77.625rem;left:7.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #STLxuvUvTVWKgHGspFR6MZDZz9Li6f3r { width:4.125rem;height:4.125rem;top:71.75rem;left:7.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #T9V2aDgdbf9iMZEw8WZV8GSUXO3BeJ6n { width:4.125rem;height:4.125rem;top:65.875rem;left:7.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #DKlWd3i2PGf4T5wwkoRMAHu8NfKlagh7 { width:4.125rem;height:4.125rem;top:60rem;left:7.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #LLT460AfZK47dII6Zm7aedfILiomqlz4 { width:4.125rem;height:4.125rem;top:54.125rem;left:7.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #DESD45KsK3XqwJC5Rqm1mf6y2WvCG2PT { width:4.125rem;height:4.125rem;top:48.25rem;left:7.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #v8nLCk7B1Si1UZxtTPDkRuNqqDlTEWDx { width:4.125rem;height:4.125rem;top:95.25rem;left:7.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #cwyVEgsChtgt4N6GG1RTVDTyF8HFMZ1O { width:4.125rem;height:4.125rem;top:118.75rem;left:7.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #rkZ9mtCsK0AAJyEUMOrxplRs7Egcn59T { width:4.125rem;height:4.125rem;top:124.625rem;left:7.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #AI9Pg8Bupmm7tKsdJdIep0gg7rgFCeME { width:4.125rem;height:4.125rem;top:112.875rem;left:7.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #x6kfHLmnTa47rDUQDTP4AEmFa8vT1hEx { width:4.125rem;height:4.125rem;top:107rem;left:7.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #HO84yhHBsIVckcW2n8IPOBlzw78A6shy { width:4.125rem;height:4.125rem;top:101.125rem;left:7.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #f5VnTscT7J2oMEk0PsgneM6DiVHnnPTt { width:4.125rem;height:4.125rem;top:154rem;left:7.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #sk3VqttH2O8XITlXVhmlZdslIzV3zyJU { width:4.125rem;height:4.125rem;top:159.875rem;left:7.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #ud3ALIktCqyHsxwsWw41vqPhx3ipyNuZ { width:4.125rem;height:4.125rem;top:148.125rem;left:7.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #drc0ZqtikB4TVSxoKCtqA8cG9Vm1T4q2 { width:4.125rem;height:4.125rem;top:196.94921875rem;left:7.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #uknnWoIovvkAwkrHZFd4inVpftwfHWZd { width:4.125rem;height:4.125rem;top:202.82421875rem;left:7.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #MkA4seCzT18kIH2RHErrwqQUDyazkbee { width:4.125rem;height:4.125rem;top:191.07421875rem;left:7.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #s54u8sNAZ4pFRnGxS7mqBZgZ1GWTbO60 { width:4.125rem;height:4.125rem;top:142.25rem;left:7.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #JTgNgdODprHg60lmpxMZ8rGrVdp39Zqa { width:4.125rem;height:4.125rem;top:185.19921875rem;left:7.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #SVJWORRHmMLVNhm4WF16m4ZwVqJQIbym { width:4.125rem;height:4.125rem;top:136.375rem;left:7.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #SfhHWvOqySoaX7Xqm7TmuTkWMAxPuBhf { width:4.125rem;height:4.125rem;top:179.32421875rem;left:7.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #gGt8mB6bNH12tQlK6v6vxsVufnOUtt8o { width:4.125rem;height:4.125rem;top:232.19921875rem;left:7.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #pUTQfJaQciOHg855o2S525Coolslrcgz { width:4.125rem;height:4.125rem;top:238.07421875rem;left:7.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #Ne7GGLJQVMOnD5FrogIE6vGIkUUzr2yZ { width:4.125rem;height:4.125rem;top:226.32421875rem;left:7.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #NHTNTmNXNqHRtkvixmPguzfxrlJ0kfTb { width:4.125rem;height:4.125rem;top:267.44921875rem;left:7.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #TTBye12Ho5QCLQgkpaDcebDUk6RoNmwz { width:4.125rem;height:4.125rem;top:273.32421875rem;left:7.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #nKcD4x4T6VRPEsGT63Q8qNoOLGOx2hcI { width:4.125rem;height:4.125rem;top:261.57421875rem;left:7.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #WTFrBsLER2UPdRORFl2612SxpeGFq3bW { width:4.125rem;height:4.125rem;top:220.44921875rem;left:7.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #UXry0Pfl6t7fClFt6syOLaZCFhby4Q4C { width:4.125rem;height:4.125rem;top:255.69921875rem;left:7.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #b9aZuEVgTHXdtsFbTqmyk2zA9ewzEuG5 { width:4.125rem;height:4.125rem;top:214.57421875rem;left:7.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #PNccUt1mb9fuCeh0yfKD8Tio9ee8gfSW { width:4.125rem;height:4.125rem;top:249.82421875rem;left:7.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #gguPBCfmau85zXRKtSTSlVUqfM9yxLzo { width:4.125rem;height:4.125rem;top:308.57421875rem;left:7.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #EZAh4k5L5kSeiDhsGSKA7PFCrMPZqpWn { width:4.125rem;height:4.125rem;top:302.69921875rem;left:7.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #RUiHa5p9RR0HXfof5evhUaB7i17wf99D { width:4.125rem;height:4.125rem;top:296.82421875rem;left:7.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #UQP35Bzq6WPyaDOBgUHiJxp20Df5Rxb8 { width:4.125rem;height:4.125rem;top:337.94921875rem;left:7.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #VyWkak4TqyMT6OXwLfd9O9opNZT9g7Qp { width:4.125rem;height:4.125rem;top:343.82421875rem;left:7.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #SH3fuyHDN98DzVvfPrzVKgiW4lcNiA1i { width:4.125rem;height:4.125rem;top:332.07421875rem;left:7.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #v5MisCP9wtfc6KX6AJtLQ6DfSbHuGecR { width:4.125rem;height:4.125rem;top:290.94921875rem;left:7.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #N5B1zPbqMIiWXHgfdssOapJiHrwmldR2 { width:4.125rem;height:4.125rem;top:326.19921875rem;left:7.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #ebZvANLX3GNaxoJHBCKBhVNpHrnN9qJa { width:4.125rem;height:4.125rem;top:285.07421875rem;left:7.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #oNaSNq0qLbhbUtDhv3yfW8txTz4L2qxq { width:4.125rem;height:4.125rem;top:320.32421875rem;left:7.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #JhPTKFwVdyFMvrGQ371d7gyFtVKQA227 { width:4.125rem;height:4.125rem;top:403.79834375rem;left:7.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #bOWGgxdS6nNqGawlCOdTR2TvOn6M1RRb { width:4.125rem;height:4.125rem;top:397.92334375rem;left:7.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #h81SFsut7d24Af5qCOVExlQsWVWAPT48 { width:4.125rem;height:4.125rem;top:392.04834375rem;left:7.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #vr7VDF7wf1SS4qH0BFT1AWlZTyyXT9eO { width:4.125rem;height:4.125rem;top:386.17334375rem;left:7.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #UT3lwybQZkLUJ9zB5yShUPoCdPnRbXR3 { width:4.125rem;height:4.125rem;top:380.29834375rem;left:7.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #IeDkS3e8R5ryerF0UmLP7vTmdM6B4nze { width:4.125rem;height:4.125rem;top:468.42334375rem;left:7.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #P1K4D4KUXqQfpBwVaHdMeAB185IN46Vs { width:4.125rem;height:4.125rem;top:462.54834375rem;left:7.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #rcbvL4xErov02yuA6N04E98ZSpFP4mKq { width:4.125rem;height:4.125rem;top:456.67334375rem;left:7.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #rzxzEsH5w4hG6NB567VfHmJf9rNO971f { width:4.125rem;height:4.125rem;top:450.79834375rem;left:7.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #h0W27LhkOx0uLkmdmZ9igUwpVsUxmxLI { width:4.125rem;height:4.125rem;top:444.92334375rem;left:7.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #mhExCc0dtPc42mpCrIQVIuiHIOGH3bsz { width:4.125rem;height:4.125rem;top:439.04834375rem;left:7.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #nVOGaFNIppcegPdOVZoGnb2yDznqFBFg { width:4.125rem;height:4.125rem;top:433.17334375rem;left:7.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #RTI8fbt1oJMQSt7L8Tf27OT9w6h2McgT { width:4.125rem;height:4.125rem;top:427.29834375rem;left:7.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #pWqMreHsuomz8DE5K54CGLvqOeq4l6kG { width:4.125rem;height:4.125rem;top:421.42334375rem;left:7.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #cSbvW8UGqQdHIcCL9zds9NFsWXUN9bed { width:4.125rem;height:4.125rem;top:415.54834375rem;left:7.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #TFWcbJfquPVPcDMgvombXxMyc62iOTi1 { width:4.125rem;height:4.125rem;top:409.67334375rem;left:7.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #nOxMlWhLCTfveC5R9tCQ5z8k3o7rtQw0 { width:4.125rem;height:4.125rem;top:130.5rem;left:7.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #DK6XJr2wsWHN0U02hFdl4gTMSxEEhOE8 { width:4.125rem;height:4.125rem;top:173.44921875rem;left:7.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #oJ2TSdmUHogcMkktJ59v3C8RgGbmziom { width:4.125rem;height:4.125rem;top:208.69921875rem;left:7.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #lsU624JMhJptrhyDnzwCpARprF0EQ4Ob { width:4.125rem;height:4.125rem;top:243.94921875rem;left:7.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #LbElvemJS9Q25b4OaRMBm14IZfBkWLoU { width:4.125rem;height:4.125rem;top:279.19921875rem;left:7.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #MGeyST19XabNVRN1fFsI280daxQn87od { width:4.125rem;height:4.125rem;top:314.44921875rem;left:7.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #mF8NAVp1kdhPEpRKp6TEaiPO6KtPycbp { width:4.125rem;height:4.125rem;top:374.42334375rem;left:7.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #w0uG51sfT8BTHoaRZNSg4xS87SFdWP0d { width:4.125rem;height:4.125rem;top:474.29834375rem;left:7.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #F4Z88mMBN4QbyWoZDB7HJEVzZt3OW2P8 { width:10.25rem;height:2rem;top:2.875rem;left:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #tAAvZ8Je8x7n0x8JHws6AJQu65r1xK30 { width:10.0625rem;height:1.21875rem;top:5.25rem;left:3.0625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vcHDLuH78RoKDeUikbAHusfqSZ5ZzKmD { width:20rem;height:19.49573125rem;top:11.312145233154rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #w2IB2UimwtwMXZWl3Ks4Ai6sO4xCBt6c { width:4.125rem;height:4.125rem;top:118.75rem;left:7.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #yEtis08Feebqv05BPNUseT4bUb9XlL7C { width:4.125rem;height:4.125rem;top:124.625rem;left:7.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #PwSzrsJSJ6xHTMFmTyvIgnq1T40RJF28 { width:4.125rem;height:4.125rem;top:112.875rem;left:7.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #pPS7ZJPCbsGIgs7Mg3xuTQLzd9ZpqTuV { width:4.125rem;height:4.125rem;top:107rem;left:7.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #SvW2LGA5m2gP9thaNRJu3R1t9KPelGox { width:4.125rem;height:4.125rem;top:130.5rem;left:7.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #JRxNz9eoG6UgovuQDqsak6wRcpI0eoPQ { width:4.125rem;height:4.125rem;top:101.125rem;left:7.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #PWNJFLZ1pD8gyutCFGGg5ZFSboIADVlt { width:1.625rem;height:1.625rem;top:0rem;left:0rem;z-index:15037;border-top:0.1875rem solid #9c0735;border-left:0.1875rem solid #9c0735;border-right:0.1875rem solid #9c0735;border-bottom:0.1875rem solid #9c0735;display:block; }
 }@media only screen and (max-width: 763px) { #GhdLeEwDGe3Du0iyIQfSHD8vbKXcGIMc { width:1.625rem;height:1.625rem;top:0rem;left:1.8125rem;z-index:15038;border-top:0.1875rem solid #9c0735;border-left:0.1875rem solid #9c0735;border-right:0.1875rem solid #9c0735;border-bottom:0.1875rem solid #9c0735;display:block; }
 }@media only screen and (max-width: 763px) { #gCXHPsA2rcfEIzduNTAsR9LOtywSuC1o { width:1.625rem;height:1.625rem;top:0rem;left:5.4375rem;z-index:15040;border-top:0.1875rem solid #9c0735;border-left:0.1875rem solid #9c0735;border-right:0.1875rem solid #9c0735;border-bottom:0.1875rem solid #9c0735;display:block; }
 }@media only screen and (max-width: 763px) { #Lr1QNr1FoFHtERViIMlHr3ktX0aq20So { width:1.625rem;height:1.625rem;top:0rem;left:3.625rem;z-index:15039;border-top:0.1875rem solid #9c0735;border-left:0.1875rem solid #9c0735;border-right:0.1875rem solid #9c0735;border-bottom:0.1875rem solid #9c0735;display:block; }
 }@media only screen and (max-width: 763px) { #La00aMSRaPrIiALzUWAUR2c7ngbGzDzT { width:1.625rem;height:1.625rem;top:0rem;left:7.25rem;z-index:15041;border-top:0.1875rem solid #9c0735;border-left:0.1875rem solid #9c0735;border-right:0.1875rem solid #9c0735;border-bottom:0.1875rem solid #9c0735;display:block; }
 }@media only screen and (max-width: 763px) { #BuJc7PZcqQTo4OeGnmF3B4Wb1Iga4auS { width:1.625rem;height:1.625rem;top:0rem;left:9.1875rem;z-index:15042;border-top:0.1875rem solid #9c0735;border-left:0;border-right:0.1875rem solid #9c0735;border-bottom:0.1875rem solid #9c0735;display:block; }
 }@media only screen and (max-width: 763px) { #dl7hINsui8VXTknCSqgmn7w8TOTqMcyR { width:1.625rem;height:1.625rem;top:0rem;left:12.5625rem;z-index:15044;border-top:0.1875rem solid #9c0735;border-left:0.1875rem solid #9c0735;border-right:0.1875rem solid #9c0735;border-bottom:0.1875rem solid #9c0735;display:block; }
 }@media only screen and (max-width: 763px) { #sImsqTxgcS5ke8PxXZQSklWudrLfVKZe { width:1.625rem;height:1.625rem;top:0rem;left:10.9375rem;z-index:15043;border-top:0.1875rem solid #9c0735;border-left:0;border-right:0.1875rem solid #9c0735;border-bottom:0.1875rem solid #9c0735;display:block; }
 }@media only screen and (max-width: 763px) { #bsSFzV2yRertQIV679PFFGAhi2UrZC7Z { width:1.625rem;height:1.625rem;top:0rem;left:14.375rem;z-index:15045;border-top:0.1875rem solid #9c0735;border-left:0.1875rem solid #9c0735;border-right:0.1875rem solid #9c0735;border-bottom:0.1875rem solid #9c0735;display:block; }
 }@media only screen and (max-width: 763px) { #quOoJhCrZkNtE33PQ6DXC4yBtxzXgiTp { width:1.625rem;height:1.625rem;top:0rem;left:16.1875rem;z-index:15046;border-top:0.1875rem solid #9c0735;border-left:0.1875rem solid #9c0735;border-right:0.1875rem solid #9c0735;border-bottom:0.1875rem solid #9c0735;display:block; }
 }@media only screen and (max-width: 763px) { #dNHmcUOmRUWoCiHiU0KPZMWlZDPFdvcJ { width:1.625rem;height:1.625rem;top:0rem;left:18rem;z-index:15047;border-top:0.1875rem solid #9c0735;border-left:0.1875rem solid #9c0735;border-right:0.1875rem solid #9c0735;border-bottom:0.1875rem solid #9c0735;display:block; }
 }@media only screen and (max-width: 763px) { #hSqlSBPv849Tk9nAy8wlIUyW9GWaCKR5 { width:1.625rem;height:1.625rem;top:1.8125rem;left:0rem;z-index:15038;border-top:0.1875rem solid #9c0735;border-left:0.1875rem solid #9c0735;border-right:0.1875rem solid #9c0735;border-bottom:0.1875rem solid #9c0735;display:block; }
 }@media only screen and (max-width: 763px) { #pTyvt8OAllyWfftLmDJN5JxsXxgUdIZM { width:1.625rem;height:1.625rem;top:3.625rem;left:0rem;z-index:15039;border-top:0.1875rem solid #9c0735;border-left:0.1875rem solid #9c0735;border-right:0.1875rem solid #9c0735;border-bottom:0.1875rem solid #9c0735;display:block; }
 }@media only screen and (max-width: 763px) { #Dasbf7zqtt2o6rtgyV7Jlwm7O4y1OIIA { width:1.625rem;height:1.625rem;top:7.25rem;left:0rem;z-index:15041;border-top:0.1875rem solid #9c0735;border-left:0.1875rem solid #9c0735;border-right:0.1875rem solid #9c0735;border-bottom:0.1875rem solid #9c0735;display:block; }
 }@media only screen and (max-width: 763px) { #JwGw4QrmC62frt6sP8VdDQP5O7VRrCy5 { width:1.625rem;height:1.625rem;top:5.4375rem;left:0rem;z-index:15040;border-top:0.1875rem solid #9c0735;border-left:0.1875rem solid #9c0735;border-right:0.1875rem solid #9c0735;border-bottom:0.1875rem solid #9c0735;display:block; }
 }@media only screen and (max-width: 763px) { #VsEzPT10iuVknKrywFGrGkudw7AKG597 { width:1.625rem;height:1.625rem;top:7.25rem;left:12.5625rem;z-index:15054;border-top:0.1875rem solid #9c0735;border-left:0.1875rem solid #9c0735;border-right:0.1875rem solid #9c0735;border-bottom:0.1875rem solid #9c0735;display:block; }
 }@media only screen and (max-width: 763px) { #MqbVN1WcSIGwAAB1xbLH40ndfKtcEFR1 { width:1.625rem;height:1.625rem;top:7.25rem;left:14.375rem;z-index:15055;border-top:0.1875rem solid #9c0735;border-left:0.1875rem solid #9c0735;border-right:0.1875rem solid #9c0735;border-bottom:0.1875rem solid #9c0735;display:block; }
 }@media only screen and (max-width: 763px) { #JXa8WkyeCfbFwaQDBBIAa45elD91hXGJ { width:1.625rem;height:1.625rem;top:7.25rem;left:16.1875rem;z-index:15056;border-top:0.1875rem solid #9c0735;border-left:0.1875rem solid #9c0735;border-right:0.1875rem solid #9c0735;border-bottom:0.1875rem solid #9c0735;display:block; }
 }@media only screen and (max-width: 763px) { #GLch6dtDrewCWD2WCT9gP3fPFRclq6zI { width:1.625rem;height:1.625rem;top:7.25rem;left:18rem;z-index:15057;border-top:0.1875rem solid #9c0735;border-left:0.1875rem solid #9c0735;border-right:0.1875rem solid #9c0735;border-bottom:0.1875rem solid #9c0735;display:block; }
 }@media only screen and (max-width: 763px) { #lZNC5dWErPaMJUZdRPbONol6JP7m9ils { width:1.625rem;height:1.625rem;top:7.25rem;left:7.25rem;z-index:15051;border-top:0.1875rem solid #9c0735;border-left:0.1875rem solid #9c0735;border-right:0.1875rem solid #9c0735;border-bottom:0.1875rem solid #9c0735;display:block; }
 }@media only screen and (max-width: 763px) { #d45h70X9rsTPHDFOm3TT5N7IdAsTrL1p { width:1.625rem;height:1.625rem;top:7.25rem;left:9.1875rem;z-index:15052;border-top:0.1875rem solid #9c0735;border-left:0;border-right:0.1875rem solid #9c0735;border-bottom:0.1875rem solid #9c0735;display:block; }
 }@media only screen and (max-width: 763px) { #f4PLiuqN570zfReBp5Hn1X6liMVCvc2r { width:1.625rem;height:1.625rem;top:7.25rem;left:10.9375rem;z-index:15053;border-top:0.1875rem solid #9c0735;border-left:0;border-right:0.1875rem solid #9c0735;border-bottom:0.1875rem solid #9c0735;display:block; }
 }@media only screen and (max-width: 763px) { #wp0f68K73v8KNBTcxFPunF27aTcBEGVb { width:1.625rem;height:1.625rem;top:7.25rem;left:5.4375rem;z-index:15050;border-top:0.1875rem solid #9c0735;border-left:0.1875rem solid #9c0735;border-right:0.1875rem solid #9c0735;border-bottom:0.1875rem solid #9c0735;display:block; }
 }@media only screen and (max-width: 763px) { #RNApxgByQstS0T2aeuSmB9x9MPspKquL { width:1.625rem;height:1.625rem;top:7.25rem;left:3.625rem;z-index:15049;border-top:0.1875rem solid #9c0735;border-left:0.1875rem solid #9c0735;border-right:0.1875rem solid #9c0735;border-bottom:0.1875rem solid #9c0735;display:block; }
 }@media only screen and (max-width: 763px) { #yZmlcog4kTTx1bwJmXsMDPXw4aFco0ZK { width:1.625rem;height:1.625rem;top:7.25rem;left:1.8125rem;z-index:15048;border-top:0.1875rem solid #9c0735;border-left:0.1875rem solid #9c0735;border-right:0.1875rem solid #9c0735;border-bottom:0.1875rem solid #9c0735;display:block; }
 }@media only screen and (max-width: 763px) { #MMwuwL7yfCtf0y9sITXdfbu5nRHyWfWi { width:1.625rem;height:1.625rem;top:1.8125rem;left:16.1875rem;z-index:15049;border-top:0.1875rem solid #9c0735;border-left:0.1875rem solid #9c0735;border-right:0.1875rem solid #9c0735;border-bottom:0.1875rem solid #9c0735;display:block; }
 }@media only screen and (max-width: 763px) { #TJPmUbK6v106Hio2vKLAHH8mdLOGFCrs { width:1.625rem;height:1.625rem;top:1.8125rem;left:18rem;z-index:15050;border-top:0.1875rem solid #9c0735;border-left:0.1875rem solid #9c0735;border-right:0.1875rem solid #9c0735;border-bottom:0.1875rem solid #9c0735;display:block; }
 }@media only screen and (max-width: 763px) { #zDuPhrr6WSLhqWc0ApgJmVdioyB4B5Mm { width:1.625rem;height:1.625rem;top:1.8125rem;left:14.375rem;z-index:15048;border-top:0.1875rem solid #9c0735;border-left:0.1875rem solid #9c0735;border-right:0.1875rem solid #9c0735;border-bottom:0.1875rem solid #9c0735;display:block; }
 }@media only screen and (max-width: 763px) { #TaTmveBn8tZK9HCW9muFM6MTH2m95lc7 { width:1.625rem;height:1.625rem;top:3.625rem;left:16.1875rem;z-index:15052;border-top:0.1875rem solid #9c0735;border-left:0.1875rem solid #9c0735;border-right:0.1875rem solid #9c0735;border-bottom:0.1875rem solid #9c0735;display:block; }
 }@media only screen and (max-width: 763px) { #FDHTR36mXT4xsfB0SbhlQcdaVA5EepgM { width:1.625rem;height:1.625rem;top:3.625rem;left:18rem;z-index:15053;border-top:0.1875rem solid #9c0735;border-left:0.1875rem solid #9c0735;border-right:0.1875rem solid #9c0735;border-bottom:0.1875rem solid #9c0735;display:block; }
 }@media only screen and (max-width: 763px) { #tWwlcp8Eg9tmgVBLJ3ppykb5BWvFMIGa { width:1.625rem;height:1.625rem;top:3.625rem;left:14.375rem;z-index:15051;border-top:0.1875rem solid #9c0735;border-left:0.1875rem solid #9c0735;border-right:0.1875rem solid #9c0735;border-bottom:0.1875rem solid #9c0735;display:block; }
 }@media only screen and (max-width: 763px) { #c4VAZmShMXgpXiJ23PdccQn94kFhZ8Uc { width:1.625rem;height:1.625rem;top:5.4375rem;left:16.1875rem;z-index:15055;border-top:0.1875rem solid #9c0735;border-left:0.1875rem solid #9c0735;border-right:0.1875rem solid #9c0735;border-bottom:0.1875rem solid #9c0735;display:block; }
 }@media only screen and (max-width: 763px) { #RDf1F9gseMzipfhVmlXrnVQMXw8GXuwn { width:1.625rem;height:1.625rem;top:5.4375rem;left:18rem;z-index:15056;border-top:0.1875rem solid #9c0735;border-left:0.1875rem solid #9c0735;border-right:0.1875rem solid #9c0735;border-bottom:0.1875rem solid #9c0735;display:block; }
 }@media only screen and (max-width: 763px) { #kq2pdDJHIzh3srfBL41gbrFyD5HrXpiF { width:1.625rem;height:1.625rem;top:5.4375rem;left:14.375rem;z-index:15054;border-top:0.1875rem solid #9c0735;border-left:0.1875rem solid #9c0735;border-right:0.1875rem solid #9c0735;border-bottom:0.1875rem solid #9c0735;display:block; }
 }@media only screen and (max-width: 763px) { #Tkr85WDcevkCPH8X2z81iJ8xZDuXg4of { display:block; }#Tkr85WDcevkCPH8X2z81iJ8xZDuXg4of > .row .container { width:20rem;height:24.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #e5Efrmmz3kf3OPZBN4d6V1LgSVIu25WI { width:4.125rem;height:4.125rem;top:154rem;left:7.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #ArnEdaS4cplSr0sKbuzJZ2FKfdBNoob2 { width:4.125rem;height:4.125rem;top:159.875rem;left:7.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #pQSgzNNsHH2cD8aAswSP2Iriut1MTRqN { width:4.125rem;height:4.125rem;top:148.125rem;left:7.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #s8b2TqLpzBgUWfsSWp6MXI8tZNdDlNTm { width:4.125rem;height:4.125rem;top:196.94921875rem;left:7.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #RprFhLtUETeZCKKfgNW31bs1OLWFPcOc { width:4.125rem;height:4.125rem;top:202.82421875rem;left:7.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #NIguvTgkstNdZnMqKSbuxUaOU8ZFNTde { width:4.125rem;height:4.125rem;top:191.07421875rem;left:7.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #ogmTJrBnnd2ZlWWPHpQKrSemfheGtqD4 { width:4.125rem;height:4.125rem;top:142.25rem;left:7.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #QGB4F1wL1aD8L3ZcgyTKbhit9xsZ7Wiu { width:4.125rem;height:4.125rem;top:185.19921875rem;left:7.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #CKnD0H0Jf6Jo3u0cA8gcSMAD8MPUF9G5 { width:4.125rem;height:4.125rem;top:136.375rem;left:7.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #IOv79FAhLAfE7D4Db603QLBJmMSHJOMS { width:4.125rem;height:4.125rem;top:179.32421875rem;left:7.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #w7WNUPbgUwwtuy0RnSlx2lVdKsf3SzEI { width:4.125rem;height:4.125rem;top:232.19921875rem;left:7.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #gb8QppTn0uNyD0b2G1oA97m67rxBTHM9 { width:4.125rem;height:4.125rem;top:238.07421875rem;left:7.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #tt1uKnXsMTa1fxqGJ3lT0wCc7SJXJcUJ { width:4.125rem;height:4.125rem;top:226.32421875rem;left:7.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #RrJ2oTtKlfmIAVOCL8b9ztMo7WITmxCz { width:4.125rem;height:4.125rem;top:267.44921875rem;left:7.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #smivXVsiOx02P3SAAfDZnDQ8uWWmSQ7e { width:4.125rem;height:4.125rem;top:273.32421875rem;left:7.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #cdWJNoh6nTzRiLQUSrICCOyphbfqXDNE { width:4.125rem;height:4.125rem;top:261.57421875rem;left:7.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #vweUXbXmGI2BTGmIPN3fR61Nh9pz3OKs { width:4.125rem;height:4.125rem;top:220.44921875rem;left:7.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #OHdm9h5ZT8PTTO8IpnWnT3qn2RvQW4vy { width:4.125rem;height:4.125rem;top:255.69921875rem;left:7.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #ysx7m3r7iJkLmmRkWFFlDGSHddCC9qug { width:4.125rem;height:4.125rem;top:214.57421875rem;left:7.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #JexcxcDTToTUfHelJmlPTXHsfIQbWm4U { width:4.125rem;height:4.125rem;top:249.82421875rem;left:7.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #TvaS9xx4obq4c5UzzB5I4eqMaqAQFowl { width:4.125rem;height:4.125rem;top:403.79834375rem;left:7.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #Ev6OPNFKlRCZvvTTnVaqhiBiFoAQ01GT { width:4.125rem;height:4.125rem;top:397.92334375rem;left:7.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #ygwCfDXRhaZMZrL7HryKJZs2qZGcu3OR { width:4.125rem;height:4.125rem;top:392.04834375rem;left:7.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #FXIloTaS47boWOJT9UOGN8XHkQIHd01J { width:4.125rem;height:4.125rem;top:386.17334375rem;left:7.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #hSqltXGSh0TTR9VQZG035AZEND6T0LTJ { width:4.125rem;height:4.125rem;top:380.29834375rem;left:7.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #Sualbp3UoqFvuGb07gmvQgCPcuR4KpL2 { width:4.125rem;height:4.125rem;top:468.42334375rem;left:7.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #GnNFQdk0hUaXBidHG8LsmGrxoQLiFmZd { width:4.125rem;height:4.125rem;top:462.54834375rem;left:7.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #ItxhoS6ToFnHTAewWfHeAXinOwV6xZRZ { width:4.125rem;height:4.125rem;top:456.67334375rem;left:7.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #ioAE6blHUZ2PZKUbK9DECX1BcLu1b9Gs { width:4.125rem;height:4.125rem;top:450.79834375rem;left:7.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #NpzUMUSwVQBrTtkXdG98nN3XqRamuIEx { width:4.125rem;height:4.125rem;top:444.92334375rem;left:7.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #CnF6SyE4aG3iyH3HEUq5TtA7XoPCL2cN { width:4.125rem;height:4.125rem;top:439.04834375rem;left:7.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #LJEwwUcy4ETKqle9w3nHXW4APOheU9WF { width:4.125rem;height:4.125rem;top:433.17334375rem;left:7.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #CiWhhTJiRbLT5iAFNBlHFxGoz8brTJxL { width:4.125rem;height:4.125rem;top:427.29834375rem;left:7.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #d9UOD8bhARho50cAPOTmTo6gxsc18ycZ { width:4.125rem;height:4.125rem;top:421.42334375rem;left:7.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #fPgCSutzQoxvIvTEWnwQBJz8FOyGnHeZ { width:4.125rem;height:4.125rem;top:415.54834375rem;left:7.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #AuztV3tJTOT7iW1T9pulUh76mcRpQJkb { width:4.125rem;height:4.125rem;top:409.67334375rem;left:7.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #Ww3leTT7EgEmy83dMAZgSVMQbLBb7gzl { width:4.125rem;height:4.125rem;top:173.44921875rem;left:7.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #cbvVTzxCmvLyyEAWMmbm4yS2OQyXaEGA { width:4.125rem;height:4.125rem;top:208.69921875rem;left:7.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #mx5CQuiHpeBT5HTtex2uJHw166SeOK5z { width:4.125rem;height:4.125rem;top:243.94921875rem;left:7.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #dTRcA0LE0NLNmwN46RE8N8lLoUNEXrwJ { width:4.125rem;height:4.125rem;top:279.19921875rem;left:7.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #uG9dZuTs9Ip8yqIzah0V4BhAgyuyaf08 { width:4.125rem;height:4.125rem;top:474.29834375rem;left:7.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #FPA1XwNJu5Dae5ahVcUlIiAyJWZxuoc6 { width:14.9375rem;height:1.05601875rem;top:5.25rem;left:4.6875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TzyGNBfW3nH0UZTSv61NXCsT6lE4Nx9x { width:18.8125rem;height:9.74786875rem;top:11.5rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ULoWDXTk5NqmLfsbl9pfEFF7V5iLJ5FG { width:12.375rem;height:1.8125rem;top:3.125rem;left:4rem;display:block; }
 }@media only screen and (max-width: 763px) { #qTcybQqhUALxaaouTQqa9VCTuTJhEADa { width:1.625rem;height:1.625rem;top:7.25rem;left:14.375rem;z-index:15089;border-top:0.1875rem solid #9c0735;border-left:0.1875rem solid #9c0735;border-right:0.1875rem solid #9c0735;border-bottom:0.1875rem solid #9c0735;display:block; }
 }@media only screen and (max-width: 763px) { #A92bCMvt4GuoKfvlUVV9xtzZPSnKqohr { width:1.625rem;height:1.625rem;top:7.25rem;left:16.1875rem;z-index:15090;border-top:0.1875rem solid #9c0735;border-left:0.1875rem solid #9c0735;border-right:0.1875rem solid #9c0735;border-bottom:0.1875rem solid #9c0735;display:block; }
 }@media only screen and (max-width: 763px) { #Z2gZe9hvx6sQCdyavk25iMAxiyESq2E7 { width:1.625rem;height:1.625rem;top:7.25rem;left:18rem;z-index:15091;border-top:0.1875rem solid #9c0735;border-left:0.1875rem solid #9c0735;border-right:0.1875rem solid #9c0735;border-bottom:0.1875rem solid #9c0735;display:block; }
 }@media only screen and (max-width: 763px) { #pTIBZ4LSCiCflJhZV6mBwuTHinLn4drT { width:1.625rem;height:1.625rem;top:7.25rem;left:12.5625rem;z-index:15088;border-top:0.1875rem solid #9c0735;border-left:0.1875rem solid #9c0735;border-right:0.1875rem solid #9c0735;border-bottom:0.1875rem solid #9c0735;display:block; }
 }@media only screen and (max-width: 763px) { #iWDoHHM639T7QtBOdBMQ6IDKtlgT4FlQ { width:1.625rem;height:1.625rem;top:7.25rem;left:9.1875rem;z-index:15086;border-top:0.1875rem solid #9c0735;border-left:0;border-right:0.1875rem solid #9c0735;border-bottom:0.1875rem solid #9c0735;display:block; }
 }@media only screen and (max-width: 763px) { #WSAl8rX7J4pFbFsCFrfaCrbFJ53xwTd8 { width:1.625rem;height:1.625rem;top:7.25rem;left:10.9375rem;z-index:15087;border-top:0.1875rem solid #9c0735;border-left:0;border-right:0.1875rem solid #9c0735;border-bottom:0.1875rem solid #9c0735;display:block; }
 }@media only screen and (max-width: 763px) { #Jd3IvX0z8e5A5xsOLZxX4AHIVaopf1Id { width:1.625rem;height:1.625rem;top:5.4375rem;left:1.8125rem;z-index:15089;border-top:0.1875rem solid #9c0735;border-left:0.1875rem solid #9c0735;border-right:0.1875rem solid #9c0735;border-bottom:0.1875rem solid #9c0735;display:block; }
 }@media only screen and (max-width: 763px) { #H1IRQQvOrw1XIKqCkOTJnH8Xk1FKZKgE { width:1.625rem;height:1.625rem;top:5.4375rem;left:18rem;z-index:15090;border-top:0.1875rem solid #9c0735;border-left:0.1875rem solid #9c0735;border-right:0.1875rem solid #9c0735;border-bottom:0.1875rem solid #9c0735;display:block; }
 }@media only screen and (max-width: 763px) { #AcrDyXPdpaBwcgueGLAhrNhwAZ82m0Ba { width:1.625rem;height:1.625rem;top:7.25rem;left:7.25rem;z-index:15085;border-top:0.1875rem solid #9c0735;border-left:0.1875rem solid #9c0735;border-right:0.1875rem solid #9c0735;border-bottom:0.1875rem solid #9c0735;display:block; }
 }@media only screen and (max-width: 763px) { #XLkR1X9EdXFyMnT8sP45wmMLeWMJg7sc { width:1.625rem;height:1.625rem;top:7.25rem;left:5.4375rem;z-index:15084;border-top:0.1875rem solid #9c0735;border-left:0.1875rem solid #9c0735;border-right:0.1875rem solid #9c0735;border-bottom:0.1875rem solid #9c0735;display:block; }
 }@media only screen and (max-width: 763px) { #tdOzNc7woIaxr7rI1AIS5Tgi992Si7Iu { width:1.625rem;height:1.625rem;top:3.625rem;left:1.8125rem;z-index:15086;border-top:0.1875rem solid #9c0735;border-left:0.1875rem solid #9c0735;border-right:0.1875rem solid #9c0735;border-bottom:0.1875rem solid #9c0735;display:block; }
 }@media only screen and (max-width: 763px) { #acNKqo3NtTvd0zkeA2Q5HkQ9U2sPWG86 { width:1.625rem;height:1.625rem;top:3.625rem;left:18rem;z-index:15087;border-top:0.1875rem solid #9c0735;border-left:0.1875rem solid #9c0735;border-right:0.1875rem solid #9c0735;border-bottom:0.1875rem solid #9c0735;display:block; }
 }@media only screen and (max-width: 763px) { #FBDQG3Uxlc3mCcn7qfEkOx2XbVM31cv0 { width:1.625rem;height:1.625rem;top:7.25rem;left:3.625rem;z-index:15083;border-top:0.1875rem solid #9c0735;border-left:0.1875rem solid #9c0735;border-right:0.1875rem solid #9c0735;border-bottom:0.1875rem solid #9c0735;display:block; }
 }@media only screen and (max-width: 763px) { #v1ZDsxnc0M8SgJgEsASSl25Qk7hTSCet { width:1.625rem;height:1.625rem;top:1.8125rem;left:1.8125rem;z-index:15083;border-top:0.1875rem solid #9c0735;border-left:0.1875rem solid #9c0735;border-right:0.1875rem solid #9c0735;border-bottom:0.1875rem solid #9c0735;display:block; }
 }@media only screen and (max-width: 763px) { #o3LTAKwJNxBolKv1J6v8p6a7o304kfUW { width:1.625rem;height:1.625rem;top:1.8125rem;left:18rem;z-index:15084;border-top:0.1875rem solid #9c0735;border-left:0.1875rem solid #9c0735;border-right:0.1875rem solid #9c0735;border-bottom:0.1875rem solid #9c0735;display:block; }
 }@media only screen and (max-width: 763px) { #H4EfgQF1DIVT2OQyQAae1kgXn0cyrmEu { width:1.625rem;height:1.625rem;top:7.25rem;left:1.8125rem;z-index:15082;border-top:0.1875rem solid #9c0735;border-left:0.1875rem solid #9c0735;border-right:0.1875rem solid #9c0735;border-bottom:0.1875rem solid #9c0735;display:block; }
 }@media only screen and (max-width: 763px) { #Ofa7vmuvrIUgyidz5ekVBUyWS0fkN9zg { width:1.625rem;height:1.625rem;top:0rem;left:1.8125rem;z-index:15072;border-top:0.1875rem solid #9c0735;border-left:0.1875rem solid #9c0735;border-right:0.1875rem solid #9c0735;border-bottom:0.1875rem solid #9c0735;display:block; }
 }@media only screen and (max-width: 763px) { #kfMPdnpGHf19ZL0ToW9xMog1wAPDuXWH { width:1.625rem;height:1.625rem;top:0rem;left:5.4375rem;z-index:15074;border-top:0.1875rem solid #9c0735;border-left:0.1875rem solid #9c0735;border-right:0.1875rem solid #9c0735;border-bottom:0.1875rem solid #9c0735;display:block; }
 }@media only screen and (max-width: 763px) { #czcMKJhLFdMgTL4GUbhTth37Iiarg11u { width:1.625rem;height:1.625rem;top:0rem;left:3.625rem;z-index:15073;border-top:0.1875rem solid #9c0735;border-left:0.1875rem solid #9c0735;border-right:0.1875rem solid #9c0735;border-bottom:0.1875rem solid #9c0735;display:block; }
 }@media only screen and (max-width: 763px) { #WhzZlv6kJix2gNl0Jxq2vtzeEc79Rd4y { width:1.625rem;height:1.625rem;top:0rem;left:7.25rem;z-index:15075;border-top:0.1875rem solid #9c0735;border-left:0.1875rem solid #9c0735;border-right:0.1875rem solid #9c0735;border-bottom:0.1875rem solid #9c0735;display:block; }
 }@media only screen and (max-width: 763px) { #AD07cGuXmQDTtAQhNzGV6N5yA7PKAxHh { width:1.625rem;height:1.625rem;top:0rem;left:9.1875rem;z-index:15076;border-top:0.1875rem solid #9c0735;border-left:0;border-right:0.1875rem solid #9c0735;border-bottom:0.1875rem solid #9c0735;display:block; }
 }@media only screen and (max-width: 763px) { #BnXyQIQTrxEnuHmnahrHnnAvX2TwLDhS { width:1.625rem;height:1.625rem;top:0rem;left:12.5625rem;z-index:15078;border-top:0.1875rem solid #9c0735;border-left:0.1875rem solid #9c0735;border-right:0.1875rem solid #9c0735;border-bottom:0.1875rem solid #9c0735;display:block; }
 }@media only screen and (max-width: 763px) { #QuA8IxHd8dMQEZ8V03XE0ToaoBMHwmJW { width:1.625rem;height:1.625rem;top:0rem;left:10.9375rem;z-index:15077;border-top:0.1875rem solid #9c0735;border-left:0;border-right:0.1875rem solid #9c0735;border-bottom:0.1875rem solid #9c0735;display:block; }
 }@media only screen and (max-width: 763px) { #ZuxQn1Of5KGEDESnhN3CaFDn17ZtBE9k { width:1.625rem;height:1.625rem;top:0rem;left:14.375rem;z-index:15079;border-top:0.1875rem solid #9c0735;border-left:0.1875rem solid #9c0735;border-right:0.1875rem solid #9c0735;border-bottom:0.1875rem solid #9c0735;display:block; }
 }@media only screen and (max-width: 763px) { #SphQXPzMmvMgbn8y02hqdeoRp4rvRWq8 { width:1.625rem;height:1.625rem;top:0rem;left:16.1875rem;z-index:15080;border-top:0.1875rem solid #9c0735;border-left:0.1875rem solid #9c0735;border-right:0.1875rem solid #9c0735;border-bottom:0.1875rem solid #9c0735;display:block; }
 }@media only screen and (max-width: 763px) { #UiehcHLlJJwE2QQ6CDIHZg80Zmla3neD { width:1.625rem;height:1.625rem;top:0rem;left:18rem;z-index:15081;border-top:0.1875rem solid #9c0735;border-left:0.1875rem solid #9c0735;border-right:0.1875rem solid #9c0735;border-bottom:0.1875rem solid #9c0735;display:block; }
 }@media only screen and (max-width: 763px) { #lSkcbKURru81quIymXP061cmUsK7SFK9 { width:1.625rem;height:1.625rem;top:0rem;left:0rem;z-index:15071;border-top:0.1875rem solid #9c0735;border-left:0.1875rem solid #9c0735;border-right:0.1875rem solid #9c0735;border-bottom:0.1875rem solid #9c0735;display:block; }
 }@media only screen and (max-width: 763px) { #ULrh9zI3TDvwOWPOX3zm4PWtWM689isO { width:1.625rem;height:1.625rem;top:1.8125rem;left:0rem;z-index:15072;border-top:0.1875rem solid #9c0735;border-left:0.1875rem solid #9c0735;border-right:0.1875rem solid #9c0735;border-bottom:0.1875rem solid #9c0735;display:block; }
 }@media only screen and (max-width: 763px) { #A4itLuHigHX1k5AXRoxwbvOLlh4AsTka { width:1.625rem;height:1.625rem;top:3.625rem;left:0rem;z-index:15073;border-top:0.1875rem solid #9c0735;border-left:0.1875rem solid #9c0735;border-right:0.1875rem solid #9c0735;border-bottom:0.1875rem solid #9c0735;display:block; }
 }@media only screen and (max-width: 763px) { #VFRwiCbIPihEAkkJFEeUH0sGUzpDDByd { width:1.625rem;height:1.625rem;top:7.25rem;left:0rem;z-index:15075;border-top:0.1875rem solid #9c0735;border-left:0.1875rem solid #9c0735;border-right:0.1875rem solid #9c0735;border-bottom:0.1875rem solid #9c0735;display:block; }
 }@media only screen and (max-width: 763px) { #Wgr3xqbGAL4EVM6O2ylPv9GwVaV7hoUg { width:1.625rem;height:1.625rem;top:5.4375rem;left:0rem;z-index:15074;border-top:0.1875rem solid #9c0735;border-left:0.1875rem solid #9c0735;border-right:0.1875rem solid #9c0735;border-bottom:0.1875rem solid #9c0735;display:block; }
 }@media only screen and (max-width: 763px) { #PFfR8G1Roosx56gbT1Co0vd9dI5SBWMy { display:block; }#PFfR8G1Roosx56gbT1Co0vd9dI5SBWMy > .row .container { width:20rem;height:100.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tObClCRMhSyZDdZcaIMEx615GMqUSwCq { width:4.125rem;height:4.125rem;top:154rem;left:7.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #fTXnoNVDGm786TxVN01t0ZcqEnXlZMSV { width:4.125rem;height:4.125rem;top:159.875rem;left:7.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #r6mETVg0s20QZtIFZDTbQ7uSBUVe59Sx { width:4.125rem;height:4.125rem;top:148.125rem;left:7.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #hCMlTJT0hKFF16dFzW7MBedsIwpRpmb3 { width:4.125rem;height:4.125rem;top:196.94921875rem;left:7.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #O4fO1TOaqG8dEJ5AcETzHRbCn0PsKQAF { width:4.125rem;height:4.125rem;top:202.82421875rem;left:7.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #CovvyB1rUgVHTotqiM75lAEgoECUnKog { width:4.125rem;height:4.125rem;top:191.07421875rem;left:7.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #f0reHByOaZvRciyJ3LmDdFhLFvdHErHw { width:4.125rem;height:4.125rem;top:142.25rem;left:7.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #G0btJyTDCqgfch5edphOoQoWr9dHdoiu { width:4.125rem;height:4.125rem;top:185.19921875rem;left:7.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #VAX0kutODoxO4JxErIEZbtiQ2sCbu1pA { width:4.125rem;height:4.125rem;top:136.375rem;left:7.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #x5ebKJWzwUs3DUW4QOLMZX3XegU5GTR5 { width:4.125rem;height:4.125rem;top:179.32421875rem;left:7.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #cAmUlibyzbknuXBsmWoDun60XMiR5wfH { width:4.125rem;height:4.125rem;top:232.19921875rem;left:7.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #aT4tvJOk69GEtGT50wTGC1sw00y3zP2q { width:4.125rem;height:4.125rem;top:238.07421875rem;left:7.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #s9vxuklzs9TSBxNatHzQXVouydZQicJ5 { width:4.125rem;height:4.125rem;top:226.32421875rem;left:7.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #m3uQTTNGe04I0oDlndcMVmAFrmURuyPg { width:4.125rem;height:4.125rem;top:267.44921875rem;left:7.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #cLkKhKs4xIVUauOdbQmqAxsfqiTZ4hDy { width:4.125rem;height:4.125rem;top:273.32421875rem;left:7.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #aLB9AkSklLpGXerJMeqQUG0TTdhM26TX { width:4.125rem;height:4.125rem;top:261.57421875rem;left:7.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #g4U29B4LX4q0aHi6EbxV2qzr6nJsbPn2 { width:4.125rem;height:4.125rem;top:220.44921875rem;left:7.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #OhTR59rgf0aVhGnIiyphRLNtTgPETcp7 { width:4.125rem;height:4.125rem;top:255.69921875rem;left:7.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #s5mPceSUx3pzosEOiM4OJXo7ltGf5sEb { width:4.125rem;height:4.125rem;top:214.57421875rem;left:7.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #EcOG6DJSaCrWwvXsP9PikRCDS1tWTPyt { width:4.125rem;height:4.125rem;top:249.82421875rem;left:7.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #ql4uPWq7WyI6yMJ1fqxVX8R4TG0hAkwd { width:4.125rem;height:4.125rem;top:403.79834375rem;left:7.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #wRNXpGAXUuzr4tV2wtnrs9UylMJ0610a { width:4.125rem;height:4.125rem;top:397.92334375rem;left:7.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #ozUhSh83BP1CfzakBHlJZuSKO0Iy8xQE { width:4.125rem;height:4.125rem;top:392.04834375rem;left:7.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #H4kIvRG8R4EZIed0IMTfbJpU1WIVE9xR { width:4.125rem;height:4.125rem;top:385.98583984375rem;left:7.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #zGfoh1JotIuSd9JliGH172umVgRxuEfE { width:4.125rem;height:4.125rem;top:380.29834375rem;left:7.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #rrVm00T8W3mWU0a8arUAMX0f0Xc5fXAg { width:4.125rem;height:4.125rem;top:468.42334375rem;left:7.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #BWRrwbKIxAf1aUzlfICuIQJJRtBIx8kK { width:4.125rem;height:4.125rem;top:462.54834375rem;left:7.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #EkKEkCdFPnMlC0Z5vnZzW32n6uv4ST6D { width:4.125rem;height:4.125rem;top:456.67334375rem;left:7.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #tUl8FUKyKXKm3DfbHiQSHKOQ1NSutshT { width:4.125rem;height:4.125rem;top:450.79834375rem;left:7.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #p8OIh76iThplpbLvNgcUW715a0RqrDs5 { width:4.125rem;height:4.125rem;top:444.92334375rem;left:7.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #aH0nTFM4NWyuFp2qCgADKg5IGfntVcuT { width:4.125rem;height:4.125rem;top:439.04834375rem;left:7.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #B4bWJdyVJHDU9UlVKnUkFypEqSzT2Xmi { width:4.125rem;height:4.125rem;top:433.17334375rem;left:7.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #ioe19OfXrhTrE6pRqdR0mifEwgINaNtJ { width:4.125rem;height:4.125rem;top:427.29834375rem;left:7.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #HQ610WPw2SeMVKhwrfPaNhTqhnlcHnGE { width:4.125rem;height:4.125rem;top:421.42334375rem;left:7.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #WzEy5n1KtBk7VmIfsmT81NMgk2aIoL3k { width:4.125rem;height:4.125rem;top:415.54834375rem;left:7.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #xhVZ8Oc4hTueQaTLxerOtC16LP2PorC7 { width:4.125rem;height:4.125rem;top:409.67334375rem;left:7.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #Cd6dETBdK41FNWQTCVcCipBJFMvZHSbI { width:4.125rem;height:4.125rem;top:173.44921875rem;left:7.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #ZPWTHM7cUAz8DBCX0OFp1AcryWJv4HOF { width:4.125rem;height:4.125rem;top:208.69921875rem;left:7.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #tb0ltqZT1tCG9ESMpoITmVcizhuCO70a { width:4.125rem;height:4.125rem;top:243.94921875rem;left:7.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #GGH6BZgHXR9Vx20Kq0mDIFQnWCzbr0B6 { width:4.125rem;height:4.125rem;top:279.19921875rem;left:7.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #nf31BlSCo01MFKB6pFnTFVSXeHAaXA5I { width:4.125rem;height:4.125rem;top:474.29834375rem;left:7.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #QTVaVy6xoHKshlvr74TSz412uUyVORoh { width:12.5rem;height:1.21848125rem;top:5.25rem;left:2.875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ck0vHsaF96rzLqyOQ1wx2p2KISel1Nq0 { width:20rem;height:76.764425rem;top:19.940162658691rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #UaGlU3gbm4BRTEcIaKKbTvB0GFyvke9H { width:6.25rem;height:2rem;top:2.875rem;left:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qNJrh85qvICz9XmPDy4ycx74TskPuRAo { width:4.125rem;height:4.125rem;top:508.29833984375rem;left:7.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #VsDIuGDZRyUolxT6l1ya79gi3U8fcpW2 { width:4.125rem;height:4.125rem;top:480.17333984375rem;left:7.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #ZfLkFWqrT5kRfl03KUtdA3TkJKaqNg7c { width:4.125rem;height:4.125rem;top:485.79833984375rem;left:7.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #lsIXlwsJekqwSlEuQKvmJeeFRQa1L90t { width:4.125rem;height:4.125rem;top:491.42333984375rem;left:7.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #zTJ21Jm5rVKqfIl2A1t9369u98LMHtL3 { width:4.125rem;height:4.125rem;top:497.04833984375rem;left:7.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #s14D1Ks8CzPcZd9vafW6NLBJQ2n5zkTb { width:4.125rem;height:4.125rem;top:502.67333984375rem;left:7.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #A7HKegC1HsefK5XZ4eVODTBXZFSJU2wc { width:14.5rem;height:3.16805625rem;top:11.348543167114rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z5NfZiOV5xcrd3tnhzeUrozRdH8W37tQ { width:4.125rem;height:4.125rem;top:653.06005859375rem;left:7.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #yTUtnFbHZOwcw6sEMeSpZk3STEDm0su9 { width:4.125rem;height:4.125rem;top:617.81005859375rem;left:7.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #web7U2QKiufnOeTfIldTP2B1ExnvVQKc { width:4.125rem;height:4.125rem;top:582.56005859375rem;left:7.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #AnB4w7xVG9fUZC3aSMDBd0I8O4Ehbqrn { width:4.125rem;height:4.125rem;top:547.31005859375rem;left:7.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #TGpyi5G1kkh6f74Uc7sgEBGNGIRyd4Fe { width:4.125rem;height:4.125rem;top:935.06005859375rem;left:7.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #WyaZewvglBUHTO7EeT5a1JClAmyOBdwy { width:4.125rem;height:4.125rem;top:899.81005859375rem;left:7.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #crMXz9srbyUoPye05bS7xeERiNrCk0tl { width:4.125rem;height:4.125rem;top:864.56005859375rem;left:7.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #cuS4QeMcBmTEzwn1XwvCfZi5fPoJslBw { width:4.125rem;height:4.125rem;top:829.31005859375rem;left:7.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #xlQUPCUyXp6lNHfn1tS06cQfSpVAun38 { width:4.125rem;height:4.125rem;top:794.06005859375rem;left:7.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #t2b4CXPlrKlmtAdOy6SF0TwPIaIPGLEE { width:4.125rem;height:4.125rem;top:758.81005859375rem;left:7.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #swds5VFO6QgtLprSkywOxy2LqZSI4vyl { width:4.125rem;height:4.125rem;top:723.56005859375rem;left:7.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #d29ZC52TA3tWp61MCVicznM4iTEPcs3A { width:4.125rem;height:4.125rem;top:688.31005859375rem;left:7.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #SlLm4sKmIkXOI5GkqZkVKucNpCkJ5Fio { width:4.125rem;height:4.125rem;top:1005.5600585938rem;left:7.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #cqRC0PAcw9cirl3TUHrKrBLP2Gxww0zm { width:4.125rem;height:4.125rem;top:970.31005859375rem;left:7.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #xv9AvWqnL4kK8CQd4Xym0zagghXHZxCR { width:4.125rem;height:4.125rem;top:1040.8100585938rem;left:7.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #oxsgSZDbgy3uoQ4scKmyCTc816Tqys5A { width:4.125rem;height:4.125rem;top:641.31005859375rem;left:7.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #TP8zfIpT3Lmto58ASZaHNdD5FzZtzg0Q { width:4.125rem;height:4.125rem;top:647.18505859375rem;left:7.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #aXsOlhHp2U3CsFucNkE3sUu0X4562xKr { width:4.125rem;height:4.125rem;top:600.18505859375rem;left:7.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #PoEwUuH8h82q39UifSler2gsyvorrV3G { width:4.125rem;height:4.125rem;top:606.06005859375rem;left:7.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #zTq3ilG0QmuIy9ZuQ8UTqkXmNF7NGIdn { width:4.125rem;height:4.125rem;top:635.43505859375rem;left:7.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #GLI07uOVl7aBFWgwJU2u5fRCMlFHc7ss { width:4.125rem;height:4.125rem;top:611.93505859375rem;left:7.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #J5RaZUHLr4L7phhpwGk6d5wRipu1DTNP { width:4.125rem;height:4.125rem;top:594.31005859375rem;left:7.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #q4A0sCAJf7G5w92tVhXq0w3gIBe1U8T8 { width:4.125rem;height:4.125rem;top:629.12255859375rem;left:7.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #r1hOt7pv96b3thstcmSs7VfPgBmcsHiQ { width:4.125rem;height:4.125rem;top:564.93505859375rem;left:7.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #JZFG4wsa4WZ0tZQp5D8wyDylh2ESgFTm { width:4.125rem;height:4.125rem;top:570.81005859375rem;left:7.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #f5UfuQTA9SLSmEev33UQAsRkgSuTlRd6 { width:4.125rem;height:4.125rem;top:559.06005859375rem;left:7.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #xFiBoGDMQwF7OQ8czK5q4FD6eqiUixlE { width:4.125rem;height:4.125rem;top:576.68505859375rem;left:7.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #VTWLdbCiuWGK2X9EvphNkCc7gEv5UDB5 { width:4.125rem;height:4.125rem;top:553.18505859375rem;left:7.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #LyWeudaek29WpthsaxAWA6Xe7dzDbQPT { width:4.125rem;height:4.125rem;top:588.43505859375rem;left:7.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #hq8HGEota9PqZRdJWhGnPBlceGKqSH9q { width:4.125rem;height:4.125rem;top:623.68505859375rem;left:7.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #RHWaSlHKNWkOi38B82b0xsK3QMMrCZnv { width:4.125rem;height:4.125rem;top:529.68505859375rem;left:7.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #GT9lfwrnUGaoa8a6KfhPwLpguVTokglB { width:4.125rem;height:4.125rem;top:535.56005859375rem;left:7.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #PMI06lmIBWBWGCA3IvqaKlXv9XF7bN1t { width:4.125rem;height:4.125rem;top:523.81005859375rem;left:7.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #tnq1dfIVSPDI1ULUnZKlmcgBQSVhxURs { width:4.125rem;height:4.125rem;top:517.93505859375rem;left:7.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #snepcVWJHick5yZavK6XwkVy3C5NXLms { width:4.125rem;height:4.125rem;top:541.43505859375rem;left:7.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #KxaTOl94w3dAT7fw7EcA20nObQAdi2lA { width:4.125rem;height:4.125rem;top:682.43505859375rem;left:7.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #cFTGQKzs4poTFpiZAI0MkaIEZPUKMrTM { width:4.125rem;height:4.125rem;top:717.68505859375rem;left:7.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #Wv208nU5JIdQeHMyxOBaE5xHmHbQs4p4 { width:4.125rem;height:4.125rem;top:752.93505859375rem;left:7.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #MKnRkDzVBIJ0kaTwMMXcTiTOr1WctQXf { width:4.125rem;height:4.125rem;top:676.56005859375rem;left:7.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #qOX8wpNPLwLDTkOnXUKBClCLEpb8q96W { width:4.125rem;height:4.125rem;top:711.81005859375rem;left:7.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #iXofAtRmJ3fO1NhtanzfzubpaRzQvfVd { width:4.125rem;height:4.125rem;top:747.06005859375rem;left:7.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #IGTSLnOUyQF2nVTQGGmQLzLQhKx40PnK { width:4.125rem;height:4.125rem;top:782.31005859375rem;left:7.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #H0veKOJb8cwXfy5KRkv7FW5GpsO0NxVP { width:4.125rem;height:4.125rem;top:788.18505859375rem;left:7.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #SEknNTJas9Xh82ffxrxuPt9lJO07m8ae { width:4.125rem;height:4.125rem;top:670.68505859375rem;left:7.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #GImyR0TMX4f5rR9cfL0XnCxRlWduRr4I { width:4.125rem;height:4.125rem;top:705.93505859375rem;left:7.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #l3GLIh7CLV7NSKuvDAaVRDZt3ObNF0kh { width:4.125rem;height:4.125rem;top:741.18505859375rem;left:7.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #tnBOVgZ2FT1nT9sLfuTZh0neGZKIHrvK { width:4.125rem;height:4.125rem;top:776.43505859375rem;left:7.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #f1Ows3nQgfbps7uZpTxXZZ8dlAdCE75g { width:4.125rem;height:4.125rem;top:811.68505859375rem;left:7.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #k13aDdvwxMGMDszIKsoWCqyXATPorHWI { width:4.125rem;height:4.125rem;top:817.56005859375rem;left:7.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #wipbGkfhv2VWSSRxEfA7NTyZOdat8fST { width:4.125rem;height:4.125rem;top:823.43505859375rem;left:7.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #pgtH3Ph1Z1Tt9uOqQgOdx6MbJ2ki6ptQ { width:4.125rem;height:4.125rem;top:846.93505859375rem;left:7.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #MODrtgXTHUZFya5BrN3Z4ZCWCSnSC9Q5 { width:4.125rem;height:4.125rem;top:852.81005859375rem;left:7.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #wkdksAHz8aXddTyxtt00t7Qyb5QS5nmd { width:4.125rem;height:4.125rem;top:858.68505859375rem;left:7.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #rpirroTA3AZAlx0y7hiqo98S864AXeNb { width:4.125rem;height:4.125rem;top:664.81005859375rem;left:7.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #Hqt7zAxckAXD4LFIDpMXSlWnLl2npPOV { width:4.125rem;height:4.125rem;top:700.06005859375rem;left:7.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #vvHHa4bmDq5ZWGTXAA0ZpS1QFTaaVxeF { width:4.125rem;height:4.125rem;top:735.31005859375rem;left:7.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #z3ZAkeyt3cUI5rlpbJbJ7Q06z5wBFbA4 { width:4.125rem;height:4.125rem;top:770.56005859375rem;left:7.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #Wm42RwGHow2CQHa2kVE7Xp2eF5z0mzn5 { width:4.125rem;height:4.125rem;top:841.06005859375rem;left:7.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #hudQi3Tt6TceCDQSEbtaEg3Kr8gE8RiW { width:4.125rem;height:4.125rem;top:805.81005859375rem;left:7.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #TELZoCQiuTSbghIQMa3C15e1UxUiUiEl { width:4.125rem;height:4.125rem;top:882.18505859375rem;left:7.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #wGc0wLdev1R8iqTcscz0lhA3JASMwSTg { width:4.125rem;height:4.125rem;top:888.06005859375rem;left:7.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #O9OwB90b9LfqFemWnMIUvBSeXzgn927s { width:4.125rem;height:4.125rem;top:893.93505859375rem;left:7.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #kReTcSihB4IK8gH33gNwnu1dNq7VBsAN { width:4.125rem;height:4.125rem;top:876.31005859375rem;left:7.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #nG0RapqmAyw9OBM1GTFxyGyKiZpa7gvE { width:4.125rem;height:4.125rem;top:923.31005859375rem;left:7.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #iiIedeha2k7FMyAFbAsXVEm2dltCBIu6 { width:4.125rem;height:4.125rem;top:929.18505859375rem;left:7.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #a4JTduZD6X0ctoa8p707CbcaBZ77IL8q { width:4.125rem;height:4.125rem;top:917.43505859375rem;left:7.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #nnRZH2BngpOPSg52dA8cU6V0ITlMh6bR { width:4.125rem;height:4.125rem;top:911.56005859375rem;left:7.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #h39mCJz59dnRFUciX4FS3cXZaEBT19KN { width:4.125rem;height:4.125rem;top:658.93505859375rem;left:7.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #apSvofck1OGLMUSw7sconvp3rq0mED7r { width:4.125rem;height:4.125rem;top:694.18505859375rem;left:7.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #bZ42cNWI5NDpKNIz7s1fMtEsrU4uqhy8 { width:4.125rem;height:4.125rem;top:729.43505859375rem;left:7.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #iTvKq8kQAfLLIgc0v3Lhfu2KCaRPZFCZ { width:4.125rem;height:4.125rem;top:764.68505859375rem;left:7.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #TQP1z3iw7gfchicbLAsW4NZ1Dny1hcso { width:4.125rem;height:4.125rem;top:835.18505859375rem;left:7.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #ImuyC97TeeFpWD83ic2NP9Ux4EWOkN1W { width:4.125rem;height:4.125rem;top:870.43505859375rem;left:7.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #uciJwzFh6guTZ6RPzZNA8lBtZ72gGoTK { width:4.125rem;height:4.125rem;top:905.68505859375rem;left:7.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #bpNy8zVyEr9uWtxcdaGeJAk1Qe3ogeom { width:4.125rem;height:4.125rem;top:799.93505859375rem;left:7.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #f09HQyTV0q46wGRfPeG6b77e5GbyJhrR { width:4.125rem;height:4.125rem;top:1029.0600585938rem;left:7.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #i2G0NucSy0kTip8QyhHVWvN5zgZAKkus { width:4.125rem;height:4.125rem;top:1034.9350585938rem;left:7.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #fmCPT1wXnVToC9WHlBo1tGDM23nCdkKX { width:4.125rem;height:4.125rem;top:1023.1850585938rem;left:7.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #PcAp12a26mi0oI7KS9D0eHEz5HvnWQGz { width:4.125rem;height:4.125rem;top:1017.3100585938rem;left:7.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #oLdUAmABJI36oPW1Ibar3ZaTV5sBUbVs { width:4.125rem;height:4.125rem;top:987.93505859375rem;left:7.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #D77iigI8HRBAacLitT4Sv8TSRPeOcRSV { width:4.125rem;height:4.125rem;top:993.81005859375rem;left:7.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #pBF6LpZ6ub6LXm1BNUoZZ0fyN6E98y4d { width:4.125rem;height:4.125rem;top:999.68505859375rem;left:7.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #PHAxXlMNX1Q4NhleqEx206qxFFtLbh83 { width:4.125rem;height:4.125rem;top:982.06005859375rem;left:7.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #WLa61pTutJudUXwCZ27i60SirJZTRfcD { width:4.125rem;height:4.125rem;top:975.31005859375rem;left:7.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #wdnOiZKJNSfdD9z6EwDt75g1wSMli9Mn { width:4.125rem;height:4.125rem;top:1011.4350585938rem;left:7.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #PC9ILaIp4UNC2FSF0uz0q9cq7e99wGeN { width:4.125rem;height:4.125rem;top:952.68505859375rem;left:7.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #MLVAFhvARmDkBrKv3p7B13rn8UTcyPVt { width:4.125rem;height:4.125rem;top:958.56005859375rem;left:7.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #ECUPVW4DnytPkRbTaWCq8RSPUQT11OeR { width:4.125rem;height:4.125rem;top:964.43505859375rem;left:7.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #FITFDswQVqHBq75hi6m8BXh9rZODsZCM { width:4.125rem;height:4.125rem;top:946.81005859375rem;left:7.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #Ttyi01D754aXxLf5PNuc8zTak9ILKOa0 { width:4.125rem;height:4.125rem;top:940.93505859375rem;left:7.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #ldt7pygk8k5TXvSigtviSbroeV5gpGAe { width:4.125rem;height:4.125rem;top:1046.6850585938rem;left:7.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #n1K8PutEOhziytQfAVp9cbfHLPkT00AD { width:4.125rem;height:4.125rem;top:1052.3100585938rem;left:7.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #HVCWmkZwwuIkJnOkUJ2ql6TN1hKuGiyf { width:4.125rem;height:4.125rem;top:1057.9350585938rem;left:7.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #MSSdxhnT1cMX6Lqu8BSLLWyPlIDAeIV1 { width:4.125rem;height:4.125rem;top:1063.5600585938rem;left:7.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #hyHTaJvf6CKKZuocT6t34ieRn1axrz4c { width:4.125rem;height:4.125rem;top:1069.1850585938rem;left:7.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #TDegHPa5G2zt7LZAuPyx68r82oDLdSuR { width:4.125rem;height:4.125rem;top:1074.8100585938rem;left:7.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #e5smSVXZrX60MGCfvXewAXkU47rSAKCC { width:1.625rem;height:1.625rem;top:7.25rem;left:0rem;z-index:15075;border-top:0.1875rem solid #9c0735;border-left:0.1875rem solid #9c0735;border-right:0.1875rem solid #9c0735;border-bottom:0.1875rem solid #9c0735;display:block; }
 }@media only screen and (max-width: 763px) { #riBJOPcc5faAACXp2FGeZITEcDiuNhTg { width:1.625rem;height:1.625rem;top:7.25rem;left:3.625rem;z-index:15083;border-top:0.1875rem solid #9c0735;border-left:0.1875rem solid #9c0735;border-right:0.1875rem solid #9c0735;border-bottom:0.1875rem solid #9c0735;display:block; }
 }@media only screen and (max-width: 763px) { #ZplfGVPprfeZHMaHDwmMQp3WV6nqVH5l { width:1.625rem;height:1.625rem;top:7.25rem;left:1.8125rem;z-index:15082;border-top:0.1875rem solid #9c0735;border-left:0.1875rem solid #9c0735;border-right:0.1875rem solid #9c0735;border-bottom:0.1875rem solid #9c0735;display:block; }
 }@media only screen and (max-width: 763px) { #PI9ClzAe8llF3JnvX659SE7RRIaIksBJ { width:1.625rem;height:1.625rem;top:7.25rem;left:5.4375rem;z-index:15084;border-top:0.1875rem solid #9c0735;border-left:0.1875rem solid #9c0735;border-right:0.1875rem solid #9c0735;border-bottom:0.1875rem solid #9c0735;display:block; }
 }@media only screen and (max-width: 763px) { #T9qIFhQXQib5aclZ9iLxuqE3unlQiyES { width:1.625rem;height:1.625rem;top:7.25rem;left:7.25rem;z-index:15085;border-top:0.1875rem solid #9c0735;border-left:0.1875rem solid #9c0735;border-right:0.1875rem solid #9c0735;border-bottom:0.1875rem solid #9c0735;display:block; }
 }@media only screen and (max-width: 763px) { #dvcJunN7ikcEpg64lH7pp6vEpiIaTSq9 { width:1.625rem;height:1.625rem;top:7.25rem;left:9.1875rem;z-index:15086;border-top:0.1875rem solid #9c0735;border-left:0;border-right:0.1875rem solid #9c0735;border-bottom:0.1875rem solid #9c0735;display:block; }
 }@media only screen and (max-width: 763px) { #eeAT1WTSD2GzEqSsJ4NeGAoLLi6J34MS { width:1.625rem;height:1.625rem;top:7.25rem;left:10.9375rem;z-index:15087;border-top:0.1875rem solid #9c0735;border-left:0;border-right:0.1875rem solid #9c0735;border-bottom:0.1875rem solid #9c0735;display:block; }
 }@media only screen and (max-width: 763px) { #wzNLcyVQUOkAMbuIyUqf567BeBv0zbyx { width:1.625rem;height:1.625rem;top:7.25rem;left:12.5625rem;z-index:15088;border-top:0.1875rem solid #9c0735;border-left:0.1875rem solid #9c0735;border-right:0.1875rem solid #9c0735;border-bottom:0.1875rem solid #9c0735;display:block; }
 }@media only screen and (max-width: 763px) { #F7UFNAiNlpDeLb8E4XRKtezrbXs5RqPa { width:1.625rem;height:1.625rem;top:5.4375rem;left:0rem;z-index:15074;border-top:0.1875rem solid #9c0735;border-left:0.1875rem solid #9c0735;border-right:0.1875rem solid #9c0735;border-bottom:0.1875rem solid #9c0735;display:block; }
 }@media only screen and (max-width: 763px) { #WIIc2DhVHKyOuHpnsLEbTRHVUFr3exUp { width:1.625rem;height:1.625rem;top:7.25rem;left:14.375rem;z-index:15089;border-top:0.1875rem solid #9c0735;border-left:0.1875rem solid #9c0735;border-right:0.1875rem solid #9c0735;border-bottom:0.1875rem solid #9c0735;display:block; }
 }@media only screen and (max-width: 763px) { #tlyhMhlgmMvvftTC2WhZATO1ya58GuAc { width:1.625rem;height:1.625rem;top:5.4375rem;left:14.375rem;z-index:15088;border-top:0.1875rem solid #9c0735;border-left:0.1875rem solid #9c0735;border-right:0.1875rem solid #9c0735;border-bottom:0.1875rem solid #9c0735;display:block; }
 }@media only screen and (max-width: 763px) { #T9ZARy9Z7b3ASATTZouTwgnfgQbXPTnP { width:1.625rem;height:1.625rem;top:3.625rem;left:0rem;z-index:15073;border-top:0.1875rem solid #9c0735;border-left:0.1875rem solid #9c0735;border-right:0.1875rem solid #9c0735;border-bottom:0.1875rem solid #9c0735;display:block; }
 }@media only screen and (max-width: 763px) { #d7CwhOuegrvPtJqxrMWABFZW3wZyVPbF { width:1.625rem;height:1.625rem;top:7.25rem;left:16.1875rem;z-index:15090;border-top:0.1875rem solid #9c0735;border-left:0.1875rem solid #9c0735;border-right:0.1875rem solid #9c0735;border-bottom:0.1875rem solid #9c0735;display:block; }
 }@media only screen and (max-width: 763px) { #kASFeQqOpg2gzGiBSu9Gt3f3qaVwO6nd { width:1.625rem;height:1.625rem;top:3.625rem;left:16.1875rem;z-index:15086;border-top:0.1875rem solid #9c0735;border-left:0.1875rem solid #9c0735;border-right:0.1875rem solid #9c0735;border-bottom:0.1875rem solid #9c0735;display:block; }
 }@media only screen and (max-width: 763px) { #EIuJmZaPPP6Wg6JXZkA6tVU1nGAAeSZo { width:1.625rem;height:1.625rem;top:3.625rem;left:14.375rem;z-index:15085;border-top:0.1875rem solid #9c0735;border-left:0.1875rem solid #9c0735;border-right:0.1875rem solid #9c0735;border-bottom:0.1875rem solid #9c0735;display:block; }
 }@media only screen and (max-width: 763px) { #N1Bp6W4kzpONef91PndTXJcAZPOWNQ8m { width:1.625rem;height:1.625rem;top:5.4375rem;left:16.1875rem;z-index:15089;border-top:0.1875rem solid #9c0735;border-left:0.1875rem solid #9c0735;border-right:0.1875rem solid #9c0735;border-bottom:0.1875rem solid #9c0735;display:block; }
 }@media only screen and (max-width: 763px) { #h6VLz44yw8s3shzCZhqi5KbAmnbF4TdI { width:1.625rem;height:1.625rem;top:1.8125rem;left:0rem;z-index:15072;border-top:0.1875rem solid #9c0735;border-left:0.1875rem solid #9c0735;border-right:0.1875rem solid #9c0735;border-bottom:0.1875rem solid #9c0735;display:block; }
 }@media only screen and (max-width: 763px) { #M81KaTcHeZPWU1TfSk66cOCI1QRIlVCU { width:1.625rem;height:1.625rem;top:1.8125rem;left:16.1875rem;z-index:15083;border-top:0.1875rem solid #9c0735;border-left:0.1875rem solid #9c0735;border-right:0.1875rem solid #9c0735;border-bottom:0.1875rem solid #9c0735;display:block; }
 }@media only screen and (max-width: 763px) { #PFnSGvHW0xGoqglycJ9qEOOR89HLRpHO { width:1.625rem;height:1.625rem;top:1.8125rem;left:14.375rem;z-index:15082;border-top:0.1875rem solid #9c0735;border-left:0.1875rem solid #9c0735;border-right:0.1875rem solid #9c0735;border-bottom:0.1875rem solid #9c0735;display:block; }
 }@media only screen and (max-width: 763px) { #lCTZs3cMTLLrDT7HUqX3H67Jr10psnep { width:1.625rem;height:1.625rem;top:7.25rem;left:18rem;z-index:15091;border-top:0.1875rem solid #9c0735;border-left:0.1875rem solid #9c0735;border-right:0.1875rem solid #9c0735;border-bottom:0.1875rem solid #9c0735;display:block; }
 }@media only screen and (max-width: 763px) { #hg0qt4O5cvssupehR3xnpZTddIpu0g5P { width:1.625rem;height:1.625rem;top:1.8125rem;left:18rem;z-index:15084;border-top:0.1875rem solid #9c0735;border-left:0.1875rem solid #9c0735;border-right:0.1875rem solid #9c0735;border-bottom:0.1875rem solid #9c0735;display:block; }
 }@media only screen and (max-width: 763px) { #tDbXIiiaTO0blugPVFHTOnb3IRZqixOi { width:1.625rem;height:1.625rem;top:3.625rem;left:18rem;z-index:15087;border-top:0.1875rem solid #9c0735;border-left:0.1875rem solid #9c0735;border-right:0.1875rem solid #9c0735;border-bottom:0.1875rem solid #9c0735;display:block; }
 }@media only screen and (max-width: 763px) { #AAqg9ahvV1eVrCsKICl7epmvh2IDu74H { width:1.625rem;height:1.625rem;top:5.4375rem;left:18rem;z-index:15090;border-top:0.1875rem solid #9c0735;border-left:0.1875rem solid #9c0735;border-right:0.1875rem solid #9c0735;border-bottom:0.1875rem solid #9c0735;display:block; }
 }@media only screen and (max-width: 763px) { #DMi4JcTRzcs9WTcE3V4i567r8XdRLdJ8 { width:1.625rem;height:1.625rem;top:0rem;left:0rem;z-index:15071;border-top:0.1875rem solid #9c0735;border-left:0.1875rem solid #9c0735;border-right:0.1875rem solid #9c0735;border-bottom:0.1875rem solid #9c0735;display:block; }
 }@media only screen and (max-width: 763px) { #TqWusGvZGOmH1TBK78CPAG36PT4Pz2p5 { width:1.625rem;height:1.625rem;top:0rem;left:1.8125rem;z-index:15072;border-top:0.1875rem solid #9c0735;border-left:0.1875rem solid #9c0735;border-right:0.1875rem solid #9c0735;border-bottom:0.1875rem solid #9c0735;display:block; }
 }@media only screen and (max-width: 763px) { #czMkSWpKRUiP1mk3dvicsHNGReST2UKQ { width:1.625rem;height:1.625rem;top:0rem;left:5.4375rem;z-index:15074;border-top:0.1875rem solid #9c0735;border-left:0.1875rem solid #9c0735;border-right:0.1875rem solid #9c0735;border-bottom:0.1875rem solid #9c0735;display:block; }
 }@media only screen and (max-width: 763px) { #mndr1mCOsarglQtxZEX5zMKTXsJ3XNrP { width:1.625rem;height:1.625rem;top:0rem;left:3.625rem;z-index:15073;border-top:0.1875rem solid #9c0735;border-left:0.1875rem solid #9c0735;border-right:0.1875rem solid #9c0735;border-bottom:0.1875rem solid #9c0735;display:block; }
 }@media only screen and (max-width: 763px) { #td6TrL2LG0yebe8WyDeqytuV9oVRS3FG { width:1.625rem;height:1.625rem;top:0rem;left:7.25rem;z-index:15075;border-top:0.1875rem solid #9c0735;border-left:0.1875rem solid #9c0735;border-right:0.1875rem solid #9c0735;border-bottom:0.1875rem solid #9c0735;display:block; }
 }@media only screen and (max-width: 763px) { #DRanFIoUip2UfBF79ywpXlnR3PtbacMg { width:1.625rem;height:1.625rem;top:0rem;left:9.1875rem;z-index:15076;border-top:0.1875rem solid #9c0735;border-left:0;border-right:0.1875rem solid #9c0735;border-bottom:0.1875rem solid #9c0735;display:block; }
 }@media only screen and (max-width: 763px) { #y6iL0kDrAE7liOK8Tx3KGSFdlU7S0HSm { width:1.625rem;height:1.625rem;top:0rem;left:12.5625rem;z-index:15078;border-top:0.1875rem solid #9c0735;border-left:0.1875rem solid #9c0735;border-right:0.1875rem solid #9c0735;border-bottom:0.1875rem solid #9c0735;display:block; }
 }@media only screen and (max-width: 763px) { #yh7Hm8v5ybf1DpAMnb4JwmfU2X362NTA { width:1.625rem;height:1.625rem;top:0rem;left:10.9375rem;z-index:15077;border-top:0.1875rem solid #9c0735;border-left:0;border-right:0.1875rem solid #9c0735;border-bottom:0.1875rem solid #9c0735;display:block; }
 }@media only screen and (max-width: 763px) { #yTP1iGshOKScdBETmSOJdTTe2TkZ6C2C { width:1.625rem;height:1.625rem;top:0rem;left:14.375rem;z-index:15079;border-top:0.1875rem solid #9c0735;border-left:0.1875rem solid #9c0735;border-right:0.1875rem solid #9c0735;border-bottom:0.1875rem solid #9c0735;display:block; }
 }@media only screen and (max-width: 763px) { #wivNheSPWzlBrnvSkaJmgWTHtygQ2pap { width:1.625rem;height:1.625rem;top:0rem;left:16.1875rem;z-index:15080;border-top:0.1875rem solid #9c0735;border-left:0.1875rem solid #9c0735;border-right:0.1875rem solid #9c0735;border-bottom:0.1875rem solid #9c0735;display:block; }
 }@media only screen and (max-width: 763px) { #zrXz6flXVNQSRWt7n8t8PLh7Ed0dZOCB { width:1.625rem;height:1.625rem;top:0rem;left:18rem;z-index:15081;border-top:0.1875rem solid #9c0735;border-left:0.1875rem solid #9c0735;border-right:0.1875rem solid #9c0735;border-bottom:0.1875rem solid #9c0735;display:block; }
 }@media only screen and (max-width: 763px) { #pi1EUnHOfOuu5kLK5bsaZJXT9oMomNk4 { width:20rem;height:2.1120375rem;top:15.785243988037rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PaZS4ftV947Uxk5B0uQzrIxQdhmKOITV { display:block; }#PaZS4ftV947Uxk5B0uQzrIxQdhmKOITV > .row .container { width:20rem;height:21.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dWLLy7wNaAzmMfxeN8OWPPBRtnv7smlS { width:4.125rem;height:4.125rem;top:154rem;left:7.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #yfM2XCV4XXuzSa6bzTET85LTcQgZ9G7y { width:4.125rem;height:4.125rem;top:159.875rem;left:7.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #HlXKaCK0K5QTtb1Fr5G2VGFPiH0h9wer { width:4.125rem;height:4.125rem;top:148.125rem;left:7.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #fDkROeaav4AhrHNpVqh4bfpTTpeHwDhd { width:4.125rem;height:4.125rem;top:196.94921875rem;left:7.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #oJrUNkKTDGtga0T5FA7iyFGEuxbDepoz { width:4.125rem;height:4.125rem;top:202.82421875rem;left:7.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #m64rbTGOVWPqSWMUA3VU75iqqKlR9XTL { width:4.125rem;height:4.125rem;top:191.07421875rem;left:7.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #GDN9y9Tkwuvtp5gXmS6bEHoGmumPuMVt { width:4.125rem;height:4.125rem;top:142.25rem;left:7.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #mPx90el535wCCl0koHwcJbzpNe9WTwFP { width:4.125rem;height:4.125rem;top:185.19921875rem;left:7.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #a0CO8uhxc3XK4xD59cpCD1pv2WNu6NLu { width:4.125rem;height:4.125rem;top:136.375rem;left:7.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #RD5A39kvLySzOkGxtZwCEiN9vgKXILZn { width:4.125rem;height:4.125rem;top:179.32421875rem;left:7.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #RQTSzLnFgGsFSVsgy7fcvmLUobdD8s4M { width:4.125rem;height:4.125rem;top:232.19921875rem;left:7.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #v96ZnmdseOsSXNcKxsv0b2L3i0TIzluC { width:4.125rem;height:4.125rem;top:238.07421875rem;left:7.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #WhvqcUn85yEksX1FxbzcDdFPvaqOwyrK { width:4.125rem;height:4.125rem;top:226.32421875rem;left:7.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #fFveE6lLONnTD04Quiqy9U3M1u2WJbFq { width:4.125rem;height:4.125rem;top:220.44921875rem;left:7.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #a7FTbUFhWxx6W2BtskB2tTcTzcEUIwPV { width:4.125rem;height:4.125rem;top:214.57421875rem;left:7.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #VfzI96oAvWsq6Gw8EO2SZXxOuQhSWqXp { width:4.125rem;height:4.125rem;top:403.79834375rem;left:7.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #aqiICNZ4evgl3PFTEH4lGBtmmCTmTKFz { width:4.125rem;height:4.125rem;top:397.92334375rem;left:7.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #eIFb7gRp5BrGHdXTFF8hB8cDbOZTmA37 { width:4.125rem;height:4.125rem;top:392.04834375rem;left:7.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #Pt4ChHCwFcsBRD0UQMvDo58ywWeCGLrm { width:4.125rem;height:4.125rem;top:386.17334375rem;left:7.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #BHHgMpOHwCE7KN2p8m7NuAGsQLnptndb { width:4.125rem;height:4.125rem;top:380.29834375rem;left:7.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #tx21iwLzfFw5moN83EeF46niRa74e2qn { width:4.125rem;height:4.125rem;top:468.42334375rem;left:7.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #XuBHA0lHSTqAtTMFpDmzOiIIpaLpATny { width:4.125rem;height:4.125rem;top:462.54834375rem;left:7.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #ofX4kEitPXTz7OwrZzzln8IHrClrlVPb { width:4.125rem;height:4.125rem;top:456.67334375rem;left:7.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #ySZrfLSBrHGHqeWqe84bZTdKdCMzZKqE { width:4.125rem;height:4.125rem;top:450.79834375rem;left:7.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #uifbEm4bhhiIUt33T3hThMqSgKuTg7oP { width:4.125rem;height:4.125rem;top:444.92334375rem;left:7.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #gop49BuGDFELp9ybaA7yfVeUyZs9EqQw { width:4.125rem;height:4.125rem;top:439.04834375rem;left:7.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #azGK8gMr1lyBsBACLPd1hM4hX43DyTSL { width:4.125rem;height:4.125rem;top:433.17334375rem;left:7.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #JMQ4Josnin05DPAKq9KQeXpOeRKpTx1r { width:4.125rem;height:4.125rem;top:427.29834375rem;left:7.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #ucw2AsQdCGi8ocHVIAusmxeqkS1ffsym { width:4.125rem;height:4.125rem;top:421.42334375rem;left:7.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #eqP7rHwQfCQM29ODgkI79sAK390AbQ4x { width:4.125rem;height:4.125rem;top:415.23583984375rem;left:7.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #UlIxuWNJQwTWURXCsr0HoI3BW2HlVNJn { width:4.125rem;height:4.125rem;top:409.67334375rem;left:7.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #XnaXWnLuqX2e1iVlrLcg5zFtzWpMIElf { width:4.125rem;height:4.125rem;top:173.44921875rem;left:7.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #V5Eve8PFdxz5tx52WClzxeMgywg2rw9h { width:4.125rem;height:4.125rem;top:208.69921875rem;left:7.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #vQBmxUTndfdIKT7vAagZrbLKunEzavFF { width:4.125rem;height:4.125rem;top:243.94921875rem;left:7.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #bOA9NgREnsXaSWerMUvgoEXzt5sJIrqk { width:4.125rem;height:4.125rem;top:474.29834375rem;left:7.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #itRQ2Ekvw8ewHQsGRwwHqT2kSRtJNKua { width:12.5rem;height:1.21875rem;top:5.1875rem;left:4.75rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XgSaOCRQmgGACEWmdr4ZyFFrUs9Fawpi { width:17.8125rem;height:3.65545rem;top:11.6875rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qVgG9bhEeN3ed3k1cU6CtVpiBlXRoWVL { width:5.5625rem;height:2rem;top:2.875rem;left:4.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #pEcUnuywlTZ15rnPTivrUzdzzbaIKPIX { width:19.9375rem;height:2.43696875rem;top:16.5rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #IT7Q99cToVzPzUvvtzfXmeiaefL0xBNJ { width:1.625rem;height:1.625rem;top:7.25rem;left:14.375rem;z-index:15120;border-top:0.1875rem solid #9c0735;border-left:0.1875rem solid #9c0735;border-right:0.1875rem solid #9c0735;border-bottom:0.1875rem solid #9c0735;display:block; }
 }@media only screen and (max-width: 763px) { #o4zcvOGKktfEZLMocKNyh7W6NNVTlznU { width:1.625rem;height:1.625rem;top:7.25rem;left:16.1875rem;z-index:15121;border-top:0.1875rem solid #9c0735;border-left:0.1875rem solid #9c0735;border-right:0.1875rem solid #9c0735;border-bottom:0.1875rem solid #9c0735;display:block; }
 }@media only screen and (max-width: 763px) { #VWP8bTVl6d0gTr3EUaSX6s27Raw79izE { width:1.625rem;height:1.625rem;top:7.25rem;left:18rem;z-index:15122;border-top:0.1875rem solid #9c0735;border-left:0.1875rem solid #9c0735;border-right:0.1875rem solid #9c0735;border-bottom:0.1875rem solid #9c0735;display:block; }
 }@media only screen and (max-width: 763px) { #BSVtiF6tMvEGhWCxTae7cT0Enn37v3RJ { width:1.625rem;height:1.625rem;top:7.25rem;left:12.5625rem;z-index:15119;border-top:0.1875rem solid #9c0735;border-left:0.1875rem solid #9c0735;border-right:0.1875rem solid #9c0735;border-bottom:0.1875rem solid #9c0735;display:block; }
 }@media only screen and (max-width: 763px) { #s48lwWRTDJkOOviST6HfRI6qwFQ8Uqel { width:1.625rem;height:1.625rem;top:7.25rem;left:10.9375rem;z-index:15118;border-top:0.1875rem solid #9c0735;border-left:0;border-right:0.1875rem solid #9c0735;border-bottom:0.1875rem solid #9c0735;display:block; }
 }@media only screen and (max-width: 763px) { #rnShxqG8PDcM2IMw6vCTpdDqXa0WA2IL { width:1.625rem;height:1.625rem;top:7.25rem;left:9.1875rem;z-index:15117;border-top:0.1875rem solid #9c0735;border-left:0;border-right:0.1875rem solid #9c0735;border-bottom:0.1875rem solid #9c0735;display:block; }
 }@media only screen and (max-width: 763px) { #NQwCaBTp5r1gpTH9wFPtWbXc7cLRXPkT { width:1.625rem;height:1.625rem;top:5.4375rem;left:18rem;z-index:15121;border-top:0.1875rem solid #9c0735;border-left:0.1875rem solid #9c0735;border-right:0.1875rem solid #9c0735;border-bottom:0.1875rem solid #9c0735;display:block; }
 }@media only screen and (max-width: 763px) { #grIlSlM7NLR5OXmL0HF9gZgr9B4tCuuT { width:1.625rem;height:1.625rem;top:7.25rem;left:7.25rem;z-index:15116;border-top:0.1875rem solid #9c0735;border-left:0.1875rem solid #9c0735;border-right:0.1875rem solid #9c0735;border-bottom:0.1875rem solid #9c0735;display:block; }
 }@media only screen and (max-width: 763px) { #EAOVT5zf2VA5xncKZErVBGu1NOTmyOEk { width:1.625rem;height:1.625rem;top:3.625rem;left:18rem;z-index:15118;border-top:0.1875rem solid #9c0735;border-left:0.1875rem solid #9c0735;border-right:0.1875rem solid #9c0735;border-bottom:0.1875rem solid #9c0735;display:block; }
 }@media only screen and (max-width: 763px) { #TRLv6AfxD73U1rqdS1S1fe7B6iLduyhE { width:1.625rem;height:1.625rem;top:7.25rem;left:5.4375rem;z-index:15115;border-top:0.1875rem solid #9c0735;border-left:0.1875rem solid #9c0735;border-right:0.1875rem solid #9c0735;border-bottom:0.1875rem solid #9c0735;display:block; }
 }@media only screen and (max-width: 763px) { #yyGIdx5mLWLNMIwpTouWN0fPNn8JG0qo { width:1.625rem;height:1.625rem;top:1.8125rem;left:18rem;z-index:15115;border-top:0.1875rem solid #9c0735;border-left:0.1875rem solid #9c0735;border-right:0.1875rem solid #9c0735;border-bottom:0.1875rem solid #9c0735;display:block; }
 }@media only screen and (max-width: 763px) { #vxKatF6uGwufu5Inp2JgMpJtu9IeXN2a { width:1.625rem;height:1.625rem;top:7.25rem;left:3.625rem;z-index:15114;border-top:0.1875rem solid #9c0735;border-left:0.1875rem solid #9c0735;border-right:0.1875rem solid #9c0735;border-bottom:0.1875rem solid #9c0735;display:block; }
 }@media only screen and (max-width: 763px) { #EHVw3uZFy7gbcA7ZfLLyQpikqoX5ViNb { width:1.625rem;height:1.625rem;top:5.4375rem;left:1.8125rem;z-index:15120;border-top:0.1875rem solid #9c0735;border-left:0.1875rem solid #9c0735;border-right:0.1875rem solid #9c0735;border-bottom:0.1875rem solid #9c0735;display:block; }
 }@media only screen and (max-width: 763px) { #quQ7paaDGprLV8A2ILifWCddiPHoDGID { width:1.625rem;height:1.625rem;top:3.625rem;left:1.8125rem;z-index:15117;border-top:0.1875rem solid #9c0735;border-left:0.1875rem solid #9c0735;border-right:0.1875rem solid #9c0735;border-bottom:0.1875rem solid #9c0735;display:block; }
 }@media only screen and (max-width: 763px) { #PCQsey01vX3QSRDPACrUw9Hh14kFJtTS { width:1.625rem;height:1.625rem;top:1.8125rem;left:1.8125rem;z-index:15114;border-top:0.1875rem solid #9c0735;border-left:0.1875rem solid #9c0735;border-right:0.1875rem solid #9c0735;border-bottom:0.1875rem solid #9c0735;display:block; }
 }@media only screen and (max-width: 763px) { #Sxwpoc5l8LCq7oKWd2pdJBip2t7ezxrM { width:1.625rem;height:1.625rem;top:7.25rem;left:1.8125rem;z-index:15113;border-top:0.1875rem solid #9c0735;border-left:0.1875rem solid #9c0735;border-right:0.1875rem solid #9c0735;border-bottom:0.1875rem solid #9c0735;display:block; }
 }@media only screen and (max-width: 763px) { #dXHHg3TcfanWQ3p4VBJBIrhLAGFT7TmJ { width:1.625rem;height:1.625rem;top:0rem;left:1.8125rem;z-index:15103;border-top:0.1875rem solid #9c0735;border-left:0.1875rem solid #9c0735;border-right:0.1875rem solid #9c0735;border-bottom:0.1875rem solid #9c0735;display:block; }
 }@media only screen and (max-width: 763px) { #toySh3JbKV5e3OZn4zHfWdeiXIw2KgWe { width:1.625rem;height:1.625rem;top:0rem;left:5.4375rem;z-index:15105;border-top:0.1875rem solid #9c0735;border-left:0.1875rem solid #9c0735;border-right:0.1875rem solid #9c0735;border-bottom:0.1875rem solid #9c0735;display:block; }
 }@media only screen and (max-width: 763px) { #HHvVvGOBQ9y9BcC7tblOeTwh9UKknluf { width:1.625rem;height:1.625rem;top:0rem;left:3.625rem;z-index:15104;border-top:0.1875rem solid #9c0735;border-left:0.1875rem solid #9c0735;border-right:0.1875rem solid #9c0735;border-bottom:0.1875rem solid #9c0735;display:block; }
 }@media only screen and (max-width: 763px) { #tsxHk734inZk6EFxsQ3GMqdSZ7pD32CS { width:1.625rem;height:1.625rem;top:0rem;left:7.25rem;z-index:15106;border-top:0.1875rem solid #9c0735;border-left:0.1875rem solid #9c0735;border-right:0.1875rem solid #9c0735;border-bottom:0.1875rem solid #9c0735;display:block; }
 }@media only screen and (max-width: 763px) { #LHhxk5EIHyBk0WIPThSy4yQT24rWZZLJ { width:1.625rem;height:1.625rem;top:0rem;left:9.1875rem;z-index:15107;border-top:0.1875rem solid #9c0735;border-left:0;border-right:0.1875rem solid #9c0735;border-bottom:0.1875rem solid #9c0735;display:block; }
 }@media only screen and (max-width: 763px) { #CTeOvcdBCpxTzBzeBTBts3yBgsvTSfIW { width:1.625rem;height:1.625rem;top:0rem;left:12.5625rem;z-index:15109;border-top:0.1875rem solid #9c0735;border-left:0.1875rem solid #9c0735;border-right:0.1875rem solid #9c0735;border-bottom:0.1875rem solid #9c0735;display:block; }
 }@media only screen and (max-width: 763px) { #Q0ZShLDTk2t0OWu7voTQ9TetvJBh5ot8 { width:1.625rem;height:1.625rem;top:0rem;left:10.9375rem;z-index:15108;border-top:0.1875rem solid #9c0735;border-left:0;border-right:0.1875rem solid #9c0735;border-bottom:0.1875rem solid #9c0735;display:block; }
 }@media only screen and (max-width: 763px) { #X03VxP164SfaLSkVIHyVPR3T5W9PJiGW { width:1.625rem;height:1.625rem;top:0rem;left:14.375rem;z-index:15110;border-top:0.1875rem solid #9c0735;border-left:0.1875rem solid #9c0735;border-right:0.1875rem solid #9c0735;border-bottom:0.1875rem solid #9c0735;display:block; }
 }@media only screen and (max-width: 763px) { #h4bCUCTQ2KNDJZs9DJabAdeUAlKNKcGV { width:1.625rem;height:1.625rem;top:0rem;left:16.1875rem;z-index:15111;border-top:0.1875rem solid #9c0735;border-left:0.1875rem solid #9c0735;border-right:0.1875rem solid #9c0735;border-bottom:0.1875rem solid #9c0735;display:block; }
 }@media only screen and (max-width: 763px) { #TX5iDw0gTGpaH1pgffIbrN71xeXmf7qT { width:1.625rem;height:1.625rem;top:0rem;left:18rem;z-index:15112;border-top:0.1875rem solid #9c0735;border-left:0.1875rem solid #9c0735;border-right:0.1875rem solid #9c0735;border-bottom:0.1875rem solid #9c0735;display:block; }
 }@media only screen and (max-width: 763px) { #RJJkarPkDaemX4Jd0iFFzzk6LZy7K1ac { width:1.625rem;height:1.625rem;top:0rem;left:0rem;z-index:15102;border-top:0.1875rem solid #9c0735;border-left:0.1875rem solid #9c0735;border-right:0.1875rem solid #9c0735;border-bottom:0.1875rem solid #9c0735;display:block; }
 }@media only screen and (max-width: 763px) { #lGsq9I98NPV4yeRGSvIBBL7rxFZBlPfN { width:1.625rem;height:1.625rem;top:1.8125rem;left:0rem;z-index:15103;border-top:0.1875rem solid #9c0735;border-left:0.1875rem solid #9c0735;border-right:0.1875rem solid #9c0735;border-bottom:0.1875rem solid #9c0735;display:block; }
 }@media only screen and (max-width: 763px) { #dAzhfp4fXk3sfTbuboyPxgShWWa18iXw { width:1.625rem;height:1.625rem;top:3.625rem;left:0rem;z-index:15104;border-top:0.1875rem solid #9c0735;border-left:0.1875rem solid #9c0735;border-right:0.1875rem solid #9c0735;border-bottom:0.1875rem solid #9c0735;display:block; }
 }@media only screen and (max-width: 763px) { #hHuJT8x2yZe6NsT4TrEX5PsEvJevOdbD { width:1.625rem;height:1.625rem;top:7.25rem;left:0rem;z-index:15106;border-top:0.1875rem solid #9c0735;border-left:0.1875rem solid #9c0735;border-right:0.1875rem solid #9c0735;border-bottom:0.1875rem solid #9c0735;display:block; }
 }@media only screen and (max-width: 763px) { #kb9gLQ4wZdy0cO4C7RVWx9dKEidTOHqQ { width:1.625rem;height:1.625rem;top:5.4375rem;left:0rem;z-index:15105;border-top:0.1875rem solid #9c0735;border-left:0.1875rem solid #9c0735;border-right:0.1875rem solid #9c0735;border-bottom:0.1875rem solid #9c0735;display:block; }
 }@media only screen and (max-width: 763px) { #T5d426tEBKKbTdxq9rWiilXrtkkKDMcm { display:block; }#T5d426tEBKKbTdxq9rWiilXrtkkKDMcm > .row .container { width:20rem;height:64.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Nqq8BKpR5IOueFutEa1bcuhXUoWupH0L { width:4.125rem;height:4.125rem;top:154rem;left:7.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #zEfVIDM2B4Pq8OERKOSX8Rx1lQqQauT9 { width:4.125rem;height:4.125rem;top:159.875rem;left:7.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #aUTf4f8NCcEOT0mf21hE4bBQMg9pwpOw { width:4.125rem;height:4.125rem;top:148.125rem;left:7.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #r7C4PpZlZhIlUF8rBoMsgOsAulC23u5G { width:4.125rem;height:4.125rem;top:196.94921875rem;left:7.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #SA3ZIw5f7axW7uTdVvScfGWv5JeTF2KR { width:4.125rem;height:4.125rem;top:202.82421875rem;left:7.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #DuQRJu29o0cK3Xgw8gdH4qlXTTTb4et2 { width:4.125rem;height:4.125rem;top:191.07421875rem;left:7.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #H4RTQkbub8Zi0X8mJ7WLaUeUCvVyCQra { width:4.125rem;height:4.125rem;top:142.25rem;left:7.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #EgqK60d9tBZlcq2h8lDo4IbWHm7vT6fO { width:4.125rem;height:4.125rem;top:185.19921875rem;left:7.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #kKQcK2Em41ywgCTm0sfRfk2zuaNBh7ey { width:4.125rem;height:4.125rem;top:136.375rem;left:7.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #NJ0KRhukSA49EMQWRNZQ14o4Kvs3t1Du { width:4.125rem;height:4.125rem;top:179.32421875rem;left:7.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #L47OOOptBrPPUm3GqV5vLWdiTtTkKgEk { width:4.125rem;height:4.125rem;top:232.19921875rem;left:7.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #M0nVwToWv97A5XOdJzvw562UaRQQGrMJ { width:4.125rem;height:4.125rem;top:238.07421875rem;left:7.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #GpTmT0W1HWcs9CetCUSp71UENyCO0PoP { width:4.125rem;height:4.125rem;top:226.32421875rem;left:7.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #yekvlyxBTmDlz7TAx1qe77WApXJDMZSk { width:4.125rem;height:4.125rem;top:267.44921875rem;left:7.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #TOBXnw5T4DSdaOpSvooMsW1QIyEsdKgb { width:4.125rem;height:4.125rem;top:273.32421875rem;left:7.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #KsZdU9NwFMdIuGIB7AicFNaMaf1NV4cw { width:4.125rem;height:4.125rem;top:261.57421875rem;left:7.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #u5DK5o2wEkfDOnhoE4m5cE7Tui7RUQ5A { width:4.125rem;height:4.125rem;top:220.44921875rem;left:7.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #FwNKUQnTmakxGJDZDUeS3D1a87iUmFge { width:4.125rem;height:4.125rem;top:255.69921875rem;left:7.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #FRa0r9Ciz8fB86IQ5zGSzrs8I7b3rwTa { width:4.125rem;height:4.125rem;top:214.57421875rem;left:7.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #STwGiwBqvMJAZSMaBmqwacd6RuTJbGZ1 { width:4.125rem;height:4.125rem;top:249.82421875rem;left:7.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #UUHCfBbKPEU3fv5n30vvO81UGKPxXdaS { width:4.125rem;height:4.125rem;top:403.79834375rem;left:7.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #tE61W9S9CzLm2Zrv0JyBbMphtJdr2tOW { width:4.125rem;height:4.125rem;top:397.92334375rem;left:7.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #Eam4tW2S33ualT1rw5R5dMoFdQ7FuxTF { width:4.125rem;height:4.125rem;top:392.04834375rem;left:7.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #SzQO76g2zeTvNENMMdzvNoJzJ4SQ956n { width:4.125rem;height:4.125rem;top:386.17334375rem;left:7.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #U5NZ0irlTKFHva1MJqPShoIyhwxkR4Go { width:4.125rem;height:4.125rem;top:380.29834375rem;left:7.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #U4pn5027fPirCMSXsB6E4BliXH8UsfvM { width:4.125rem;height:4.125rem;top:468.42334375rem;left:7.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #q2eoH5012leK3NJ4fJPA49hc2PbOVS3D { width:4.125rem;height:4.125rem;top:462.54834375rem;left:7.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #vuL1F9BCTDXp94Dk4yfAJDXshg0JvSRx { width:4.125rem;height:4.125rem;top:456.36083984375rem;left:7.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #D1ku2QMenkmNO9eZqbaTZFC4LeUH6W2m { width:4.125rem;height:4.125rem;top:450.79834375rem;left:7.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #D2KtPHxypr30cznMz6umnpwOmUSOVTZP { width:4.125rem;height:4.125rem;top:444.92334375rem;left:7.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #gz3KaTcx5gRE17d0kIZRyqnt5DoXAhBl { width:4.125rem;height:4.125rem;top:439.04834375rem;left:7.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #MJ0N7dKa4LIHXWmpSbTCpTyVAA7KD3BR { width:4.125rem;height:4.125rem;top:433.17334375rem;left:7.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #ukgSQJrPbDk8kk22zAvLdya0em8nTebS { width:4.125rem;height:4.125rem;top:427.29834375rem;left:7.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #BN3diTKR4v5LapIRtOtdXSfHM5X1agyT { width:4.125rem;height:4.125rem;top:421.42334375rem;left:7.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #GzIhpXsMWPDf6MemaVMkS8ISyTkEgbQx { width:4.125rem;height:4.125rem;top:415.54834375rem;left:7.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #LG6WXZMJVqhDyQCaCuZcxUnF3KTe6BfU { width:4.125rem;height:4.125rem;top:409.67334375rem;left:7.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #JlxnWnrpGNCM8mcBfTBVMPkroPnyctsN { width:4.125rem;height:4.125rem;top:173.44921875rem;left:7.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #RS4BHwJM0W5xHKSrCGa2Ex66Gm6MKgJG { width:4.125rem;height:4.125rem;top:208.69921875rem;left:7.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #BVPDTp8BvLQovuI0Vx4duu46qXqybA8i { width:4.125rem;height:4.125rem;top:243.94921875rem;left:7.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #QkhT49PXrZVgQ20eTyNCSTm6s7SZKHi7 { width:4.125rem;height:4.125rem;top:279.19921875rem;left:7.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #fQSWds4zAoxdtoOLxSyh3UXMpvuZ96Hk { width:4.125rem;height:4.125rem;top:474.29834375rem;left:7.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #fKygNhHxrdrl3tQVAD2Sb10KonK9FiTl { width:12.5rem;height:1.21875rem;top:5.0625rem;left:2.9375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #FF3gL7rwc9kTi0wi3oa0aaXvfbl0Icoo { width:20rem;height:20.7141875rem;top:11.75rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fKd81foZRtHJN04XwRdK2xH69I6iSuEG { width:8.1875rem;height:1.75rem;top:2.9375rem;left:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #nfU4Wt2BbHVQ43BNRev4U8vuMXZNQpmg { width:4.125rem;height:4.125rem;top:508.29833984375rem;left:7.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #SfNFFcCyktThtKul2K0VTfPOo1WciTKM { width:4.125rem;height:4.125rem;top:480.17333984375rem;left:7.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #bKZQFuLRLUDeJ1o6trIKxCh1wy7rwK3i { width:4.125rem;height:4.125rem;top:485.79833984375rem;left:7.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #fpxf80S8oVRKGeTmJCQzxBKyIauuFKKD { width:4.125rem;height:4.125rem;top:491.42333984375rem;left:7.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #gbMPyeoO7kLrC2KcDiFvDhD99Haslbqp { width:4.125rem;height:4.125rem;top:497.04833984375rem;left:7.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #anmUoJTvzxuzSTUOE33TkBH9h5zMh7qD { width:4.125rem;height:4.125rem;top:502.67333984375rem;left:7.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #JhWIagJy0F39VIvZXDTaahGFqn267xU4 { width:4.125rem;height:4.125rem;top:649.04833984375rem;left:7.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #kiR7gy0f0iUDrf2LZUKBTe5VQloCu9Pb { width:4.125rem;height:4.125rem;top:613.79833984375rem;left:7.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #TO8gOmcgVzROr9wikDzKkaw4zNlrKBmQ { width:4.125rem;height:4.125rem;top:578.54833984375rem;left:7.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #w16WOmXVshImmEIeTFVJRy4bvi9Kce6I { width:4.125rem;height:4.125rem;top:543.29833984375rem;left:7.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #tqkbAE8nXzN67pJvNiKxF4LeLJaw3LcP { width:4.125rem;height:4.125rem;top:717.30808984375rem;left:7.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #GOtmHqiMbCTI2LH7yR4VHtm1Saz0uK1s { width:4.125rem;height:4.125rem;top:637.29833984375rem;left:7.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #KR9xFQsWEAN7KxTfXKEKG9IOiSKdWr1w { width:4.125rem;height:4.125rem;top:643.17333984375rem;left:7.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #wwL1bFcAiFanAI25pxIPHC0Jr5u3IyTZ { width:4.125rem;height:4.125rem;top:596.17333984375rem;left:7.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #zMs8lEMn1TVDCLILAOdb1TIp0b4KbBUT { width:4.125rem;height:4.125rem;top:602.04833984375rem;left:7.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #Rol6tskdC9kHh8iZq4Auwx1Fp37Ti1g9 { width:4.125rem;height:4.125rem;top:631.42333984375rem;left:7.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #vOZigpbM72ZxB2EzFgVHpL4OrDbuA144 { width:4.125rem;height:4.125rem;top:607.92333984375rem;left:7.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #TXFg2hRZfQ1BlCH9SembsbTEHnU1TNBU { width:4.125rem;height:4.125rem;top:590.29833984375rem;left:7.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #EUXMZ52TJ4U8UPwcX6bDNWL3sLguahw7 { width:4.125rem;height:4.125rem;top:625.54833984375rem;left:7.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #L8e8E5kFGT5b67C351XNSK0h4pLOdRga { width:4.125rem;height:4.125rem;top:560.92333984375rem;left:7.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #VRDHRODNFrBnZnrJdRh0UVVkKVvT6qSC { width:4.125rem;height:4.125rem;top:566.42333984375rem;left:7.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #GMIhyJmvTgsQ19Ano3E4vJdgdq3MVcPL { width:4.125rem;height:4.125rem;top:555.04833984375rem;left:7.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #VzGQ0LcGWCGryIR34Tuo1LKpMz2lKPH1 { width:4.125rem;height:4.125rem;top:572.67333984375rem;left:7.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #pwXCVMOuzb4uo0LHcOlVi7d8h6xpOcGc { width:4.125rem;height:4.125rem;top:549.17333984375rem;left:7.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #JDPFvbUTOisTQGMKFVoLxcsoU1o5AI1R { width:4.125rem;height:4.125rem;top:584.42333984375rem;left:7.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #f2eaClkhgu19xSnF599ql0g0fhHxWIko { width:4.125rem;height:4.125rem;top:619.67333984375rem;left:7.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #g45AfJRRLtTRPQee7F28BQGTIfde3Zhs { width:4.125rem;height:4.125rem;top:525.67333984375rem;left:7.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #pBg23e9lQ3fUnnB7A3mE5sosC6bKTcTN { width:4.125rem;height:4.125rem;top:531.54833984375rem;left:7.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #WBbOcnh3BZAwT4Do5vCplqyiaFnsbivT { width:4.125rem;height:4.125rem;top:519.79833984375rem;left:7.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #MsDAEexWMS5ZBMqXcSFoOQz8n3wU7TQE { width:4.125rem;height:4.125rem;top:513.92333984375rem;left:7.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #XyFWAel8KBBErp0TWRJWorKFa8B8V5PO { width:4.125rem;height:4.125rem;top:537.42333984375rem;left:7.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #E8qTuViQZ8smQb8ZChEG0hNvSMePNO4u { width:4.125rem;height:4.125rem;top:678.42333984375rem;left:7.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #ae72L6UNkuaNdvQmQyXI9b930fenJr6P { width:4.125rem;height:4.125rem;top:672.54833984375rem;left:7.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #hsoLF5zmmaaVVZygKTNvFyqAthUFqf2v { width:4.125rem;height:4.125rem;top:666.67333984375rem;left:7.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #vDFk5qN7zFORoTLWg8SGDXLIFSZ7hGBD { width:4.125rem;height:4.125rem;top:660.79833984375rem;left:7.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #ZrBZTwST1wa6XDtk659QAz58Zk1sBmWJ { width:4.125rem;height:4.125rem;top:654.92333984375rem;left:7.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #Hd7WSHbyx35E2BgUAX58HtKtBBg3WQpS { width:20rem;height:28.02508125rem;top:34.6875rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #c0Oiun1kIDn5rX8fdKh7A1ALDsmTHXVP { width:1.625rem;height:1.625rem;top:7.25rem;left:14.375rem;z-index:15123;border-top:0.1875rem solid #9c0735;border-left:0.1875rem solid #9c0735;border-right:0.1875rem solid #9c0735;border-bottom:0.1875rem solid #9c0735;display:block; }
 }@media only screen and (max-width: 763px) { #JgoEoSqJEDVs7m6Jqd8zuMO57raSLbky { width:1.625rem;height:1.625rem;top:7.25rem;left:16.1875rem;z-index:15124;border-top:0.1875rem solid #9c0735;border-left:0.1875rem solid #9c0735;border-right:0.1875rem solid #9c0735;border-bottom:0.1875rem solid #9c0735;display:block; }
 }@media only screen and (max-width: 763px) { #yCUoCCFe0KqD3W0CnWioxXit3yTJz7J2 { width:1.625rem;height:1.625rem;top:7.25rem;left:18rem;z-index:15125;border-top:0.1875rem solid #9c0735;border-left:0.1875rem solid #9c0735;border-right:0.1875rem solid #9c0735;border-bottom:0.1875rem solid #9c0735;display:block; }
 }@media only screen and (max-width: 763px) { #mcEIqK06mPIRW0TA2oAv27ZAUlASwfWH { width:1.625rem;height:1.625rem;top:7.25rem;left:12.5625rem;z-index:15122;border-top:0.1875rem solid #9c0735;border-left:0.1875rem solid #9c0735;border-right:0.1875rem solid #9c0735;border-bottom:0.1875rem solid #9c0735;display:block; }
 }@media only screen and (max-width: 763px) { #NzJgvBlTPnTyTu5pIgnpito76TKAG4XD { width:1.625rem;height:1.625rem;top:7.25rem;left:10.9375rem;z-index:15121;border-top:0.1875rem solid #9c0735;border-left:0;border-right:0.1875rem solid #9c0735;border-bottom:0.1875rem solid #9c0735;display:block; }
 }@media only screen and (max-width: 763px) { #oxg7JKzvvkbBZ2WNFOUN2KanX0GneBaM { width:1.625rem;height:1.625rem;top:5.4375rem;left:14.375rem;z-index:15122;border-top:0.1875rem solid #9c0735;border-left:0.1875rem solid #9c0735;border-right:0.1875rem solid #9c0735;border-bottom:0.1875rem solid #9c0735;display:block; }
 }@media only screen and (max-width: 763px) { #owCQvPrEDdhwagCcAKFv3J008A0CEQRW { width:1.625rem;height:1.625rem;top:5.4375rem;left:16.1875rem;z-index:15123;border-top:0.1875rem solid #9c0735;border-left:0.1875rem solid #9c0735;border-right:0.1875rem solid #9c0735;border-bottom:0.1875rem solid #9c0735;display:block; }
 }@media only screen and (max-width: 763px) { #NvngEiAyKk1I0oTwPU3n1f3JdU1ahP7W { width:1.625rem;height:1.625rem;top:5.4375rem;left:18rem;z-index:15124;border-top:0.1875rem solid #9c0735;border-left:0.1875rem solid #9c0735;border-right:0.1875rem solid #9c0735;border-bottom:0.1875rem solid #9c0735;display:block; }
 }@media only screen and (max-width: 763px) { #HbNg36VZl2EEEE4bvXCkxSvkAkiUSSzN { width:1.625rem;height:1.625rem;top:7.25rem;left:9.1875rem;z-index:15120;border-top:0.1875rem solid #9c0735;border-left:0;border-right:0.1875rem solid #9c0735;border-bottom:0.1875rem solid #9c0735;display:block; }
 }@media only screen and (max-width: 763px) { #hrNMholQD1wRms3QkyuMEZPN8zmHH6fZ { width:1.625rem;height:1.625rem;top:7.25rem;left:7.25rem;z-index:15119;border-top:0.1875rem solid #9c0735;border-left:0.1875rem solid #9c0735;border-right:0.1875rem solid #9c0735;border-bottom:0.1875rem solid #9c0735;display:block; }
 }@media only screen and (max-width: 763px) { #PzditxX3holJezK2mIIZFEbo9PhSpsI4 { width:1.625rem;height:1.625rem;top:3.625rem;left:16.1875rem;z-index:15120;border-top:0.1875rem solid #9c0735;border-left:0.1875rem solid #9c0735;border-right:0.1875rem solid #9c0735;border-bottom:0.1875rem solid #9c0735;display:block; }
 }@media only screen and (max-width: 763px) { #KPPeWOs1gsfl4IxUgBlsfuSAEa6Q7AgE { width:1.625rem;height:1.625rem;top:3.625rem;left:14.375rem;z-index:15119;border-top:0.1875rem solid #9c0735;border-left:0.1875rem solid #9c0735;border-right:0.1875rem solid #9c0735;border-bottom:0.1875rem solid #9c0735;display:block; }
 }@media only screen and (max-width: 763px) { #W0mhNmoQTcpQ1XxDFqxt5vBqNtOVQK1r { width:1.625rem;height:1.625rem;top:3.625rem;left:18rem;z-index:15121;border-top:0.1875rem solid #9c0735;border-left:0.1875rem solid #9c0735;border-right:0.1875rem solid #9c0735;border-bottom:0.1875rem solid #9c0735;display:block; }
 }@media only screen and (max-width: 763px) { #tgNyetsVCXlSX2ITO3bpitlC4hMUbeev { width:1.625rem;height:1.625rem;top:7.25rem;left:5.4375rem;z-index:15118;border-top:0.1875rem solid #9c0735;border-left:0.1875rem solid #9c0735;border-right:0.1875rem solid #9c0735;border-bottom:0.1875rem solid #9c0735;display:block; }
 }@media only screen and (max-width: 763px) { #Z2lJsQ6la2IMwugWAyZNzKuOTQh6oEOt { width:1.625rem;height:1.625rem;top:1.8125rem;left:16.1875rem;z-index:15117;border-top:0.1875rem solid #9c0735;border-left:0.1875rem solid #9c0735;border-right:0.1875rem solid #9c0735;border-bottom:0.1875rem solid #9c0735;display:block; }
 }@media only screen and (max-width: 763px) { #mAZiDMiIm739eBE9oK7JJtDNgxbqxvKe { width:1.625rem;height:1.625rem;top:1.8125rem;left:14.375rem;z-index:15116;border-top:0.1875rem solid #9c0735;border-left:0.1875rem solid #9c0735;border-right:0.1875rem solid #9c0735;border-bottom:0.1875rem solid #9c0735;display:block; }
 }@media only screen and (max-width: 763px) { #xlvklT18pxQTf7wxFXgu4TgvA9Sr7vwv { width:1.625rem;height:1.625rem;top:1.8125rem;left:18rem;z-index:15118;border-top:0.1875rem solid #9c0735;border-left:0.1875rem solid #9c0735;border-right:0.1875rem solid #9c0735;border-bottom:0.1875rem solid #9c0735;display:block; }
 }@media only screen and (max-width: 763px) { #HHviWFgZSI4kqxoXvpn0x4tZ4bm5DvbU { width:1.625rem;height:1.625rem;top:7.25rem;left:3.625rem;z-index:15117;border-top:0.1875rem solid #9c0735;border-left:0.1875rem solid #9c0735;border-right:0.1875rem solid #9c0735;border-bottom:0.1875rem solid #9c0735;display:block; }
 }@media only screen and (max-width: 763px) { #FfAVNdpXoOe3uH5MB2CJn1Cg4obRge1p { width:1.625rem;height:1.625rem;top:7.25rem;left:1.8125rem;z-index:15116;border-top:0.1875rem solid #9c0735;border-left:0.1875rem solid #9c0735;border-right:0.1875rem solid #9c0735;border-bottom:0.1875rem solid #9c0735;display:block; }
 }@media only screen and (max-width: 763px) { #z8vM4sN7THniGqm2FpwlQ6VxbAVFQFTX { width:1.625rem;height:1.625rem;top:7.25rem;left:0rem;z-index:15109;border-top:0.1875rem solid #9c0735;border-left:0.1875rem solid #9c0735;border-right:0.1875rem solid #9c0735;border-bottom:0.1875rem solid #9c0735;display:block; }
 }@media only screen and (max-width: 763px) { #o2M7HBr2AHvdtPUL03AZBI2PduwoN0C6 { width:1.625rem;height:1.625rem;top:5.4375rem;left:0rem;z-index:15108;border-top:0.1875rem solid #9c0735;border-left:0.1875rem solid #9c0735;border-right:0.1875rem solid #9c0735;border-bottom:0.1875rem solid #9c0735;display:block; }
 }@media only screen and (max-width: 763px) { #EE83f8HDzAv24zFnpbCG6LBZtuDnIP3d { width:1.625rem;height:1.625rem;top:3.625rem;left:0rem;z-index:15107;border-top:0.1875rem solid #9c0735;border-left:0.1875rem solid #9c0735;border-right:0.1875rem solid #9c0735;border-bottom:0.1875rem solid #9c0735;display:block; }
 }@media only screen and (max-width: 763px) { #cHU6JBEebdLNGiXwT9XXUFF3lMTIXwly { width:1.625rem;height:1.625rem;top:1.8125rem;left:0rem;z-index:15106;border-top:0.1875rem solid #9c0735;border-left:0.1875rem solid #9c0735;border-right:0.1875rem solid #9c0735;border-bottom:0.1875rem solid #9c0735;display:block; }
 }@media only screen and (max-width: 763px) { #HM7DXe9tJ7m6yE893pV6VPDd5amJNLnG { width:1.625rem;height:1.625rem;top:0rem;left:0rem;z-index:15105;border-top:0.1875rem solid #9c0735;border-left:0.1875rem solid #9c0735;border-right:0.1875rem solid #9c0735;border-bottom:0.1875rem solid #9c0735;display:block; }
 }@media only screen and (max-width: 763px) { #EwCSFKi6KmcBUI5FBIzeX5Q9XDTvT5eC { width:1.625rem;height:1.625rem;top:0rem;left:1.8125rem;z-index:15106;border-top:0.1875rem solid #9c0735;border-left:0.1875rem solid #9c0735;border-right:0.1875rem solid #9c0735;border-bottom:0.1875rem solid #9c0735;display:block; }
 }@media only screen and (max-width: 763px) { #WmzmEsbHiZpaqN2rCtJBUtegLQJRI7T1 { width:1.625rem;height:1.625rem;top:0rem;left:5.4375rem;z-index:15108;border-top:0.1875rem solid #9c0735;border-left:0.1875rem solid #9c0735;border-right:0.1875rem solid #9c0735;border-bottom:0.1875rem solid #9c0735;display:block; }
 }@media only screen and (max-width: 763px) { #D7uvFGioyJlGo95WW1A2iVUauA0qRLhU { width:1.625rem;height:1.625rem;top:0rem;left:3.625rem;z-index:15107;border-top:0.1875rem solid #9c0735;border-left:0.1875rem solid #9c0735;border-right:0.1875rem solid #9c0735;border-bottom:0.1875rem solid #9c0735;display:block; }
 }@media only screen and (max-width: 763px) { #kKEFxt580Z3CZPsWIoDsMnar2GTFr6R2 { width:1.625rem;height:1.625rem;top:0rem;left:7.25rem;z-index:15109;border-top:0.1875rem solid #9c0735;border-left:0.1875rem solid #9c0735;border-right:0.1875rem solid #9c0735;border-bottom:0.1875rem solid #9c0735;display:block; }
 }@media only screen and (max-width: 763px) { #DXlnX5ilfKNw7aWkPDtJgbbuy6xJBQDp { width:1.625rem;height:1.625rem;top:0rem;left:9.1875rem;z-index:15110;border-top:0.1875rem solid #9c0735;border-left:0;border-right:0.1875rem solid #9c0735;border-bottom:0.1875rem solid #9c0735;display:block; }
 }@media only screen and (max-width: 763px) { #QaUmS3RAi54A8GWwLdzi8Au8klqbrz3B { width:1.625rem;height:1.625rem;top:0rem;left:12.5625rem;z-index:15112;border-top:0.1875rem solid #9c0735;border-left:0.1875rem solid #9c0735;border-right:0.1875rem solid #9c0735;border-bottom:0.1875rem solid #9c0735;display:block; }
 }@media only screen and (max-width: 763px) { #itnq2wEZzyTfqhAWJoUrqZzVeETIs1qT { width:1.625rem;height:1.625rem;top:0rem;left:10.9375rem;z-index:15111;border-top:0.1875rem solid #9c0735;border-left:0;border-right:0.1875rem solid #9c0735;border-bottom:0.1875rem solid #9c0735;display:block; }
 }@media only screen and (max-width: 763px) { #kXrqUSr9gcQ6FXySAl30oyuN81vkzg04 { width:1.625rem;height:1.625rem;top:0rem;left:14.375rem;z-index:15113;border-top:0.1875rem solid #9c0735;border-left:0.1875rem solid #9c0735;border-right:0.1875rem solid #9c0735;border-bottom:0.1875rem solid #9c0735;display:block; }
 }@media only screen and (max-width: 763px) { #MChA01GgrC2ROJLheZSO5oUylHqlGu6K { width:1.625rem;height:1.625rem;top:0rem;left:16.1875rem;z-index:15114;border-top:0.1875rem solid #9c0735;border-left:0.1875rem solid #9c0735;border-right:0.1875rem solid #9c0735;border-bottom:0.1875rem solid #9c0735;display:block; }
 }@media only screen and (max-width: 763px) { #CDseTGTT0TSmTW1UU5UWTf6n3i34EGdB { width:1.625rem;height:1.625rem;top:0rem;left:18rem;z-index:15115;border-top:0.1875rem solid #9c0735;border-left:0.1875rem solid #9c0735;border-right:0.1875rem solid #9c0735;border-bottom:0.1875rem solid #9c0735;display:block; }
 }@media only screen and (max-width: 763px) { #nZbVgO4K1CFFg1P0VhaDmJn1Qai2s1xQ { width:1.625rem;height:1.625rem;top:5.4375rem;left:12.5625rem;z-index:15125;border-top:0.1875rem solid #9c0735;border-left:0.1875rem solid #9c0735;border-right:0.1875rem solid #9c0735;border-bottom:0.1875rem solid #9c0735;display:block; }
 }@media only screen and (max-width: 763px) { #zUsN3LT2wzeL73fuSzMnQcgx5aPIk0k0 { width:1.625rem;height:1.625rem;top:1.8125rem;left:12.5625rem;z-index:15119;border-top:0.1875rem solid #9c0735;border-left:0.1875rem solid #9c0735;border-right:0.1875rem solid #9c0735;border-bottom:0.1875rem solid #9c0735;display:block; }
 }@media only screen and (max-width: 763px) { #lV3te8cAbRe1iTO1ZIgeIi5BbsZTg6mf { width:1.625rem;height:1.625rem;top:3.625rem;left:12.5625rem;z-index:15122;border-top:0.1875rem solid #9c0735;border-left:0.1875rem solid #9c0735;border-right:0.1875rem solid #9c0735;border-bottom:0.1875rem solid #9c0735;display:block; }
 }@media only screen and (max-width: 763px) { #b6cATtTOi4Ogps78xb96zOSXBmZXemT5 { display:block; }#b6cATtTOi4Ogps78xb96zOSXBmZXemT5 > .row .container { width:20rem;height:43.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #aNXW94O2cSPlGvXalyJxUgpTfVLBplEK { width:4.125rem;height:4.125rem;top:154rem;left:7.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #NU66BNtopAGrhV03OG8mdpmLMi5ZJsbn { width:4.125rem;height:4.125rem;top:159.875rem;left:7.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #qTyddaIbxOyMGV7WgAmRtrRqETgkDHKl { width:4.125rem;height:4.125rem;top:196.94921875rem;left:7.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #ZXyEF19lIT1baQibpfdutZUhDbMHLWg2 { width:4.125rem;height:4.125rem;top:202.82421875rem;left:7.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #vEnhJudV5uHa9vEzi2xgzQDahBDbTyRz { width:4.125rem;height:4.125rem;top:191.07421875rem;left:7.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #Z4ycTTvFxN64bpbdvRNTEIrSTFarkpDa { width:4.125rem;height:4.125rem;top:142.25rem;left:7.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #Im02o9Hx6eNm6g4uR5SMHXp6XaapnKdS { width:4.125rem;height:4.125rem;top:185.19921875rem;left:7.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #iw9O3Biv1glfwHqOaMpKR1lrqrNkd8Ea { width:4.125rem;height:4.125rem;top:136.375rem;left:7.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #zkT9brEpwhaNIULsvBn5tfy3SH8oQehB { width:4.125rem;height:4.125rem;top:179.32421875rem;left:7.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #pde1JW158pHdl0tO8CwfTPVJdegKqRgJ { width:4.125rem;height:4.125rem;top:232.19921875rem;left:7.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #xFRa1cQhGVMg78VhFbFkbeKAhAbBB9k5 { width:4.125rem;height:4.125rem;top:238.07421875rem;left:7.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #E6pgBpBhi9Ul2ulRxOZKQP9S1qqFM0Ul { width:4.125rem;height:4.125rem;top:226.32421875rem;left:7.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #BPdTXvoxWrIBGKiJvlD3DDc871sn8KAI { width:4.125rem;height:4.125rem;top:220.44921875rem;left:7.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #KaeQSkPIQGuBWnIiOWVWbDp9KFreKiaF { width:4.125rem;height:4.125rem;top:214.57421875rem;left:7.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #uNtvwiVKO7SORloACyviboHQ355tfih0 { width:4.125rem;height:4.125rem;top:403.79834375rem;left:7.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #m6gMNNUUFnzzc221rMnEaQmv2IdaCfP4 { width:4.125rem;height:4.125rem;top:397.54833984375rem;left:7.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #MLsabbs0N0pKP8TCQryOaGPJGovzg0yX { width:4.125rem;height:4.125rem;top:392.04834375rem;left:7.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #gwM3mudpBbgwaTvXwCK8B0ysqa1sRO7z { width:4.125rem;height:4.125rem;top:386.17334375rem;left:7.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #uX72mh0qdNP5qhSM8w3Flf5xl46ckLKX { width:4.125rem;height:4.125rem;top:380.29834375rem;left:7.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #T1ufKxMDfqtJHgd1kgkZZl9bQuh0TIC4 { width:4.125rem;height:4.125rem;top:468.42334375rem;left:7.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #NBTLC6gU03NkMz0RXLHCHRUVUXG5Opkz { width:4.125rem;height:4.125rem;top:462.54834375rem;left:7.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #uz60NL4Exmi5v76JhPwDwR6F67uXn3tq { width:4.125rem;height:4.125rem;top:456.67334375rem;left:7.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #ELUKbQT6n3iRxTfL07AQmTDelOWHEGqo { width:4.125rem;height:4.125rem;top:450.79834375rem;left:7.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #WGbnZZhvwPLocWVk1yV7x6G2JDh7cy7v { width:4.125rem;height:4.125rem;top:444.92334375rem;left:7.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #t2IPHLzgSFSpCOa8MNPJaOUzmsUTdW4O { width:4.125rem;height:4.125rem;top:439.04834375rem;left:7.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #J6QJ2so5UN0sc6eZUGZ1XIxT9UKRKV1b { width:4.125rem;height:4.125rem;top:433.17334375rem;left:7.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #oDZarRE3GQvbJdZKdWARI4sR55OF2Jkv { width:4.125rem;height:4.125rem;top:427.29834375rem;left:7.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #BxmOAL2oLcoefl4TKTfQqx68HXZRAxnd { width:4.125rem;height:4.125rem;top:421.42334375rem;left:7.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #ThfERDWf43PbE3Tdun4L14b3hR9xnOc2 { width:4.125rem;height:4.125rem;top:415.54834375rem;left:7.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #R1fAHyU7yrRBD29oGDrQPgO0DIZnTQoy { width:4.125rem;height:4.125rem;top:409.67334375rem;left:7.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #UF06XVt5108IaLJlSNc5666AVTsImNzi { width:4.125rem;height:4.125rem;top:173.44921875rem;left:7.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #AL21BCh5rIyX6WIM4XKH4FOSsNasR60I { width:4.125rem;height:4.125rem;top:208.69921875rem;left:7.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #k7SBdB2tgp3rpvE3EmdISLDMAkg2PfsP { width:4.125rem;height:4.125rem;top:243.94921875rem;left:7.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #T8Q8iMl9rT9Ts6rRgTeyyr6vKBzBIQTf { width:4.125rem;height:4.125rem;top:474.29834375rem;left:7.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #GFqy5nTO1qyfmf9o9FwXT7DSgSo2qiHd { width:12.5rem;height:1.05601875rem;top:5.3125rem;left:4.6875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bPyf4pHpHSGSuLHr9MViXcvSmZQ0RN5G { width:20rem;height:14.3422rem;top:11.5rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wgJ117EL9l4wd4mSrGfASfMETSdyyTOI { width:4.4375rem;height:2rem;top:2.875rem;left:4.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #cNCpHz5w753rntSJU7fTxN7RZRIF4EHu { width:4.125rem;height:4.125rem;top:490.92333984375rem;left:7.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #EwufbaRpoH72fS4zhdxL6D6LpWiXSs2r { width:4.125rem;height:4.125rem;top:480.17333984375rem;left:7.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #R5Jq8UQCQhP4EGgOChxIDZZkk9inwyaU { width:4.125rem;height:4.125rem;top:485.54833984375rem;left:7.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #CVwIWS3CryddZr5vSgUXdbRBbHcvgMpi { width:4.125rem;height:4.125rem;top:496.79833984375rem;left:7.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #n7rDATBf02uD7Jobc9BMUme7Cmli1hzl { width:4.125rem;height:4.125rem;top:502.17333984375rem;left:7.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #aQBavP0ZHWgkJKRp6TOIh0UrH8yxiPuk { width:4.125rem;height:4.125rem;top:507.54833984375rem;left:7.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #GkzbvgqnXm40DDL4dDae8fFnS35f4At3 { width:4.125rem;height:4.125rem;top:512.92333984375rem;left:7.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #MWoUgr7u7poB9nmeFwcnnTqykP56HbyJ { width:17.125rem;height:6.37429375rem;top:34.125rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #mI7JXhtT8qmTenZL4Lwco4IbXzru1BWT { width:3.9375rem;height:14.3422rem;top:11.5rem;left:16.0625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VTOKDSEvg426JtSAT4uMhQEL5pTQbTUb { width:3.9375rem;height:4.78071875rem;top:27.4755859375rem;left:16.0625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #AaOHtBX8obmNC4dw0D6zFy71xzE8h2TV { width:1.6875rem;height:1.0234375rem;top:11.6875rem;left:16.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #klLk7wBf1pe4rAPmUqMu88EasiSRPeB9 { width:1.6875rem;height:1.0234375rem;top:27.4755859375rem;left:16.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #R8bOJDL4TFBQ5pJyMDCXGaX0eCQ8etBN { width:1.6875rem;height:1.0234375rem;top:19.47509765625rem;left:16.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #AOduTI3wkEQ9aRwx5K4SzRLApVxm7faT { width:1.6875rem;height:1.023925rem;top:34.1953125rem;left:16.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #pCrOaZaLcN0Qa82vuq63TPNdglt9zMuL { width:4.0625rem;height:4.0625rem;top:649.66016484375rem;left:7.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #lNFxqesIplGrLLi28SN9aqBN61R18MKm { width:4.0625rem;height:4.0625rem;top:614.78516484375rem;left:7.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #GhUhiz8i3kDOgcJVL1H0KyF4TlrxQV9L { width:4.0625rem;height:4.0625rem;top:522.84618984375rem;left:7.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #bvWpBBQUd2fnIl1q39HzJ7S9X6qfEN8x { width:4.0625rem;height:4.0625rem;top:667.09766484375rem;left:7.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #VST4FmMxdJooHTbeQNEdabdzLVzZvRrh { width:4.0625rem;height:4.0625rem;top:672.91016484375rem;left:7.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #LvkqUX5nuMKKQ58i4HMVWalGgOpIcUWT { width:4.0625rem;height:4.0625rem;top:661.28516484375rem;left:7.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #faVzI8KWQHTDUUM3TXfDnMxvZP4L15Mf { width:4.0625rem;height:4.0625rem;top:655.47266484375rem;left:7.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #TQn3IIFfZhdGHwQ272lAfOwOwNIgpEgs { width:4.0625rem;height:4.0625rem;top:678.72266484375rem;left:7.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #FcTn9ElAgTtMWdO8uomIqpIsz6H3hB8a { width:4.0625rem;height:4.0625rem;top:632.22266484375rem;left:7.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #AtbGy04qiUBV119HfSPaqpGQla12IyXu { width:4.0625rem;height:4.0625rem;top:638.03516484375rem;left:7.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #L7roM1i1UnDQnzRE8oArf2IFLuQpICOT { width:4.0625rem;height:4.0625rem;top:626.41016484375rem;left:7.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #bfaZTTECTDMH6y5arzA4psKEar7345qX { width:4.0625rem;height:4.0625rem;top:620.59766484375rem;left:7.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #v168qtTAREKU2TJtJTphdZ9hp1biQpZx { width:4.0625rem;height:4.0625rem;top:643.84766484375rem;left:7.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #ZlH4BTTVsf59srqLae0BPV6RBoNQwvhT { width:4.0625rem;height:4.0625rem;top:597.34766484375rem;left:7.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #rNZnsU7WyNhugDneAefzc8pxP6FiC4X7 { width:4.0625rem;height:4.0625rem;top:603.16016484375rem;left:7.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #qe2CNN85FBRnQlTo3MWWRG3GG32AAhMK { width:4.0625rem;height:4.0625rem;top:585.72266484375rem;left:7.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #bBFN9hVTxbMmI6PTnMi1ekgLwS6KLUsW { width:4.0625rem;height:4.0625rem;top:608.97266484375rem;left:7.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #CuDLdpz3t3IVAiT47D58lSqxg5t4dugz { width:4.0625rem;height:4.0625rem;top:591.53516484375rem;left:7.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #TeMQeunpCrqP2AKnosB7pJHkmF42a11q { width:1.625rem;height:1.625rem;top:7.25rem;left:14.375rem;z-index:15151;border-top:0.1875rem solid #9c0735;border-left:0.1875rem solid #9c0735;border-right:0.1875rem solid #9c0735;border-bottom:0.1875rem solid #9c0735;display:block; }
 }@media only screen and (max-width: 763px) { #XJUuviFtWd9ex0TGGJJaHUFR87QhXWWq { width:1.625rem;height:1.625rem;top:7.25rem;left:12.5625rem;z-index:15150;border-top:0.1875rem solid #9c0735;border-left:0.1875rem solid #9c0735;border-right:0.1875rem solid #9c0735;border-bottom:0.1875rem solid #9c0735;display:block; }
 }@media only screen and (max-width: 763px) { #RKZCyFKtvR482Cg2ElokzIyN6WXFe44P { width:1.625rem;height:1.625rem;top:7.25rem;left:10.9375rem;z-index:15149;border-top:0.1875rem solid #9c0735;border-left:0;border-right:0.1875rem solid #9c0735;border-bottom:0.1875rem solid #9c0735;display:block; }
 }@media only screen and (max-width: 763px) { #o9bBQtG55mSlbpMe4anFSeCVGdCGkdbH { width:1.625rem;height:1.625rem;top:7.25rem;left:9.1875rem;z-index:15148;border-top:0.1875rem solid #9c0735;border-left:0;border-right:0.1875rem solid #9c0735;border-bottom:0.1875rem solid #9c0735;display:block; }
 }@media only screen and (max-width: 763px) { #bXEwZo6zfbO57qsLmOlMoiKME20WpvhL { width:1.625rem;height:1.625rem;top:7.25rem;left:7.25rem;z-index:15147;border-top:0.1875rem solid #9c0735;border-left:0.1875rem solid #9c0735;border-right:0.1875rem solid #9c0735;border-bottom:0.1875rem solid #9c0735;display:block; }
 }@media only screen and (max-width: 763px) { #vBtO6Nd8GAc4IzFPBvTsT0L0JHDOEWwG { width:1.625rem;height:1.625rem;top:7.25rem;left:5.4375rem;z-index:15146;border-top:0.1875rem solid #9c0735;border-left:0.1875rem solid #9c0735;border-right:0.1875rem solid #9c0735;border-bottom:0.1875rem solid #9c0735;display:block; }
 }@media only screen and (max-width: 763px) { #Q0zvo1xD9VawqgSMPH8qFQh1o0v7mz6r { width:1.625rem;height:1.625rem;top:7.25rem;left:3.625rem;z-index:15145;border-top:0.1875rem solid #9c0735;border-left:0.1875rem solid #9c0735;border-right:0.1875rem solid #9c0735;border-bottom:0.1875rem solid #9c0735;display:block; }
 }@media only screen and (max-width: 763px) { #VuDJ8lOpH8NCUIgVlMSzwxpOHAGNqrFD { width:1.625rem;height:1.625rem;top:7.25rem;left:1.8125rem;z-index:15144;border-top:0.1875rem solid #9c0735;border-left:0.1875rem solid #9c0735;border-right:0.1875rem solid #9c0735;border-bottom:0.1875rem solid #9c0735;display:block; }
 }@media only screen and (max-width: 763px) { #axqTdk1CvUoa13LPvW4J821rAQfzGeEc { width:1.625rem;height:1.625rem;top:7.25rem;left:0rem;z-index:15137;border-top:0.1875rem solid #9c0735;border-left:0.1875rem solid #9c0735;border-right:0.1875rem solid #9c0735;border-bottom:0.1875rem solid #9c0735;display:block; }
 }@media only screen and (max-width: 763px) { #QaEHEcKogu0OUoUTfGFDHCXJv9pmAvDT { width:1.625rem;height:1.625rem;top:7.25rem;left:16.1875rem;z-index:15152;border-top:0.1875rem solid #9c0735;border-left:0.1875rem solid #9c0735;border-right:0.1875rem solid #9c0735;border-bottom:0.1875rem solid #9c0735;display:block; }
 }@media only screen and (max-width: 763px) { #ZZ9PHsqRUigqoKdCGvP7fI2nytN0ZS4z { width:1.625rem;height:1.625rem;top:7.25rem;left:18rem;z-index:15153;border-top:0.1875rem solid #9c0735;border-left:0.1875rem solid #9c0735;border-right:0.1875rem solid #9c0735;border-bottom:0.1875rem solid #9c0735;display:block; }
 }@media only screen and (max-width: 763px) { #udQb9TdChgwBciE2EgOm74F1tmTNV1SW { width:1.625rem;height:1.625rem;top:5.4375rem;left:18rem;z-index:15152;border-top:0.1875rem solid #9c0735;border-left:0.1875rem solid #9c0735;border-right:0.1875rem solid #9c0735;border-bottom:0.1875rem solid #9c0735;display:block; }
 }@media only screen and (max-width: 763px) { #aLaHvCCoTTZGtzqpSAn3JTfEVcEF0XQQ { width:1.625rem;height:1.625rem;top:5.4375rem;left:1.8125rem;z-index:15151;border-top:0.1875rem solid #9c0735;border-left:0.1875rem solid #9c0735;border-right:0.1875rem solid #9c0735;border-bottom:0.1875rem solid #9c0735;display:block; }
 }@media only screen and (max-width: 763px) { #FChAxImAboTRsXTpQzJfMlU2BRaUxaCw { width:1.625rem;height:1.625rem;top:5.4375rem;left:0rem;z-index:15136;border-top:0.1875rem solid #9c0735;border-left:0.1875rem solid #9c0735;border-right:0.1875rem solid #9c0735;border-bottom:0.1875rem solid #9c0735;display:block; }
 }@media only screen and (max-width: 763px) { #T0vhoNtXWhoxPSATQLBGBdTDbCGViM7i { width:1.625rem;height:1.625rem;top:3.625rem;left:18rem;z-index:15149;border-top:0.1875rem solid #9c0735;border-left:0.1875rem solid #9c0735;border-right:0.1875rem solid #9c0735;border-bottom:0.1875rem solid #9c0735;display:block; }
 }@media only screen and (max-width: 763px) { #PtSzAB0pwsyu7IhZHdRGV5pTsTLh0qUE { width:1.625rem;height:1.625rem;top:3.625rem;left:1.8125rem;z-index:15148;border-top:0.1875rem solid #9c0735;border-left:0.1875rem solid #9c0735;border-right:0.1875rem solid #9c0735;border-bottom:0.1875rem solid #9c0735;display:block; }
 }@media only screen and (max-width: 763px) { #qqinRo4pQHaWCo54Dy61aFMyiWHRFtWS { width:1.625rem;height:1.625rem;top:3.625rem;left:0rem;z-index:15135;border-top:0.1875rem solid #9c0735;border-left:0.1875rem solid #9c0735;border-right:0.1875rem solid #9c0735;border-bottom:0.1875rem solid #9c0735;display:block; }
 }@media only screen and (max-width: 763px) { #bcbCI8UUkWw6TuQUgBPpU249aBcMmVW9 { width:1.625rem;height:1.625rem;top:1.8125rem;left:18rem;z-index:15146;border-top:0.1875rem solid #9c0735;border-left:0.1875rem solid #9c0735;border-right:0.1875rem solid #9c0735;border-bottom:0.1875rem solid #9c0735;display:block; }
 }@media only screen and (max-width: 763px) { #qG6oRzgxSGow2vAiiDuyRnaAo9eZ2sHy { width:1.625rem;height:1.625rem;top:1.8125rem;left:1.8125rem;z-index:15145;border-top:0.1875rem solid #9c0735;border-left:0.1875rem solid #9c0735;border-right:0.1875rem solid #9c0735;border-bottom:0.1875rem solid #9c0735;display:block; }
 }@media only screen and (max-width: 763px) { #nWSkiIcKeHus1qQJw3rpZScM6DVOWAqV { width:1.625rem;height:1.625rem;top:1.8125rem;left:0rem;z-index:15134;border-top:0.1875rem solid #9c0735;border-left:0.1875rem solid #9c0735;border-right:0.1875rem solid #9c0735;border-bottom:0.1875rem solid #9c0735;display:block; }
 }@media only screen and (max-width: 763px) { #kcEqTgnTqILvXMtyw9f9f07QPMQ7RQVr { width:1.625rem;height:1.625rem;top:0rem;left:1.8125rem;z-index:15134;border-top:0.1875rem solid #9c0735;border-left:0.1875rem solid #9c0735;border-right:0.1875rem solid #9c0735;border-bottom:0.1875rem solid #9c0735;display:block; }
 }@media only screen and (max-width: 763px) { #ix4fzDZcJ2e73SP86sSXDQWcaqllipwe { width:1.625rem;height:1.625rem;top:0rem;left:5.4375rem;z-index:15136;border-top:0.1875rem solid #9c0735;border-left:0.1875rem solid #9c0735;border-right:0.1875rem solid #9c0735;border-bottom:0.1875rem solid #9c0735;display:block; }
 }@media only screen and (max-width: 763px) { #b7zOyyBXvkSAl2GtiT1T3uUTHkM3V60V { width:1.625rem;height:1.625rem;top:0rem;left:3.625rem;z-index:15135;border-top:0.1875rem solid #9c0735;border-left:0.1875rem solid #9c0735;border-right:0.1875rem solid #9c0735;border-bottom:0.1875rem solid #9c0735;display:block; }
 }@media only screen and (max-width: 763px) { #z3MlIRSOy7Ecd8pOImQGciryIUQIWSL0 { width:1.625rem;height:1.625rem;top:0rem;left:7.25rem;z-index:15137;border-top:0.1875rem solid #9c0735;border-left:0.1875rem solid #9c0735;border-right:0.1875rem solid #9c0735;border-bottom:0.1875rem solid #9c0735;display:block; }
 }@media only screen and (max-width: 763px) { #vPwZ9FoB4TqXKcvAGnuiwatDssNP0aG3 { width:1.625rem;height:1.625rem;top:0rem;left:9.1875rem;z-index:15138;border-top:0.1875rem solid #9c0735;border-left:0;border-right:0.1875rem solid #9c0735;border-bottom:0.1875rem solid #9c0735;display:block; }
 }@media only screen and (max-width: 763px) { #T774yxCef99LHcfL5FtbPlTKUfotBQ4q { width:1.625rem;height:1.625rem;top:0rem;left:12.5625rem;z-index:15140;border-top:0.1875rem solid #9c0735;border-left:0.1875rem solid #9c0735;border-right:0.1875rem solid #9c0735;border-bottom:0.1875rem solid #9c0735;display:block; }
 }@media only screen and (max-width: 763px) { #VL0M6bA2qPExTGMbfSsFH0EVB7ueGDHc { width:1.625rem;height:1.625rem;top:0rem;left:10.9375rem;z-index:15139;border-top:0.1875rem solid #9c0735;border-left:0;border-right:0.1875rem solid #9c0735;border-bottom:0.1875rem solid #9c0735;display:block; }
 }@media only screen and (max-width: 763px) { #Zl08MkygtMFnMCIatVtdCKK3RxTN07zR { width:1.625rem;height:1.625rem;top:0rem;left:14.375rem;z-index:15141;border-top:0.1875rem solid #9c0735;border-left:0.1875rem solid #9c0735;border-right:0.1875rem solid #9c0735;border-bottom:0.1875rem solid #9c0735;display:block; }
 }@media only screen and (max-width: 763px) { #cIJMO6e11IDn67TOysmTsl2GQboofa0l { width:1.625rem;height:1.625rem;top:0rem;left:16.1875rem;z-index:15142;border-top:0.1875rem solid #9c0735;border-left:0.1875rem solid #9c0735;border-right:0.1875rem solid #9c0735;border-bottom:0.1875rem solid #9c0735;display:block; }
 }@media only screen and (max-width: 763px) { #uGyU3XUEqnP6VO4iHurC97xQISv6Xa8V { width:1.625rem;height:1.625rem;top:0rem;left:18rem;z-index:15143;border-top:0.1875rem solid #9c0735;border-left:0.1875rem solid #9c0735;border-right:0.1875rem solid #9c0735;border-bottom:0.1875rem solid #9c0735;display:block; }
 }@media only screen and (max-width: 763px) { #yxT1O6sLhqtuAgixGHVkZ7hskde2kO5g { width:1.625rem;height:1.625rem;top:0rem;left:0rem;z-index:15133;border-top:0.1875rem solid #9c0735;border-left:0.1875rem solid #9c0735;border-right:0.1875rem solid #9c0735;border-bottom:0.1875rem solid #9c0735;display:block; }
 }@media only screen and (max-width: 763px) { #WZP6k6SGaQ8z893ra1gPeKVSOIq4O8bd { width:1.625rem;height:1.625rem;top:3.625rem;left:16.1875rem;z-index:15152;border-top:0.1875rem solid #9c0735;border-left:0.1875rem solid #9c0735;border-right:0.1875rem solid #9c0735;border-bottom:0.1875rem solid #9c0735;display:block; }
 }@media only screen and (max-width: 763px) { #c4T6HseUlX8T4evnC5d8wTTbIrvbRpyG { width:1.625rem;height:1.625rem;top:1.8125rem;left:16.1875rem;z-index:15149;border-top:0.1875rem solid #9c0735;border-left:0.1875rem solid #9c0735;border-right:0.1875rem solid #9c0735;border-bottom:0.1875rem solid #9c0735;display:block; }
 }@media only screen and (max-width: 763px) { #v70zPPoz6hzmw1MKfrgOEkdhXQ0kL2hz { width:1.625rem;height:1.625rem;top:5.4375rem;left:16.1875rem;z-index:15155;border-top:0.1875rem solid #9c0735;border-left:0.1875rem solid #9c0735;border-right:0.1875rem solid #9c0735;border-bottom:0.1875rem solid #9c0735;display:block; }
 }@media only screen and (max-width: 763px) { #uLi3qudoFumHIvfwvfV1ey3pQQbdPRu0 { width:1.625rem;height:1.625rem;top:3.625rem;left:14.375rem;z-index:15155;border-top:0.1875rem solid #9c0735;border-left:0.1875rem solid #9c0735;border-right:0.1875rem solid #9c0735;border-bottom:0.1875rem solid #9c0735;display:block; }
 }@media only screen and (max-width: 763px) { #TddIPdnFdvrLOhCv3fOvh6kg6rPiWdsJ { width:1.625rem;height:1.625rem;top:1.8125rem;left:14.375rem;z-index:15152;border-top:0.1875rem solid #9c0735;border-left:0.1875rem solid #9c0735;border-right:0.1875rem solid #9c0735;border-bottom:0.1875rem solid #9c0735;display:block; }
 }@media only screen and (max-width: 763px) { #VlnKDtDK1CN9MdJBgHhP8x3D3xfxa5oH { width:1.625rem;height:1.625rem;top:5.4375rem;left:14.375rem;z-index:15158;border-top:0.1875rem solid #9c0735;border-left:0.1875rem solid #9c0735;border-right:0.1875rem solid #9c0735;border-bottom:0.1875rem solid #9c0735;display:block; }
 }@media only screen and (max-width: 763px) { #RHA3xNkhW3KnubciqLiZ1IThSJhoxJ1m { width:17.125rem;height:4.78071875rem;top:27.4990234375rem;left:0rem;font-size:0.9375rem;z-index:15006;display:block; }
 }@media only screen and (max-width: 763px) { #F5QHXTqPH5Drigr7TBEIn6pTfTuQ7awA { width:3.9375rem;height:4.78071875rem;top:35.71875rem;left:16.0625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #mZhcatkXD3NltgTvH0Gv88OIviKG4Z25 { display:block; }#mZhcatkXD3NltgTvH0Gv88OIviKG4Z25 > .row .container { width:20rem;height:21.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Ld7SbPtCNh14mMUBI9oVM2FRRsoPn6Tg { width:4.125rem;height:4.125rem;top:154rem;left:7.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #cToD7QLOMGXOCnJ4DOzXQ8zowUPww6Lu { width:4.125rem;height:4.125rem;top:159.875rem;left:7.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #GUBUdoiGDw4T1GFIaOdIARp9VaW8PB6o { width:4.125rem;height:4.125rem;top:148.125rem;left:7.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #UAlJ2StZ2g22ZXcXebdD8mCbOhP30OeL { width:4.125rem;height:4.125rem;top:196.94921875rem;left:7.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #mcUn8bWKVC2fnhaVowPbpoDzJMuctd2m { width:4.125rem;height:4.125rem;top:202.82421875rem;left:7.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #kQ0opBI9adhqI0SW3XlsdwPru9gq3m6n { width:4.125rem;height:4.125rem;top:191.07421875rem;left:7.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #lpu9xqm5Kz4OGPRiKy7oUJuUTuUxtcUy { width:4.125rem;height:4.125rem;top:142.25rem;left:7.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #BAVVTKxBXLWAQD25ECbZE8654EuGkMb4 { width:4.125rem;height:4.125rem;top:185.19921875rem;left:7.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #wJ4TTRT3fU4VeoAnZP1WcyqtnzaAWoHA { width:4.125rem;height:4.125rem;top:136.375rem;left:7.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #aQG48SsyQAspiJIN7esxHIz1NsKT5fa3 { width:4.125rem;height:4.125rem;top:179.19921875rem;left:7.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #lVdXLbDOcEPsOwGNkRSO193zNuNTaCCV { width:4.125rem;height:4.125rem;top:232.19921875rem;left:7.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #TxItLRrtU0uis508gOe7nRbgE7pqEN1o { width:4.125rem;height:4.125rem;top:238.07421875rem;left:7.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #K5puKIpF0elVXAMU2mfq037nhJ4Skngf { width:4.125rem;height:4.125rem;top:226.32421875rem;left:7.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #PrLodWaKblpqMVw9qFvC0MSuR6ec3a5T { width:4.125rem;height:4.125rem;top:220.44921875rem;left:7.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #Vt2CRc7CrDGOVrvPvvUEROCrzTWNJ8xf { width:4.125rem;height:4.125rem;top:214.57421875rem;left:7.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #gZOTK0Tyh3gKfGfWPD09q4ZGpOp9qa06 { width:4.125rem;height:4.125rem;top:403.79834375rem;left:7.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #cgRSqd7THrQCgnPAIgGgHZF8qgpQE1Zf { width:4.125rem;height:4.125rem;top:397.92334375rem;left:7.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #kdWK0ypDNV2uIa1iF6Q3oxpCBhrsKVXJ { width:4.125rem;height:4.125rem;top:392.04834375rem;left:7.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #tGhzuBMvt06uNvOSrH6mSUBbybrNOSmI { width:4.125rem;height:4.125rem;top:386.17334375rem;left:7.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #fK0DtGXvLxW79TPRPiFkum7Ufr4lFcp6 { width:4.125rem;height:4.125rem;top:380.29834375rem;left:7.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #LywRMUdGfbTBbwN2EtTxPMlwwDskFgXx { width:4.125rem;height:4.125rem;top:468.42334375rem;left:7.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #sZrEhMvGa4ydWCCtIGcHlcnxswoOT8AS { width:4.125rem;height:4.125rem;top:462.54834375rem;left:7.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #qtW6ZEax2DT19u7guZbU1TC1gs3blEBn { width:4.125rem;height:4.125rem;top:456.67334375rem;left:7.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #WKtsKHTDClL7wJ2PmnO3O2Ky4hZMDtFo { width:4.125rem;height:4.125rem;top:450.79834375rem;left:7.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #OuNcflM4NezD2Tr2JeplHbgo1yO159f0 { width:4.125rem;height:4.125rem;top:444.92334375rem;left:7.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #qLHrUHezn9nRAQBOiqC79wXrwUbwytaq { width:4.125rem;height:4.125rem;top:439.04834375rem;left:7.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #OUTiltP3QZ68vwIbEEVD4XtL02NvcXur { width:4.125rem;height:4.125rem;top:433.17334375rem;left:7.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #uDDKW9XLpZHoDkB8iiCO3Pk9ulrEpSPa { width:4.125rem;height:4.125rem;top:427.29834375rem;left:7.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #iqz3GVvu9gOpbsAE8HTBgZq40wKt9IxC { width:4.125rem;height:4.125rem;top:421.42334375rem;left:7.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #BRllBRw98WOiLPUfNFrTiHXePIXi6xFg { width:4.125rem;height:4.125rem;top:415.54834375rem;left:7.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #uwWgDpouctwVupynJDtu3vLfz8K6hgL0 { width:4.125rem;height:4.125rem;top:409.67334375rem;left:7.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #nnBZ8Nr0LzosGWPA4QKtCT6xL9QxXRN2 { width:4.125rem;height:4.125rem;top:173.44921875rem;left:7.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #WGvgCIBQULH8vMt4T4AOfR6nhGLvwPBz { width:4.125rem;height:4.125rem;top:208.69921875rem;left:7.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #pdwX8ewbgEbhvizIDv21gC7Qx5y2rNwJ { width:4.125rem;height:4.125rem;top:243.94921875rem;left:7.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #k3TK3WOsB2Hqtt09T5nyZZbzk8Hd9XKL { width:4.125rem;height:4.125rem;top:474.29834375rem;left:7.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #T8mvGwuFgVv3dBBdWm2ZDX8G88d7ri8f { width:12.5rem;height:1.05601875rem;top:5.25rem;left:3rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ufyf5TT9hTnFXToio9vRrDZeCTS4ayC0 { width:20rem;height:3.18715rem;top:11.375rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #tEoVkuqHgCngkriTmTJt0Lf6FJIv5Adr { width:6.1875rem;height:2rem;top:2.8125rem;left:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #JIINvV5VR1gPyWcNdBvry08hIPLex5IW { width:4.125rem;height:4.125rem;top:508.29833984375rem;left:7.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #aLBTfgr21cZsVfV6oJTxwiEaQcZc8BTu { width:4.125rem;height:4.125rem;top:480.17333984375rem;left:7.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #TVC2S22RPV4aViNnogsIsdIl2yTviUGm { width:4.125rem;height:4.125rem;top:485.79833984375rem;left:7.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #mfD1dS2FetsrSIV0Jo7DVnQJ3dctrPH4 { width:4.125rem;height:4.125rem;top:491.42333984375rem;left:7.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #pIllHTvFX1v8SD3RDw9S7pBFOvIIm12x { width:4.125rem;height:4.125rem;top:497.04833984375rem;left:7.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #vwMuFcnTDewT78eATsFTdTSOSSh0neBa { width:4.125rem;height:4.125rem;top:502.67333984375rem;left:7.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #rg12b1T4rqSDn6mUUvSI00OrOA34LuZR { width:19.375rem;height:3.18715rem;top:14.625rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #oQeOMTD1boDvP24xUTEfh3wDXx9fMzxp { width:1.625rem;height:1.625rem;top:7.25rem;left:16.1875rem;z-index:15161;border-top:0.1875rem solid #9c0735;border-left:0.1875rem solid #9c0735;border-right:0.1875rem solid #9c0735;border-bottom:0.1875rem solid #9c0735;display:block; }
 }@media only screen and (max-width: 763px) { #BsNxq4J7QxXEAoTahKQneVFgzmK4oage { width:1.625rem;height:1.625rem;top:7.25rem;left:18rem;z-index:15162;border-top:0.1875rem solid #9c0735;border-left:0.1875rem solid #9c0735;border-right:0.1875rem solid #9c0735;border-bottom:0.1875rem solid #9c0735;display:block; }
 }@media only screen and (max-width: 763px) { #pqprnvFl8XmHnf65qM98kegemSxoBMPt { width:1.625rem;height:1.625rem;top:7.25rem;left:14.375rem;z-index:15160;border-top:0.1875rem solid #9c0735;border-left:0.1875rem solid #9c0735;border-right:0.1875rem solid #9c0735;border-bottom:0.1875rem solid #9c0735;display:block; }
 }@media only screen and (max-width: 763px) { #kJ5qNE2sRkM8lkvlC8Z2ZKReCsvkydFK { width:1.625rem;height:1.625rem;top:7.25rem;left:12.5625rem;z-index:15159;border-top:0.1875rem solid #9c0735;border-left:0.1875rem solid #9c0735;border-right:0.1875rem solid #9c0735;border-bottom:0.1875rem solid #9c0735;display:block; }
 }@media only screen and (max-width: 763px) { #rx3B6pN45EbF8WkNWHLWWgtimaVynvqL { width:1.625rem;height:1.625rem;top:7.25rem;left:10.9375rem;z-index:15158;border-top:0.1875rem solid #9c0735;border-left:0;border-right:0.1875rem solid #9c0735;border-bottom:0.1875rem solid #9c0735;display:block; }
 }@media only screen and (max-width: 763px) { #ykwqfQKIU6G8ZaMdBTnL3SUDQqEMnKGR { width:1.625rem;height:1.625rem;top:5.4375rem;left:18rem;z-index:15161;border-top:0.1875rem solid #9c0735;border-left:0.1875rem solid #9c0735;border-right:0.1875rem solid #9c0735;border-bottom:0.1875rem solid #9c0735;display:block; }
 }@media only screen and (max-width: 763px) { #d5aOUwKiSd0hg51hFJ2oOogpIsuTEGkl { width:1.625rem;height:1.625rem;top:7.25rem;left:9.1875rem;z-index:15157;border-top:0.1875rem solid #9c0735;border-left:0;border-right:0.1875rem solid #9c0735;border-bottom:0.1875rem solid #9c0735;display:block; }
 }@media only screen and (max-width: 763px) { #WpLh0CqKit3eXXEszvWfD6CrI6xMar2e { width:1.625rem;height:1.625rem;top:7.25rem;left:7.25rem;z-index:15156;border-top:0.1875rem solid #9c0735;border-left:0.1875rem solid #9c0735;border-right:0.1875rem solid #9c0735;border-bottom:0.1875rem solid #9c0735;display:block; }
 }@media only screen and (max-width: 763px) { #TPEv3kv3sxJbxm81p7gwqt6weeGd9IAz { width:1.625rem;height:1.625rem;top:3.625rem;left:18rem;z-index:15158;border-top:0.1875rem solid #9c0735;border-left:0.1875rem solid #9c0735;border-right:0.1875rem solid #9c0735;border-bottom:0.1875rem solid #9c0735;display:block; }
 }@media only screen and (max-width: 763px) { #ZpUDn8Kbxwt10VnegicMNBorMhC19kNW { width:1.625rem;height:1.625rem;top:7.25rem;left:5.4375rem;z-index:15155;border-top:0.1875rem solid #9c0735;border-left:0.1875rem solid #9c0735;border-right:0.1875rem solid #9c0735;border-bottom:0.1875rem solid #9c0735;display:block; }
 }@media only screen and (max-width: 763px) { #vCp8idvmkO86iIHz0speBi2nU0hLbU9f { width:1.625rem;height:1.625rem;top:1.8125rem;left:18rem;z-index:15155;border-top:0.1875rem solid #9c0735;border-left:0.1875rem solid #9c0735;border-right:0.1875rem solid #9c0735;border-bottom:0.1875rem solid #9c0735;display:block; }
 }@media only screen and (max-width: 763px) { #Sdg03mMwr310BLq0xcNZeTStPHNGNPIe { width:1.625rem;height:1.625rem;top:7.25rem;left:3.625rem;z-index:15154;border-top:0.1875rem solid #9c0735;border-left:0.1875rem solid #9c0735;border-right:0.1875rem solid #9c0735;border-bottom:0.1875rem solid #9c0735;display:block; }
 }@media only screen and (max-width: 763px) { #u8ubpiNBADPo4r5KyNVwa8S8yrwLEqFy { width:1.625rem;height:1.625rem;top:7.25rem;left:1.8125rem;z-index:15153;border-top:0.1875rem solid #9c0735;border-left:0.1875rem solid #9c0735;border-right:0.1875rem solid #9c0735;border-bottom:0.1875rem solid #9c0735;display:block; }
 }@media only screen and (max-width: 763px) { #Etd3z8dHzkCpFBZg1wps87P1q0hBLiOo { width:1.625rem;height:1.625rem;top:0rem;left:1.8125rem;z-index:15143;border-top:0.1875rem solid #9c0735;border-left:0.1875rem solid #9c0735;border-right:0.1875rem solid #9c0735;border-bottom:0.1875rem solid #9c0735;display:block; }
 }@media only screen and (max-width: 763px) { #hkV5hrWWmSGpik9dpnyx0eW2xUvcJRr8 { width:1.625rem;height:1.625rem;top:0rem;left:5.4375rem;z-index:15145;border-top:0.1875rem solid #9c0735;border-left:0.1875rem solid #9c0735;border-right:0.1875rem solid #9c0735;border-bottom:0.1875rem solid #9c0735;display:block; }
 }@media only screen and (max-width: 763px) { #rUPeucwVzFMfLqTnihuNcVE3BOfpDsPd { width:1.625rem;height:1.625rem;top:0rem;left:3.625rem;z-index:15144;border-top:0.1875rem solid #9c0735;border-left:0.1875rem solid #9c0735;border-right:0.1875rem solid #9c0735;border-bottom:0.1875rem solid #9c0735;display:block; }
 }@media only screen and (max-width: 763px) { #F148TUhnELzQB6AgxN5s0rl8fSC1gbwz { width:1.625rem;height:1.625rem;top:0rem;left:7.25rem;z-index:15146;border-top:0.1875rem solid #9c0735;border-left:0.1875rem solid #9c0735;border-right:0.1875rem solid #9c0735;border-bottom:0.1875rem solid #9c0735;display:block; }
 }@media only screen and (max-width: 763px) { #wOr0KplSIZIVkTILgb2DpbZLLmMvJvcx { width:1.625rem;height:1.625rem;top:0rem;left:9.1875rem;z-index:15147;border-top:0.1875rem solid #9c0735;border-left:0;border-right:0.1875rem solid #9c0735;border-bottom:0.1875rem solid #9c0735;display:block; }
 }@media only screen and (max-width: 763px) { #xk1PL15JVuHZat171SeR3ck95w9hUBtU { width:1.625rem;height:1.625rem;top:0rem;left:12.5625rem;z-index:15149;border-top:0.1875rem solid #9c0735;border-left:0.1875rem solid #9c0735;border-right:0.1875rem solid #9c0735;border-bottom:0.1875rem solid #9c0735;display:block; }
 }@media only screen and (max-width: 763px) { #xwTP3rAobPUTIcfHerILRazM4Oxv57Lg { width:1.625rem;height:1.625rem;top:0rem;left:10.9375rem;z-index:15148;border-top:0.1875rem solid #9c0735;border-left:0;border-right:0.1875rem solid #9c0735;border-bottom:0.1875rem solid #9c0735;display:block; }
 }@media only screen and (max-width: 763px) { #UrTvHoiiPTUagOZeop7RpnP7abrGdnXH { width:1.625rem;height:1.625rem;top:0rem;left:14.375rem;z-index:15150;border-top:0.1875rem solid #9c0735;border-left:0.1875rem solid #9c0735;border-right:0.1875rem solid #9c0735;border-bottom:0.1875rem solid #9c0735;display:block; }
 }@media only screen and (max-width: 763px) { #W24sWtCwgJ63InNPJDp000uV4M7VCWJP { width:1.625rem;height:1.625rem;top:0rem;left:16.1875rem;z-index:15151;border-top:0.1875rem solid #9c0735;border-left:0.1875rem solid #9c0735;border-right:0.1875rem solid #9c0735;border-bottom:0.1875rem solid #9c0735;display:block; }
 }@media only screen and (max-width: 763px) { #CeVLXDrNsPJquheA0fnLE5pzaV8GPfxL { width:1.625rem;height:1.625rem;top:0rem;left:18rem;z-index:15152;border-top:0.1875rem solid #9c0735;border-left:0.1875rem solid #9c0735;border-right:0.1875rem solid #9c0735;border-bottom:0.1875rem solid #9c0735;display:block; }
 }@media only screen and (max-width: 763px) { #cLv9HoX9fBzUd5hTKpV9AlE9aDLX8tH2 { width:1.625rem;height:1.625rem;top:7.25rem;left:0rem;z-index:15146;border-top:0.1875rem solid #9c0735;border-left:0.1875rem solid #9c0735;border-right:0.1875rem solid #9c0735;border-bottom:0.1875rem solid #9c0735;display:block; }
 }@media only screen and (max-width: 763px) { #gh4C8x7KhuRTt39sigRqw52JpSxSiJ1p { width:1.625rem;height:1.625rem;top:5.4375rem;left:0rem;z-index:15145;border-top:0.1875rem solid #9c0735;border-left:0.1875rem solid #9c0735;border-right:0.1875rem solid #9c0735;border-bottom:0.1875rem solid #9c0735;display:block; }
 }@media only screen and (max-width: 763px) { #gk3WD6lsdJS5GNkuJ7yKJdXbbQC3lvA6 { width:1.625rem;height:1.625rem;top:3.625rem;left:0rem;z-index:15144;border-top:0.1875rem solid #9c0735;border-left:0.1875rem solid #9c0735;border-right:0.1875rem solid #9c0735;border-bottom:0.1875rem solid #9c0735;display:block; }
 }@media only screen and (max-width: 763px) { #z1nwkLHeOvJb3fnIrP4Mo5Er9HRGH0GJ { width:1.625rem;height:1.625rem;top:1.8125rem;left:0rem;z-index:15143;border-top:0.1875rem solid #9c0735;border-left:0.1875rem solid #9c0735;border-right:0.1875rem solid #9c0735;border-bottom:0.1875rem solid #9c0735;display:block; }
 }@media only screen and (max-width: 763px) { #STUoscI5QOfbMvH4kOTxwQa68yQOOeVL { width:1.625rem;height:1.625rem;top:0rem;left:0rem;z-index:15142;border-top:0.1875rem solid #9c0735;border-left:0.1875rem solid #9c0735;border-right:0.1875rem solid #9c0735;border-bottom:0.1875rem solid #9c0735;display:block; }
 }@media only screen and (max-width: 763px) { #l8G24Bq59nrRd3z0RtyLLDEHhgmtQqkF { width:1.625rem;height:1.625rem;top:3.625rem;left:16.1875rem;z-index:15161;border-top:0.1875rem solid #9c0735;border-left:0.1875rem solid #9c0735;border-right:0.1875rem solid #9c0735;border-bottom:0.1875rem solid #9c0735;display:block; }
 }@media only screen and (max-width: 763px) { #GqQgpfEdQEOJ2xDPOJTWiO76kMT1ZkQH { width:1.625rem;height:1.625rem;top:1.8125rem;left:16.1875rem;z-index:15158;border-top:0.1875rem solid #9c0735;border-left:0.1875rem solid #9c0735;border-right:0.1875rem solid #9c0735;border-bottom:0.1875rem solid #9c0735;display:block; }
 }@media only screen and (max-width: 763px) { #f4QVxkh0SmJcJ8TbKAMxkeVJtkPZzdb5 { width:1.625rem;height:1.625rem;top:5.4375rem;left:16.1875rem;z-index:15164;border-top:0.1875rem solid #9c0735;border-left:0.1875rem solid #9c0735;border-right:0.1875rem solid #9c0735;border-bottom:0.1875rem solid #9c0735;display:block; }
 }@media only screen and (max-width: 763px) { #duqd1uLvq2e026as7TSU64CIBrTEvLpv { display:block; }#duqd1uLvq2e026as7TSU64CIBrTEvLpv > .row .container { width:20rem;height:19.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zbgMkDXHXdZIvNWPDuDmr6V62xiT0vF0 { width:4.125rem;height:4.125rem;top:154rem;left:7.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #VbzLcNakeuCTIZnuH2IrpTyIx3PaSAwH { width:4.125rem;height:4.125rem;top:159.875rem;left:7.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #pq6TnEhVJL5F1vqDWqCe03ZVBKoDx5tL { width:4.125rem;height:4.125rem;top:196.94921875rem;left:7.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #bKIQGbk9T9kWKpm9RtTPzl5C9s28Nshb { width:4.125rem;height:4.125rem;top:202.82421875rem;left:7.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #VAV7Bd1leUq9WzWX8ToorHlCqJ3wlzlX { width:4.125rem;height:4.125rem;top:191.07421875rem;left:7.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #WEPiUshCJl1TSaGTl6POslFyZCRPOXTT { width:4.125rem;height:4.125rem;top:142.25rem;left:7.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #CoSqE3oxB0PXpF8rUpsCaW1EvQyhOVTH { width:4.125rem;height:4.125rem;top:185.19921875rem;left:7.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #DqPEmHQfJB7gQAOHbwsU7PFIFt4zehP5 { width:4.125rem;height:4.125rem;top:136.375rem;left:7.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #w9RRatcTaJkTuiJQ5ViXVkBnLfMnueT8 { width:4.125rem;height:4.125rem;top:179.32421875rem;left:7.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #vCnnTwa53AWEBsbRmqZJJEqwvDF22Q1y { width:4.125rem;height:4.125rem;top:232.19921875rem;left:7.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #Ci8AKVkUyDItdV0PLnUVZMFduVV3cFS7 { width:4.125rem;height:4.125rem;top:238.07421875rem;left:7.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #WeTFHZbxX3c0aNdwlATvHQ1TiWXHC9BM { width:4.125rem;height:4.125rem;top:226.32421875rem;left:7.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #NAmtclZdtUE89yBx5NsA6kRzeTQTaip5 { width:4.125rem;height:4.125rem;top:220.44921875rem;left:7.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #dvuFmiUDlhI159soiBTh6WVJrA1VSr5X { width:4.125rem;height:4.125rem;top:214.57421875rem;left:7.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #eqTrdWMD8GEpGoczoLF4ZrHZHfbBszd1 { width:4.125rem;height:4.125rem;top:403.79834375rem;left:7.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #h5gxKZin4hMOyy38kLIyzGVHxPpI4fHv { width:4.125rem;height:4.125rem;top:397.92334375rem;left:7.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #tbZBnI2FMtp6eQTTImH0e6EXXQT2yXOP { width:4.125rem;height:4.125rem;top:392.04834375rem;left:7.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #IRVrw6t4ewJcNNxv7Z9dwfhwspPnUiub { width:4.125rem;height:4.125rem;top:386.17334375rem;left:7.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #uyeeE8E16oL7MQhbUx3APZv8ncdwi0H0 { width:4.125rem;height:4.125rem;top:380.29834375rem;left:7.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #xFggvnKk5S3XcTGxOa1mdQ2SDm5ChMBM { width:4.125rem;height:4.125rem;top:468.42334375rem;left:7.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #bwQHyyOLcLefpMeCOcAUmzXFvQkkDlTg { width:4.125rem;height:4.125rem;top:462.54834375rem;left:7.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #RWCqU83LSTTMaxE09B2fBTHTskpIED2f { width:4.125rem;height:4.125rem;top:456.67334375rem;left:7.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #XBoPEgWUSLiNQp3Bo11e2FbPRyOv5Uzp { width:4.125rem;height:4.125rem;top:450.79834375rem;left:7.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #QI75rtQ72JXLQyNAU9Us7xBdaXLKEWWT { width:4.125rem;height:4.125rem;top:444.92334375rem;left:7.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #TQ1C4mTresKlh65n8hSeJWrSWAMSuRx8 { width:4.125rem;height:4.125rem;top:439.04834375rem;left:7.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #f67n1PQFiVutBcip4Q5xWr8uH2zV0C8N { width:4.125rem;height:4.125rem;top:433.17334375rem;left:7.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #c1viqSgkiUwo0rDGmJ7q82p07KtZLLhe { width:4.125rem;height:4.125rem;top:427.29834375rem;left:7.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #Fot1XXIh5hnM4TPSa3fx00Aqmvkzx870 { width:4.125rem;height:4.125rem;top:421.42334375rem;left:7.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #EXX84LU6h9DRa4nSL0AChMdloM3TQV0q { width:4.125rem;height:4.125rem;top:415.54834375rem;left:7.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #erL2XNUmLaEg4U3e0R0g1KCo3iJCUVgF { width:4.125rem;height:4.125rem;top:409.67334375rem;left:7.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #zvlggmM5BwSSRqJxJsXWe7bacdOSaEm3 { width:4.125rem;height:4.125rem;top:173.44921875rem;left:7.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #vKdlEBZ7vW2qwkZnFhnu3a6RNJmvX256 { width:4.125rem;height:4.125rem;top:208.69921875rem;left:7.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #Z9aGapu2tQ9rphTsilMBou81rgpBwEQi { width:4.125rem;height:4.125rem;top:243.94921875rem;left:7.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #rCSMVZ1GaEn63aDRItb2OrbmTZTt610U { width:4.125rem;height:4.125rem;top:474.29834375rem;left:7.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #QXNDJ3TLaD6NgvZIR6Qxklnzzlxn4a0V { width:12.5rem;height:1.05601875rem;top:5.1867904663086rem;left:4.6762247085571rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kZib43R1QyVi3CFMovUNLCQpkQLd2tL6 { width:13.6875rem;height:1.75rem;top:2.9364395141601rem;left:3.9585404396057rem;display:block; }
 }@media only screen and (max-width: 763px) { #oLHFKrRcQPfrehshV0rcKc8TlVuS3r6e { width:4.125rem;height:4.125rem;top:490.92333984375rem;left:7.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #Mmq1L20ogzXdWc7rK5aB69dTuOt4wzt9 { width:4.125rem;height:4.125rem;top:480.17333984375rem;left:7.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #ffkSma5LQqNdngIaaSKRLSVxDTRtP8Lf { width:4.125rem;height:4.125rem;top:485.54833984375rem;left:7.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #FPh8mZ6H0Ceb8bHBSn0q4SnVKbQipxcw { width:4.125rem;height:4.125rem;top:496.79833984375rem;left:7.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #ve8q23t82qJiNxE38UWWRIBOD4b1sBxT { width:4.125rem;height:4.125rem;top:502.17333984375rem;left:7.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #dmTcBsoae9rWlnMU7diLMq40ypaIG0XQ { width:4.125rem;height:4.125rem;top:507.54833984375rem;left:7.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #cmQDoIO55BPKqhr4xVSbN3neER5k1yFP { width:4.125rem;height:4.125rem;top:512.92333984375rem;left:7.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #MzN0TBfLuxIpyxkLVSELbCk8RwbT8CdS { width:19.375rem;height:3.18715rem;top:11.437311172486rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ENT0lDA6nsJy8fiuBdyn6UpPDFP3Kr46 { width:1.6245125rem;height:1.6245125rem;top:7.25rem;left:16.1875rem;z-index:15189;border-top:0.1875rem solid #9c0735;border-left:0.1875rem solid #9c0735;border-right:0.1875rem solid #9c0735;border-bottom:0.1875rem solid #9c0735;display:block; }
 }@media only screen and (max-width: 763px) { #G3STKBDDNsrAw8WkDg0FxFQvS81J9upQ { width:1.6245125rem;height:1.6245125rem;top:7.25rem;left:18rem;z-index:15190;border-top:0.1875rem solid #9c0735;border-left:0.1875rem solid #9c0735;border-right:0.1875rem solid #9c0735;border-bottom:0.1875rem solid #9c0735;display:block; }
 }@media only screen and (max-width: 763px) { #t3JgaJQHfIAEaDc1MyuKTC7q4blZTcRN { width:1.6245125rem;height:1.6245125rem;top:7.25rem;left:14.375rem;z-index:15188;border-top:0.1875rem solid #9c0735;border-left:0.1875rem solid #9c0735;border-right:0.1875rem solid #9c0735;border-bottom:0.1875rem solid #9c0735;display:block; }
 }@media only screen and (max-width: 763px) { #QcBT26Fiw6MxzxiVTrLL0lKtTZOXTzpi { width:1.6245125rem;height:1.6245125rem;top:7.25rem;left:12.5625rem;z-index:15187;border-top:0.1875rem solid #9c0735;border-left:0.1875rem solid #9c0735;border-right:0.1875rem solid #9c0735;border-bottom:0.1875rem solid #9c0735;display:block; }
 }@media only screen and (max-width: 763px) { #Awp7odXKqsXhFCRXicC0QdTvI17cSMbl { width:1.6245125rem;height:1.6245125rem;top:7.25rem;left:10.9375rem;z-index:15186;border-top:0.1875rem solid #9c0735;border-left:0;border-right:0.1875rem solid #9c0735;border-bottom:0.1875rem solid #9c0735;display:block; }
 }@media only screen and (max-width: 763px) { #Fiyn9QTy2qZ67K02RLT4gzRRsTWQaKbM { width:1.6245125rem;height:1.6245125rem;top:5.4375rem;left:18rem;z-index:15189;border-top:0.1875rem solid #9c0735;border-left:0.1875rem solid #9c0735;border-right:0.1875rem solid #9c0735;border-bottom:0.1875rem solid #9c0735;display:block; }
 }@media only screen and (max-width: 763px) { #rpvCeF8TUzBiEmlvvaKJKrP1TTaM4qBR { width:1.6245125rem;height:1.6245125rem;top:7.25rem;left:9.1875rem;z-index:15185;border-top:0.1875rem solid #9c0735;border-left:0;border-right:0.1875rem solid #9c0735;border-bottom:0.1875rem solid #9c0735;display:block; }
 }@media only screen and (max-width: 763px) { #sSTCnwx2mIm2wksMos6w7MFbQOzLEubC { width:1.6245125rem;height:1.6245125rem;top:7.25rem;left:7.25rem;z-index:15184;border-top:0.1875rem solid #9c0735;border-left:0.1875rem solid #9c0735;border-right:0.1875rem solid #9c0735;border-bottom:0.1875rem solid #9c0735;display:block; }
 }@media only screen and (max-width: 763px) { #Rdm59c6aVUQgWRc6rXTETqhiKbWeHDNK { width:1.6245125rem;height:1.6245125rem;top:3.625rem;left:18rem;z-index:15186;border-top:0.1875rem solid #9c0735;border-left:0.1875rem solid #9c0735;border-right:0.1875rem solid #9c0735;border-bottom:0.1875rem solid #9c0735;display:block; }
 }@media only screen and (max-width: 763px) { #CaJ3462DncaEWbM75wffeXVMfbnQoafs { width:1.6245125rem;height:1.6245125rem;top:7.25rem;left:5.4375rem;z-index:15183;border-top:0.1875rem solid #9c0735;border-left:0.1875rem solid #9c0735;border-right:0.1875rem solid #9c0735;border-bottom:0.1875rem solid #9c0735;display:block; }
 }@media only screen and (max-width: 763px) { #VytFf2Vw5MB7VoNtuS60om5O1cm1uMDM { width:1.6245125rem;height:1.6245125rem;top:7.25rem;left:3.625rem;z-index:15182;border-top:0.1875rem solid #9c0735;border-left:0.1875rem solid #9c0735;border-right:0.1875rem solid #9c0735;border-bottom:0.1875rem solid #9c0735;display:block; }
 }@media only screen and (max-width: 763px) { #qcfZMkIIElpa1xEBWAy90lDxKfop0NG2 { width:1.6245125rem;height:1.6245125rem;top:1.8125rem;left:18rem;z-index:15183;border-top:0.1875rem solid #9c0735;border-left:0.1875rem solid #9c0735;border-right:0.1875rem solid #9c0735;border-bottom:0.1875rem solid #9c0735;display:block; }
 }@media only screen and (max-width: 763px) { #a0aVPyadux3iNgRcMfBmaBKx0Zqn7PRI { width:1.6245125rem;height:1.6245125rem;top:7.25rem;left:1.8125rem;z-index:15181;border-top:0.1875rem solid #9c0735;border-left:0.1875rem solid #9c0735;border-right:0.1875rem solid #9c0735;border-bottom:0.1875rem solid #9c0735;display:block; }
 }@media only screen and (max-width: 763px) { #ueB0Xe8JcF70Z3VG7ENv1hMQMFpSpNkT { width:1.6245125rem;height:1.6245125rem;top:5.4375rem;left:1.8125rem;z-index:15188;border-top:0.1875rem solid #9c0735;border-left:0.1875rem solid #9c0735;border-right:0.1875rem solid #9c0735;border-bottom:0.1875rem solid #9c0735;display:block; }
 }@media only screen and (max-width: 763px) { #BzduJIpu7sL4hTP25pJ7osJLgnklOi0z { width:1.6245125rem;height:1.6245125rem;top:3.625rem;left:1.8125rem;z-index:15185;border-top:0.1875rem solid #9c0735;border-left:0.1875rem solid #9c0735;border-right:0.1875rem solid #9c0735;border-bottom:0.1875rem solid #9c0735;display:block; }
 }@media only screen and (max-width: 763px) { #GqpPNwe7DExqf1OhWgbKaLCnFVJlHeK6 { width:1.6245125rem;height:1.6245125rem;top:1.8125rem;left:1.8125rem;z-index:15182;border-top:0.1875rem solid #9c0735;border-left:0.1875rem solid #9c0735;border-right:0.1875rem solid #9c0735;border-bottom:0.1875rem solid #9c0735;display:block; }
 }@media only screen and (max-width: 763px) { #whMcmIILTPztEmVqFEGrqNPfNUrVA6Ty { width:1.6245125rem;height:1.6245125rem;top:7.25rem;left:0rem;z-index:15174;border-top:0.1875rem solid #9c0735;border-left:0.1875rem solid #9c0735;border-right:0.1875rem solid #9c0735;border-bottom:0.1875rem solid #9c0735;display:block; }
 }@media only screen and (max-width: 763px) { #LtV3taHmaC3dyW8rkeyz67Cm9BTK0lZJ { width:1.6245125rem;height:1.6245125rem;top:5.4375rem;left:0rem;z-index:15173;border-top:0.1875rem solid #9c0735;border-left:0.1875rem solid #9c0735;border-right:0.1875rem solid #9c0735;border-bottom:0.1875rem solid #9c0735;display:block; }
 }@media only screen and (max-width: 763px) { #UPs5GvOBJxwnJr4R9L1QLLzIP4HGJDu0 { width:1.6245125rem;height:1.6245125rem;top:3.625rem;left:0rem;z-index:15172;border-top:0.1875rem solid #9c0735;border-left:0.1875rem solid #9c0735;border-right:0.1875rem solid #9c0735;border-bottom:0.1875rem solid #9c0735;display:block; }
 }@media only screen and (max-width: 763px) { #oSgK23ZXZG1GMQJ8nvUGBx54KdBXoSwT { width:1.6245125rem;height:1.6245125rem;top:1.8125rem;left:0rem;z-index:15171;border-top:0.1875rem solid #9c0735;border-left:0.1875rem solid #9c0735;border-right:0.1875rem solid #9c0735;border-bottom:0.1875rem solid #9c0735;display:block; }
 }@media only screen and (max-width: 763px) { #l5Wu6IrExDUfDNybpS3DdiTV9P8ADdyi { width:1.6245125rem;height:1.6245125rem;top:0rem;left:1.8125rem;z-index:15171;border-top:0.1875rem solid #9c0735;border-left:0.1875rem solid #9c0735;border-right:0.1875rem solid #9c0735;border-bottom:0.1875rem solid #9c0735;display:block; }
 }@media only screen and (max-width: 763px) { #LFnlQXMtPnmDUTwti3bLKM7WxUeFvMwy { width:1.6245125rem;height:1.6245125rem;top:0rem;left:5.4375rem;z-index:15173;border-top:0.1875rem solid #9c0735;border-left:0.1875rem solid #9c0735;border-right:0.1875rem solid #9c0735;border-bottom:0.1875rem solid #9c0735;display:block; }
 }@media only screen and (max-width: 763px) { #ZUEyo8tH6BIaRhFlpspAKiryn8SLbs3J { width:1.6245125rem;height:1.6245125rem;top:0rem;left:3.625rem;z-index:15172;border-top:0.1875rem solid #9c0735;border-left:0.1875rem solid #9c0735;border-right:0.1875rem solid #9c0735;border-bottom:0.1875rem solid #9c0735;display:block; }
 }@media only screen and (max-width: 763px) { #U3TGCVHlIBUgQH7EGcvaMgQCEv3JV8tO { width:1.6245125rem;height:1.6245125rem;top:0rem;left:7.25rem;z-index:15174;border-top:0.1875rem solid #9c0735;border-left:0.1875rem solid #9c0735;border-right:0.1875rem solid #9c0735;border-bottom:0.1875rem solid #9c0735;display:block; }
 }@media only screen and (max-width: 763px) { #zlz3WqFft6RicdtZHOV7O3VqBa7uSLn6 { width:1.6245125rem;height:1.6245125rem;top:0rem;left:9.1875rem;z-index:15175;border-top:0.1875rem solid #9c0735;border-left:0;border-right:0.1875rem solid #9c0735;border-bottom:0.1875rem solid #9c0735;display:block; }
 }@media only screen and (max-width: 763px) { #Nxosta2HuZprgDthnFcMkQasFqLF1PRV { width:1.6245125rem;height:1.6245125rem;top:0rem;left:12.5625rem;z-index:15177;border-top:0.1875rem solid #9c0735;border-left:0.1875rem solid #9c0735;border-right:0.1875rem solid #9c0735;border-bottom:0.1875rem solid #9c0735;display:block; }
 }@media only screen and (max-width: 763px) { #IuRWcvSBrDJgxxvw5gUPIZbFhbovub4x { width:1.6245125rem;height:1.6245125rem;top:0rem;left:10.9375rem;z-index:15176;border-top:0.1875rem solid #9c0735;border-left:0;border-right:0.1875rem solid #9c0735;border-bottom:0.1875rem solid #9c0735;display:block; }
 }@media only screen and (max-width: 763px) { #LbL90OQuH9UI32ACruplr5kgraGAzdET { width:1.6245125rem;height:1.6245125rem;top:0rem;left:14.375rem;z-index:15178;border-top:0.1875rem solid #9c0735;border-left:0.1875rem solid #9c0735;border-right:0.1875rem solid #9c0735;border-bottom:0.1875rem solid #9c0735;display:block; }
 }@media only screen and (max-width: 763px) { #ABm5RcGymIw18MlPXPB3u14bJUToGUHu { width:1.6245125rem;height:1.6245125rem;top:0rem;left:16.1875rem;z-index:15179;border-top:0.1875rem solid #9c0735;border-left:0.1875rem solid #9c0735;border-right:0.1875rem solid #9c0735;border-bottom:0.1875rem solid #9c0735;display:block; }
 }@media only screen and (max-width: 763px) { #iS2sFVmSSkpnI9OPqlEoRPZug8f5ua6i { width:1.6245125rem;height:1.6245125rem;top:0rem;left:18rem;z-index:15180;border-top:0.1875rem solid #9c0735;border-left:0.1875rem solid #9c0735;border-right:0.1875rem solid #9c0735;border-bottom:0.1875rem solid #9c0735;display:block; }
 }@media only screen and (max-width: 763px) { #e4C4aga0yuOmCnsPE6G1rvrfELVv0sda { width:1.6245125rem;height:1.6245125rem;top:0rem;left:0rem;z-index:15170;border-top:0.1875rem solid #9c0735;border-left:0.1875rem solid #9c0735;border-right:0.1875rem solid #9c0735;border-bottom:0.1875rem solid #9c0735;display:block; }
 }@media only screen and (max-width: 763px) { #LmrW3kZ9VTVrncDNWcpp5ePV93iKyr71 { display:block; }#LmrW3kZ9VTVrncDNWcpp5ePV93iKyr71 > .row .container { width:20rem;height:57.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QysmRv0abN8zurGrIT6BgJA2FSm63Ho7 { width:15.0625rem;height:1.38139375rem;top:36.6875rem;left:2.4375rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #rNltWSGCMJH4bG8EhQZkZSm6UX2pum0c { width:1.75rem;height:1.75rem;top:34.25rem;left:9.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xcqxPwTdzAyZBZHTEVQGaXuKNsQoXX8v { width:1.75rem;height:1.75rem;top:39.75rem;left:9.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LZqflTfVdtvSATnb75IeTfG4PBbo2TNa { width:6.625rem;height:1.38139375rem;top:42.125rem;left:6.6875rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #bdkx8N60pyxraWANVK4vfoXT0kBTuTxz { width:1.75rem;height:1.75rem;top:45.1875rem;left:9.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fI79TZKkSC6a1quTeTzgkMREdABiSMOs { width:12.1875rem;height:1.38139375rem;top:47.5625rem;left:3.9375rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #hJU1sRHJMpO4T4u1zDmXeUq0uqi0Dikb { width:2.8125rem;height:2.8125rem;top:3.125rem;left:8.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UVXRAmuhnPGRRxGcHrBe1keSzo3FgvP8 { width:12.5rem;height:2.2745rem;top:6.6242008209231rem;left:3.75rem;font-size:1.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #FDZNOrg0XqAiqvJGfcd2ZqN5txT8RAu2 { width:2.9375rem;height:0.8125rem;top:10.875rem;left:8.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #GiKBrsBlRblUub2DBf7BodnNNN3q5qDt { width:4.1875rem;height:1.5625rem;top:10.625rem;left:7.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wGnIMwLaxRcyIpIFNKO0RMziMJVEgM66 { width:15.062125rem;height:1.05601875rem;top:53.125rem;left:2.4375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Hp72IJKSyLgcKlTqWtJVTezJ2rLCSIWQ { width:4.8125rem;height:1.17223134292rem;top:14.4375rem;left:7.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #T7oCD2KMxALkM3Hl0PNoRSH3TxytnDmn { width:6.25rem;height:1.75rem;top:14.25rem;left:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fKfbbTXr2qR5PO8T5gKAHksuCTpqVvGN { width:5.3742rem;height:2.2745rem;top:23.492362976074rem;left:7.3122329711912rem;font-size:1.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #bahmbZ4XPdQMnUJns9l5PRgo6fLNZe6b { width:5.1242875rem;height:2.2745rem;top:27.6875rem;left:7.4375rem;font-size:1.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #FsZUeB4g7bDCmcRbOlPTrS49Zuczk4yK { width:3.5617875rem;height:1.38139375rem;top:25.710048675537rem;left:8.2186613082888rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #E4I0zLfaHxZs5tLXTthVobnveh9UqqFJ { width:5rem;height:1.38139375rem;top:29.6875rem;left:7.5rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #RKG3CuVIZRr4VQet73GZJuCc7T5sCoTV { width:3.3125rem;height:3.3125rem;top:19.375rem;left:8.375rem;display:block; }
 }